.product-head__bg {background-color: #2c2521;}

.product-head__bg-side {
    background-color: #2C2522;
}

.product-head__bg-pic {
    width: 70%;
    position: relative;
}

.product-head__bg-img-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 71.1%;
}

.product-head__bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-head {position: relative;}

.product-head__bg-mask {
    width: 24%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(90deg, #2C2522 0%, rgba(44, 37, 34, 0) 100%), linear-gradient(90deg, #2C2522 0%, rgba(44, 37, 34, 0) 100%), linear-gradient(90deg, #2C2522 0%, rgba(44, 37, 34, 0) 100%);
}


.product-head__content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.product-head__content .center-wrap {
    min-height: 100%;
    position: relative;
    height: 100%;
    z-index: 2;
}

.product-head__wrap {
    min-height: 100%;
    height: 100%;
    position: relative;
    display: flex;
}


.product-head__devider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.16;
}

.product-head__buy .btn {
    height: 4rem;
    padding: 0 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04rem;
}

.product-head__back-link-wrap.flex.mt-64 {}

.product-head__name {font-family: DIN-Alternate;font-size: 4rem;line-height: 4.5rem;color: white;text-decoration: none;transition: all ease .24s;}

.product-head__price, .product-head__price span {
    font-family: DIN-Alternate;
}

.product-head__price span {
    font-size: 2.375rem;
    letter-spacing: .04rem;
}

.product-head__delivery {
    font-family: DIN-Alternate;
    opacity: .5;
}

.product-head__buy-one-click {
    box-shadow: inset 0rem 0rem 0rem 2px var(--color__fill-1) !important;
}

.product-head__desc {
    color: rgb(255 255 255 / 60%);
    line-height: 1.75rem !important;
}

.product-head__desc-anhor {
    color: white;
    transition: all ease .24s;
    cursor: pointer;
    text-decoration: none;
}

.product-head__desc-anhor:hover {
    opacity: .7;
}
.product-head__desc-anhor-icon {
    width: 1rem;
    height: .5rem;
    display: inline-block;
    background-size: contain;
}
.product-head__back-link-icon {
    width: .5rem;
    height: 1rem;
    background-size: contain;
}

.product-head__back-link {
    height: 2.5rem;
    padding: 0 1.25rem;
}

.product-head__back-link span {
    position: relative;
    top: -.125rem;
}
.product-advance__icon {
    max-height: 2.5rem;
}

.product-advance__devider {
    border-left: 1px solid white;
    height: 2.5rem;
    opacity: .12;
}

.product-advance {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.product__shops-head {
    text-align: center;
}
.product-params {
}
 
.product-params__wrap {
}
 
 
.product-params__size {
}
 
 
.product-params__size-pic {width: 100%;}
 
.product-params__info {
}
 
.product-params__title {font-family: DIN-Alternate;text-transform: uppercase;letter-spacing: .04rem;}
 
.product-params__groups-wrap {
}
 
.product-params__groups {
}
.product-params__group {
}
.product-params__group-label {letter-spacing: 0.04em;text-transform: uppercase;color: #FFFFFF;opacity: 0.32;font-weight: 700;}
 
 
.product-params__list {
}
 
.product-params__line {padding: 1rem 0;border-bottom: 1px solid rgb(255 255 255 / 12%);}
.product-params__line-label {
}
 
.product-params__line-value {
}
.product-params__show-more {text-transform: uppercase;color: #FFFFFF;opacity: 0.32;font-weight: 700;letter-spacing: .04rem;transition: all ease .24s;cursor: pointer;}
.product-params__show-more:hover {
    opacity: 1;
}
 
.product-params__show-more-icon {width: 1.25rem;height: 1.25rem;background-size: contain;transition: all ease .24s;}
 
 
 
.product-params__actions {
}
 
.product-params__btn-instruction {box-shadow: inset 0rem 0rem 0rem 2px var(--color__fill-1) !important;}
 
 
 
.product-params__where-buy {margin-left: .5rem;}
 
 
.product-params__where-buy-icon {width: 1.25rem;height: 1.5rem;background-size: contain;position: relative;top: -.125rem;margin-right: .75rem;}
.product-params__group.--hidden {display: none;}

.product-params__line:last-child {
    border-bottom: 0;
}
.product-params__actions .btn {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .04rem;
}

.product-params__groups-wrap.is-show-all {}

.product-params__groups-wrap.is-show-all .product-params__show-more-icon {
    transform: rotate(45deg);
}

.product-params__groups-wrap.is-show-all .product-params__group.--hidden {
    display: block;
}
.product-in-complect__item-tumb {
    width: 100%;
    padding-bottom: 81.11111111111111%;
    position: relative;
    display: block;
}

.product-in-complect__item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    transition: all ease .24s;
}

.product-in-complect__item {
    background-color: #39322F;
    border-radius: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all ease .24s;
}

.product-in-complect__item:hover {
    background-color: #3f3733;
}

.product-in-complect__item:hover .product-in-complect__item-img {
    transform: scale(1.05);
}

.product-in-complect {
    background-color: #342D2A;
}
.product-in-complect__zoom {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    background-size: contain;
    opacity: .24;
    transition: all ease .24s;
}

.product-in-complect__zoom:hover {
    opacity: .8;
}

.product-in-complect__item:hover .product-in-complect__zoom {
    opacity: 1;
}

.product-in-complect__item:hover .product-in-complect__zoom:hover {
    opacity: .8;
}

.product-in-complect__item-collecton {
    opacity: .4;
}

.product-in-complect__title {
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: DIN Alternate;
}

.product-content__tile-img {
    width: 100%;
    border-radius: .75rem;
}

.product-content__tile-title span {
    font-family: DIN Alternate;
    border-bottom: 2px solid var(--color__fill-1);
    padding-bottom: .75rem;
}
.product-content__video {
    width: 100%;
    padding-bottom: 47.61904761904761%;
    position: relative;
    overflow: hidden;
    border-radius: .75rem;
    background-color: var(--color__fill-1);
}
.product-content__tile-title {
    position: relative;
}
.product-content__video__bg {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 1;background-color: #312b29;transition: all ease .24s;}
.product-content__video-bg-img {width: 100%;height: 100%;object-fit: cover;}
 
.product-content__video-mask {width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-color: #3D3532;opacity: .6;transition: all ease .24s;}
.product-content__video-content {position: absolute;width: 100%;height: 100%;z-index: 2;display: flex;justify-content: end;flex-direction: column;align-items: center;text-align: center;text-decoration: none;}
.product-content__video-play {position: relative;width: 100%;height: 100%;left: 0;top: 0;}

.product-content__video-play-circle {width: 2rem;height: 2rem;background-size: contain;background-position: center;z-index: 2;}
 
.product-content__video-play-icon {width: 6rem;height: 6rem;position: absolute;background-color: var(--color__fill-1);z-index: 1;border-radius: 100%;transition: all ease .24s;}
.product-content__video-name {margin-bottom: 2rem;font-size: 1.75rem;line-height: 2.25rem;text-decoration: none;color: white;font-weight: 500;}

.product-content__video:hover {}

.product-content__video:hover .product-content__video-play-icon {
    transform: scale(1.15);
    background-color: var(--color__fill-1);
}

.product-content__video:hover .product-content__video-mask {
    opacity: .7;
}

.product-content__video:hover .product-content__video__bg {
    height: calc(100% - 6rem);
}

.product-gallery__item {
    width: 100%;
    padding-bottom: 70.85987261146497%;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: .75rem;
}

.product-gallery__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.product-gallery {
    background-color: #38302D;
}

.product-gallery .swiper-container {
    overflow: visible;
}

.product-gallery .swiper-slide {
    transition: all ease .24s;
    opacity: .4;
}

.product-gallery .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.product-carusel__block {
    display: block;
}

.product-carusel__tab {
    font-family: DIN Alternate;
    font-size: 1.625rem;
    line-height: 2rem;
    transition: all ease .24s;
    opacity: .4;
    position: relative;
    cursor: pointer;
}

.product-carusel__tab:after {
    /* border-bottom: 2px solid var(--color__fill-1); */
}

.product-carusel__tab.is-active {
    opacity: 1;
    pointer-events: none;
}

.product-carusel__tab:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -0.75rem;
    transition: all ease .24s;
    transform: scaleX(0);
    height: 2px;
    background-color: var(--color__fill-1);
}
.product-carusel__tab:hover {
    opacity: .6;
}

.product-carusel__tab.is-active:after {/* content: ""; *//* display: block; *//* width: 100%; *//* position: absolute; *//* bottom: -.75rem; *//* width: 100%; */transform: scaleX(1);}

.product-head__name.--min {
    font-size: 3.5rem;
    line-height: 4rem;
}

.product-head__bg-img-wrap.--fix-height {
    padding-bottom: 50.48766494549627%;
}

.product-head__bg-pic.--fix-width {
    width: 90%;
}

.product-head__bg-img-wrap.--fix-height img.product-head__bg-img {
    object-fit: cover;
}

.product-head__bg-pic.--fix-width .product-head__bg-mask {
    width: 50%;
}
.product-head__top.--min {
    position: relative;
    top: -4rem;
}
a.product-head__name:hover {
    opacity: .8;
}
.type-carusel__btn.--big {
    width: 4rem;
    height: 4rem;
    background-size: 1.5rem;
}

.type-carusel__pagination {
    /* width: 3.5rem; */
    /* font-size: 1.125rem; */
    /* opacity: .6; */
}
.type-carusel__bottom-nav {
    position: absolute;
    bottom: 4.5rem;
    z-index: 2;
    width: 100%;
}
.swiper-pagination.--slider {
    width: 3.5rem;
    font-size: 1.125rem;
    opacity: .6;
}

.page-form__form-line .checkbox input:checked + * > .checkbox__trigger {
    background-color: #352e2a;
    box-shadow: none;
}

.page-form__form-line .checkbox__label {
    color: white !important;
    opacity: .5;
}

.page-form__form-line .checkbox__label a {
    color: white;
}
.page-form__input {
    font-size: 1.25rem !important;
}






@media (max-width: 1599px) {
    .product-head__bg-pic {
        width: 74%;
    }
    .product-head__center.--slider {
        margin-top: 3rem !important;
    }
}

@media (max-width: 1440px) {
    .product-head__bg-pic {
        width: 78%;
    }
}


