.product-page {
    overflow: hidden;
}
.product-section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}
.product {
    margin-top: 20px;
}
.product-tabs {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #EEF0F5;
}
.product-tabs_fix {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #FFFFFF;
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.16);
}
.product-tab {
    padding-top: 13px;
    padding-bottom: 11px;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 7px;
}
.product-tab.active {
    pointer-events: none;
    border-color: #FFC839;
}
.product-tab>a {
    color: #57575E;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    border-bottom: 1px dashed #57575E;
}
.product-tab>a:hover {
    color: #FFC839;
    border-color: #FFC839;
}
.product-tab.active>a {
    border-color: transparent;
    color: #232126;
}
.product-tab>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #F72460;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 0;
}
.product-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 20px;
}
.product-l {
    width: 608px;
    min-width: 608px;
}
.product-gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.product-tags {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    z-index: 2;
}
.product-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 900px;
    background: radial-gradient(119.66% 86.96% at -0.76% -15%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(90deg, #438E44 0%, #2BA32C 100%), radial-gradient(75.07% 71.34% at 4.76% -5.36%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.00) 100%), #2D2C2A;
    padding: 7px 13px;
}
.product-tag.black {
    background: radial-gradient(71.83% 65.32% at 13.12% 2.79%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(97deg, #2B343C 2.82%, #213344 72.75%);
    padding: 7px 12px;
}
.product-tag span {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
}
.product-tag.black span {
    font-size: 14px;
    font-weight: 700;
}
.product__favourite {
    width: 59px;
    min-width: 59px;
    height: 59px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.product-gallery_big {
    border-radius: 15px;
    border: 1px solid #EEF0F5;
    background: #FFF;
    padding: 43px;
    height: 608px;
    width: 100%;
}
.product-gallery_big.no-image {
    padding: 0;
}
.product-gallery .slick-list {
    height: 100%;
}
.product-gallery .slick-track {
    display: flex;
    height: 100%;
}
.product-gallery_big__pic {
    width: 100%;
    height: 100%;
    position: relative;
    float: none;
}
.product-gallery_big__pic:not(:first-child) {
    display: none;
}
.product-gallery_big__pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-gallery_big .slick-prev {
    left: 20px;
    z-index: 2;
}
.product-gallery_big .slick-next {
    right: 20px;
    z-index: 2;
}
.product-gallery_thumb {
    height: 78px;
    width: 100%;
    display: none;
}
.product-gallery_thumb__pic {
    width: 78px;
    height: 100%;
    float: none;
    border-radius: 10px;
    border: 1px solid #EEF0F5;
    background: #FFF;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
    transition: .3s;
    padding: 2px;
}
.product-gallery_thumb__pic:not(.slick-current):hover {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 200, 57, 1) inset;
    -moz-box-shadow: 0px 0px 0px 2px rgba(255, 200, 57, 1) inset;
    box-shadow: 0px 0px 0px 2px rgba(255, 200, 57, 1) inset;
    border-color: transparent;
    opacity: 0.5;
}
.product-gallery_thumb__pic.slick-current {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 200, 57, 1) inset;
    -moz-box-shadow: 0px 0px 0px 2px rgba(255, 200, 57, 1) inset;
    box-shadow: 0px 0px 0px 2px rgba(255, 200, 57, 1) inset;
    border-color: transparent;
    cursor: default;
}
.product-gallery_thumb__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.product-gallery_thumb .slick-track {
    margin-left: 0;
}
.product-gallery_thumb._notranslate .slick-track {
    transform: none!important;
}
.product-r {
    width: calc(100% - 638px);
}
.product-r_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
}

.product__share-wrapper {
    position: relative;
    z-index: 3;
}
.product__share {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    cursor: pointer;
    transition: .3s;
    z-index: 2;
}
.product__share-wrapper.active .product__share {
    background-color: #FFC839;
}
.product__share:hover {
    background-color: #FFC839;
}
.product__share--opened,
.product__share--closed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.product__share--opened {
    transform: scale(0) translate(-50%, -50%);
}
.product__share-wrapper.active .product__share--closed {
    transform: translate(-50%, -50%) scale(0);
}
.product__share-wrapper.active .product__share--opened {
    transform: translate(-50%, -50%) scale(1);
}
.product-share_list {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 6px;
    padding-top: 77px;
    transition: .3s;
    border-radius: 900px;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.09);
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
}
.product__share-wrapper.active .product-share_list {
    opacity: 1;
    visibility: visible;
}
.product-share_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: .3s;
}
.product-share_list li:first-child {
    transition: .6s;
}
.product-share_list li:nth-child(2) {
    transition: .6s .1s;
}
.product-share_list li:nth-child(3) {
    transition: .6s .2s;
}
.product-share_list li:nth-child(4) {
    transition: .6s .3s;
}
.product-share_list li:nth-child(5) {
    transition: .6s .4s;
}
.product-share_list li:nth-child(6) {
    transition: .6s .5s;
}
.product__share-wrapper.active .product-share_list li {
    transform: translateY(0);
    opacity: 1;
}
.product-share_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #F5F6F9;
}
.product-share_list a:hover {
    background-color: #FFC839;
}




.product-r_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
    margin-top: 20px;
}
.product-prices {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 12px;
    background-color: #F5F6F9;
    padding: 18px;
    position: relative;
}
.product-marking {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    z-index: 1;
    cursor: pointer;
}
.product-marking:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.product-prices_row {
    display: flex;
    align-items: center;
    gap: 7px;
}
.product-prices_row .price {
    font-size: 25px;
    font-weight: 700;
}
.product-bonuses_wrapper {
    display: flex;
    align-items: center;
    gap: 13px;
}
.product-bonuses {
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-bonuses>p {
    color: #57575E;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
}
.product-bonuses>img {
    width: 28px;
    min-width: 28px;
    height: auto;
}
.product-bonuses>span {
    color: #E18C14;
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
}
.product-prices_discount {
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 11px;
}
.product-credit {
    padding: 20px 18px 20px 48px;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: radial-gradient(135.49% 89.84% at 1.46% 25%, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.00) 100%), #FDF6E9;
    margin-top: 16px;
}
.product-credit img {
    position: absolute;
    left: -14px;
    bottom: -5px;
}
.product-credit>p {
    color: #4D360B;
    font-size: 14px;
    line-height: 130%;
}
.product-credit>span {
    border-bottom: 1px solid rgba(225, 140, 20, 0.33);
    color: #E18C14;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
}
.product-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 16px;
}
.product-addCard.arrow-btn {
    width: 100%;
}
.product-addCard.arrow-btn._added {
    background-color: #498F11;
}
.product-addCard.arrow-btn._added span {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 4px;
}
.product-addCard.arrow-btn._added span span {
    color: rgba(255, 255, 255, 0.47);
}
.product-addCard.arrow-btn>span {
    display: block;
    flex-grow: 1;
}
.product-quickOrder_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-quickOrder {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.product-quickOrder>span {
    border-bottom: 1px dashed rgba(92, 109, 141, 0.70);
    color: #5C6D8D;
    font-size: 15px;
    font-weight: 500;
    line-height: 144%;
    transition: .3s;
}
.product-quickOrder:hover>span {
    color: #E18C14;
    border-color: #E18C14;
}
.product-quickOrder path {
    transition: .3s;
}
.product-quickOrder:hover path {
    stroke: #E18C14;
}
.product-stock {
    margin-top: 16px;
    padding: 12px 9px;
    border-radius: 7px;
    border: 1px solid rgba(73, 143, 17, 0.11);
    background-color: #F8FBF7;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-stock.out-of-stock {
    border-color: #FFE2EE;
    background-color: #FFF0F6;
}
.product-stock__title {
    display: flex;
    align-items: center;
    gap: 5px;    
}
.product-stock__title {
    color: #498F11;
}
.product-stock.out-of-stock .product-stock__title {
    color: #8A4762;
}
.product-stock__title>span {
    font-weight: 500;
    font-size: 14px;
    line-height: 126%;
}
.product-stock_list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-stock__text {
    color: #57575E;
    font-size: 13px;
    line-height: 120%;
}
.product-stock__text>a {
    text-decoration: underline;
    color: #232126;
}
.product-stock__text>a:hover {
    color: #E18C14;
}
.product-stock__text>b {
    color: #232126;
}
.product-box {
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
    padding: 18px;
}
.product-box_top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-box_l {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 251px;
    width: 100%;
}
.product-box_reviews {
    display: flex;
    align-items: center;
    gap: 11px;
}
.product-box_stars {
    display: flex;
    align-items: center;
    gap: 1px;
}
.product-box_review {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.product-box_review>svg {
    width: 12px;
    min-width: 12px;
    height: auto;
}
.product-box_review path {
    transition: .3s;
}
.product-box_review:hover path {
    fill: #E18C14;
}
.product-box_review>span {
    color: #5C6D8D;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    border-bottom: 1px solid rgba(92, 109, 141, 0.25);
    transition: .3s;
}
.product-box_review>span.nostock {
    border: none;
}
.product-box_review:hover>span {
    color: #E18C14;
    border-color: #E18C14;
}
.product-box_r {
    width: 115px;
    min-width: 115px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    border: 1px solid #EDEDED;
    background-color: #FFFFFF;
}
.product-box_r img {
    width: auto;
    height: auto;
    max-width: 99px;
    max-height: 40px;
}
.product__articule {
    color: #A0A3AA;
    font-size: 14px;
    line-height: 130%;
}
.product-box_chars {
    margin-top: 16px;
}
.product-box_chars__title {
    color: #232126;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.product-box_chars--list {
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}
.product-box_char {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.product-box_char::after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    order: 1;
    border-bottom: 1px dashed #D1D1D1;
}
.product-box_char p {
    color: #57575E;
    font-size: 14px;
    line-height: 130%;
}
.product-box_char span {
    color: #232126;
    font-size: 14px;
    line-height: 130%;
    order: 2
}
.product-box__more {
    cursor: pointer;
    border-bottom: 1px dashed rgba(92, 109, 141, 0.70);
    color: #5C6D8D;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
}
.product-box__more:hover {
    color: #E18C14;
    border-color: #E18C14;
}
.product-info {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 15px;
}
.product-info_icon {
    width: 31px;
    min-width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFC839;
}
.product-info_box p {
    color: #232126;
    font-size: 13px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1px;
}
.product-info_box span {
    color: #57575E;
    font-size: 12px;
    line-height: 120%;
}
.product-info_box {
    display: flex;
    flex-direction: column;
}
.product-variants {
    margin-top: 20px;
}
.product-variants__title {
    color: #232126;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
}
.product-variants_grid {
    margin-top: 11px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 17px;
}
.product-variants_slider {
    margin-top: 11px;
    padding-left: 20px;
    display: none;
}
.product-variants .slick-slide {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.product-variant {
    display: flex!important;
    align-items: center;
    gap: 11px;
    padding-right: 40px;
}
.product-variant__pic {
    opacity: 0.6;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    overflow: hidden;
    width: 41px;
    min-width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-variant__pic:hover {
    border-color: #FFC839;
}
.product-variant.instock .product-variant__pic {
    opacity: 1;
}
.product-variant__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-variant__pic svg {
    width: 25px;
    height: auto;
}
.product-variant__title {
    color: #232126;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    opacity: 0.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-variant__title:hover {
    color: #FFC839;
}
.product-variant.instock .product-variant__title {
    opacity: 1;
}
.product-variant_stock {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 1px;
}
.product-variant_stock>span {
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: #F72460;
}
.product-variant.instock .product-variant_stock>span {
    background-color: #498F11;
}
.product-variant_stock>p {
    color: #57575E;
    font-size: 12px;
    line-height: 120%;
}
.product-variant_stock>p>a:hover {
    text-decoration: underline;
}
.product-variants .slick-arrow {
    width: 17px;
    height: 17px;
    background-color: transparent;
    box-shadow: none;
    z-index: 2;
}
.product-variants .slick-arrow:hover {
    background-color: transparent;
}
.product-variants .slick-prev {
    left: 0;
}
.product-variants .slick-next {
    right: 0;
}
.product-variants .slick-dots {
    margin-top: 16px;
}
.product-variants .slick-dots button {
    width: 41px;
    height: 2px;
    border-radius: 0;
    opacity: 0.5;
    background: #A0A3AA;
}
.product-variants .slick-dots .slick-active button {
    background-color: #232126;
    opacity: 1;
}


.product-share {
    display: none;
}


.product-contents {
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
}
.product-content {
    display: none;
}
.product-content.active {
    display: block;
}
.product-description_row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.product-description_text {
    margin-top: 7px;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}
.product-description_text p {
    color: #57575E;
    font-size: 15px;
    line-height: 144%;
    margin-top: 11px;
    white-space: normal;
}
.product-description__more {
    color: #5C6D8D;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
    border-bottom: 1px dashed rgba(92, 109, 141, 0.70);
    cursor: pointer;
    transition: .3s;
    margin-top: 7px;
    display: inline-block;
}
.product-description__more:hover {
    color: #FFC839;
    border-color: rgba(255, 200, 57, 0.70);
}


.stock {
    width: 725px;
    min-width: 725px;
    border-radius: 10px;
    border: 1px solid #EEF0F5;
    background: #FFFFFF;
    padding: 24px;
}
.stock-tabs {
    margin-top: 15px;
    width: calc(100% + 48px);
    margin-left: -24px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #EEF0F5;
    display: flex;
    gap: 12px;
}
.stock-tab {
    padding: 14px 16px;
    border: 1px solid transparent;
    color: #232126;
    font-size: 15px;
    font-weight: 500;
    line-height: 144%;
    transition: .3s;
    cursor: pointer;
    margin-bottom: -1px;
}
.stock-tab:hover {
    color: #FFC839;
}
.stock-tab.active {
    border: 1px solid #EEF0F5;
    border-bottom: none;
    border-radius: 7px 7px 0px 0px;
    background-color: #FBFBFB;
    pointer-events: none;
    color: #5C6D8D;
}
.stock-content_wrapper {
    padding-top: 10px;
}
.stock-content {
    display: none;
}
.stock-content.active {
    display: block;
}
.stock__graph {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
    color: #232126;
}
.stock-content_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0 9px;
    border-bottom: 1px solid #EEF0F5;
}
.stock-content_item:last-child {
    border: none;
    padding-bottom: 0;
}
.stock-content_item p {
    color: #202020;
    font-size: 14px;
    line-height: 130%;
}
.stock-content_item p span {
    display: none;
}
.stock-content_item p:first-child {
    width: 348px;
}
.stock-content_item p:last-child {
    width: 86px;
}
.stock-content_item>span {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 181px;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
}
.stock-content_item>span::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.stock-content_item>span.instock {
    color: #498F11;
}
.stock-content_item>span.instock::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDQuMjVMNi4xMjUgMTEuMTI1TDMgOCIgc3Ryb2tlPSIjNDk4RjExIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.stock-content_item>span.closed {
    color: #FF9C5C;
}
.stock-content_item>span.closed::before {
    content: none;
}
.stock-content_item>span.out-of-stock {
    color: #F72460;
}
.stock-content_item>span.out-of-stock::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjc1IDQuMjVMNC4yNSAxMS43NSIgc3Ryb2tlPSIjRjcyNDYwIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00LjI1IDQuMjVMMTEuNzUgMTEuNzUiIHN0cm9rZT0iI0Y3MjQ2MCIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.stock-content_bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.stock-shops {
    display: flex;
    align-items: center;
    gap: 5px;
}
.stock-shops svg {
    width: 20px;
    min-width: 20px;
    height: auto;
}
.stock-shops svg path {
    transition: .3s;
}
.stock-shops:hover svg path {
    stroke: #FFC839;
}
.stock-shops span {
    border-bottom: 1px dashed rgba(92, 109, 141, 0.70);
    color: #5C6D8D;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
    transition: .3s;
}
.stock-shops:hover span {
    color: #FFC839;
    border-color: rgba(255, 200, 57, 0.70);
}
.stock-discount {
    padding-top: 11px;
    padding-bottom: 11px;
    cursor: pointer;

}
.stock-discount span {
    font-size: 14px;
    text-transform: none;
}





.product-tooltip {
    bottom: 37px;
    width: 292px;
}




.product-chars_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.product-chars_l {
    max-width: 856px;
    width: 100%;
}
.product-chars_list {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.product-char {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.product-char::after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    border-bottom: 1px dashed #D1D1D1;
}
.product-char>p {
    color: #57575E;
    font-size: 15px;
    line-height: 144%;
}
.product-char span {
    color: #232126;
    font-size: 15px;
    font-weight: 500;
    line-height: 144%;
    order: 1;
}
.product-char a {
    order: 1;
    color: #5C6D8D;
    font-size: 15px;
    font-weight: 500;
    line-height: 144%;
    border-bottom: 1px solid #5C6D8D;
}
.product-char a:hover {
    color: #FFC839;
    border-color: #FFC839;
}



.product-content_r {
    width: 420px;
    min-width: 420px;
}
.product-medium {
    border-radius: 10px;
    border: 1px solid #F5F6F9;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-medium_row {
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-medium_pic {
    width: 112px;
    min-width: 112px;
    height: 112px;
    padding: 8px;
}
.product-medium_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-medium_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-medium__title {
    color: #232126;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
}
.product-medium_prices {
    display: flex;
    align-items: center;
    gap: 7px;
}
.product-medium_prices .price {
    font-size: 25px;
    font-weight: 700;
}
.product-medium_prices span {
    width: 24px;
    height: auto;
    display: flex;
    align-items: center;
}
.product-medium_prices span svg {
    width: 100%;
    height: auto;
}
.product-medium_btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-medium_addCart {
    font-family: inherit;
    flex-grow: 1;
    padding: 14px 20px;
    background-color: #FFC839;
    color: #232126;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
    transition: .3s;
    border-radius: 900px;
}
.product-medium_addCart:hover {
    color: #FFFFFF;
    background-color: #232126;
}
.product-medium__favourite {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
}
.product-medium_quickOrder {
    padding: 10px 18px;
    width: 100%;
    border-radius: 900px;
    border: 1px solid #EEF0F5;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}



.product-reviews_row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.product-reviews_inner {
    flex-grow: 1;
}
.product-reviews_title {
    display: inline-flex;
    position: relative;
}
.product-reviews_title span {
    position: absolute;
    top: 0;
    right: -7px;
    transform: translateX(100%);
    color: #A0A3AA;
    font-size: 13px;
    line-height: 120%;
}
.product-reviews_pics {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.product-reviews_pics__item {
    width: 71px;
    min-width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}
.product-reviews_pics__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-reviews_pics--count {
    width: 71px;
    min-width: 71px;
    height: 71px;
    border-radius: 8px;
    opacity: 0.7;
    background-color: #EEF0F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-reviews_pics--count span {
    color: #5C6D8D;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
}





.product-reviews_gallery {
    max-width: 931px;
    width: 100%;
    padding: 20px;
}
.product-reviews_sliderBig {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0;
}
.product-reviews_sliderBig_inner {
    position: absolute;
    width: 530px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.product-reviews_sliderBig__btn {
    position: absolute;
    bottom: 9.5px;
    right: 9.5px;
    padding: 11px 15px;
}
.product-reviews_sliderBig__btn svg {
    margin-left: 5px;
}
.product-reviews_sliderBig__slide {
    position: relative;
}
.product-reviews_sliderBig__slide:not(:first-child) {
    display: none;
}
.product-reviews_sliderBig__slide img {
    width: 530px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}
.product-reviews_sliderBig .slick-prev {
    left: 0;
}
.product-reviews_sliderBig .slick-next {
    right: 0;
}
.product-reviews_sliderThumbs {
    opacity: 0;
}
.product-reviews_sliderThumbs .slick-track {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 -10px;
}
.product-reviews_sliderThumbs__slide {
    position: relative;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    float: none;
    border: 2px solid transparent;
    cursor: pointer;
}
.product-reviews_sliderThumbs__slide:not(:first-child) {
    display: none;
}
.product-reviews_sliderThumbs__slide.slick-current {
    border-color: #FFC839;
}
.product-reviews_sliderThumbs__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-reviews_sliderBig.slick-initialized,
.product-reviews_sliderThumbs.slick-initialized {
    opacity: 1;
}
.product-reviews_sliderThumbs.slick-initialized .product-reviews_sliderThumbs__slide,
.product-reviews_sliderBig.slick-initialized .product-reviews_sliderBig__slide {
    display: block;
}




.product-reviews_filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 25px;
}
.product-reviews_onlyPhoto {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.product-reviews_onlyPhoto input {
    display: none;
}
.product-reviews_filter__text {
    color: #232126;
    font-size: 14px;
    line-height: 130%;
}
.product-reviews_filter .select {
    max-width: 286px;
}
.product-reviews_items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}
.product-review {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EEF0F5;
}
.product-review.popular:not(.product-review.popular~.product-review.popular) {
    padding: 13px;
    border-radius: 12px;
    border: 2px solid #FFC839;
    position: relative;
}
.product-review_block {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 10px;
    background-color: #FFC839;
    padding: 10px;
    display: flex;
}
.product-review.popular~.product-review.popular .product-review_block {
    display: none;
}
.product-review_block span {
    color: #232126;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
}
.product-review_author {
    display: flex;
    align-items: center;
    gap: 9px;
}
.product-review_author__pic {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-review_author__pic span {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}
.product-review_author__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-review_author--box {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.product-review_author__name {
    color: #232126;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
.product-review_author_stars {
    display: flex;
    align-items: center;
    gap: 1px;
}
.product-review__comment {
    color: #57575E;
    font-size: 15px;
    line-height: 144%;
}
.product-review_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.product-review__date {
    color: #A0A3AA;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
}
.product-review_helpful {
    display: flex;
    align-items: center;
    gap: 9px;
}
.product-review_helpful p {
    color: #232126;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
}
.product-review_like {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
.product-review_like svg:nth-child(2),
.product-review_like._added svg:first-child {
    display: none;
}
.product-review_like._added svg:nth-child(2) {
    display: block;
}
.product-review_like span {
    color: #A0A3AA;
    font-size: 12px;
    line-height: 120%;
}
.product-review_gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.product-review_gallery a {
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}
.product-review_gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-reviews__loadmore {
    margin-top: 25px;
}
.product-rating {
    border-radius: 10px;
    border: 1px solid #F5F6F9;
    background: #FFF;
    padding: 14px;
    margin-bottom: 20px;
}
.product-rating_top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-rating_stars {
    display: flex;
    align-items: center;
    gap: 3px;
}
.product-rating_item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}
.product-rating_item span {
    color: #57575E;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
}
.product-rating__text {
    color: #A0A3AA;
    font-size: 13px;
    line-height: 120%;
    max-width: 187px;
    margin-left: auto;
}
.product-rating_mid {
    margin-top: 20px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product-rating_row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-rating_mid--box {
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-rating_mid--box span {
    color: #232126;
    font-size: 14px;
    line-height: 130%;
}
.product-rating_mid--box svg {
    width: 21px;
    min-width: 21px;
    height: auto;
}
.product-rating_line {
    flex-grow: 1;
    height: 5px;
    border-radius: 900px;
    background-color: #E8E8E8;
    overflow: hidden;
    position: relative;
}
.product-rating_line span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #FFC839;
    border-radius: 900px;
}
.product-rating__btn {
    width: 100%;
}


.review-popup {
    max-width: 1230px;
    width: 100%;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 11px 47px 0px rgba(0, 0, 0, 0.30);
    overflow: hidden;
    overflow-y: auto;
    transition: .3s;
}
.review-popup.thank {
    max-width: 732px;
}

.review-popup_row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 20px;
}
.review-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}
.review-form_box {
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 10px;
    border: 1px solid #F5F6F9;
    width: 435px;
}
.review-form_box__title {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #232126;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    padding-left: 23px;
}
.review-form_box__title span {
    font-size: 14px;
    font-weight: 400;
    color: #F72460;
}
.review-rating {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 12px;
}
.rating-input__item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.rating-input__item span {
    color: #A0A3AA;
    font-size: 12px;
    line-height: 120%;
    transition: .3s;
}
.rating-input__item path {
    transition: .3s;
}
.rating-input__item:hover path,
.rating-input__item:hover~.rating-input__item path,
.review-rating[data-total-rating="1"]:not(:hover) .rating-input__item:nth-child(n+5) path,
.review-rating[data-total-rating="2"]:not(:hover) .rating-input__item:nth-child(n+4) path,
.review-rating[data-total-rating="3"]:not(:hover) .rating-input__item:nth-child(n+3) path,
.review-rating[data-total-rating="4"]:not(:hover) .rating-input__item:nth-child(n+2) path,
.review-rating[data-total-rating="5"]:not(:hover) .rating-input__item:nth-child(n+1) path {
    fill: #FFC839;
}
.review-rating[data-total-rating="1"]:not(:hover) .rating-input__item:nth-child(n+5) span,
.review-rating[data-total-rating="2"]:not(:hover) .rating-input__item:nth-child(n+4) span,
.review-rating[data-total-rating="3"]:not(:hover) .rating-input__item:nth-child(n+3) span,
.review-rating[data-total-rating="4"]:not(:hover) .rating-input__item:nth-child(n+2) span,
.review-rating[data-total-rating="5"]:not(:hover) .rating-input__item:nth-child(n+1) span,
.rating-input__item:hover span,
.rating-input__item:hover~.rating-input__item span {
    color: #2B343C;
}


.review-form_comment {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.review-form__title {
    display: block;
    margin-bottom: 4px;
    color: #232126;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
}
.review-form__input {
    width: 100%;
    padding: 14px 13px;
    border-radius: 8px;
    border: 1px solid #EEF0F5;
    background: #FFFFFF;
    color: #232126;
    font-size: 14px;
    line-height: 130%;
    height: 137px;
}
.review-form_file {
    width: 100%;
}
.file {
    padding: 24px 13px;
    border-radius: 8px;
    border: 1px dashed #CAD3E7;
    background: #FDFDFE;
    cursor: pointer;
    width: 100%;
    display: block;
    transition: .3s;
}
.file:hover,
.file.active {
    border-color: #FFC839;
}
.file-block {
    text-align: center;
}
.file-box {
    border-radius: 5px;
    background: #F5F6F9;
    padding: 11px 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}
.file:hover .file-box,
.file.active .file-box {
    background-color: #FFC839;
}
.file-box path {
    transition: .3s;
}
.file:hover .file-box path,
.file.active .file-box path {
    stroke: #2B343C;
}
.file-box span {
    display: block;
    color: #5C6D8D;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
    transition: .3s;
}
.file:hover .file-box span,
.file.active .file-box span {
    color: #2B343C;
}
.file-block>span {
    display: block;
    color: #A0A3AA;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
    margin-top: 10px;
}
.file-block>p {
    margin-top: 5px;
    color: #2B343C;
    font-size: 14px;
    line-height: 130%;
}
.file__item {
    display: none;
}
.review-form__btn {
    width: 219px;
}
.review-popup_r {
    width: 420px;
    min-width: 420px;
}


.file-items {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.add-file {
    order: 1;
}
.file-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 71px;
    min-width: 71px;
    height: 71px;
}
.file-item__close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s;
    z-index: 1;
}
.file-item:hover .file-item__close {
    opacity: 1;
}
.file-item__pic {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.file-item__pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 33, 38, 0.529);
    transition: .3s;
    opacity: 0;
}
.file-item:hover .file-item__pic::after {
    opacity: 1;
}
.file-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.add-file {
    background-color: #F5F6F9;
    border-radius: 50%;
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.file:hover .add-file,
.file.active .add-file {
    background-color: #FFC839;
}
.add-file svg path {
    transition: .3s;
}
.file:hover .add-file svg path,
.file.active .add-file svg path {
    stroke: #2B343C;
}


.review-popup_thanks {
    align-items: flex-start;
    gap: 20px;
    display: none;
}
.review-popup_thanks--icon {
    width: 51px;
    min-width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #498F11;
}
.review-popup_thanks--box {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.review-popup_thanks--box p {
    color: #57575E;
    font-size: 15px;
    line-height: 144%;
}
.review-popup_thanks__btn {
    width: 219px;
}


.product-availability_l {
    flex-grow: 1;
}
.product-availability .stock {
    width: 100%;
    min-width: 0;
}


.product-fix {
    position: fixed;
    top: calc(100 * var(--vh));
    transform: translateY(-100%);
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.16);
    z-index: 3;
    padding-top: 11px;
    padding-bottom: 11px;
}
.product-fix_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-fix_l {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 515px;
}
.product-fix_pic {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.47px;
    border-radius: 5px;
    border: 1px solid #EEF0F5;
    background: #FFF;
}
.product-fix_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-fix__title {
    color: #232126;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
}
.product-fix_r {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-fix_prices {
    display: flex;
    align-items: center;
    gap: 7px;
}
.product-fix__quickOrder {
    width: auto;
}
.product-fix__favourite {
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.product-medium_prices--r {
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-fix__addCart {
    font-weight: 700;
}


.empty-product__btn {
    max-width: 264px;
    width: 100%;
    margin-top: 10px;
}


.empty-product {
    max-width: 474px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 15px;
    box-shadow: 0px 11px 47px 0px rgba(0, 0, 0, 0.10);
}
.empty-product__title {
    max-width: 330px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.empty-product_row {
    display: flex;
    align-items: center;
    gap: 9px;
}
.empty-product_pic {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 15px;
    border: 1px solid #EEF0F5;
    overflow: hidden;
}
.empty-product_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.empty-product_box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.empty-product_top {
    display: flex;
    align-items: center;
    gap: 11px;
}
.empty-product_case {
    display: flex;
    align-items: center;
}
.empty-product_rating {
    gap: 3px;
}
.empty-product_reviews {
    gap: 5px;
}
.empty-product_case span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.empty-product_rating span {
    color: #A0A3AA;
}
.empty-product_reviews span {
    color: #5C6D8D;
}
.empty-product__text {
    color: #2B343C;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.empty-product__price {
    color: #232126;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.empty-product_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.empty-product_label {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.empty-product_label>span {
    color: #232126;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;
    display: flex;
    align-items: center;
    gap: 3px;
}
.empty-product_label>span span {
    font-weight: 400;
    color: #F72460;
}
.empty-product_label input {
    width: 100%;
    padding: 14px 13px;
    border-radius: 8px;
    border: 1px solid #EEF0F5;
    background-color: #FFFFFF;
    color: #232126;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
}
.empty-product_label input:focus {
    border: 1px solid #5C6D8D;
}
.empty-product__send {
    padding: 23px;
    border-radius: 900px;
    background-color: #FFC839;
    box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.06);
    color: #232126;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    transition: .3s;
}
.empty-product__send:hover {
    background-color: #232126;
    color: #FFFFFF;
}


.product-reviews_empty {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-reviews_empty__btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 234px;
    width: 100%;
}
.product-reviews_empty {
    gap: 12px;
}
.product-reviews_empty .empty-block {
	margin-top: 20px;
}
.product-gallery_big.blur,
.product-gallery_thumb.blur .product-gallery_thumb__pic img {
    filter: blur(22.5px);
}
.product-blur {
    position: absolute;
    top: 227px;
    left: 50%;
    transform: translateX(-50%);
    width: 376px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(16px);
    padding: 16px;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.product-blur__text {
    color: #57575E;
    text-align: center;
    font-size: 15px;
    line-height: 144%;
}
.product-blur__btn {
    padding: 11px 19px;
}
.product-blur__btn:hover {
    background-color: #FFC839;
}


.review-form_bottom {
    display: flex;
    align-items: center;
    gap: 15px;
}
.review-form__btn2 {
    width: 219px;
}
.review-form__btn3 {
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    gap: 10px;
    padding: 18px;
    border-radius: 900px;
    border: 1px solid #FFC839;
    width: 205px;
    transition: .3s;
}
.review-form__btn3:hover {
    background-color: #FFC839;
}
.review-form__btn3 span {
    color: #232126;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    display: block;
}
.review-form .empty-block_inner {
    align-items: flex-start;
}

.product-authorization {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 35px;
    max-width: 508px;
}
.product-authorization__title {
    max-width: 380px;
}
.product-authorization__text {
    color: #57575E;
    font-size: 14px;
    line-height: 130%;
}
.product-authorization_btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.product-authorization_btns button {
    width: 100%;
}
.product-authorization__login {
    padding: 23px 25px;
    color: #232126;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    transition: .3s;
    border-radius: 900px;
    background: #FFC839;
    box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.06);
}
.product-authorization__login:hover {
    background-color: #232126;
    color: #FFFFFF;
}
.product-authorization__register {
    font-size: 15px;
    line-height: 120%;
    font-weight: 700;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}


.addToCart-popup {
    max-width: 644px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.addToCart-popup__title {
    text-align: center;
}
.addToCart-popup .product-mini {
    gap: 15px;
}
.addToCart-popup .product-mini_price {
    font-size: 18px;
}
.addToCart-popup .product-cart_info {
    margin-top: -3px;
}

.addToCart-popup_row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.addToCart-popup_box {
    width: 220px;
    min-width: 220px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.addToCart-popup_box>span {
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
}









.product-reviews_sliderThumbs._notranslate .slick-track {
    transform: none!important;
}




@media(max-width: 1500px) {
    .product-r_row {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .product-block_r {
        flex-grow: 1;
    }
    .product-block_l {
        width: 412px;
        min-width: 412px;
    }
    .product-gallery_big {
        height: 530px;
    }
    .product-row {
        gap: 20px;
    }
    .product-l {
        width: 530px;
        min-width: 530px;
    }
    .product-r {
        width: calc(100% - 550px);
    }

    .product-gallery_thumb {
        height: 66px;
    }

    .product-blur {
        top: 190px;
    }
}



@media(max-width: 1380px) {
    .product-box_chars {
        display: none;
    }
    .product-box_top {
        justify-content: space-between;
    }
    .product-block_l {
        width: 100%;
        min-width: 0;
    }
    .product-btns {
        width: fit-content;
    }
    .product-addCard.arrow-btn {
        width: 215px;
    }
    .product-quickOrder_wrapper {
        justify-content: flex-start;
    }
    .product-prices {
        margin-top: 10px;
    }
    .product-info {
        border-radius: 8px;
        border: 1px dashed #FFC839;
        padding: 9px;
        margin-top: 20px;
    }
    .product-r_top {
        margin-top: 14px;
    }
    .product-r_row {
        margin-top: 0;
    }

    


    .stock {
        width: 665px;
        min-width: 665px;
    }
    .stock-content_item p:first-child {
        width: calc(100% - 112px);
    }

    .product-tooltip {
        left: unset;
        transform: none;
        right: -10px;

    }
    .product-tooltip::after {
        left: 100%;
        transform: translateX(-28px);
    }
}


@media(max-width: 1290px) {
    .product-description_row {
        flex-direction: column;
    }
    .product-description_text {
        -webkit-line-clamp: 6;
    }
    .stock {
        width: 100%;
        min-width: 0;
    }

    


    .product-reviews_row {
        gap: 25px;
    }

    .product-reviews_pics__item:nth-child(6) ~ .product-reviews_pics__item {
        display: none;
    }



    .review-popup {
        max-width: calc(100% - 40px);
    }
    .review-popup.thank {
        max-width: 464px;
    }


    .product-chars_row {
        gap: 25px;
    }


    .product-fix_l {
        max-width: 323px;
    }
    
}
@media(max-width: 1024px) {
    .product-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-tabs {
        gap: 31px;
    }
    .product-tab {
        padding-bottom: 10px;
    }
    .product-tab>a {
        font-size: 14px;
    }
    .product-gallery_big {
        height: 332px;
    }
    .product-l {
        width: 332px;
        min-width: 332px;
    }
    .product-gallery_thumb {
        height: 57px;
    }
    .product-r {
        width: calc(100% - 352px);
    }
    .product-gallery_big {
        padding: 24px;
    }
    .product__favourite {
        width: 42px;
        min-width: 42px;
        height: 42px;
        top: 10px;
        right: 10px;
    }
    .product-tags {
        top: 10px;
        left: 10px;
        align-items: stretch;
        gap: 4px;
    }
    .product-tag {
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }
    .product-tag.black span {
        font-size: 12px;
    }
    .product-gallery_big .slick-next {
        right: 10px;
    }
    .product-gallery_big .slick-prev {
        left: 10px;
    }
    .product-box {
        padding: 13px;
    }
    .product-box_stars svg {
        width: 16px;
        height: auto;
    }
    .product__articule {
        font-size: 13px;
        line-height: 120%;
    }
    .product-box_r {
        width: 103px;
        min-width: 103px;
        height: 67px;
    }
    .product-prices {
        padding: 14px 12px 12px;
    }
    .product-prices_row .price {
        font-size: 19px;
        line-height: 120%;
    }
    .product-prices_row {
        gap: 4px;
    }
    .product-bonuses {
        gap: 4px;
    }
    .product-bonuses>img {
        width: 23px;
        min-width: 23px;
    }
    .product-bonuses>p {
        font-size: 12px;
    }
    .product-credit {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        padding: 10px;
        padding-left: 48px;
        margin-top: 10px;
    }
    .product-btns {
        margin-top: 10px;
    }
    .product-btns .product-quickOrder>span {
        font-size: 14px;
    }
    .product-stock {
        margin-top: 10px;
    }
    .product-info {
        margin-top: 15px;
        gap: 11px;
    }
    .product-info_icon {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }
    .product-info_icon svg {
        width: 22px;
        height: auto;
    }
    .product-info_box span {
        font-size: 13px;
    }

    .product-contents {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    

    .stock__graph {
        display: none;
    }
    .stock-content_item {
        flex-wrap: wrap;
        row-gap: 0;
        padding-top: 6px;
        align-items: flex-start;
    }
    .stock-content_item p {
        font-size: 13px;
        line-height: 120%;
    }
    .stock-content_item p span {
        display: block;
        color: #A0A3AA;
    }
    .stock-content_item p:last-child {
        width: 102px;
        margin-top: 5px;
    }
    .stock-content_item>span {
        order: 1;
        width: 100%;
        margin-top: -12px;
    }
    .product-description_text {
        margin-top: 0;
        -webkit-line-clamp: 14;
    }
    .product-description_text p {
        font-size: 14px;
        line-height: 120%;
        margin-top: 11px;
    }
    .product-description_row {
        gap: 19px;
    }
    .stock {
        padding: 13px;
    }
    .stock-tabs {
        width: calc(100% + 26px);
        margin-left: -13px;
        padding-left: 13px;
        padding-right: 13px;
    }
    
    


    .product-chars_row {
        gap: 25px;
    }
    .product-content_r {
        width: 305px;
        min-width: 305px;
        padding-top: 25px;
    }
    .product-medium_pic {
        width: 72px;
        min-width: 72px;
        height: 72px;
    }
    .product-medium_prices .price {
        font-size: 21px;
        line-height: 120%;
    }
    .product-char p,
    .product-char span,
    .product-char a {
        font-size: 13px;
        line-height: 120%;
    }
    .product-quickOrder>span {
        font-size: 15px;
    }

    .product-reviews_gallery {
        max-width: 719px;
        overflow: hidden;
        overflow-y: auto;
    }
    .product-reviews_sliderBig_inner,
    .product-reviews_sliderBig__slide img {
        width: 500px;
    }
    .product-reviews_sliderThumbs__slide {
        height: 65px;
    }
    .product-reviews_sliderThumbs .slick-list {
        overflow: visible;
    }
    .product-reviews_sliderBig {
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .product-reviews_pics {
        gap: 6px;
        margin-top: 12px;
    }
    .product-reviews_pics__item,
    .product-reviews_pics--count {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .product-reviews_filter {
        margin-top: 20px;
        justify-content: space-between;
    }
    .product-reviews_filter .select {
        max-width: 206px;
    }
    .product-reviews_items {
        margin-top: 17px;
        gap: 12px;
    }
    .product-review_block {
        padding: 7px;
    }
    .product-review_block span span {
        display: none;
    }
    .product-review_author__name {
        font-size: 15px;
    }
    .product-review__comment {
        font-size: 14px;
        line-height: 130%;
    }
    .product-rating_top {
        flex-wrap: wrap;
    }
    .product-rating__text {
        margin-left: 0;
    }
    .product-rating__btn.btn-style2 {
        padding-left: 11px;
        padding-right: 11px;
    }

    .product-reviews_title span {
        top: 4px;
        right: -10px;
    }
    .product-rating {
        margin-top: 12px;
        padding-bottom: 10px;
    }
    .product-rating_stars svg {
        width: 19px;
        height: auto;
    }
    .product-rating__text {
        max-width: 205px;
    }

    .product-rating_mid {
        margin-top: 17px;
        margin-bottom: 18px;
        gap: 9px;
    }
    .product-review.popular:not(.product-review.popular~.product-review.popular) {
        padding-right: 14px;
    }


    .review-popup {
        padding: 20px;
        border-radius: 10px;
    }
    .review-popup_row {
        gap: 10px;
        margin-top: 10px;
    }
    .review-form {
        gap: 10px;
    }
    .review-popup_r {
        width: 273px;
        min-width: 273px;
    }
    .review-popup_r .product-medium {
        padding: 11px;
    }
    .review-popup_r .product-medium_pic {
        width: 63px;
        min-width: 63px;
        height: 63px;
    }
    .review-popup_r .product-medium_row {
        align-items: flex-start;
        gap: 10px;
    }
    .review-popup_r .product-medium_box {
        gap: 6px;
    }
    .review-popup_r .product-medium__title {
        line-height: 120%;
    }
    .review-popup_r .oldprice {
        font-size: 13px;
        line-height: 120%;
    }
    .review-form_box {
        width: 100%;
    }
    .rating-input__item svg {
        width: 27px;
        height: auto;
    }
    .review-form_box__title {
        padding-left: 11px;
    }
    .rating-input__item span {
        font-size: 10px;
    }
    .rating-input__item {
        gap: 4px;
    }
    .review-form__btn {
        margin-left: auto;
        margin-right: auto;
    }


    .product-fix {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .product-fix__quickOrder {
        display: none;
    }

    .empty-product {
        max-width: 428px;
        padding: 24px;
        gap: 11px;
    }
    .empty-product__title {
        max-width: 268px;
    }
    .empty-product_form {
        gap: 11px;
    }


    

    .product-blur {
        width: 234px;
        top: 68px;
    }
    .product-blur__text {
        font-size: 14px;
        line-height: 130%;
    }
    .product-gallery_big .slick-arrow {
        width: 32px;
        height: 32px;
    }


    .product-authorization {
        padding: 20px;
        max-width: 476px;
        gap: 15px;
    }
    .product-authorization__text {
        font-size: 13px;
    }
    .product-authorization_btns {
        grid-gap: 12px;
    }


    .addToCart-popup {
        padding: 20px;
        gap: 15px;
    }
    .product-description__more:hover {
        color: #5C6D8D;
        border-color: rgba(92, 109, 141, 0.70);
    }


    
    .product-reviews_sliderBig__btn {
        padding: 8px 8px 8px 11px;
    }
    .product-reviews_sliderBig__btn span {
        font-size: 13px;
    }


    .product-reviews_sliderBig .slick-prev {
        left: 10px;
    }
    .product-reviews_sliderBig .slick-next {
        right: 10px;
    }


    
}
@media(max-width: 991px) {
    .product-fix .product-medium_prices {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .product-fix .price {
        font-size: 17px;
    }

    .review-form_bottom {
        width: 100%;
        gap: 10px;
    }
    .review-form__btn3 {
        padding-left: 12px;
        padding-right: 12px;
        width: 167px;
    }

}
@media(max-width: 768px) {
    .product-contents {
        padding-bottom: 0;
    }
    .product-tabs {
        gap: 21px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        width: calc(100% + 28px);
        margin-left: -14px;
        padding-left: 14px;
    }
    .product-tabs::after {
        content: '';
        display: block;
    }
    .product-row {
        display: block;
    }
    .product-l {
        width: 100%;
        min-width: 0;
    }
    .product-gallery_big {
        height: calc(100vw - 28px);
    }
    .product-gallery_thumb {
        height: auto;
    }
    .product-r {
        margin-top: 20px;
        width: 100%;
    }

    .product__share {
        display: none;
    }
    .product__title {
        font-size: 18px;
    }
    .product-block_r {
        display: flex;
        flex-direction: column;
    }
    .product-prices {
        order: -1;
    }
    .product-prices {
        margin-top: 0;
        gap: 6px;
    }
    .product-bonuses_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }
    .product-marking {
        top: 11px;
        right: 10px;
    }
    .product-bonuses>span {
        font-size: 13px;
    }
    .product-box {
        order: 1;
    }
    
    .product-variants {
        width: calc(100vw - 28px);
        margin-top: 12px;
    }
    .product-variants_slider {
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 11px;
    }
    .product-variant {
        padding-right: 0;
    }
    .product-variants .slick-prev {
        left: -8px;
    }
    .product-variants .slick-next {
        right: -8px;
    }
    .product-btns {
        margin-top: 21px;
    }
    .product-addCard.arrow-btn {
        width: 179px;
    }
    .product-box {
        margin-top: 17px;
    }
    .product-box_chars {
        display: block;
        margin-top: 14px;
    }
    .product-box_chars__title {
        font-size: 15px;
    }
    .product-box_char p,
    .product-box_char span {
        font-size: 13px;
    }
    .product-box_chars--list {
        gap: 6px;
        margin-top: 9px;
    }
    .product-box_r img {
        max-width: 85px;
        max-height: 36px;
    }
    .product-info {
        align-items: flex-start;
    }

    .product-share {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-top: 20px;
    }
    .product-share span {
        color: #2B343C;
        font-size: 14px;
        font-weight: 500;
        line-height: 126%;
    }


    .stock-content_item {
        flex-direction: column;
    }
    .stock-content_item>span {
        margin-top: 0;
    }
    .stock-content_item p:last-child {
        order: 2;
        display: flex;
        align-items: center;
        gap: 2px;
        width: auto;
    }
    .stock-content_item p span {
        color: inherit;
    }

    

    .stock {
        padding: 0;
        border: none;
    }
    .stock-tabs {
        width: 100%;
        margin-left: 0;
        padding: 0;
        border: none;
        margin-top: 10px;
    }
    .stock-tab {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 126%;
    }
    .stock-content_wrapper {
        padding: 0;
        padding-bottom: 15px;
    }
    .stock-content_list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        border-radius: 0px 7px 7px 7px;
        border: 1px solid #EEF0F5;
        background: #FFFFFF;
        padding: 9px 13px 13px;
    }
    .stock-content_item {
        border-radius: 7px;
        border: 1px solid #EEF0F5;
        background: #FFFFFF;
        padding: 9px;
        gap: 5px;
    }
    .stock-content_item:last-child {
        border: 1px solid #EEF0F5;
        padding-bottom: 9px;
    }
    .stock-content_item p {
        font-size: 14px;
    }
    .stock-content_item p:last-child {
        margin-top: 0;
        font-size: 13px;
        font-weight: 500;
    }
    .stock-content_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }
    

    

    .product-chars_row {
        flex-direction: column;
        gap: 14px;
    }
    .product-content_r {
        padding-top: 0;
        width: 100%;
        min-width: 0;
    }
    .product-chars_list {
        margin-top: 11px;
        gap: 10px;
    }
    .product-medium_box {
        gap: 7px;
    }
    .product-medium_pic {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }
    .product-medium__title {
        font-size: 14px;
    }
    .product-medium_prices .price {
        font-size: 19px;
    }
    .product-medium_prices .oldprice {
        font-size: 13px;
    }


    .product-reviews_sliderBig_inner,
    .product-reviews_sliderBig__slide img {
        width: 100%;
    }
    .product-reviews_sliderThumbs__slide {
        height: 16.68vw;
    }
    .product-reviews_sliderBig {
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .product-reviews_row {
        flex-direction: column;
        gap: 12px;
    }
    .product-reviews_pics {
        width: 100vw;
        margin-left: -14px;
        padding-left: 14px;
        overflow: hidden;
        overflow-x: auto;
    }
    .product-reviews_pics::after {
        content: '';
        display: block;
        min-width: 8px;
    }
    .product-reviews_pics__item,
    .product-reviews_pics--count {
        width: 47px;
        min-width: 47px;
        height: 47px;
    }
    .product-reviews_filter {
        gap: 10px;
        margin-top: 11px;
    }
    .product-reviews_filter .select {
        max-width: 195px;
    }
    .product-reviews_pics__item:nth-child(6) ~ .product-reviews_pics__item {
        display: flex;
    }
    .product-reviews_filter,
    .product-reviews_items,
    .product-rating,
    .product-reviews__loadmore {
        width: calc(100vw - 28px);
    }
    .product-reviews_items {
        margin-top: 11px;
    }

    .product-reviews_title span {
        top: 0;
        right: -6px;
        font-size: 12px;
    }
    .product-rating {
        padding: 11px;
        margin-bottom: 0;
    }
    .product-rating_top {
        gap: 6px;
        flex-wrap: nowrap;
    }
    .product-rating_stars svg {
        width: 15px;
    }
    .product-rating_top--box {
        align-self: flex-start;
        margin-top: 3px;
    }
    .product-rating_stars {
        gap: 1px;
    }
    .product-rating_item {
        margin-top: 6px;
    }
    .product-rating_item span {
        font-size: 12px;
    }
    .product-rating__text {
        font-size: 12px;
        max-width: 166px;
        margin-left: auto;
    }
    .product-rating_mid {
        margin-top: 16px;
        margin-bottom: 16px;
        gap: 8px;
    }

    .product-reviews__loadmore {
        margin-top: 12px;
    }


    
    
    .review-popup_row {
        flex-direction: column-reverse;
    }
    .review-popup_r {
        width: 100%;
        min-width: 0;
    }
    .review-popup_r .product-medium_row {
        align-items: center;
    }

    .product-availability_l {
        width: 100%;
    }


    .product-fix_l {
        display: none;
    }
    .product-fix__favourite {
        margin-left: auto;
    }
    .product-fix_r {
        width: 100%;
    }
    .product-fix__addCart {
        flex-grow: unset;
        width: 149px;
        height: 42px;
        padding: 0;
    }


    .product-blur {
        top: calc((100vw - 28px) / 2);
        transform: translate(-50%, -50%);
    }

    .review-form_bottom {
        flex-direction: column;
        gap: 16px;
        margin-top: 6px;
    }
    .review-form__btn3 {
        width: 205px;
    }

    .product-authorization {
        gap: 12px;
    }
    .product-authorization_btns {
        grid-template-columns: 1fr;
        grid-gap: 12px;
        width: 100%;
    }
    .product-authorization__title {
        max-width: 268px;
    }

    .addToCart-popup {
        gap: 11px;
    }
    .addToCart-popup_row {
        flex-direction: column;
    }

    .addToCart-popup__title {
        max-width: 268px;
        margin-left: auto;
        margin-right: auto;
    }


    .product-reviews_sliderBig__btn {
        padding: 6px 8px 6px 11px;
    }
}


