und-color: white;/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.sc-modalClose {
	background-size: cover;
}

.logo-row .logo {
    max-width: 300px; 
}

body .sc-modalBottom a {
	    line-height: 20px;
}

body .sc-modalBottom {
    grid-template-rows: 1fr;
}

body .logo.colored a img {
	min-width: 280px;
}

.logo-row.paddings .col-md-5 {
	width: 38.666667%;
} 

body .sc-modal .sc-muted {
	color: #3f3f3f;
}

body .sc-mailBtn {
	color: #3f3f3f;
}


body .sc-inputLine input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
	height: 40px;
	border: 2px solid #a58567;
}

body .top_slider_wrapp .main-slider__item .text .banner_title .section,body .top_slider_wrapp .main-slider__item td.img:not(.with_video) {
        /*display: block;*/
    }
.item .dark_block_animate {
top: 0;
}

@media (max-width: 1071px) {
	.sc-modalBottom a {

display: block;
}

body .sc-modalBottom {
grid-template-columns: 1fr;
}
.sc-modalBottom > div {
display: grid;
    align-content: center;
	}

.sc-modalClose {
background-color: white;
background-size: 33px;
	}
}
@media (min-width: 768px) {
.main-slider__item .text .banner_text.text-hidden {
display: none;
}
}

@media (max-width: 767px) {

.main-slider .target {
z-index: 20;
	}

.main_info {
position: relative;
	}
	body .top_slider_wrapp .main-slider__item td.text .banner_text {
max-height: unset;
height: inherit;
margin: 0;
padding: 20px;
}
.top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item .text{
position: absolute;
top: 0;
height: 100%;
	}
body .top_slider_wrapp .main-slider__item td.text *{
text-align: unset;
	}
}
.banner_text-name {
text-transform: uppercase;
font-weight: bold;
}
.banner_text-logo {
}
.banner_text-logo svg {
width: 150px;
height: 70px;
}
.banner_text-disclaimer {
text-transform: uppercase;
font-weight: bold;
width: 25%;
position: absolute;
bottom: 12px;
line-height: 1.2;
}

.banner_text-custom.anekke.arizona svg {
fill: #f6efda;
}

.banner_text-custom.anekke.iceland {
color: #1c4f71;
}
.banner_text-custom.anekke.iceland svg {
fill: #1c4f71;
}

.banner_text-custom.anekke.UNIVERSE {
color: #fff;
}

body .banner_text-custom.anekke.UNIVERSE svg {
fill: #a68c73;
}

body .banner_text-custom.anekke.UNIVERSE .banner_text-logo {
}


.city-dop-field{
	display:none;
	}
.sale-wr{ 
margin-top: 20px;
}
.sale-item-a.active{
	border:1px solid #8f6741;
	text-align:center;
	 background:#8f6741;
	 color:#fff;
	margin-right:10px;
	}
.sale-item-a{
	padding:10px 20px;
	border:1px solid #8f6741;
	text-align:center;
	 font-weight:bold;
	margin-right:10px;
}
.sale-item-a:hover{
	background:#8f6741;
	color:#fff;
	border:1px solid #8f6741;
}
.sale-item {
	 
	display:flex; 
	justify-content:center;
	}
   .price_for_base {
   position: absolute;
    top: -17px;
    font-size: 20px;
    left: 29px;
    text-decoration: line-through;
   }
   
  body .product-side.left_block .product-main .detail.base-price-show{
	   margin-top:30px;
   }
   
    .product__sale {
    position: absolute;
    background: #d10a32;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    left: 10px;
    top: auto;
    bottom: 10px;
    text-align: center;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 1;
    color: #d10a32;
}
 .product__sale--sale-30 {
    background-color: #ea7d24;
}
   @media (min-width: 768px) {
    .product__sale {
      left: auto;
        right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 162px;
        line-height: 1;
        width: 74px;
        height: 74px;
        line-height: 1.4;
        color: #fff;
        font-size: 11px;
        Z-INDEX: 54;
    }
  .product__sale span {
    display: inline-block;
  }
}
   @media (max-width: 768px) {
	 .product__sale:after {
  content: "%";
  position: absolute;
  color: #fff;
  left: 50%;
  top: 62%;
  text-indent: 0;
  color: #fff;
  z-index: 200;
  font-size: 18px;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -13px;
}
.product__sale {
    position: absolute;
    background: #d10a32;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    left: auto;
    right: 10px;
    top: 12px;
    z-index: 11;
    bottom: 10px;
    text-align: center;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 1;
    color: transparent;
}
	   
   }
   
    .mark_productLast {
	position: absolute;
	color: #fff;
	text-align: center;
	    left: 50%;margin-left: -77px;
	/*bottom: 130px;*/
	top: 0;
	font-size: 13px;
	white-space: nowrap;
	padding-top: 0px;
	    z-index: 13;
}
 
  .mark_productLast:before {
	-webkit-transform: skew(-30deg, 0);
	-moz-transform: skew(-30deg, 0);
	-o-transform: skew(-30deg, 0);
	-ms-transform: skew(-30deg, 0);
	transform: skew(-30deg, 0);
	position: absolute;
	top: 0;
	left: -12px;
	width: calc(100% + 24px);
	height: 100%;
	background: #dbaeb7;
	content: "";
	z-index: -1;
}
  .mark_productLast:after {
	-webkit-transform: skew(30deg, 0);
	-moz-transform: skew(30deg, 0);
	-o-transform: skew(30deg, 0);
	-ms-transform: skew(30deg, 0);
	transform: skew(30deg, 0);
	position: absolute;
	top: 0;
	left: -12px;
	width: calc(100% + 24px);
	height: 100%;
	background: #dbaeb7;
	content: "";
	z-index: -1;
}
body .similat_tovar .catalog_block .item_block.item {
    padding-right: 6px;
}
.similat_tovar .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8f6741;
}
.similat_tovar .slick-dots li:before{
	display:none;
}
.similat_tovar .slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #acacac;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.similat_tovar .slick-track {
    padding-bottom: 50px;
}
@media (max-width: 768px) {
	 .mark_productLast {
	        left: 45%;
        bottom: auto;
        top: 0;
	}
}

.logo.colored a img {
	margin-top:10px;
    background-color: transparent;
}
.pay-cont {margin-bottom:15px;display:flex;flex-direction:row;align-items: center;}

.pay-div img {width:100px;margin-right:20px;}

.contacts p {
  font-size: 15px;
  line-height: 23px;
}
.contacts{
	 font-size: 15px;
}

.contacts p a {
  color: #d10a32;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.4) 50%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.4) 50%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.4) 50%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.4) 50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(209,10,50,0.4) 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);
}
.contacts p a:hover {
  text-decoration: none;
}
.contacts p a:hover {
  color: #000;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 50%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 50%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 50%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 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);
}
.contacts p a:hover:hover {
  text-decoration: none;
}
.map-full-c{
	margin-bottom:40px;
}
body .shop-detail1-c{
	    border-top: 0 !important;
}
.xl-margin-top-c{
	margin-top:40px;
}
.contacts .page__title {
  line-height:normal;
  font-weight: bold;
       padding-top: 8px;
	   
    padding-bottom: 10px;
  margin-bottom: 15px;
  /*max-width: 95%; back13012020*/
  max-width: 100%;
  font-size: 27px;
}
.contacts .page__title:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
 .contacts  .page__title {
    font-size: 30px;       
	border-bottom: 1px solid #c5c5c4;
  }
}
.contacts .page__title a {
  font-size: 13px;
  color: #d10a32;
  font-weight: normal;
  
  background-repeat: repeat-x;
  -webkit-background-size: 4px 1px;
  -moz-background-size: 4px 1px;
  background-size: 4px 1px;
  background-position: 0 100%;
  background-position: 0 13px;
}
.contacts .page__title a:hover {
  text-decoration: none;
}
.h1np {
    font-size: 30px;
    margin-top: 0;
    line-height: normal;
}
.contacts .page__title a:hover {
  color: #000;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 70%, transparent 70%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5) 70%, transparent 70%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 70%, transparent 70%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.5) 70%, transparent 70%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 70%, transparent 70%);
  background-repeat: repeat-x;
  -webkit-background-size: 4px 1px;
  -moz-background-size: 4px 1px;
  background-size: 4px 1px;
  background-position: 0 100%;
  background-position: 0 13px;
}
.contacts .page__title a:hover:hover {
  text-decoration: none;
}
.doc-pdf {
    background: url(/images/pdf.png) no-repeat;
    margin-bottom: 13px;
    line-height: 17px;
    min-height: 31px;
    padding-left: 39px;
	padding-top: 6px;
}
.doc-pdf a, .doc-word a{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
 .news--list .ajax_load_btn.rounded3{
	display:none;
}
.auth-opt{font-size: 13px;
    margin-bottom: 9px;
    margin-left: 20px;
	}
	
.personal_wrap_opt	{
	    display: flex;
    align-items: center;
}
 body #mobilemenu .mobile-menu-contacts ul li .auth-opt{
	 padding-left:0;font-size: 13px;
 }
	
.hide-dotted:not(.dotted-complete)  .menu.topest li a span  {
    opacity:1 !important;
}	
	
@media (max-width: 600px) {
.wrapper_inner_half.shop-detail1 .item.map-full .bx-yandex-view-map{
	height:450px !important;
}
}
.only_complect{
	font-weight:bold;
	padding:10px;border:1px solid #8f6741;
}
.catalog-sale {
	 margin-bottom:30px;
}
.catalog-sale ul li:before {
   display:none;
} 
.catalog-sale .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8f6741;
}
.catalog-sale .slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #acacac;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.catalog-sale .catalog_block{
	margin-right:2px;
}

.catalog-sale  .slick-track{
	padding-bottom:50px; 
}

.catalog-sale  .slick-slider .slick-track,.catalog-sale  .slick-slider .slick-list {
 
    z-index: 10;
}
.catalog-sale  .slick-dots {
    bottom: -14px;
    z-index: 0;
}
@media (max-width: 768px) {
.product__sale {
    
    top: 3px;
    z-index: 54;
  
}
}
 
 body .catalog-sale .catalog_block.items .item_block.item {
  
    padding-right: 6px;
}

@media (max-width: 400px) {
.catalog-sale .slick-dots {
    bottom: -39px;
    z-index: 0;
}}

.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;
}
 .stores-modal  .page__title {
    line-height: normal;
    font-weight: bold;
    margin-bottom: 15px;
    max-width: 100%;
    font-size: 27px;
}
.stores-modal .modal-content {
    padding: 30px;
  }
  .in_shop{
  border-bottom: 1px dashed;
    font-size: 14px;
  }
  
  .wrapper1 .header-v9 .logo_and_menu-row .phone-block .phone>.svg-inline-phone {
    margin-right: 17px;
}

.opt-btn{
	margin-top:10px;
	width:100%; 
	background-color: #8f6741;
    border-color: #8f6741;
    color: #ffffff;
	transition: background-color ease .5s, border-color ease .5s;
	}
	
	
		.bx-soa-pp-company-description p{
			margin-bottom:5px;
		}
		.bx-soa-pp-company-description ul{
			margin-top:10px;
		}
	.bx-soa-pp-company-description ul li{
		list-style-type:disc;
	}
	
	[data-id="40"] .bx-soa-pp-delivery-cost{
		display:none !important;
	}
	
	.bx-soa-pp-company-description .custom-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

	.bx-soa-pp-company-description .custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  min-height: 22px;
}

	.bx-soa-pp-company-description .custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

	.bx-soa-pp-company-description .radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #8B4513; /* Коричневая обводка */
  border-radius: 4px; /* Квадратные углы */
  transition: all 0.3s ease;
}

	.bx-soa-pp-company-description .custom-radio:hover input ~ .radio-checkmark {
  border-color: #A0522D;
}

	.bx-soa-pp-company-description .custom-radio input:checked ~ .radio-checkmark {
  background-color: #8B4513;
  border-color: #8B4513;
}

	.bx-soa-pp-company-description .radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

	.bx-soa-pp-company-description .custom-radio input:checked ~ .radio-checkmark:after {
  display: block;
}

	.bx-soa-pp-company-description .custom-radio .radio-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

 .btn-basket-return{
	 width:100%;font-size:1em;
 }
.popup-opt {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.popup-opt-inner {
    background: white;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}
.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

header .social-icons li a {
    
    background: url(/bitrix/templates/aspro_max/images/svg/social.svg) 0px -561px no-repeat;
}
header .soc-avt a i.telegram ,header .social-icons li.telegram a{
    background-position: -329px -702px;
}
header  .social-icons li.whats a, header  .soc-avt a i.whats {
    background-position: -329px -608px;
}
@media (max-width: 768px) {
.button__jUqve {
	bottom:40px  !important; 
}
}
 
.promotion-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 10001;
    min-width: 300px;
    text-align: center;
}

.promotion-modal__content p {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #333;
}

.promotion-modal__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.promotion-modal__btn {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.promotion-modal__btn--promo {
    background: #8f6741;
    color: white;
}

.promotion-modal__btn--promo:hover {
    background: #f57c00;
}

.promotion-modal__btn--checkout {
    background: #4caf50;
    color: white;
}

.promotion-modal__btn--checkout:hover {
    background: #388e3c;
}
 
.promotion-modal__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
}

 body .header-cart .basket_fly .opener{  }
 body .header-cart .basket_fly .opener.hide-panel{transition: all 0.3s ease;
	 left: 0;
 }
 .detail-news1-brand.detail-news1 .detail_content_wrapper{
	  margin-bottom:20px;
	 
 }
.catalog-brend {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0px auto;
    display: block;
    text-align: center;
    max-width: 276px;
    background: #8f6741;
}
.padding-table td{
	padding:10px;
}
._orientationRight__UsOqu .button__f2EhV {
  
    margin-bottom: 60px !important;
}

body .wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .content_wrapper_block.float_banners2 .maxwidth-theme {
    padding-top: 17px;
}
h1.mainpage-h1{
	margin-top:20px;
}
body .item-views.items-list1.faq .tab-content{padding-top: 0px;}
 @media (max-width: 1100px) {
	 .top_big_banners>.row>div.col-md-3 .item {
        width: 50%;
        float: left;
    }
    .top_big_banners  .col-md-9 {
        width: 100%;
    }
	  .top_big_banners  .col-md-3{
        width: 100%;
    }
}