

/* Start:/bitrix/templates/main/components/bitrix/breadcrumb/breadcrumb/style.css?1555272374716*/
.breadcrumbs
{
margin: 0 0 12px 0;
font-size: 11px;
margin-top: 20px;
	
}
.main-columns .breadcrumbs
{
/* margin-left: 252px; */
/* position: relative;
    top: 20px;  
	padding-left: 50px;*/
}

.breadcrumbs ul
{
margin: 0;
padding: 0 0 3px 0;
list-style: none;
overflow: hidden;
}

.breadcrumbs ul li
{
float: left;
}

.breadcrumbs ul li a:link,
.breadcrumbs ul li a:visited,
.breadcrumbs ul li span
{
color: #918b8a;
border-bottom: 1px solid transparent;
}

.breadcrumbs ul li a:hover
{
color: #b99a5a;
border-color: rgba(185,154,90,0.6)!important;
}

.breadcrumbs ul li.bc-sep
{
width: 10px;
text-align: center;
color: #787878;
}

@media(max-width: 767px){
  .main-columns .breadcrumbs{
	padding-left: 15px;
  }
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/catalog.element/catalog-detail-v3/style.css?176468321717461*/
.catalog-detail-wr .cd-desc{
  margin: -10px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}

.content h1.cd-header {
	font-weight:bold;
}

.catalog-detail-wr .catalog-detail{
  border: 1px solid #ececec;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: #d3d3d3 0 0 6px;
  -moz-box-shadow: #d3d3d3 0 0 6px;
  box-shadow: #d3d3d3 0 0 6px;
  position: relative;
  margin: 20px 0 0 0;
}

.border-left-detail{
  border-left: 1px solid #ececec;
}

.catalog-detail-wr .catalog-detail .cd-pic img{
  display: block;
  margin: 0 auto;
  max-width: 300px;
  height: auto;
}

.catalog-detail-wr .catalog-detail .cd-info{
  padding: 30px 26px 30px 36px;
  box-sizing: border-box;
}

.catalog-detail-wr .catalog-detail .cd-info dl,
.catalog-detail-wr .catalog-detail .cd-info dt,
.catalog-detail-wr .catalog-detail .cd-info dd{
  margin: 0;
  padding: 0;
}

.catalog-detail-wr .catalog-detail .cd-info dl{
  float: left;
  display: block;
  width: 296px;
  font-size: 0;
  margin-bottom: 47px;
}

.catalog-detail-wr .catalog-detail .cd-info dt,
.catalog-detail-wr .catalog-detail .cd-info dd{
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
  font-size: 13px;
}

.catalog-detail-wr .catalog-detail .cd-info dt{
  width: 156px;
  color: #626262;
}

.catalog-detail-wr .catalog-detail .cd-info dd{
  width: 134px;
  margin-left: 6px;
}

.catalog-detail-wr .catalog-detail .cd-info .brand-logo{
  float: right;
  width: 1px;
  height: 1px;
  margin-bottom: 47px;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div{
  padding-left: 0;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-price-wr{
  line-height: 1.2;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-price-wr .cd-price-old{
  font-size: 18px;
  color: #7c7c7c;
  text-decoration: line-through;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-price-wr .cd-price{
  font-size: 27px;
  font-weight: bold;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div.cd-buy-in-shop{
  color: #b99a5a;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr{
  border: 1px solid #ececec;
  background: #ffffff;
  width: 69px;
  height: 35px;
  position: relative;
  box-sizing: border-box;
  float: right;
}
.cd-buy-wr .cd-but-wr-btn{
  padding-right: 0;
}
.cd-buy-wr .float-right{
  float: right;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity input[type=number],
.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity input[type=text] {
  width: 44px;
  height: 33px;
  border: none;
  padding: 0;
  text-align: center;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity input[type=number]::-webkit-outer-spin-button,
.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity input[type=number]::-webkit-inner-spin-button,
.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity input[type=text]::-webkit-outer-spin-button,
.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity input[type=text]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity span {
  width: 22px;
  height: 16px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 16px;
  font-size: 18px;
  border-left: 1px solid #ececec;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background .3s, color .3s;
  -moz-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity span:hover{
  background: #B99A5A;
  color: #ffffff;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity span.plus{
  top: 0;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr .quantity span.minus{
  line-height: 12px;
  bottom: 0;
  border-top: 1px solid #ececec;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div [class*=site-btn-]{
  width: 180px;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-detail-text{
  margin: 30px 0 0 0;
  font-size: 13px;
  color: #666666;
  line-height: 1.8;
  padding: 0;
}

.catalog-detail-wr .catalog-detail .cd-info .cd-detail-text [data-slideblock-content-id]{
  display: none;
}

.catalog-detail-wr .catalog-detail-shared{
  font-size: 13px;
  color: #666666;
  margin: 26px 0 0 0;
}

.catalog-detail-wr .catalog-detail-shared > div{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.catalog-detail-wr .catalog-detail-shared > div a{
  border: none !important;
}



@media(max-width: 991px){
  .catalog-detail-wr .catalog-detail .cd-info dl{
	  margin-bottom: 20px;
	}
  .catalog-detail-wr .catalog-detail .cd-info .brand-logo{
	float: left;
	margin-bottom: 20px;
  }
  .cd-buy-wr .float-right{
	float: left;
	margin-top: 20px;
  }
}
@media(max-width: 767px){
  .catalog-detail-wr .catalog-detail{
    border: none;
    box-shadow: none;
	}
  .catalog-detail-wr .catalog-detail .cd-info{
	padding: 30px 15px;
  }
  .catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr{
	float: left;
	margin-top: 20px;
  }
}

/*...*/
.complect-list
{
margin: 0 0 -18px 0;
}

.complect-list > div.c-item
{
float: left;
width: 201px;
height: 404px;
margin: 0 0 18px 0;
text-align: center;
position: relative;
-webkit-transition: box-shadow .3s;
-moz-transition: box-shadow .3s;
-ms-transition: box-shadow .3s;
-o-transition: box-shadow .3s;
transition: box-shadow .3s;
}

.complect-list > div.c-sign
{
float: left;
width: 58px;
height: 206px;
font-size: 40px;
line-height: 350px;
text-align: center;
}


.complect-list > div.c-item:hover
{
-webkit-box-shadow: #d3d3d3 0 0 6px;
-moz-box-shadow: #d3d3d3 0 0 6px;
box-shadow: #d3d3d3 0 0 6px;
}

.complect-list > div.c-item > div
{
width: 100%;
height: 100%;
padding: 20px;
box-sizing: border-box;
}

.complect-list > div.c-item > div .cs-marker
{
position: absolute;
top: 12px;
right: 10px;
height: 28px;
padding: 0 18px;
border: 1px solid #b99a5a;
line-height: 28px;
box-sizing: border-box;
font-size: 12px;
text-transform: uppercase;
color: #fff;
border-radius: 14px;
background: #b99a5a;
z-index: 5;
}

.complect-list > div.c-item > div .cs-name a:link,
.complect-list > div.c-item > div .cs-name a:visited
{
display: block;
border: none;
}

.complect-list > div.c-item > div .cs-pic
{
height: 186px;
margin: 0 0 20px 0;
position: relative;
}

.complect-list > div.c-item > div .cs-pic img
{
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.complect-list > div.c-item > div .cs-name
{
text-transform: uppercase;
line-height: 1.4;
max-height: 58px;
padding-bottom: 4px;
overflow: hidden;
}

.complect-list > div.c-item > div a:link .cs-name span,
.complect-list > div.c-item > div a:visited .cs-name span
{
color: #333333;
border-bottom: 1px solid transparent;
-webkit-transition: color .3s, border-color .3s;
-moz-transition: color .3s, border-color .3s;
-ms-transition: color .3s, border-color .3s;
-o-transition: color .3s, border-color .3s;
transition: color .3s, border-color .3s;
}

.complect-list > div.c-item > div a:hover .cs-name span
{
color: #b99a5a;
border-color: rgba(185, 154, 90, 0.6);
}

.complect-list > div.c-item > div .cs-desc
{
font-size: 12px;
color: #626262;
line-height: 1.4;
margin-bottom: 8px;
max-height: 32px;
overflow: hidden;
}

.complect-list > div.c-item > div .cs-price
{
font-size: 16px;
font-weight: bold;
}

.complect-list > div.c-item > div .cs-complect-price
{
font-size: 16px;
font-weight: bold;
color: #b99a5a;
}

.complect-list > div.c-item > div .cs-complect-old-price
{
font-size: 14px;
color: #7c7c7c;
text-decoration: line-through;
}

.complect-list > div.c-item > div .cs-gift
{
width: 96px;
height: 28px;
padding: 0 18px;
margin: 4px auto 0 auto;
border: 1px solid #b99a5a;
line-height: 28px;
box-sizing: border-box;
font-size: 11px;
text-transform: uppercase;
color: #ffd;
border-radius: 14px;
background: #b99a5a;
}

.complect-list > div.c-item > div .cs-buy
{
position: absolute;
top: 160px;
left: 0;
width: 100%;
text-align: center;
}

.complect-list > div.c-item > div .cs-buy input[type=submit]
{
opacity: 0;
}

.complect-list > div.c-item:hover .cs-buy input[type=submit]
{
opacity: 1;
}

.complect-list > div.c-item > div .cs-buy .site-btn-brown
{
opacity: 0;
}

.complect-list > div.c-item:hover .cs-buy .site-btn-brown
{
opacity: 1;
}

.cd-detail-text-block {
	background-color: #f3f3f3;
    box-shadow: #d3d3d3 0 0 6px;
    margin-right: auto;
    margin-left: auto;
    padding: 34px 15px;
}

.cd-detail-text-tabs {
	list-style: none;
}

.cd-detail-text-tabs li {
    display: inline-block;
    margin-right: 2rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.cd-detail-text-tabs li:hover {
    color: #b99a5a;
    border-bottom: 1px solid rgba(185,154,90,0.6);
}

.cd-detail-text-tabs li.active {
    color: #b99a5a;
    border-bottom: 1px solid rgba(185,154,90,0.6);
}

.cd-detail-text-contents {
	list-style: none;
}

.catalog-detail .cs-marker {
    position: absolute;
    height: 28px;
    padding: 0 18px;
    border: 1px solid #b99a5a;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 14px;
    background: #b99a5a;
    z-index: 5;
    margin-left: 6rem;
    margin-top: -1.7rem;
    left: 0;
}

.catalog-details-promo {
    position: absolute;
    bottom: -3.5rem;
    background-color: #b99a5a;
    color: #fff;
    padding: 0.5rem;
    font-weight: 600;
    width: 15rem;
    right: -2rem;
}

.catalog-details-promo-2 {
    background-color: #b99a5a;
    color: #fff;
    padding: 0.5rem;
    font-weight: 600;
    width: 15rem;
    margin-left: -15px;
    margin-bottom: 15px;
    display: none;
}

.available-text {
    background-color: #b99a5a;
    color: #fff;
    padding: 0.5rem;
    font-weight: 500;
    width: 7rem;
    margin-left: -15px;
    margin-bottom: 15px;
    font-size: 11px;
}

@media(max-width: 932px){
  .catalog-detail-wr .catalog-detail .cd-info .brand-logo {
        margin-bottom: 87px;
  }
}
@media(max-width: 767px){
  .catalog-details-promo-2 {
      display: block;
  }
}

.cd-pic-preview {
    display: flex;
    margin: 1rem auto;
    justify-content: start;
    max-width: 470px;
}

.cd-pic-preview .preview-image {
    margin: 0 1rem 0 0 !important;
    cursor: pointer;
    border: 1px solid transparent;
    object-fit: cover;
}

@media(max-width: 767px){
	.cd-pic-preview {
	   overflow-x: scroll;
	}
	.cd-pic-preview .preview-image {
        max-height: 80px !important;
	}
}

.cd-pic-preview .preview-image-touched {
	border: 1px solid #b99a5a;
}

.beauty-box .cd-price-col {
	margin-bottom: 1rem;
}

.beauty-box.catalog-detail-wr .catalog-detail .cd-pic img {
	max-width: 470px;
	object-fit: cover;
    max-height: 460px;
}

@media(min-width: 969px){
	.beauty-box.catalog-detail-wr .catalog-detail .cd-pic img,
	.cd-pic-preview {
	    max-width: 600px;
	    object-fit: cover;
        max-height: 460px;
	}
}

.beauty-box .cd-detail-text-tabs {
	visibility: hidden;
}

@media(max-width: 767px){
	.beauty-box .cd-detail-text-contents {
		padding-left: 0;
	}
}

.beauty-box .cd-detail-desc {
	text-align: center;
    font-size: 1.2rem;
    margin-bottom: 4rem;
}

.beauty-box .cd-detail-header {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 3rem;
    margin-bottom: 3rem;
    clear: both;
}

.beauty-box .cd-detail-product {
    background: #0f0f0f;
    width: 70%;
    color: #fff;
    margin-bottom: 4rem;
}

.beauty-box .cd-detail-product:nth-child(even) {
	float: right;
    margin-left: 30%;
    margin-right: -15px;
    padding: 3.5rem 4.5rem 3.5rem 11rem;
}

.beauty-box .cd-detail-product:nth-child(odd) {
    float: left;
    margin-right: 30%;
    margin-left: -55px;
    padding: 3.5rem 11rem 3.5rem 4.5rem;
}

@media(max-width: 767px){
    .beauty-box .cd-detail-product {
	    width: 100% !important;
	    margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 3.5rem !important;
	}
}

.beauty-box .cd-detail-product-brand-name {
    font-size: 2rem;
    line-height: 2rem;
    color: #b99a5a;
    font-weight: 600;
    margin-bottom: 2rem;
}

.beauty-box .cd-detail-product-brand-desc {
    
}

.beauty-box .cd-detail-product-name {
    margin: 2rem 0 1rem 0;
    font-size: 1.7rem;
    font-weight: 600;
}

.beauty-box .cd-detail-product-desc {
    position: relative;
}

@media(max-width: 767px){
    .beauty-box .cd-detail-product-desc {
        display: flex;
        flex-direction: column;
    }
}

.beauty-box .cd-detail-product-desc b {
    margin-top: 1rem;
    display: inline-block;
}

.beauty-box .cd-detail-product-desc a {
    display: block;
    border: none;
    background-color: #b99a5a;
    height: 40px;
    line-height: 40px;
    padding: 0 34px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
    -webkit-appearance: none;
    margin-top: 2rem;
}

.beauty-box .cd-detail-product-desc p {
    position: absolute;
    background-color: #fff;
    padding: 2rem;
    top: 0;
    margin-top: -5.7rem;
}

.beauty-box .cd-detail-product:nth-child(even) .cd-detail-product-desc p {
    margin-left: -29rem;
    left: 0;
}

.beauty-box .cd-detail-product:nth-child(odd) .cd-detail-product-desc p {
    margin-right: -29rem;
    right: 0;
}

@media(max-width: 930px){
    .beauty-box .cd-detail-product:nth-child(even) .cd-detail-product-desc p {
        margin-left: -25rem;
    }
    
    .beauty-box .cd-detail-product:nth-child(odd) .cd-detail-product-desc p {
        margin-right: -25rem;
    }
}

@media(max-width: 767px){
    .beauty-box .cd-detail-product-desc p {
        position: relative !important;
        margin: 0 !important;
        max-width: 365px;
        order: -1;
    }
}

.beauty-box .cd-detail-product-desc img {
    max-width: 345px;
}

@media(max-width: 930px){
    .beauty-box .cd-detail-product-desc img {
	    max-width: 300px;
	}
}

@media(max-width: 767px){
	.beauty-box .cd-detail-product-desc img {
        max-width: 100%;
    }
}

.beauty-box .cd-detail-text-contents {
    min-height: 100%;
    overflow: hidden;
}

.beauty-box .catalog-detail-info .block-left {
	margin: 10px 0 0 0 !important;
	float:left;
	width: 100%;
}

.beauty-box .catalog-detail-info .block-left .block {
	padding: 0px 10px 0px 0px;
}

.beauty-box .catalog-detail-info .block-right {
	float: left;
}

.beauty-box .cd-buy-wr .float-right {
    float: left;
}

.beauty-box.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr {
    float: left;
    margin-left: 40px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.beauty-box.catalog-detail-wr .catalog-detail .cd-info .cd-buy-wr > div div.cd-quantity-wr {
	    margin-left: 55px;
	}
}

.beauty-box .catalog-details-promo-2 {
	display: block;
}

#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
	#return-to-top {
        bottom: 100px;
        border: 1px solid #fff;
	}
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 18px;
  top: 8px;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.catalog-action-back-cashback {
  color: #b99a5a;
  border-color: rgba(185,154,90,0.6);
  border-bottom: 1px solid;
  cursor: pointer;
  padding-bottom: 1px;
}

@media only screen and (max-width: 767px) {
	.catalog-action-back-cashback {
    padding-top: 15px;
    display: inline-block;
	}
}

@media only screen and (min-width: 767px) {
  .cd-buy-wr {
    display: flex;
    align-items: end;
  }
}
/* End */


/* Start:/bitrix/components/pixelplus/catalog.product.subscribe/templates/.default/style.min.css?15552723741520*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-filter-param-label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1684364048968*/
.nav
{
margin:35px 0 0 0;
overflow: hidden;
}

.nav > a,
.nav > span
{
display:block;
float: left;
height:41px;
width:35px;
line-height:41px;
margin:0 2px 0 0;
font-size:14px;
text-align: center;
border-radius: 3px;
border: none !important;
color: #333 !important;
}

.nav > a:hover
{
color:#b99a5a !important;
}

.nav > span.active
{
background:#b99a5a;
text-decoration:none;
color:#fff !important;
}

.nav > a.prev_page,
.nav > a.next_page
{
display: inline-block;
width:auto;
background:none!important;
}

.nav > a.prev_page
{
margin-right: 20px;
}

.nav > a.next_page
{
margin-left: 20px;
}

@media(max-width: 991px) {
	.nav > a.prev_page, .nav > a.next_page {
		margin-left: 0;
		margin-right: 0;
	}
}

.nav > a.prev_page span,
.nav > a.next_page span
{
display: inline-block;
font-size: 8px;
}

.nav > a.prev_page span
{
margin-right: 8px;
}

.nav > a.next_page span
{
margin-left: 8px;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/advantages/style.css?16843635033140*/
.advantages{
  margin-top: 20px;
}
.advantages .col-md-3:first-child{
  padding-left: 15px;
}
.advantages .col-md-3:last-child{
  padding-right: 15px;
}
.advantages p:link,
.advantages p:visited{
  display: block;
  min-height: 102px;
  padding: 30px 0 0 17px;
  font-size: 0;
  border: 1px solid #e2e2e2 !important;
  color: #333 !important;
  -webkit-transition: all .3s !important;
  -moz-transition: all .3s !important;
  -ms-transition: all .3s !important;
  -o-transition: all .3s !important;
  transition: all .3s !important;
}

.advantages p:hover{
  background: #b99a5a !important;
  color: #fff !important;
}

.advantages p > span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.advantages p > span[class^=site-icon-]{
  margin-right: 14px;
  font-size: 32px;
}

.advantages p > span[class*=bigbag]{
  font-size: 40px;
}

.advantages p > span.adv-name{
  text-transform: uppercase;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}

.advantages p > span.adv-name span{
  border-bottom: 1px solid transparent;
}

.advantages p:hover > span.adv-name span{
}
.advantages .col-md-3{
  padding: 0;
}
@media(max-width: 991px){
  .advantages p{
	text-align: center;
  }
  .advantages p > span[class^=site-icon-] {
    margin: 0 auto;
    font-size: 26px;
  }
  .advantages p > span[class*=bigbag] {
    font-size: 30px;
  }
  .advantages p > span.adv-name{
    width: 100%;
  }
  .advantages p:link,
  .advantages p:visited{
    padding: 15px 0 0 0;
	min-height: 110px;
  }
}
@media(max-width: 767px){
	.advantages{
	  display: none;
	}
}

.advantages-box {
    margin-top: 0 !important;
}

.advantages-box .col-md-3 {
    border: 1px solid #fff;
}

.advantages-box .col-md-3 .adv-name {
    display: block!important;
}

.advantages-box p,
.advantages-box p:hover {
    background: #b99a5a !important;
    text-align: center;
    padding: 10px !important;
    min-height: 60px !important;
    cursor: default;
    align-items: center;
    justify-content: center;
    display: flex;
}

.advantages-box p > span:first-child {
    display: none;
}

.advantages-box p > span.adv-name,
.advantages-box p > span.adv-name span,
.advantages-box p:hover {
    cursor: default !important;
    text-decoration: none !important;
}

.advantages-box .col-md-3:last-child {
    padding-right: 0 !important;
}
.advantages-box .col-md-3:first-child {
    padding-left: 0 !important;
}

@media (min-width: 268px) {
    .advantages-box .col-md-3 {
        float: left;
        width: 50%;
        max-width: none !important;
    }
}
@media (max-width: 929px) {
    .advantages-box .col-md-3 p {
        min-height: 78px !important;
    }
}
@media (max-width: 627px) {
    .beauty-box .advantages-box .col-md-3 p {
        min-height: 119px !important;
    }
}
@media (max-width: 510px) {
    .advantages-box .col-md-3 p {
        min-height: 120px !important;
    }
}

@media (max-width: 400px) {
    .advantages-box .col-md-3 p {
        min-height: 157px !important;
    }
}

@media only screen and (max-width: 991px) {
    .advantages p:link, .advantages p:visited {
        border: 0 none !important;
    }
}
/* End */
/* /bitrix/templates/main/components/bitrix/breadcrumb/breadcrumb/style.css?1555272374716 */
/* /bitrix/templates/main/components/bitrix/catalog.element/catalog-detail-v3/style.css?176468321717461 */
/* /bitrix/components/pixelplus/catalog.product.subscribe/templates/.default/style.min.css?15552723741520 */
/* /bitrix/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1684364048968 */
/* /bitrix/templates/main/components/bitrix/news.list/advantages/style.css?16843635033140 */
