html,body {
    font-family: 'Rubik', sans-serif;
    width: 100%;
    color: rgb(255, 255, 255);
}

.background__wrapper {
    background-image: url(/images/background.png);
}

.body {

}
.wrapper {
    justify-content: center;
    min-height: 100%;
    width: 100%;
    max-width: 1201px;
    background-color: rgb(67, 97, 238);
    margin: 0px auto;
}

.container {
    max-width: 925px;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: auto
}

.header {
}

.header__top-inner {

}
.header__top-txt {
    font-family: Montserrat;
    font-size: 45.9px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding-top: 94px;
    padding-bottom: 73px;
}
/* -----------------------------HEADER MAIN------------------------------------------- */

.header__main {
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -22px;
    position: relative;
}

.header__main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    background-image: url("../images/main.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    filter: brightness(70%);
    z-index: 1;
}

.container {
}
.header__main-inner {

}
.header__title-box {
    padding-bottom: 87px;
}
.header__title {
    padding-top: 122px;
    padding-bottom: 35px;
    font-family: Montserrat;
    font-size: 37.5px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    z-index: 200;
    position: relative;
}
.header__title-subtitle {
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    z-index: 200;
    position: relative;
}
.header__logo-box {
    display: flex;
}
.header__logo {
    padding-left: 99px;
    padding-right: 117px;
    z-index: 200;
    position: relative;
}
.header__logo-title {
    font-family: Montserrat;
    font-size: 37.5px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 210px;
    z-index: 200;
    position: relative;
		padding-left: 99px;
		padding-right: 117px;
}

/* --------------------------------------TRANSLATE SECTION---------------------------- */

.translate {
}

.translate__inner {
    padding-bottom: 44px;
    max-width: 925px;
    align-items: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.translate__title {
    text-align: center;
    font-family: "OpenSans" , sans-serif;
    font-size: 21.3px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 31px;
    padding-left: 73px;
    padding-right: 73px;
}

.translate__content-inner {
    min-width: 925px;
}
.translate__content {
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    display: flex;
    min-height: 310px;
    overflow: visible;
}
.translate__img {
    padding-top: 75px;
    padding-left: 70px;
    padding-right: 63px;
}

.translate-action {
    padding-top: 75px;
}
.btns__box {
    width: 530px;
    display: flex;
    justify-content: space-between;
}
.input__first-box {
}

.input__input-title {
    font-family: "Open Sans";
    font-size: 16.7px;
    line-height: 1.2;
    font-weight: 400;
    color: #505050;
    padding-left: 19px;
}
.translate__from {
    width: 243px;
    height: 40px;
    border: 1px solid #323232;
    border-radius: 11px;
    padding-left: 19px;
		font-size: 16px;
}
.translate__to {
    border-width: 1px;
    border-color: rgb(50, 50, 50);
    border-style: solid;
    border-radius: 11px;
    width: 241px;
    height: 38px;
    margin-right: 155px;
    padding-left: 19px;
		font-size: 16px;
}


.to-icon{
    font-size: 29.2px;
    line-height: 1.2;
    font-weight: 400;
    color: #505050;
    padding-top: 22px;
    padding-left: 16px;
    padding-right: 17px;
}
.translate__btns-box {
    Text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: right;
}
.btn__first {
    background-color: rgb(67, 97, 238);
    width: 141px;
    height: 36px;
    font-family: "Montserrat";
    font-size: 9.4px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    position: relative;
}

.input {
    background-color: rgb(67, 97, 238);
    width: 120px;
    height: 34px;
    font-family: "Montserrat";
    font-size: 9.4px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 26px;
    gap: 5px;
}

.input__img {
    vertical-align: middle;
    z-index: 20;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.input ::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/images/upload.png);
    display: block;
    position: relative;
}

.input img {
    width: 14px;
    height: 14px;
}

.input__button {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
}

.input__file {
    width: 141px;
    height: 36px;
    color: transparent;
    position: absolute;
}

.btn__first img {
    padding-right: 5px;
}

.btn__second {
    width: 82px;
    height: 34px;
    background-color: #4361ee;
    font-family: "Montserrat";
    font-size: 9.4px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    border-radius: 5px;
}

/* --------------------------------------COLOR SECTION---------------------------------- */
.container .cards {
    max-width: 925px;
}
.container {
    max-width: 999px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slide__title-purple{

}

.slide__title-purple {
    font-size: 29px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.92;
    text-align: left;
    position: absolute;
    left: 67px;
    top: 89px;
    z-index: 95;
}

.slide__subtitle-purple {
    font-size: 9.5px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.48;
    text-align: left;
    position: absolute;
    left: 68px;
    top: 137px;
    z-index: 97;
}

.slide__subtitle-yellow {
    font-size: 12.5px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.48;
    text-align: left;
    -moz-transform: matrix(0.76331096155447, 0, 0, 0.76331096155447, 0, 0);
    -webkit-transform: matrix(0.76331096155447, 0, 0, 0.76331096155447, 0, 0);
    -ms-transform: matrix(0.76331096155447, 0, 0, 0.76331096155447, 0, 0);
    position: absolute;
    top: 125px;
    right: 92px;
    z-index: 97;
}

.slide__title-yellow {
    font-size: 29px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.92;
    -moz-transform: matrix(0.76331096155447, 0, 0, 0.76331096155447, 0, 0);
    -webkit-transform: matrix(0.76331096155447, 0, 0, 0.76331096155447, 0, 0);
    -ms-transform: matrix(0.76331096155447, 0, 0, 0.76331096155447, 0, 0);
    position: absolute;
    left: 56px;
    top: 83px;
    z-index: 2196;
}



.color__slider {
    padding-top: 100px;
    background-color: #ffffff;
}

.color__slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    width: 100%;
    height: 400px;
    padding-left: 32px;
}

.slide__container .purple {
    position: relative;
}

.slide__container {
    position: relative;
}
.slide__title {
        font-size: 29px;
        font-family: "Montserrat";
        color: rgb(0, 0, 0);
        line-height: 1.92;
        -moz-transform: matrix( 0.76331096155447,0,0,0.76331096155447,0,0);
        -webkit-transform: matrix( 0.76331096155447,0,0,0.76331096155447,0,0);
        -ms-transform: matrix( 0.76331096155447,0,0,0.76331096155447,0,0);
        position: absolute;
        left: 65px;
        top: 83px;
        z-index: 2196;
}
.slide__subtitle {
        font-size: 12.5px;
        font-family: "Montserrat";
        color: rgb(0, 0, 0);
        line-height: 1.48;
        text-align: left;
        -moz-transform: matrix( 0.76331096155447,0,0,0.76331096155447,0,0);
        -webkit-transform: matrix( 0.76331096155447,0,0,0.76331096155447,0,0);
        -ms-transform: matrix( 0.76331096155447,0,0,0.76331096155447,0,0);
        position: absolute;
        top: 125px;
        right: 96px;
        z-index: 97;
}

.color__slider-inner .slide {
    flex: 0 0 33.3333%; /* Each slide takes 33.3333% of the container width */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease-in-out, z-index 0.5s ease-in-out;
}

.color__slider-inner .slide.active {
    transform: scale(1.2); /* Increase active slide by 20% */
    z-index: 1; /* Bring the active slide to the front */
}

.color__slider-inner img {
    width: 100%; /* Ensure images fit within their containers */
    height: auto; /* Maintain aspect ratio */
}

.color__dots {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}

.color__dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.color__dots .dot.active {
    background-color: #333;
}
/* ---------------------------MOBILE SECTION -------------------------------- */

.mobile {
    background-color: #ffffff;
    margin-top: 5vh;
    height: 100%;
}
.container {
}
.mobile__inner {
    display: flex;
    flex-direction: column;

}
.mobile__image-box {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.image__mobile-green img {
    object-fit: cover;
}
.image__mobile-green {
    height: 314px;
    padding-left: 43px;
    position: relative;
}

.slide__subtitle-purple img{
    max-width: 20px;

}

.mobile__title-green {
    transform: translateX(10px);
    top: 20px;
    left: 20px;
    z-index: 100000;
    color: black;
    position: absolute;
}
.mobile__subtitle-green {

}

.image__purple-mob{
    padding-left: 37px;
}

.image__purple-mob img{
    transform: scale(0.78);
}

.image__mobile img  {
}

.image__mobile {
    transform: translateX(10px);
    top: 20px;
    left: 20px;
    z-index: 100000;
    color: black;
    position: absolute;
}
.image__mobile img  {
    height: auto;
}

.image__purple-mob{

}

.scale {
}

.image__mobile-container{
    position: relative;
}

.slide__title-mobile--green {
        font-size: 29px;
        font-family: "Montserrat";
        color: rgb(0, 0, 0);
        line-height: 1.92;
        position: absolute;
        left: 65px;
        top: 83px;
        z-index: 2196;
}
.slide__subtitle-mobile--green {
        font-size: 12.5px;
        font-family: "Montserrat";
        color: rgb(0, 0, 0);
        line-height: 1.48;
        text-align: left;
        position: absolute;
        top: 125px;
        right: 96px;
        z-index: 97;
}
/* ------------------------adaptive section-------------------------------- */
.adaptive {
    background-color: #ffffff;
    color: #000000
}
.container {
}
.adaptive__inner {
    max-width: 282px;
    margin-left: auto;
     margin-right: auto;
}
.image__box-green {
    width: 280px;
    height: 279px;
    background: url(/images/green.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 231px;
    position: relative;
    transform: scale(1.5);
    margin-top: 78px;
    margin-left: 20px;
    margin-bottom: 120px;
}
.adaptive__title {
    font-family: 'Montserrat';
    font-size: 22.3px;
    line-height: 42px;
    font-weight: 600;
    position: absolute;
    top: 75px;
    left: 57px;
}
.adaptive__subtitle {
    font-family: 'Montserrat';
    font-size: 9.6px;
    line-height: 14px;
    font-weight: 400;
    position: absolute;
    top: 113px;
    left: 56px;
}
.adaptive__title-purple {
    font-family: 'Montserrat';
    font-size: 22.3px;
    line-height: 42px;
    font-weight: 600;
    position: absolute;
    top: 80px;
    left: 61px;
}
.adaptive__subtitle-purple {
    font-family: 'Montserrat';
    font-size: 9.6px;
    line-height: 14px;
    font-weight: 400;
    position: absolute;
    top: 118px;
    left: 61px;
}
.adaptive__title-yellow {
    font-family: 'Montserrat';
    font-size: 22.3px;
    line-height: 42px;
    font-weight: 600;
    position: absolute;
    top: 82px;
    left: 55px;
}
.adaptive__subtitle-yellow {
    font-family: 'Montserrat';
    font-size: 9.6px;
    line-height: 14px;
    font-weight: 400;
    position: absolute;
    top: 117px;
    left: 56px;
}
.image__box-purple {
    width: 280px;
    height: 279px;
    background: url(/images/purple.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 231px;
    position: relative;
    transform: scale(1.5);
    margin-top: 78px;
    margin-left: 20px;
    margin-bottom: 120px;
}
.image__box-yellow {
    width: 280px;
    height: 279px;
    background: url(/images/yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 231px;
    position: relative;
    transform: scale(1.5);
    margin-top: 78px;
    margin-left: 20px;
    margin-bottom: 70px;
}

/* -------------------------WOMEN SECTION------------------------------- */

.women {
}
.container {
}
.women__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 52px;
}
.women__content {
    display: flex;
    margin: auto 0 auto 0;
    flex-direction: column;
    justify-content: space-between;
}
.women__text {
    font-family: "Open Sans";
    font-size: 21.3px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 58px;
}
.women__btn {
    text-align: right;
}
.women__button {
    font-family: "Open Sans";
    width: 187px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 14px;
    font-size: 11.5px;
    line-height: 1.2;
    font-weight: 700;
    color: #4361ee;
}
.women__img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}




/* -------------------------PC SECTION--------------------------------- */

.pc {
    background-color: #ffffff;
}
.container {
}
.pc__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 55px;
}
.pc__image img {
    max-width: 100%;
    height: auto;
}
.pc__text {
    text-align: center;
}
.pc__title {
    font-family: 'Open Sans';
    font-size: 21.3px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    padding-bottom: 40px;
    padding-top: 72px;
}
.pc__subtitle {
    font-family: 'Open Sans';
    font-size: 9.4px;
    line-height: 1.2;
    font-weight: 400;
    color: #505050;
    text-align: left;
}


/* --------------------------CARD SECTION------------------------------------- */



.shadow {
    height: 332px;
    width: 428px;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
}

.shadow__rocket {
    height: 329px;
    width: 428px;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
    left: -9px;
}

.shadow__flower {
    height: 258px;
    width: 428px;
    position: absolute;
    left: -13px;
    top: 35px;
    -webkit-box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
}

.shadow__outside {
    height: 314px;
    left: -14px;
    width: 428px;
    position: absolute;
    top: -17px;
    -webkit-box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 15px 20px 10px 2px rgba(34, 60, 80, 0.2);
}

.flower {
    transform: translateX(15px);
}

.card__img-inner {
    padding-right: 10px;
}
.card__image {
}

.card__image--crocodile{
    padding-right: 10px;
}
.card__title-box {
    width: 414px;
    height: 116px;
    background-image: linear-gradient(-10.0deg, #7289f7 18%, #7289f7 81%);
    margin-left: 15px;
    transform: translateY(-121px);
}
.outside {
    transform: translateX(-15px);
    margin-top: -113px;
}
.card__title-box--rocket {
    width: 410px;
    height: 116px;
    background-image: linear-gradient(-10.0deg, #7289f7 18%, #7289f7 81%);
    margin-left: 8px;
    transform: translateY(-129px);
}

.card__title-box--flowers {
    width: 414px;
    height: 113px;
    background-image: linear-gradient(-10.0deg, #7289f7 18%, #7289f7 81%);
    margin-left: 0px;
    transform: translateY(-113px);
    margin-right: 70px;
}

.card-title {
    font-family: 'Open Sans';
    font-size: 16.7px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 112px;
    padding-top: 20px;
    padding-bottom: 23px;
}

.card-title-crocodile {
    font-family: 'Open Sans';
    font-size: 16.7px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 23px;
}

.rating__card {
    display: flex;
    justify-content: center;
}
.card__like-button-box {
    display: flex;
}
.image__like {
}
.card__like-counter {
    margin-right: 20px;
    text-align: center;
    line-height: 215%;
    font-family: 'Open Sans';
    font-size: 16.7px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.card__dislike-counter {
    margin-right: 20px;
    text-align: center;
    line-height: 215%;
    font-family: 'Open Sans';
    font-size: 16.7px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.card__dislike-button-box {
    display: flex;
}
.image__dislike {
}

.like__btn {
    padding-right: 7px;
}

.dislike__btn {
    padding-right: 7px;
    padding-top: 7px;
}

.card__page-first{
    display: block;
}

.card__page-second {
    display: none;
}

.page-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.page__number {
    width: 48px;
    height: 29px;
    border: 0.8px solid #bbbbbb;
    border-radius: 6px;
    padding-top: 3px;
    padding-left: 19px;
    font-family: 'Open Sans';
    font-size: 16.7px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 9px;
}
.pagination__button {
    display: flex;
    width: 48px;
    height: 29px;
    border: 0.8px solid #bbbbbb;
    border-radius: 6px;
    background-color: #ffffff;
    font-family: 'Open Sans';
    font-size: 16.7px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #969696;
    justify-content: center;
}

.slice {
    height: 29px;
    width: 1px;
    background-color: #bbbbbb;
}

.paggination__button-prev {
    padding-right: 8px;
    padding-top: 4px;
}
.btn-prev {
}
.paggination__button-next {
    padding-left: 8px;
    padding-top: 4px;
}
.btn-next {
}

.btn-prev.disabled, .btn-next.disabled {
    pointer-events: none;
    opacity: 0.5;
}


 /* ------------------@media max-width: 900px -------------------------------- */
 @media (max-width: 1020px) {
    .cards {
        padding-top: 60px;
        transform: translateX(0vw);
    }
 }

@media (max-width: 900px) {
    .header__title-subtitle {
        font-size: 18px;
    }

    .header__logo-box {
        display: flex;
        flex-direction: column;
        transform: translateX(0vw);
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .header__logo {
    padding-left: 99px;
    padding-right: 117px;
    z-index: 200;
    position: relative;
    transform: translateY(3vh);

		}

.header__main-inner {
    transform: translateY(-10vh);
    position: relative;
    z-index: 2;
}


.header__logo-title {
    padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
}
    .translate__title {
    padding-top: 0;
}

.translate__img {
    transform: translateX(15vw);
}
.translate-action {
    padding-top: 75px;
    position: absolute;
    right: 26px;
}

.color__slider-inner {
        height: 681px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
.color__dots {
    display: none;
    justify-content: center;
}

.women__text {
    font-family: "Open Sans";
    font-size: 14.3px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 58px;
    padding-left: 10px;
    width: 400px;
}
.women__btn {
    padding-left: 10px;
    text-align: left;
}
.card__flex-box {
    display: flex;
    flex-direction: column;
    padding-left: 54px;
}
}


@media (max-width: 630px) {
    .translate__img {
        transform: translateX(32vw);
    }
 }

 @media (max-width: 630px) {
    .translate__img {
        display: none;
    }
 }

@media (max-width: 590px) {
    .women__img {
        display: none;
    }

    .pc__image {
        display: none;
    }
    .pc__text {
        text-align: right;
        padding-left: 10px;
    }
    .pc__subtitle {
        font-size: 14.4px;
    }

    .pc__title {
        font-size: 21.3px;
        transform: translateX(-53px);
    }
    .card__flex-box {
        display: flex;
        flex-direction: column;
        padding-left: 54px;
    }

    .btns__box {
        width: 530px;
        display: flex;
        flex-direction: column;
    }
    .to-icon {
        display: none;
    }.translate__btns-box {
        Text-align: none;
        transform: translateY(-20px);
    }
    .btns__box {
        display: flex;
        flex-direction: column;
        justify-content: right;
        transform: translateX(49vw);
    }
    .header__title {
        font-size: 24.5px;
    }
    .header__main::before {
        content: none;
    }
    .header__logo {
        padding-left: 55px;
    }
}

@media (max-width: 780px) {
    .header__logo-title {
        padding-bottom: 0px;
        margin-top: -24px;
    }
    .btns__box {
        display: flex;
        flex-direction: column;
        justify-content: right;
        transform: translateX(49vw);
    }
    .to-icon {
        display: none;
    }
    .input__second-box {
        margin-top: 20px;
    }
    .translate-action {
        padding-top: 36px;
    }

}

@media (max-width: 415px) {
    .header__logo {
        padding-left: 36px;
    }
    .btns__box {
        display: flex;
        flex-direction: column;
        justify-content: right;
        transform: translateX(76vw);
    }
    .header__logo-title {
        padding-bottom: 0px;
        margin-top: -33px;
    }
    .header__main {
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-top: -112px;
        position: relative;
    }
    .translate__title {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 400px) {
    .header__logo {
        padding-left: 17px;
    }
    .card__outside {
        margin-top: -54px;
        height: 326px;
        margin-bottom: 46px;
        position: relative;
    }
}

@media (max-width: 555px) {
    .cards {
        margin-left: 6px;
    }

}

@media (max-width: 376px) {
    .cards {
        margin-left: -47px;
    }
}

@media (min-width: 376px) and (max-width: 500px) {
    .cards {
        margin-left: -46px;
    }
}
@media (min-width: 415px) and (max-width: 500px) {
    .cards {
        margin-left: -2vw;
    }
}
@media (min-width: 375px) and (max-width: 500px) {
    .cards {
        margin-left: 0;
        padding-left: 10%;
    }
}

@media (min-width: 375px) and (max-width: 415px) {
    .cards {
        margin-left: -83px;
    }
 }

 @media (min-width: 591px) and (max-width: 780px) {
    .translate__btns-box{
        transform: translateY(-28px);
    }

 }

 @media (min-width: 415px) and (max-width: 500px) {
    .cards {
        margin-left: -74px;
    }
 }

 @media (max-width: 780px) {
    .translate-action {
        padding-top: 75px;
        position: absolute;
        right: 110px;
    }
 }

@media (max-width: 350px) {

    .btns__box {
        transform: translateX(85vw);
    }

    .header__logo-title {
        font-size: 26.5px;
    }

    .header__logo {
        padding-left: 0px;
        margin-top: -50px;
        scale: 0.7;
        margin-left: -13px;
    }
    .header__logo-title {
        padding-bottom: 0px;
        margin-top: -17px;
    }
    .pc__title {
        font-size: 19.3px;
        transform: translateX(-30px);
    }
    .women__text {
        width: 285px;
    }
    .translate__content-inner {
        min-width: 925px;
        transform: translateX(-228px);
    }
}

@media (min-width: 1024px) {
    .adaptive {
        display: none;
    }
    .color__slider {
        display: block;
    }
}

@media (max-width: 1024px) {
    .color__slider {
        display: none;
    }
    .adaptive {
        display: block;
        padding-top: 20px;
    }

}

@media (max-width: 1024px) {
    .color__slider-inner {
        flex-direction: column; /* Вертикальное отображение слайдов для маленьких экранов */
    }

    .color__slider-inner .slide {
        flex: 0 0 auto; /* Слайды занимают всю ширину контейнера */
        margin-bottom: 20px; /* Отступ между слайдами */
    }
    .color__dots {
        display: none;
    }
    .color__slider-inner {
        display: flex;
        flex-direction: column;
        transition: none;
        will-change: none;
        width: 100%;
        height: 388px;
        padding-left: 32px;
    }
}

@media (max-width: 800px) {
    .image__mobile-green img {
        width: 59vw;
        height: auto;
    }



    .image__purple-mob img {
        width: 74vw;
        height: auto;
    }

    .image__mobile img {
        width: 59vw;
        height: auto;
    }
    .image__mobile {
        height: auto;
    }
}

@media (max-width: 800px) {
    .image__mobile-green {
        padding-bottom: 80px;
        padding-top: 10%;
    }
}

@media (max-width: 800px) {
    .image__mobile-green {
        padding-bottom: 80px;
        padding-top: 10%;
    }
}

@media (max-width: 600px) {
    .image__mobile-green {
        padding-bottom: 40px;
        padding-top: 6%;
    }
}

@media (min-width: 1200px) {
    .card__inner {
        transform: translateX(50px);
    }
}

@media (max-width: 430px) {
    .image__box-yellow {
    transform: scale(1);
    margin-top: -113px;
    margin-bottom: 0px;
    }
    .image__box-purple {
        transform: scale(1);
        margin-top: -121px;
    }
    .image__box-green {
        transform: scale(1);
        margin-top: 6px;
    }
}

