html{
    font-size: 16px;
}
html,
body.home,
body.home main{
    overflow-x: hidden;
    max-width: 100%;
}
.banner{
    height: 600px;
    position: relative;
    overflow: hidden;
}
.banner video{
    width: 100%;
    height: 100%;

}
.banner__video{
    overflow: hidden;
}

.banner__content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner__content img{
    width: 670px;
}
.btn__about{
    margin-top: 40px;
    background-color: #D697BB78;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    border-radius: 25px;
    padding: 5px 44px;
}
.banner__info{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
}
.banner__info p{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.45em;
    font-weight: 400;
    font-style: oblique;
    color: #fff;
    visibility: hidden;

}
.banner__info p:last-child{
    margin-top: 100px;
}
.btn__about:hover + .banner__info p{
    visibility: visible;
}
.line{
    height: 54px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.line__info{
    height: 100%;
    width: max-content;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 14px;
    animation: line-marquee 6s linear infinite;
}
.line__info--scnd{
    display: none;
}
@keyframes line-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(99vw - 100%));
    }
}

.line__info span{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 3em;
    color: #fff;
    white-space: nowrap;
}
.features__right{
    padding-top: 172px;
    gap: 24px;
}
.features__right img{
    width: 478px;
    object-fit: cover;
    height: 695px;
}
.features__right p,
.features__right-p{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
}
.features__right-p--mob{
    display: none;
}
.features__img img{
    width: 188px;
    height: 100%;
    object-fit: contain ;
}
.features__img .img-off{
    height: 390px;
}
.features__img .img-on{
    top: -47px;
    height: 450px;
}
.features__left{
    padding-top: 30px;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: fit-content;
}

.features__left span{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 4em;
    font-weight: 400;
    word-spacing: 1em;
    color: #fff;
    position: absolute;
}
.features__left span.horny{
    top: 30%;
    left: 0;
}
.features__left span.glow{
    top: 30%;
    right: 0;
}
.features__logo{
    width: 165px;
    height: 165px;
    position: absolute;
    bottom: 24%;
    left: -20%;
    z-index: 3;
    pointer-events: none;
}
.features__logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.btn__purple{
    background-color: #7800c8;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 35px;
    padding: 22px 86px 20px;
    color: #fff;
}

.features__animation{
    height: 420px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.features__labels{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.horny,
.glow{
    z-index: 2;
}

.features__bottom{
    padding-left: 45px;
    padding-right: 45px;
}
.features__item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.features__item span{
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
    color: #fff;
}
.features__item .number{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 8.3vw;
    font-weight: 400;
    line-height: 1em;
    text-shadow: 5px 2px 6px #fbe5fb;
    color: #fff;
}
.features__list{
    gap: 45px;
    margin-top: -90px;
}
.features__item:nth-child(2n){
    transform: translateY(100px);
}
.about{
    padding-top: 120px;
}
.about__right img{
    width: 600px;
    height: auto;
    object-fit: cover;
}
.about__right{
    margin-right: 30px;
    position: relative;
    height: 390px;
}
.about__img--title{
    position: absolute;
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.4em;
    color: #fff;
    right: 0;
}
.about__img--text{
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.4em;
    text-shadow: -3px 0px 4px #e3d8e2;
    color: #e3beed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.about__text{
        max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    color: #fff;
}
.about__left{
    width: calc(100% - 630px);
}
.break{
    height: 37px;
    margin-top: 16px;
    margin-bottom: 16px;
    background: url('../images/home/image-918bb0b1-5a24-4d7a-94bb-a56079886811.webp') no-repeat center center;
    background-size: contain;
}
.about__video{
    width: 380px;
    height: 479px;
}
.about{
    padding-left: 58px;
}
.about__col{
    position: relative;
}
.about__garanty{
    transform: rotate(-90deg);
    position: absolute;
    bottom: 80px;
    left: -60px;
}
.about__col img{
    width: 184px;
    height: 251px;
    object-fit: cover;
}
.about__content{
    margin-bottom: 30px;
}
.features__animation span{
    display: inline-block;
    will-change: transform;
}
.img-on, .img-off{
    transition: opacity 0.5s ease-in-out !important;
    position: absolute;
    width: 103px;
    height: 230px;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.img-on{
    z-index: 2;
}

.img-on.hide{
    opacity: 0;
}
.img-off.hide{
    opacity: 0;
}
.type__content{
    padding-left: 40px;
}
.type__left{
    width: 402px;
}
.type__right{
    width: calc(100% - 402px);
    position: relative;
    padding-top: 80px;
}

.type__item{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.type__item img{
    width: 145px;
    max-height: 422px;
    object-fit: contain;
}
.about__content .about__col:nth-child(2){
    padding-bottom: 200px;
}
.type__item--text{
    position: absolute;
    top: -200px;
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    color: #fff;
    width: 100%;
    left: 42%;
    transform: translateX(-50%);
    display: none;
    max-width: 600px;

}
.type__item--title{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.type__item img:hover + .type__item--text{
   display: block;
}
.type__text--animation{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    color: #e3beed;
    margin-top: 20px;
}
.type__text {
    overflow: hidden;
}

.type__text--animation {
    will-change: transform;
}
.type__bg{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 280px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.products{
    padding-top: 30px;
}
.products__heading{
    padding-left: 40px;
}
.products__heading h2{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 3.7em;
    font-weight: 600;
    color: #fff;
}
.products__heading p{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 2.4em;
    font-weight: 600;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #a300c8;
}
.slider__title{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.slider__block{
    margin-top: 100px;
}
.slider__block .btn__purple{
    margin: 40px auto 0;
}
.products__slider{
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
    max-width: 75%;
}
.products__slider--item{
    max-width: 200px;
text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.products__slider--item .btn__purple{
    visibility: hidden;
    /*transition: all .3s;*/
}
.products__slider--item img{
    max-height: 345px;
    height: 100%;
    width: auto;
    object-fit: contain;
}
.products__slider .swiper-slide{
    display: flex;
    justify-content: center;
}
.products__slider .swiper-slide:not(.swiper-slide-active){
    transform: scale(.3);
    opacity: .3;
    transition: all .3s;
}
.products__slider .swiper-slide-active .products__slider--item .btn__purple{
    visibility: visible;
}
.products__slider .swiper-slide-prev, .products__slider .swiper-slide-next{
    transform: scale(.6) !important;
}

.products__slider .swiper-button-prev svg, .products__slider .swiper-button-next svg{
    display: flex;
}
.products__slider .swiper-button-prev, .products__slider .swiper-button-next{
    background: transparent;
    border: none;
}
.products__slider .swiper-button-prev:before, .products__slider .swiper-button-next:before{
    display: none;
}
.lover__col:last-child{
    width: 450px;
}
.lover__col:last-child img{
    width: 100%;
}

.lover__col--img{
    width: 216px;
}
.lover__col:first-child{
    width: calc(100% - 500px);
}
.lover__title{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.lover__sub{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    color: #a300c8;
}
.lover{
    margin-top: 40px;
}
.lover__text{
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
}
.lover__col__top{
    gap: 30px;
}
.lover__product img{
    width: 160px;
    height: 250px;
    object-fit: contain;
}
.lover__product{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.lover__col--bottom{
    margin-top: 100px;
}
.lover__products{
    gap: 80px;
}
.products--glow p{
    text-align: right;
}
.products--glow .products__heading{
    padding-right: 40px;
}
 .products__glow--top img:first-child{
     max-width: 30%;
     width: 100%;
     object-fit: contain;
     height: auto;
 }
.products__glow--top img:nth-child(2){
    max-width: 40%;
    width: 100%;
    object-fit: contain;
    height: auto;
}
.products__glow--top img:last-child{
    max-width: 30%;
    width: 100%;
    object-fit: contain;
    height: auto;
    margin-left: auto;
}
.gallery__left{
    position: relative;
}
.gallery__left .gallery__item:first-child{
    position: relative;
    z-index: 1;
    max-width: 454px;
    width: 100%;
}
.gallery__left .gallery__item:nth-child(2){
    position: relative;
    z-index: 1;
    max-width: 259px;
    width: 100%;
    transform: translateY(-100%) translateX(470px);

}
.gallery__left .gallery__item:nth-child(3){
    max-width: 389px;
    width: 100%;
    position: relative;
    z-index: 1;
    transform: translateY(-100%) translateX(190px);

}
.gallery__left .gallery__item:last-child{

    height: 267px;
    max-width: 508px;
    width: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 150px;
    z-index: 0;
}
.gallery__left{
    width: 100%;
}
.gallery__right{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.gallery__right .gallery__item:first-child{

    max-width: 248px;
    width: 100%;
    margin-left: auto;
    margin-right: 100px;

}
.gallery__right .gallery__item:last-child{

    max-width: 500px;
    width: 100%;
    margin-left: auto;
}
.gallery__animation{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.gallery{
    margin-top: 100px;
    position: relative;
}
.gallery__animation{
    display:flex;
    gap:20px;
}
.gallery__animation--item {
    max-width: 230px;
    width: auto;
    position: absolute;
    max-height: 300px;
}
.gallery__animation--item img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 258px;
}
.gallery__col{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:20px;
}

.gallery__col--left .gallery__animation--item:first-child{
    position: absolute;
    top: -250px;
    left: 60px;
}
.gallery__col--right .gallery__animation--item:first-child{
    position: absolute;
    top: -250px;
    right: 60px;
}
.gallery__col--left .gallery__animation--item:nth-child(2){
    position: absolute;
    top: 150px;
    left: 160px;
}
.gallery__col--right .gallery__animation--item:nth-child(2){
    position: absolute;
    top: 80px;
    right: 160px;
    height: 240px;
}
.gallery__col--left .gallery__animation--item:nth-child(3){
    position: absolute;
    top: 450px;
    left: 310px;

}
.gallery__col--right .gallery__animation--item:nth-child(3){
    position: absolute;
    top: 250px;
    right: 310px;
}
.info__content{
    padding-left: 100px;
    gap: 48px;
    padding-right: 40px;
}
.info__left{
    max-width: 485px;
    width: 100%;
}
.info__right{
    max-width: calc(100% - 510px);
    width: 100%;
}
.info__right h3{
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: .01em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    color: #edbebe;
}
.info__right p{
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: .01em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    color: #edbebe;
    opacity: 0.6858;
    will-change: opacity;
    margin-top: 40px;
    margin-bottom: 20px;
}
.subscribe{
    margin-top: 40px;
}
.arrow-down{
    width: 32px;
    animation: arrowBounce 2s ease-in-out infinite;
}

@keyframes arrowBounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }
}
.subscribe__top{
    gap: 10px;
}
.subscribe__top h2{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 2em;
    font-weight: 400;
    color: #fff;
}
.logo__right{
    width: 100%;
}
.logo__left{
    width: 100%;
}
.back__logo {
    gap: 100px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 20px;
}
.subscribe__item{
    width: 38vw;
    border-style: solid;
    border-width: 2.5vw;
    border-color: #c36;
    display: flex;
    position: absolute;
    left: 60px;
    top: 120px;
    transition: all .3s;
}
.subscribe__item:hover{
    border-color: #336;
}
.subscribe__item:nth-child(2){
    width: 28vw;
    left: auto;
    right: 120px;
}
.subscribe__item:nth-child(3){
    width: 28vw;
    left: 180px;
    bottom: 0;
    top: auto;

}
.product-certificates{
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 60px;

}
.product-certificates__list{
    gap: 40px;
}
.product-certificates__item{
    width: 100%;
}
.product-certificates__item img{
    width: 100%;
    height: 100%;
    transition: all .3s;

}
.product-certificates__item img:hover{
    transform: scale(1.2);
    z-index: 2;
    position: relative;
}
.home footer{
    border-top: 0;
}
.footer__socials{
    justify-content: center;
    gap: 100px;
}
.footer__socials--item{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3em;
    font-weight: 400;
    color: #fff;
}
.footer__bottom--home{
    margin-top: 40px;
}
.footer__bottom--home img{
    max-width: 475px;
    width: 100%;
}
.footer__bottom--home p{
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.footer__bottom--home a{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-decoration: underline;
    color: #0080ff;
}
.home{
    overflow-x: hidden;
    background-image: url('../images/home/image-30fa1731-9066-42c1-824b-ca7bf329a4b7-scaled-e1771370314290.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}
.type__text--slider{
    display: none;
}
.types-mob{
    display: none;
}
.types-mob__grid{
    display: flex;
    flex-wrap: wrap;
}
.types-mob__cell{
    width: 33.33%;
    min-height: 12em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.types-mob__cell--start{
    justify-content: flex-start;
}
.types-mob__cell--end{
    justify-content: flex-end;
}
.types-mob__cell--center{
    justify-content: center;
}
.types-mob__cell--spacer{
    pointer-events: none;
}
.types-mob__letter{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 6em;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
.types-mob__product{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25em;
    padding: 0 5%;
    cursor: pointer;
}
.types-mob__product--pad-left{
    padding-left: 10%;
    padding-right: 5%;
}
.types-mob__product--top-high{
    top: -5em;
}
.types-mob__product--top-low{
    top: -1.5em;
}
.types-mob__product--top-mid{
    top: -4em;
}
.types-mob__product img{
    width: auto;
    max-width: unset;
    height: 14em;
    object-fit: contain;
}
.types-mob__product img.types-mob__flip{
    transform: scaleX(-1);
}
.types-mob__product h3{
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 0;
}
.features__mob{
    display: none;
    text-align: center;
    font-family: "Actay Sexperiments", Sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.4em;
    text-shadow: -3px 0px 4px #e3d8e2;
    color: #e3beed;
    margin-top: 40px;
}
.about-mob{
    display: none;
}
.lover__products--mob{
    display: none;
}
.btn__purple--mob{
    display: none;
}
.product-certificates__list .swiper-button-next,
.product-certificates__list .swiper-button-prev{
    display: none;
}
.modal{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1111111111;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
}
.modal.open{
    display: flex;
}

.modal__content{
    text-align: center;
    background: #fff;
    max-width: 500px;
    width: 95%;
    padding: 30px;
}
.modal img {
    max-width: 300px;
}
.modal__title{
    color: #000000;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 54px;
}
.modal__actions{
    gap: 10px;
}
.agl_buttons{
    height: 44px;
    display: flex;
    padding: 10px 20px;
    color: #a351ef;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.agl_buttons:hover{
    color: #000;
}
.agl_yes_button{
    background: #a351ef;
    color: #fff !important;
}
@media (max-width: 1300px){
    .type__item img{
        width: 100px;
    }
    .type__bg{
        font-size:180px
    }
    .lover__col:last-child {
        width: 30%;
        z-index: 0;
    }
    html{
        font-size: 14px
    }
    .features__right img{
        width: 100%;
    }
    .features__right{
        width: calc(100% - 600px);
    }
    .features__right p{
        position: absolute;
        z-index: 9;
    }
    .type__left{
        width: 30%;
    }
    .type__right{
        width: 70%;
    }
}
@media (max-width: 1024px){
    .gallery__left .gallery__item:first-child{
        max-width: 400px;
    }
    .gallery__left .gallery__item:last-child{
        max-width: 300px;
    }
    .gallery__left .gallery__item:last-child{
        max-width: 300px;
    }
    .gallery{
        margin-top: 200px;
    }
    .back__logo{
        gap: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .info__left{
        max-width: 40%;
    }
    .info__right{
        max-width: 60%;
    }
    .footer__socials{
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .info__content{
        padding-left: 40px;
        margin-top: -180px;
    }
    .product-certificates{
        padding-left: 40px;
        padding-right: 40px;
    }
    .products__slider{
        max-width: 85%
    }
    .about__right{
        width: 50%;
    }
    .about__left{
        width: 50%;
    }
}
@media (max-width: 900px) {
    .features__top{
        flex-direction: column;
    }
    .features__left{
        max-width: 100%;
    }
    .features__right{
        width: 100%;
    }
    .features__right img{
        width: auto;
        margin: 0 auto;
    }
    .features__list{
        flex-wrap: wrap
    }
    .features__item{
        width: 25%;
    }
    .features__item:nth-child(2n) {
        transform: translateY(50px);
    }
    .about__content{
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .about{
        padding-left: 0;
    }
    .about__col:last-child{
        display: none;
    }
    .type__content{
        flex-direction: column-reverse;
    }
    .type__right{
        width: 100%;
    }
    .type__left{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .type__left img{
        width: 40%;
        margin: 0 auto;
    }
    .lover__col:first-child{
        width: 70%;
    }
    .lover__products{
        gap: 30px;
        padding-left: 30px;
    }
    .lover__col:last-child{
        position: absolute;
    }
    .lover__col:first-child{
        width: 100%;
    }
    .lover__text{
        max-width: 480px;
    }
    .lover__col__top{
        flex-direction: column;
        align-items: center;
    }
    .lover__product img{
        width: 100px;
    }
    .btn__purple{
        font-size: 20px;
        line-height: 24px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .products__heading h2{
        font-size: 22px
    }
    .products--glow .products__heading{
        align-items: center;
    }
    .products--glow p{
        text-align: center;
        font-size: 18px
    }
    .info__content{
        flex-direction: column-reverse;
    }
    .gallery__left .gallery__item:first-child {
        max-width: 300px;
    }
    .gallery__left .gallery__item:last-child{
        left: 80px;

    }
    .gallery__left .gallery__item:nth-child(3){
        max-width: 220px;
        transform: translateY(-100%) translateX(80px);
    }
    .info__content{
        margin-top: 0;
    }
    .gallery__left .gallery__item:nth-child(2){
        max-width: 180px;
        transform: translateY(-100%) translateX(300px);
    }
    .gallery__right .gallery__item:first-child{
        max-width: 200px;
    }
    .gallery__animation--item img{
        max-height: 200px;
    }
    .product-certificates__list .swiper-button-next,
    .product-certificates__list .swiper-button-prev{
        display: flex;
    }
}

@media (max-width: 768px){
    .products__slider{
        max-width: 100%;
    }
    .back__logo{
        flex-direction: column;
        gap: 0;
    }
    .subscribe__item{
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        width: 100%;
        max-width: 80%;
    }
    .subscribe__links{
        position: absolute;
        top: 130px;
        gap: 130px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .subscribe__item:nth-child(2){
        width: auto;
        right: unset;
        max-width: 80%;
    }
    .subscribe__item:nth-child(3){
        width: 100%;
        right: unset;
        left: unset;
    }
    .gallery__animation{
        display: none;
    }
    .gallery__item{
        transform: none!important;
        max-width: 300px!important;
        text-align: center;
    }
    .gallery__content{
        flex-direction: column;
    }
    .gallery__left .gallery__item:last-child{
        display: none;
    }
    .gallery__left{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
       justify-content: space-between;
    }
    .gallery__right{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }
    .info__content{
        margin-top: 40px;
    }
    .banner__info{
        padding-left: 40px;
        padding-right: 40px;
    }
    .type__text--slider{
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }
    .type__text--slider .swiper-slide{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .type__text--slider .swiper-slide img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .type__text--slider .swiper-button-prev,
    .type__text--slider .swiper-button-next{
        color: #fff;
    }
    .types-mob{
        display: block;
        padding: 5em 0 5em;
    }
    .types{
        overflow: hidden;
    }
    .type__content{
        display: none;
    }
    .type__text{
        margin-top: 1em;
    }
}
@media (max-width: 600px){
    .info__right h3{
        font-size: 24px;
    }
    .info__right p{
        font-size: 18px;
    }
    .info__content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer__bottom--home img{
        max-width: 80%;
    }
    .lover__products{
        flex-direction: column;
    }

    .gallery__left{
        justify-content: center;
    }
    .gallery__right .gallery__item:first-child{
        margin-right: 0;
        margin-left: 0;
    }
    .gallery__right{
        justify-content: center;
    }
    .banner__info p{
        text-align: center;
        font-size: 18px ;
    }
    .banner__video{
        height: 100%;
    }
    .banner video{
        object-fit: cover;
    }
    .banner__content img{
        max-width: 90%;
    }
    .btn__about{
       position: absolute;
        top: 50%;
        z-index: 9;
    }
    .banner__info{
        margin-top: 0;
    }
    .banner__content{
        justify-content: flex-start;
        padding-top: 80px;
    }
    .banner__info p:last-child{
        margin-top: 180px;
    }
    .line{
        height: 96px;
        margin-top: 16px;
        margin-bottom: 8px;
    }
    .line__info span{
        font-size: 1.5em;
    }
    .features{
        padding-top: 140px;
        position: relative;
    }
    .features__right-p{
        display: none;
    }
    .features__right-p--mob{
        display: block;
        position: absolute;
        top: 60px;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 42%) scale(0.7);
        transform-origin: center top;
        font-size: 2em;
        color: #a300c8;
        white-space: nowrap;
        z-index: 2;
        pointer-events: none;
    }
    .features__img .img-off{
        height: 316px!important;
        width: 121px!important;
        top: 0;
        object-fit: cover;
    }
    .features__animation{
        height: 350px;
        width: 100%;
    }
    .features__img .img-on{
        height: 340px!important;
        top: -25px!important;
        width: 140px!important;
        object-fit: cover;
    }
    .features__left span{
        font-size: 3em;
    }
    .features__img{
        z-index: 0;
    }
    .features__left span.horny{
        left: 0;
        top: 50%;
    }
    .features__left span.glow{
        right: 0;
        top: 50%;
    }
    .features__logo{
        left: auto;
        width: 110px;
        height: 110px;
    }
    .features__mob{
        display: block;
    }
    .features__right{
        padding-top: 0;
    }
    .about__img--text{
        display: none;
    }
    .features__right img{
        display: none;
    }
    .features__list{
        margin-top: 20px;
    }
    .features__item{
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        transform: none!important;
    }
    .features__item span{
        font-size: 1.7em;
        line-height: 1.7em;
        width: 100%;
    }
    .features__item .number{
        font-size: 7em;
    }
    .features__item:last-child{
        flex-direction: column;
        align-items: flex-end;
    }
    .features__item:last-child span{
        text-align: right;
    }
    .about{
        display: none;
    }
    .about__left{
        width: 100%;
        margin-top: 30px;
    }
    .about__text{
        opacity: 1!important;
        line-height: 1.4;
        font-size: .9em;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-slider{
        margin-top: 40px;
    }
    .about__right{
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .about__right img{
        width: 100%;
    }
    .about__garanty{
        position: relative;
        transform: none;
        bottom: unset;
        left: unset ;
        font-size: 2em;
        line-height: 1em;
        font-family: "Actay Sexperiments", Sans-serif;
        font-weight: 400;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
        color: #fff;
    }
    .about__content .about__col:nth-child(2){
        padding-bottom: 0;
    }
    .type__right{
        padding-top: 0;
    }
    .products__heading{
        padding-left: 20px;
    }
    .products__heading h2{
        font-size: 2em;
    }
    .products__heading p{
        font-size: 1.8em;
    }
    .products__slider{
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-mob{
        display: block;
    }
    .lover-mob--top{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .lover-mob--top .lover__sub{
        font-size: 1.7em;
        font-weight: 500;
        color: #fff;
    }
    .lover__col:last-child{
        right: unset;
        left: 0;
        transform: scaleX(-1);
        width: 42%;
        max-height: 542px;
        height: 100%;
    }
    .lover__col:last-child img{
        height: 542px;
        width: auto;
        object-fit: cover;
        object-position: left;
    }
    .lover__col:first-child{
        max-width: 300px;
        margin-left: auto;
    }
    .lover__col--img{
        width: 95px;
        margin-top: 30px;
    }
    .lover__col:first-child .lover__title{
        display: none;
    }
    .lover__col:first-child .lover__sub{
        display: none;
    }
    .lover__text{
        padding: 0 2vw 0 0;
        font-size: 1.3em;
        line-height: 1.6em;
        opacity: 1!important;
    }
    .lover__text br:not(:last-child){
        display: none;
    }
    .lover__products{
        display: none;
    }
    .lover__products--mob{
        display: flex;
    }
    .lover__products--mob .swiper-button-prev, .lover__products--mob .swiper-button-next {
        background: transparent;
        border: none;
    }
    .lover__products--mob .swiper-button-prev:before, .lover__products--mob .swiper-button-next:before {
      display: none;
    }
    .lover__products--mob .swiper-button-prev svg, .lover__products--mob .swiper-button-next svg{
       display: flex;
    }
    .lover__products--mob .swiper-slide-prev, .lover__products--mob .swiper-slide-next {
        transform: scale(.6) !important;
    }
    .lover__products--mob .swiper-slide .btn__purple:not(.lover__products--mob .swiper-slide-active .btn__purple){
        display: none;
    }
    .lover__products--mob .swiper-slide-prev .btn__purple, .lover__products--mob .swiper-slide-next .btn__purple {
       display: none;
    }
    .lover__products--mob .swiper-slide{
        transition: all 0.3s ease-in-out;
    }
    .lover__products--mob .swiper-slide .btn__purple{
        width: 110px;
    }
    .products--glow .products__heading{
        align-items: flex-end;
        padding-right: 20px;
    }
    .products--glow p{
        text-align: right;
    }
    .products__glow--top img:not(.products__glow--top img:last-child){
        display: none;
    }
    .products__glow--top img:last-child{
        max-width: 100%;
    }
    .gallery__item{
        max-width: 100% !important;
        width: 100% !important;
    }
    .gallery__left .gallery__item:nth-child(3){
        order: 1;
    }
    .gallery__left .gallery__item:nth-child(1){
        order: 3;
    }
    .gallery__left .gallery__item:nth-child(2){
        position: absolute;
        width: 100px!important;
        left: 0;
        z-index: 9;
        bottom: 0;
    }
    .gallery__left{
        z-index: 1;
    }
    .gallery__right .gallery__item:nth-child(1){
        position: absolute;
        width: 140px!important;
        z-index: 9;
        top: 280px;
        right: 0;
    }
    .gallery__right{
        z-index: 1;
        align-items: flex-start;

    }
    .info__right p{
        order: 1;
        margin-left: auto;
        font-size: 20px;
        opacity: 1!important;
    }
    .info__right h3 {
        order: 2;
        margin-right: auto;
        max-width: 80%;


    }
    .info__right{
        max-width: 100%;
    }
    .info__right .btn__purple{
        order: 3;
        margin-top: auto;
        display: none;
    }
    .info__left{
        position: absolute;
        top: 0;
        max-width: 100%;
        max-height: 617px;
    }
    .info__left img{
        width: 100%;
        height: 100%;
    }
    .info__content{
        height: 617px;
        position: relative;
        overflow: hidden;
    }
    .info__right{
        height: 100%;
    }
    .btn__purple--mob{
        display: flex;
        margin: 30px auto;
        background-color: #c65c95;
    }
    .gallery-mob{
        display: block;
        position: relative;
    }
    .gallery-mob .gallery__animation{
        display: flex;
    }
    .gallery__col--right .gallery__animation--item:nth-child(2){
        width: 165px;
        top: 0;
    }
    .gallery-mob__animation{
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .gallery-mob__item:first-child{
        width: 209px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        top: -240px;
    }
    .gallery-mob__item:nth-child(2){
        width: 237px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        top: 0;
    }
    .gallery-mob__item:nth-child(3){
        width: 125px;
        right: 20px;
        position: absolute;
        top: 400px;
        z-index: 9;
    }
    .gallery-mob__item:nth-child(4){
        width: 168px;
        left: 0;
        position: absolute;
        top: 500px;
    }
    .gallery-mob__content img{
        height: 450px;
        object-fit: cover;
    }
    .gallery-mob__item:nth-child(5){
        width: 120px;
        left: 0;
        position: absolute;
        top: 250px;
    }
    .gallery-mob__item:nth-child(6){
        width: 172px;
        right: 0;
        position: absolute;
        top: 120px;
    }
    .subscribe__top h2{
        text-align: center;
        width: 70%;
        font-size: 18px;
    }
    .subscribe{
        z-index: 0;
    }
    .product-certificates .swiper-button-prev,
    .product-certificates .swiper-button-next{
        background: transparent;
        border: none;
    }
    .product-certificates .swiper-button-prev:before,
    .product-certificates .swiper-button-next:before{
        display: none;
    }
    .product-certificates .swiper-button-prev svg,
    .product-certificates .swiper-button-next svg{
      display: flex;
    }
    .product-certificates .swiper-button-prev svg path,
    .product-certificates .swiper-button-next svg path{
        fill: #fff
    }
    .footer__socials{
        align-items: flex-start;
        padding-left: 20px;
    }
    .features__right p{
        font-weight: 700;
        color: #a300c8;
        font-size: 2em;
    }
}
