

/* Start:/local/components/itsphere/contacts.map/templates/marconi/style.css?17380680288983*/
.stores__list h3 {
  margin-top: 30px;
  font-size: 30px;
}
.stores__list-item {
  padding: 5px 0 15px;
  margin: 15px 0 15px;
  border-bottom: 1px solid #c3c3c3;
}
.stores__list section {
  display: none;
}
.stores__list section.active {
  display: block;
}
@media (min-width: 768px) {
  .stores__list {
    display: none;
  }
}
.stores__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  margin-left: 25px;
}
@media (min-width: 768px) {
  .stores__title {
    display: inline;
  }
}
@media (min-width: 992px) {
  .stores__title {
    line-height: 37px;
    font-size: 14px;
    margin-left: 45px;
  }
}
.stores__title:first-of-type {
  margin-left: 0;
}
.stores__title a {
  color: #000;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 2px);
}
.stores__title a:hover {
  text-decoration: none;
}
.stores__title a:hover {
  color: #d10a32;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 2px);
}
.stores__title a:hover:hover {
  text-decoration: none;
}
.stores__title img {
  position: relative;
  top: -2px;
  margin-right: 5px;
  max-height: 16px;
}
.stores .dropdown {
  width: 100%;
  z-index: 100;
  max-width: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .stores .dropdown {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .stores .dropdown {
    margin-top: 0;
  }
}
.stores .dropdown__frame {
  max-height: 320px;
  overflow: scroll;
  padding: 0;
}
.stores .dropdown__item {
  padding: 9px 10px 3px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.stores .dropdown__item:hover {
  background: #000;
}
.stores .dropdown__trigger {
  background: #000;
  color: #fff;
}
.stores .dropdown__trigger svg path {
  fill: #fff;
}
.stores__city {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  width: 100%;
  margin-bottom: 40px;
}
.stores__address {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .stores__address {
    font-size: 23px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .stores__address {
    font-size: 28px;
    line-height: 30px;
  }
}
.stores__description,
.stores__metro {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
}
.stores__description a,
.stores__metro a {
  color: #d10a32;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 2px);
}
.stores__description a:hover,
.stores__metro a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .stores__description,
  .stores__metro {
    font-size: 14px;
    margin-top: 35px;
  }
}
.stores__metro {
  font-size: 12px;
}
@media (min-width: 768px) {
  .stores__metro {
    font-size: 14px;
  }
}
.stores__metro svg,
.stores__metro img {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  .stores__metro svg,
  .stores__metro img {
    top: 1px;
  }
}
.stores__metro img {
  top: -1px;
}
.stores__modal {
  display: none;
  padding: 45px 40px;
  min-height: 393px;
  position: absolute;
  bottom: 59px;
  left: 50%;
  background: #fff;
  border: 1px solid #000;
  z-index: 600;
}
.stores__modal img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .stores__modal {
    width: 86%;
    margin-left: -43%;
  }
}
@media (min-width: 992px) {
  .stores__modal {
    width: 860px;
    margin-left: -430px;
  }
}
@media (min-width: 1200px) {
  .stores__modal {
    width: 1170px;
    margin-left: -585px;
  }
}
.stores__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.stores__close svg {
  width: 38px;
  height: 38px;
}
.stores__close svg path {
  fill: #000;
}
.stores__close:hover svg path {
  fill: #d10a32;
}
.stores #map {
  float: left;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .stores #map {
    min-height: 700px;
    display: block;
  }
}
@media (min-width: 992px) {
  .stores #map {
    min-height: 550px;
  }
}
@media (min-width: 1200px) {
  .stores #map {
    min-height: 700px;
  }
}

.available__table {
  font-size: 12px;
}
@media (min-width: 992px) {
  .available__table {
    font-size: 13px;
  }
}
.available__table tbody td {
  padding: 10px 15px 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.available__table tbody td a,
.available__table tbody td .available__name {
  color: #000;
  font-size: 12px;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 50%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 50%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 50%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 50%);
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 2px);
}
@media (min-width: 768px) {
  .available__table tbody td a,
  .available__table tbody td .available__name {
    font-size: 14px;
  }
}
.available__table tbody td a:hover,
.available__table tbody td .available__name:hover {
  text-decoration: none;
}
.available__table tbody td a:hover,
.available__table tbody td .available__name:hover {
  color: #d10a32;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(209,10,50,0.3) 50%);
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 2px);
}
.available__table tbody td a:hover:hover,
.available__table tbody td .available__name:hover:hover {
  text-decoration: none;
}
.available__table tbody td .available__name {
  background: transparent !important;
}
.available__table tbody td span {
  margin-right: 8px;
}
.available__table tbody td.available__address {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}
.available__table th {
  border-top: 1px solid #e2e5e8;
  border-bottom: 1px solid #e2e5e8;
  font-weight: normal;
  font-size: 12px;
  padding: 7px 0 2px;
}
.modal-backdrop{Z-INDEX:0 !important;}
.modal-content {
    padding: 30px;
  }
  @media (min-width: 992px) {
    .page__title {
        font-size: 30px;
    }
}
.page__title {
    line-height: normal;
    font-weight: bold;
     
    margin-bottom: 15px;
    max-width: 100%;
    font-size: 27px;
}
 .modal.in .modal-dialog{   margin-top: 50px;}
/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/shops2/style.css?17389352482979*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.shops-item-inner{
	    align-items: start;
    display: flex;
    justify-content: space-between;
	
}
    .coordinates{
	display: inline-block;
    color: #8f6741;
	cursor:pointer;
    border-bottom: 1px dashed #8f6741;
    margin-top: 10px;    font-size: 13px;
	}
.shops-item-addr{    font-weight: 500;
    margin-bottom: 10px;}
.shops-wr-list  {
	clear: both;padding-top:30px;
}
.shops-top-wrap{
    width: 58%;
    display: flex;
    align-items: start;margin-right:40px;
}
.shops-item-img{margin-right:30px;}
.shops-item{margin-bottom:20px;margin-top:20px;}

 .shops-item{  padding:20px 40px;  border: 1px solid #ececec;
    transition: transform ease .2s, box-shadow ease .2s;
}

 .shops-item:hover{
	  box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
 }
  .shops-item-img img{
		 max-width:200px;
	 }
 .shops-email-phone-wrap{ 
 display: flex;
    align-items: center;
	flex: 1 1 auto;
	justify-content: space-between;
	}
	.shops-item-shedule{    font-size: 13px;}
 @media (max-width: 1100px) {
	 .shops-item-img img{
		 max-width:130px;
	 }
	  .shops-email-phone-wrap{
		flex-wrap:wrap;justify-content: end;
		  }
	  
	 
	 .shops-top-wrap {
    width: 100%;
    display: flex;
    align-items: center;
       justify-content: start;
    margin-right: 0;
}
	 
 }
 
  @media (max-width: 700px) {
	  .shops-phone-wrap, .shops-email-wrap{  
	  width: 100%;
    text-align: left;
	}
	      .shops-top-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
    }
 .shops-item-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  }
  
  
  
  
  @media (max-width: 600px) { 
    .shops-item-addr {
        font-size: 15px;
        line-height: 1.6;
    }
 
	  .shops-item-addr{font-size: 14px;
    line-height: 1.4;}
	      .shops-top-wrap-2 {
        width: 100%;
    }
	      .shops-top-wrap {
    
        flex-wrap: nowrap;
    }
	  .shops-top-wrap-2{    
	  width: auto;
	  }
	  .shops-item-img img {
        max-width: 230px;
        display: block;
    }
	.shops-item-img img {
	max-width: 130px;}
	.shops-phone-wrap, .shops-email-wrap {
         
	margin-top: 4px;
	}
    .shops-top-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
    
    }
	.shops-phone-wrap, .shops-email-wrap {
        width: 100%;
        text-align: left;
    }
}

 @media (max-width: 500px) {
	     .shops-item-img img {
        max-width: 100%;
        margin-bottom: 10px;
        display: block;
    }
	    .shops-top-wrap-2 {
        width: 100%;
    }
	     .shops-top-wrap {
         
        justify-content: center;
      
    }
	 
	 
	     .shops-top-wrap {
        flex-wrap: wrap;
    }
	 
	 
 }
/* End */
/* /local/components/itsphere/contacts.map/templates/marconi/style.css?17380680288983 */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/shops2/style.css?17389352482979 */
