.page-header--product {
	display: block;
}
.product-model {
    color: #6e6e6e;
    font-size: 11px;
    margin-top: 0;
    width: 100%;
}
.product {	
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product__images { 
    width: calc(60% - 16px);
}
.product__images-wrap {}
.product__thumb {
	position: relative;
    overflow: hidden;
}
.product__thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}
.product__thumb-link--video {	
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.product__thumb-price {
    background: #fa3c7a;
    color: #fff;
    font-size: 18px;
    padding: 10px 12px 10px;
    border-radius: 5px;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    left: 15px;
    min-width: 275px;
    text-align: center;
    opacity: 0.9;
}
.product__thumb__iframe {	
    position: absolute;
    left: 0;
    top: -39%;
    width: 100%;
    height: 178%;
    border: 0;
}
.product__thumb-img {
	width: 100%;
    height: auto;
    display: block;
}
.product__thumb-slider {
    padding-bottom: 0px !important;    
}
.product__thumbnail {
    position: relative;
    margin-top: 5px;
}
.product__thumbnail-slide {
	overflow: hidden;
    border: 2px solid transparent;
}
.product__thumbnail-slide.swiper-slide-thumb-active {
	border-color: #fa3c7a;
}
.product__thumbnail-img {
	width: 100%;
    height: auto;
    cursor: pointer;
    display: block;
}
.swiper-button-next__thumbnail {
    right: -32px;
}
.swiper-button-prev__thumbnail {
    left: -32px;	
}
.swiper-pagination__thumb {
    position: initial;
    margin-top: 15px;
}
.swiper-pagination__thumb .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0px 5px !important;
}
.product__stick-box {
    position: absolute;
    top: 18px;
    left: 18px;
    text-align: left;
    z-index: 1;
    display: flex;
    align-items: center;
}
.product__stick-box .stick-box__stick {
    margin-right: 10px;	
}
.add-to-wish--product {	
    
    position: absolute !important;
    top: 20px;
    right: 15px;
    z-index: 2;
}

.product__yandex-review {
    display: flex;
    align-items: center;
}
.product__yandex-review a {
    margin-right: 20px;
}
.product__yandex-review img {}
.product__yandex-review-text {}
.product__yandex-review-stock-block {
    display: flex;
    margin-top: 10px;
    
}
.product__information-top-right .product__yandex-review {
	display: none;
}
.product__information { 
    width: calc(40% - 16px);
}
#product {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product__information-top {
    padding: 0px 0px 0px 15px;
}
.product__information-top-left {
    width: 100%;
}
.product__information-top-left h1 {
    
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    word-break: break-word;
    display: block;
    text-align: left;
}
.product__price {
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}
.product__new-prices {
    color: #fa3c7a;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
.product__old-prices {
    position: relative;
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #171717;    
    text-decoration: line-through;
    display: block;
}
.product__reward {
	display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-bottom: 10px;
}
.product__reward-value {}
.product__bonus-popup {
    display: inline;
    position: relative;
    margin-left: 5px;
}
.product__bonus-quastion {
    display: inline-block;
    padding: 0px 5px;
    background: #fa3c7a !important;
    color: #fff !important;
    border-radius: 20px;
    font-size: 11px;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    top: -2px;
}
.product__bonus-hover-popup {
	display: none;
    background-color: #fff;
    position: absolute;
    width: 270px;
    z-index: 99;
    padding: 14px 16px 8px;
    left: 100%;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 16%);
    border: 1px solid #e5e5ea;
    color: #202020;
    margin-top: -1px;
    margin-left: -17px;
}
.product__bonus-popup:hover .product__bonus-hover-popup {
    display: block;
}
.product__bonus-freedelivery {}
.product__freefeliverytext {
    color: #000;
}
.product__information-top-right {
    width: 34%;
}
.product__attributes-groups-wrapper {    
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.product__attributes-group {
    margin-bottom: 15px;
    min-width: 0;
    max-width: 100%;
    width: 100%;
}

.product__attributes-title {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
}
.product__attributes-group ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
}
.product__attributes-group ul li {
    margin: 0;
    padding: 0;
    line-height: 16px;
    color: #000000;
    font-size: 15px;
}

.product__pay-split {
    margin-top: 20px;
    margin-bottom: 15px;
}
.product__pay-split-title {
    margin-bottom: 10px;
}
.product__pay-split-info {
    border: 1px solid black;
    width: auto;
    max-width: max-content;
    padding: 5px 10px;
}
.product__pay-split-amount {}

.product__options {
    margin: 0px 5px;
    margin-top: 10px;
}
.product__option {}
.product__option-label {
    font-size: 12px;
    color: #b2b2b2;
    padding: 0px 3px;
    margin-bottom: 8px;
    display: block;
}
.product__option.required .product__option-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.product__option-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product__option-value {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
.product__option-value label {
    color: #171717;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5EAEC;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 14px 9px;
    text-align: center;
    cursor: pointer;
}
.product__option-value label:hover {
    border-color: #fa3c7a;
}
.product__option-value input:checked + label {
    border-color: #fa3c7a;
}
.product__option-value input {
    display: none;
}
.product__option-price {}

.product__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}
.product__button {    

}
.product__stock-status {
    width: calc(50% - 5px);
    margin: 0px 5px;
    text-align: left;
    max-width: 145px;
    margin-top: 10px;
}
.product__button-cart-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;    
    width: 100%;
}
.product__button-cart {
    width: 100% !important;
    background: rgba(0,0,0,.75) !important;
    white-space: nowrap;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    height: 50px !important;
}
.product__button-cart:hover {
    background: #fa3c7a !important;
    color: #fff !important;
}
.product__button-cart:before {
    content: "" !important;
    width: 18px;
    height: 18px;
    /*background: url(/image/catalog/icon/cart-white.svg) 50% no-repeat;*/
    margin-right: 8px;
}
.product__button-cart.active:before {
    content: "";
    width: 18px;
    height: 18px;
    /*background: url(/image/catalog/icon/check.svg) 50% no-repeat;*/
    margin-right: 8px;
}
.product__information-block {    
    border: 1px solid #000;
    padding: 10px;
    border-radius: 0px;
    margin: 20px 0px 10px 0px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.product__messenger {
    color: #000;
    font-weight: 500;
    margin-top: 15px;
    font-size: 17px;
}
.product__messenger-title {    
    margin-bottom: 10px;
}
.product__messenger-link {}
.product__messenger-link img {
    width: 30px;
    margin-left: 0px;
    vertical-align: middle;
}
.product__otkritka {
    margin-top: 20px;
    width: 100%;
}
.product__otkritka img { 
    height: auto;
    border: 1px solid #000;
    width: auto;
    max-width: 100%;
}
.product__payments-information-wrap {
    margin-top: 10px;
}
.product__payments-information-text {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 10px;
}
.product__payments-information {
    margin-top: 14px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product__catlist-wrap {
    margin-top: 20px;
}
.product__catlist-text {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}
.product__catlist {}
.product__catlist-item {
    margin: 0 5px 7px 0;
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #232323;
    transition: all .3s ease;
    display: inline-block;
}
.product__catlist-item--hidden {
    display: none;
}
.product__catlist.open .product__catlist-item--hidden {
    display: inline-block;
}
.product__catlist-right {
    width: 25px;
    height: 10px;
    padding: 1px 0px;
    background: url(/image/catalog/icon/double-right.svg) no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
}
.product__catlist.open .product__catlist-right {
    transform: rotate(180deg);
}

.product__tab-content-nav {
    width: 100%;
    margin-top: 30px;
}
.product__nav-tabs {
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.product__nav-tab {
    flex-grow: 2;
    padding: 12px 0px 12px;
    border-right: 1px solid #E5EAEC;
}
.product__nav-tab:first-child {
    flex-grow: 1;
    text-align: left;
}
.product__nav-tab:last-child {
    flex-grow: 1;
    text-align: right;
    border-right: none;
}
.product__nav-tab a {
    font-size: 15px;
    text-transform: uppercase;
    color: #444;
    font-weight: 300;    
}

.product__nav-tab.active > a {
    color: #fa3c7a;
    font-weight: 600;
}
.zoomContainer {
    z-index: 1;
}
.module-review .container {
    padding: 0px;
}
.product__review-form-open {    
    margin: auto;
    width: 200px;
    display: block;
    padding: 15px;
}

.main-product .module-why {
    margin-top: 0px;

}
.main-content {
    width: 100%;
    padding-bottom: 15px !important;
}
.product__delivery-block {

}
.product__delivery-block .section-module {
    margin: 0px;    
}
.product__delivery-block .container {
    max-width: 100%;
    padding: 0px;
    
}



.product__time-block .container {
    max-width: 100;
    padding: 0px;
}

.product__quantity-group {
    margin: 0;
    border: 2px solid #e7e7e7;
    height: 50px;
    margin-right: 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product__quantity-btn {
    outline-color: transparent;
    color: hsla(0,0%,53%,.8);
    font-size: 0;
    background: transparent;
    line-height: 24px;
    border: none;
    width: 38px;
    height: 46px;
}
.product__quantity-btn.js_quantity-minus:before {
    content: "\4b";
    position: relative;
    top: 4px;
    font-family: eleganticons;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
}
.product__quantity-btn.js_quantity-plus:before {
    content: "\4c";
    position: relative;
    top: 4px;
    font-family: eleganticons;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
}
.product__quantity-input {
    width: 40px !important;
    border: 0 !important;
    height: 46px !important;
    text-align: center;
    padding: 0 0px !important;
    font-size: 18px;
    font-weight: 500;
}

.product__stock-status--mob {
    display: block;
    max-width: initial;
    text-align: center;
    
}
.product__quantity {}




@media (min-width: 992px) {
	.swiper-pagination__thumb {
	    display: none;
	}
}
@media (max-width: 1399px) {
    .product__bonus-hover-popup {
        left: auto;
        right: calc(100% - 20px);
    }
}

@media (max-width: 1199px) {
    .product__attributes-groups-wrapper {    
        flex-wrap: wrap;
    }
    .product__attributes-group {
        width: 50%;
    }
}
@media (max-width: 991px) {
	.product__images-wrap {

	}
	
	.product__thumbnail {
		display: none;
	}
	.product__thumb-link {
	    display: block;
	    border-radius: 0px;
	    overflow: hidden;
	}
	.product__stick-box {
	    top: 10px;
	    left: 10px;
	}
	.add-to-wish--product {
	    /*top: 15px;*/
	}
	
	
	.product__information-top-left {
	    width: 100%;
    	margin-bottom: 20px;
	}
	.product__information-top-right {
	    width: 100%;
	}

    .product__option-item-wrap {
        max-width: initial;
    }

    .product__options {
        margin: 0px 0px;
    }

}

@media (max-width: 767px) {
	
	.top-section--product {
		margin-bottom: 0px;
	}

    .page-header--product {
        display: flex;
        align-items: start;
    }
    .page-header h1 {
        text-align: left;
        margin-left: 10px;
    }
	.product-model {
	    text-align: center;
        width: 100%;
	}
    .page-header__back {    
        display: block;
    }

    .product__information-top-left h1 {
       
        font-size: 30px;
        line-height: 35px;
    }
	.product__images { 
	    width: calc(100% + 20px);
	    margin: 0px -10px;	}
	.product__information { 
	    width: 100%;
        margin-top: 10px;
	}

    .product__images .product__yandex-review {
        display: none;
    }
    .product__stock-status--mob {
        display: block;
        max-width: initial;
        text-align: center;
        
    }

    .product__yandex-review-stock-block {
        display: flex;
    }

    .product__yandex-review-stock-block .product__yandex-review {
        display: block;
        margin-top: 0px;
    }

    .product__information-top-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .product__information-top-right {
        width: 34%;
    }
    .product__payments-information-wrap {
        display: none;
    }

    .product__button {
        width: 100%;
    }
    .product__button-cart-wrap {
        position: fixed;
        bottom: 66px;
        left: 0px;
        z-index: 2;
        background: #fff;
        padding: 10px;
    }

    .product__button-cart:before {
        display: initial;
    }
    .product__button-cart.active:before {
        display: initial;
    }

    .product__button-cart {
        font-size: 12px !important;
    }
    .product__nav-tab {
        width: 100%;
        text-align: center !important;
    }

    .product__quantity-input {
        width: 40px !important;
    }

    .add-to-wish--product {
        margin-left: 15px;
        position: initial;

    }

    .wa-quick-link {
        bottom: 150px !important;
    }
    

    

}

@media (max-width: 540px) {
    
    .product__information-top-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .product__information-top-right {
        width: 100%;
    }
    .product__option-item-wrap {
        max-width: initial;
    }
    .product__options {
        margin: 0px 0px;
    }

    .product__stock-status {
        display: none;
    }

    .product__stock-status--mob {
        display: block;
        max-width: initial;
        text-align: center;
    }

    .product__yandex-review-stock-block {
        display: flex;
    }
}