* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.main {
    width: 100%;
    max-width: 1728px;
    margin: 0 auto;
}

body {
    background-color: #ebebeb;
}

/*  главный экран */
.MainScreen {
    width: 1728px;
    position: relative;
    border: 1px solid #f1f1f3;
    background: linear-gradient(180deg, #f1f1f3 70%, #d7d7da 100%);

}

.MainScreenTitle {
    width: 559px;
    height: 107px;
    margin-top: 175px;
    margin-left: 340px;

}

.MainScreenTitle h1 {
    font-size: 65px;
    font-weight: 600;
    line-height: 56.57px;
    letter-spacing: -0.82px;
    font-family: SF PRO Medium;
    color: #000000;
    margin-bottom: 10px;
}

.MainScreenTitle p {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    font-style: regular;
    font-family: SF PRO Medium;
    color: #000000;
}

.MainScreenTimer {
    width: 622px;
    display: flex;
    align-items: center;
    margin-top: 92px;
    margin-left: 334px;
    font-weight: 650;
    font-family: SF PRO;
    letter-spacing: -1.05px;
    vertical-align: middle;
    gap: 12px;
    line-height: 72.44px;
}

.num {
    font-size: 163.93px;
    font-family: SF PRO Medium;
    color: #ff008c;
    line-height: 72.44px;
}

.num1 {
    font-family: SF PRO Medium;
    font-size: 163.93px;
    font-weight: 510;
    line-height: 1.2;
    background: linear-gradient(to right, #E5087E, #7F0446);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 4px 0;
    margin: 0;
}

.dot {
    font-size: 70px;
    color: #E5087E;
    font-family: SF PRO Medium;
    line-height: 1;
    margin: 0 4px;
}

.MainScreenBtn {
    width: 617px;
    height: 106px;
    font-family: SF PRO Medium;
    background-color: #E5087E;
    border-radius: 52.77px;
    margin-top: 105px;
    margin-left: 339px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MainScreenBtn a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 47px;
    line-height: 46.95px;
    letter-spacing: -0.69px;
    cursor: pointer;
}

.MainScreenСonditions {
    margin-top: 60px;
    margin-left: 340px;
    margin-bottom: 80px;
}

.MainScreenСonditions p {
    font-family: SF PRO Medium;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.46px;
    font-weight: 400;
    color: #000000;
}

.MainScreenGirl {
    position: absolute;
    bottom: 0;
    right: 153px;
    height: 804px;
}

/* каталог айфонов */

.Catalog {
    width: 1051px;
    height: 470px;
    margin-top: 90px;
    display: flex;
    gap: 25px;
}

.CatalogWrapper {
    width: 244px;
    height: 470px;
    border-radius: 28px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CatalogWrapperTittle {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}

.CatalogWrapperTittle h5 {
    font-family: SF PRO Medium;
    font-size: 22px;
    font-weight: 510;
    line-height: 30.8px;
    letter-spacing: -0.35px;
}

.CatalogWrapperOPrice {
    width: 202px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 10px;
}

.CatalogWrapperOPrice h6 {
    font-family: SF PRO Medium;
    font-weight: 510;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.35px;
}

.OldPrice {
    font-size: 22px;
    font-family: SF PRO Medium;
    font-weight: 510;
    line-height: 33.26px;
    letter-spacing: -0.38px;
    text-decoration: line-through;
}

.CatalogWrapperNPrice {
    width: 202px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 10px;
}

.CatalogWrapperNPrice h6 {
    font-family: SF PRO Medium;
    font-weight: 510;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.35px;
    color: #E5087E;
}

.NewPrice {
    font-size: 22px;
    font-family: SF PRO Medium;
    font-weight: 510;
    line-height: 33.26px;
    letter-spacing: -0.38px;
}

.CatalogWrapperDays {
    width: 202px;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Left {
    display: flex;
    height: 50px;
    width: 50px;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #E5087E, #7F0446) 1;
}

.Left p {
    font-family: SF PRO Medium;
    font-weight: 510;
    font-size: 10px;
    text-align: left;
    letter-spacing: -0.35px;
    line-height: 10px;
}

.Left span {
    font-family: SF PRO Medium;
    font-weight: 510;
    font-size: 25px;
    line-height: 33.25px;
    letter-spacing: -0.38px;
    background: linear-gradient(to right, #E5087E, #7F0446);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.Right {
    display: flex;
    height: 50px;
    width: 132.4px;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 4px solid #D5D5D5;
}

.Right p {
    font-family: SF PRO Medium;
    font-weight: 510;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.35px;
}

.Right span {
    font-family: SF PRO Medium;
    font-weight: 510;
    font-size: 21px;
    line-height: 33.26px;
    letter-spacing: -0.38px;
}

.iPhone {
    width: 232px;
    height: 221px;
    clip-path: inset(0 0 48px 0);
    margin-top: 15px;
}

.iPhone34 {
    width: 234px;
    height: 218px;
    clip-path: inset(0 0 35px 0);
    margin-top: 15px;
}


/* секция 3 - не откладывайте*/


.SecThree {
    width: 1050px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.SecThreeTitle {
    margin-bottom: 50px;
    width: 1050px;
    height: 114px;
    text-align: center;
}

.SecThreeTitle h2 {
    font-family: SF PRO Medium;
    font-weight: 700;
    font-size: 52px;
    line-height: 56.57px;
    letter-spacing: -0.82px;
    color: #000000;
    white-space: nowrap;
}

.SecThreeTop {
    width: 1050px;
    height: 190px;
    display: flex;
    align-items: center;
    border-radius: 34px;
    background-color: #FFFFFF;
    padding: 36px 41px;
}

.SecThreeTopLeft {
    width: 288px;
    height: 106px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 13px;
    margin-right: 28px;
}

.SecThreeTopLeft h3 {
    color: #E5087E;
    font-family: SF PRO Medium;
    font-weight: 700;
    font-size: 50px;
    line-height: 49.78px;
}

.SecThreeTopLeft p {
    color: #898989;
    font-size: 17px;
    font-family: SF PRO Medium;
    font-weight: 400;
    line-height: 21.17px;
}

.SecThreeTopMdl {
    width: 288px;
    height: 106px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 13px;
    margin-right: 28px;
}

.SecThreeTopMdl h3 {
    color: #E5087E;
    font-family: SF PRO Medium;
    font-weight: 700;
    font-size: 50px;
    line-height: 49.78px;
}

.SecThreeTopMdl p {
    color: #898989;
    font-size: 17px;
    font-family: SF PRO Medium;
    font-weight: 400;
    line-height: 21.17px;
}

.SecThreeTopRight {
    width: 288px;
    height: 106px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 13px;
}

.SecThreeTopRight h3 {
    color: #E5087E;
    font-family: SF PRO Medium;
    font-weight: 700;
    font-size: 50px;
    line-height: 49.78px;
}

.SecThreeTopRight p {
    color: #898989;
    font-size: 17px;
    font-family: SF PRO Medium;
    font-weight: 400;
    line-height: 21.17px;
}

.stat-divider {
    width: 1px;
    height: 115px;
    background-color: #000000;
    flex-shrink: 0;
    margin-right: 28px;
}

.SecThreeMdl {
    width: 1050px;
    height: 190px;
    display: flex;
    align-items: center;
    border-radius: 34px;
    background-color: #FFFFFF;
    padding: 36px 41px;
}

.SecThreeMdlLeft {
    width: 288px;
    height: 106px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 13px;
    margin-right: 28px;
}

.SecThreeMdlLeft p {
    color: #898989;
    font-size: 17px;
    font-family: SF PRO Medium;
    font-weight: 400;
    line-height: 21.17px;
    white-space: nowrap;
}

.SecThreeMdlMdl {
    width: 288px;
    height: 106px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 13px;
    margin-right: 28px;
}

.SecThreeMdlMdl p {
    color: #898989;
    font-size: 17px;
    font-family: SF PRO Medium;
    font-weight: 400;
    line-height: 21.17px;
    white-space: nowrap;
}

.SecThreeMdlRight {
    width: 288px;
    height: 106px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 13px;
    margin-right: 28px;
}

.SecThreeMdlRight p {
    color: #898989;
    font-size: 17px;
    font-family: SF PRO Medium;
    font-weight: 400;
    line-height: 21.17px;
    white-space: nowrap;
}

.SecThreeBot {
    width: 1050px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 60px;
    border-radius: 34px;
    background-color: #FFFFFF;
    padding: 36px 41px;
}

.SecThreeBotTxt {
    width: auto; 
    max-width: 401px; 
    height: 100px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start; 
    margin-bottom: -30px;
}

.SecThreeBotTxt h3 {
    font-family: SF PRO Medium;
    font-weight: 510;
    font-size: 32px;
    line-height: 36.2px;
    letter-spacing: -2%;
    margin-left: 0; 
    white-space: nowrap;
}

.SecThreeBotTxt p {
    color: #898989;
    font-size: 17px;
    font-family: SF PRO Medium;
    font-weight: 400;
    line-height: 21.17px;
    margin-left: 0px;
    text-align: justify;
    white-space: nowrap;
}

.SecThreeBotBanks {
    width: 335px;
    height: 63px;
    display: flex;
    white-space: nowrap;
    position: relative;
    margin-left: 31px;
}

.SecThreeBotBanks a {
    display: block;
    height: 100%;
}

.firstBank,
.secondBank,
.thirdBank,
.fourthBank,
.fiveBank,
.otherBank {
    position: absolute;
    top: 0;
    width: auto;
}

.firstBank {
    z-index: 1;
    left: 0px;
}

.secondBank {
    z-index: 2;
    left: 55px;
}

.thirdBank {
    z-index: 3;
    left: 110px;
}

.fourthBank {
    z-index: 4;
    left: 165px;
}

.fiveBank {
    z-index: 5;
    left: 220px;
}

.otherBank {
    z-index: 6;
    left: 275px;
}


/* секция 4 */
.SecFour {
    width: 1050px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
}

.SecFourTittle {
    margin-bottom: 50px;
    width: 1050px;
    height: 114px;
    text-align: center;
}

.SecFourTittle h2 {
    font-family: SF PRO Medium;
    font-weight: 700;
    font-size: 52px;
    line-height: 56.57px;
    letter-spacing: -0.82px;
    color: #000000;
    white-space: nowrap;
}

.SecFourTop {
    margin-top: 50px;
    width: 1050px;
    height: 279px;
    display: flex;
    align-items: center;
    border-radius: 34px;
    background-color: #FFFFFF;
}

.SecFourTopTxt {
    width: 589px;
    height: 132px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-left: 50px;
    margin-right: 59px;
}

.SecFourTopTxt h3 {
    font-family: SF PRO Medium;
    font-weight: 510;
    font-size: 34px;
    line-height: 33.87px;
    letter-spacing: -2%;
    margin-left: 0;
    color: #000000;
    white-space: nowrap;
}

.SecFourTopTxt p {
    color: #898989;
    font-size: 17px;
    font-family: SF PRO Medium;
    font-weight: 400;
    line-height: 21.17px;
    margin-left: 0;
    white-space: nowrap;
}

.SecFourBot {
    width: 1050px;
    height: 279px;
    display: flex;
    align-items: center;
    border-radius: 34px;
    background-color: #FFFFFF;
}

.SecFourBotTxt {
    width: 589px;
    height: 132px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-left: 50px;
    margin-right: 59px;
}

.SecFourBotTxt h3 {
    font-family: SF PRO Medium;
    font-weight: 510;
    font-size: 34px;
    line-height: 33.87px;
    letter-spacing: -2%;
    color: #000000;
    white-space: nowrap;
}

.SecFourBotTxt p {
    color: #898989;
    font-size: 17px;
    font-family: SF PRO Medium;
    font-weight: 400;
    line-height: 21.17px;
    white-space: nowrap;
}

/* секция 5 с формой */

.SecFive {
    width: 1050px;
    height: 440px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.SecFiveTitle {
    text-align: center;
}

.SecFiveTitle h2 {
    font-weight: 700;
    font-family: SF PRO Medium;
    font-size: 52.04px;
    line-height: 56.57px;
    letter-spacing: -0.82px;
    color: #000000;
}

.SecFiveForm {
    width: 1050px;
    height: 276px;
    background-color: #FFFFFF;
    border-radius: 33.87px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.FormWrapper {
    width: 965px;
    height: 93px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 42px;
    margin-left: 42px;
}

/* Поля ввода */
.FormWrapper input {
    width: 473px;
    height: 93px;
    background: #F4F4F4;
    border-radius: 17px;
    border: none;
    padding: 0 25px;
    font-size: 18px;
    color: #000;
    outline: none;
}

.FormWrapper input::placeholder {
    color: #8f8f8f;
}

/* Кнопка */
.submit-btn {
    background: #E5087E;
    color: white;
    border: none;
    height: 65px;
    margin-right: 0px;
    padding: 0 35px;
    border-radius: 17px;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.5s ease;
}

.submit-btn:hover {
    scale: 1.05;
    background: #b20762;
}

/* Чекбокс и текст */
.CheckboxWrapper {
    display: flex;
    width: 965px;
    align-items: center;
    margin-left: 42px;
    margin-bottom: 47px;
    margin-right: 42px;
}

.CheckboxGroup {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 5px;
    font-size: 16px;
    margin-left: 0px;
}

.CheckboxGroup input {
    width: 18px;
    height: 18px;
}

.CheckboxGroup .link {
    color: #E5087E;
    text-decoration: none;
    cursor: pointer;
}

/* ошибки */

.error-message {
    font-size: 14px;
    color: #FF3B3B;
    margin-top: 6px;
    display: block;
}

input.error {
    border: 2px solid #FF3B3B !important;
}


/* Секция шесть */


.SecSix {
    width: 1050px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    gap: 50px;
    margin-bottom: 100px;
}

.SecSixTitle {
    text-align: center;
}

.SecSixTitle h2 {
    font-weight: 700;
    font-family: SF PRO Medium;
    font-size: 52.04px;
    line-height: 56.57px;
    letter-spacing: -0.82px;
    color: #000000;
}

.SecSixWrapper {
    display: flex;
    flex-direction: column;
    gap: 4.5px;
}

.SecSixBlock {
    width: 1050px;
    min-height: 91px;
    font-family: SF PRO Medium;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.SecSixBlock:nth-child(1) {
    border-top-left-radius: 36.2px;
    border-top-right-radius: 36.2px;
    border-bottom-right-radius: 9.05px;
    border-bottom-left-radius: 9.05px;
}

.SecSixBlock:nth-child(2),
.SecSixBlock:nth-child(3) {
    border-radius: 9px;
}

.SecSixBlock:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.SecSixBlock:nth-child(4) {
    border-top-left-radius: 9.05px;
    border-top-right-radius: 9.05px;
    border-bottom-right-radius: 36.2px;
    border-bottom-left-radius: 36.2px;
}

.SecSixBlock details {
    width: 100%;
}

.SecSixBlock summary {
    padding: 20px 24px;
    font-size: 22px;
    font-weight: 510;
    line-height: 27px;
    letter-spacing: 0px;
    color: #1D1D1F;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: background-color 0.3s ease;
}

.SecSixBlock summary:hover {
    background-color: #F5F5F7;
}

.SecSixBlock summary::-webkit-details-marker {
    display: none;
}

.SecSixBlock summary::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7.41 8.84L12 13.42l4.59-4.58L18 10.25l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

.SecSixBlock details[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.SecSixBlock details[open] summary {
    background-color: #F5F5F7;
    border-bottom: 1px solid #E5E5E7;
}

.SecSixBlock details p {
    padding: 20px 24px;
    margin: 0;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    background: #FAFAFA;
}

.SecSixBlock details {
    transition: all 0.3s ease;

}

/* footer */

.footer {
    background-color: #000000;
    width: 1728px;
    height: 629px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* мобильная версия */

@media (max-width: 450px) {

    /* главный экран */
    .MainScreen {
        width: 100%;
        height: 100vh;
        min-height: 812px;
        position: relative;
        border: none;
        background: linear-gradient(180deg, #f1f1f3 0%, #d7d7da 100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .MainScreenTitle {
        width: 333px;
        height: 56px;
        margin-top: 60px;
        margin-left: 36px;
        text-align: center;
    }

    .MainScreenTitle h1 {
        font-size: 35px;
        font-weight: 650;
        line-height: 29.9px;
        letter-spacing: -0.43px;
        margin-bottom: 9px;
    }

    .MainScreenTitle p {
        font-size: 17px;
        line-height: 16.92px;
        font-weight: 400;
        white-space: nowrap;
    }

    .MainScreenTimer {
        width: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 48px;
        margin-left: 33px;
        line-height: 1;
    }

    .num {
        font-size: 87px;
        color: #ff008c;
        line-height: 38.3px;
        letter-spacing: -0.55px;
    }

    .num1 {
        font-size: 87px;
        line-height: 1;
        background: linear-gradient(to right, #E5087E, #7F0446);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .dot {
        font-size: 40px;
        color: #E5087E;
        line-height: 1;
        margin: 0 2px;
    }

    .MainScreenBtn {
        width: 342px;
        height: 56px;
        margin-top: 54px;
        margin-left: 30px;
        background-color: #E5087E;
        border-radius: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .MainScreenBtn a {
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -0.3px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .MainScreenBtn a span {
        font-size: 24px;
    }

    .MainScreenСonditions {
        width: 240px;
        height: 34px;
        margin-left: 81px;
        margin-top: 32px;
        text-align: center;
    }

    .MainScreenСonditions p {
        font-size: 13.22px;
        line-height: 16.92px;
        letter-spacing: -0.24px;
        white-space: nowrap;
    }

    .MainScreenGirl {
        position: absolute;
        top: 385px;
        left: 44px;
        width: 335px;
        height: 498px;
        z-index: 1;
    }

    .MainScreenGirl img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* каталог */

    .Catalog {
        width: 401px;
        height: 670px;
        margin: 30px auto 0;
        margin-top: 40px;

        position: relative;
        display: flex;
        gap: 31px;
        margin-top: 30px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .Catalog::-webkit-scrollbar {
        display: none;
    }

    .CatalogWrapper {
        width: 244px;
        height: 470px;
        border-radius: 28px;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .Catalog::before {
        content: '';
        flex-shrink: 0;
        width: 20px;
        height: 1px;
    }

    .CatalogWrapperTittle {
        margin-top: 30px;
    }

    .CatalogWrapperTittle img {
        width: 20px;
        height: 20px;
    }


    /* секция три */

    .SecThree {
        width: 401px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -150px;
        gap: 20px;
    }

    .SecThreeTitle {
        margin-bottom: 30px;
        width: 397px;
        height: 66px;
        text-align: center;
        margin-left: 3px;
    }

    .SecThreeTitle h2 {
        font-family: SF PRO Medium;
        font-weight: 700;
        font-size: 23px;
        line-height: 22px;
        letter-spacing: -0.82px;
        flex-wrap: wrap;
        color: #000000;
        margin-bottom: 30px;
    }

    /* Верхний блок с цифрами */
    .SecThreeTop {
        width: 352px;
        height: 522px;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: start;
        border-radius: 28px;
        background-color: #FFFFFF;
        gap: 25px;
        padding: 33px;
    }

    .SecThreeTopLeft,
    .SecThreeTopMdl,
    .SecThreeTopRight {
        width: 289px;
        height: 107px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 13px;
        text-align: center;
    }

    .SecThreeTopLeft h3,
    .SecThreeTopMdl h3,
    .SecThreeTopRight h3 {
        color: #E5087E;
        font-family: SF PRO Medium;
        font-weight: 700;
        font-size: 50px;
        line-height: 49px;
        margin-left: 0px;
    }

    .SecThreeTopLeft p,
    .SecThreeTopMdl p,
    .SecThreeTopRight p {
        color: #898989;
        font-size: 17px;
        font-family: SF PRO Medium;
        font-weight: 400;
        line-height: 18px;
        white-space: normal;
        margin-left: 0px;
    }

    .stat-divider {
        width: 286px;
        height: 1px;
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #E5E5E5;
    }

    /* Средний блок с иконками */
    .SecThreeMdl {
        width: 352px;
        height: 522px;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: start;
        border-radius: 28px;
        background-color: #FFFFFF;
        gap: 25px;
        padding: 33px;
    }

    .SecThreeMdlLeft,
    .SecThreeMdlMdl,
    .SecThreeMdlRight {
        width: 289px;
        height: 107px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 13px;
        text-align: center;
    }

    .SecThreeMdlLeft img,
    .SecThreeMdlMdl img,
    .SecThreeMdlRight img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-left: 0px;
    }

    .SecThreeMdlLeft p,
    .SecThreeMdlMdl p,
    .SecThreeMdlRight p {
        color: #898989;
        font-size: 17px;
        font-family: SF PRO Medium;
        font-weight: 400;
        line-height: 18px;
        white-space: normal;
        margin-left: 0px;
    }

    /* Нижний блок с банками */
    .SecThreeBot {
        width: 401px;
        height: 191px;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        background: none;
        padding: 0;
    }

    .SecThreeBotTxt {
        width: 242px;
        height: 98px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: space-between;
    }

    .SecThreeBotTxt h3 {
        font-family: SF PRO Medium;
        font-weight: 510;
        flex-wrap: wrap;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: -0.82px;
        color: #000000;
        margin-top: 0;
        margin-left: -15px;
    }

    .SecThreeBotTxt p {
        color: #000000;
        font-size: 14px;
        font-family: SF PRO Medium;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 0;
        text-align: ce;
        letter-spacing: -0.82px;
        white-space: normal;
    }

    .SecThreeBotBanks {
        width: 340px;
        height: 63px;
        display: flex;
        position: relative;
        margin-left: 0;
    }

    .SecThreeBotBanks a {
        position: relative;
        display: block;
        height: 100%;
        width: 280px;
    }

    /* секция четыре */

    .SecFour {
        width: 401px;
        height: auto;
        gap: 30px;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .SecFourTittle {
        display: none;
    }

    .SecFourTop {
        width: 352px;
        height: 522px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF;
        border-radius: 20px;
        position: relative;
        padding: 30px 0;
    }

    .SecFourTopTxt {
        width: 275px;
        height: auto;
        text-align: start;
        margin: 0 auto;
    }

    .SecFourTopTxt h3 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: -0.5px;
        font-weight: 510;
        margin-bottom: 15px;
        color: #000000;
        white-space: normal;
    }

    .SecFourTopTxt p {
        width: 275px;
        height: auto;
        font-size: 14px;
        line-height: 18px;
        color: #898989;
        margin: 0;
        white-space: normal;
        text-align: start;
    }

    .SecFourTopImg {
        position: absolute;
        bottom: 7px;
        left: 50%;
        transform: translateX(-50%);
        width: 338px;
        height: auto;
    }

    .SecFourTopImg img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 25px;
    }

    .SecFourBot {
        width: 352px;
        height: 643px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF;
        border-radius: 20px;
        position: relative;
        padding: 30px 0;
    }

    .SecFourBotTxt {
        width: 275px;
        height: auto;
        text-align: start;
        margin: 0 auto;
    }

    .SecFourBotTxt h3 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: -0.5px;
        font-weight: 510;
        margin-bottom: 17px;
        color: #000000;
        white-space: normal;
    }

    .SecFourBotTxt p {
        width: 256px;
        height: auto;
        font-size: 17px;
        line-height: 18px;
        color: #898989;
        margin: 0;
        white-space: normal;
        text-align: start;

    }

    .SecFourBotImg {
        position: absolute;
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);
        width: 338px;
        height: auto;
    }

    .SecFourBotImg img {
        width: 100%;
        border-radius: 25px;
        height: auto;
        object-fit: contain;
    }

    /* секция пять */

    .SecFive {
        width: 401px;
        height: auto;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        box-sizing: border-box;
    }

    .SecFiveTitle {
        text-align: center;
        width: 100%;
    }

    .SecFiveTitle h2 {
        font-weight: 700;
        font-family: SF PRO Medium;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: -0.82px;
        color: #000000;
        white-space: normal;
    }

    .SecFiveForm {
        width: 100%;
        max-width: 352px;
        height: 435px;
        background-color: #FFFFFF;
        border-radius: 20px;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    .form {
        display: flex;
        flex-direction: column;
        gap: 25px;
        position: relative;
    }

    .FormWrapper {
        width: 100%;
        height: 206px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 0;
    }

    .FormGroup {
        width: 294px;
        height: 93px;
    }

    /* Поля ввода */
    .FormWrapper input {
        width: 100%;
        height: 93px;
        background: #F4F4F4;
        border-radius: 16px;
        border: none;
        padding: 0 20px;
        font-size: 16px;
        color: #000;
        outline: none;
        box-sizing: border-box;
    }

    .FormWrapper input::placeholder {
        color: #8f8f8f;
        font-size: 16px;
    }

    /* Кнопка */
    .submit-btn {
        background: #E5087E;
        color: white;
        border: none;
        width: 100%;
        height: 97px;
        border-radius: 8px;
        font-size: 17px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 10px;
    }

    .submit-btn:hover {
        background: #b20762;
    }

    /* Чекбокс и текст */
    .CheckboxWrapper {
        display: flex;
        flex-direction: column;
        width: 294px;
        gap: 20px;
        margin: 0;
        align-items: center;
    }

    .CheckboxGroup {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }

    .CheckboxGroup input {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    .CheckboxGroup label {
        font-size: 14px;
        color: #000000;
    }

    .CheckboxGroup .link {
        color: #E5087E;
        text-decoration: none;
        cursor: pointer;
    }


    .error-message {
        display: none;
    }

    input.error {
        border: 1px solid #FF3B3B !important;
    }

    #contactError {
        display: none;
    }

    /* секция шесть */

    .SecSix {
        width: 401px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
        gap: 30px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .SecSixTitle {
        text-align: center;
        width: 200px;
    }

    .SecSixTitle h2 {
        font-weight: 700;
        font-family: SF PRO Medium;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: -0.82px;
        color: #000000;
        margin: 0;
    }

    .SecSixWrapper {
        display: flex;
        flex-direction: column;
        gap: 4.53px;
        width: 352px;
    }

    .SecSixBlock {
        width: 100%;
        font-family: SF PRO Medium;
        display: flex;
        align-items: center;
        background: #FFFFFF;
        border-radius: 12px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .SecSixBlock:nth-child(1) {
        border-radius: 36.2px 36.2px 9.05px 9.05px;
        min-height: 114.35px;
    }

    .SecSixBlock:nth-child(2) {
        min-height: 114.35px;
    }

    .SecSixBlock:nth-child(3) {
        min-height: 131.35px;
    }

    .SecSixBlock:nth-child(2),
    .SecSixBlock:nth-child(3) {
        border-radius: 8px;
    }

    .SecSixBlock:nth-child(4) {
        border-radius: 9.05px 9.05px 36.2px 36.2px;
        min-height: 97.35px;
    }

    .SecSixBlock:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    }

    .SecSixBlock details {
        width: 100%;
        border-radius: inherit;
    }

    .SecSixBlock summary {
        font-size: 17px;
        font-weight: 510;
        line-height: 20px;
        letter-spacing: 0px;
        color: #1D1D1F;
        cursor: pointer;
        list-style: none;
        position: relative;
        transition: background-color 0.3s ease;
        display: flex;
        align-items: center;
        padding: 25px 50px 25px 25px;
        border-radius: inherit;
        min-height: inherit;
        box-sizing: border-box;
        outline: none;
    }

    .question-text {
        display: block;
        width: calc(100% - 30px);
        line-height: 1.3;
    }

    .SecSixBlock summary:hover {
        background-color: #F5F5F7;
    }

    .SecSixBlock summary::-webkit-details-marker {
        display: none;
    }

    .SecSixBlock summary::after {
        content: '';
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        width: 27.15px;
        height: 27.15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7.41 8.84L12 13.42l4.59-4.58L18 10.25l-6 6-6-6z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: transform 0.3s ease;
    }

    .SecSixBlock details[open] summary::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .SecSixBlock details[open] summary {
        background-color: #F5F5F7;
        border-bottom: 1px solid #E5E5E7;
    }

    .SecSixBlock details:not([open]) summary {
        background-color: transparent;
        border-bottom: none;
    }

    .SecSixBlock:nth-child(1) details[open] summary {
        border-radius: 36.2px 36.2px 0 0;
    }

    .SecSixBlock:nth-child(2) details[open] summary,
    .SecSixBlock:nth-child(3) details[open] summary {
        border-radius: 8px 8px 0 0;
    }

    .SecSixBlock:nth-child(4) details[open] summary {
        border-radius: 9.05px 9.05px 0 0;
    }

    .answer-content {
        padding: 20px 25px;
        background: #FAFAFA;
    }

    .SecSixBlock details p {
        margin: 0;
        font-family: 'SF Pro Text', sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: #666;
    }

    .SecSixBlock:nth-child(1) details[open] .answer-content {
        border-radius: 0 0 9.05px 9.05px;
    }

    .SecSixBlock:nth-child(2) details[open] .answer-content,
    .SecSixBlock:nth-child(3) details[open] .answer-content {
        border-radius: 0 0 8px 8px;
    }

    .SecSixBlock:nth-child(4) details[open] .answer-content {
        border-radius: 0 0 36.2px 36.2px;
    }

    .SecSixBlock details {
        transition: all 0.3s ease;
    }

    .SecSixBlock details[open] {
        margin-bottom: 0;
    }

    /* footer */

    .footer {
        background-color: #000000;
        width: 401px;
        height: 587px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}




/* Дополнительные стили */
@media only screen and (max-width: 399px) {

    .SecThreeTitle h2,
    .SecThreeTopLeft p,
    .SecThreeTopMdl p,
    .SecThreeTopRight p,
    .SecThreeMdlLeft p,
    .SecThreeMdlMdl p,
    .SecThreeMdlRight p,
    .SecThreeBotTxt h3,
    .SecThreeBotTxt p {
        white-space: normal;
        word-wrap: break-word;
    }

    .SecThreeTitle h2 {
        letter-spacing: -0.3px;
    }

    .SecThreeTopLeft p,
    .SecThreeTopMdl p,
    .SecThreeTopRight p,
    .SecThreeMdlLeft p,
    .SecThreeMdlMdl p,
    .SecThreeMdlRight p,
    .SecThreeBotTxt p {
        text-align: left;
    }

    .SecThreeBotTxt h3 {
        text-align: center;
    }

    .SecThreeTop,
    .SecThreeMdl {
        margin-bottom: 15px;
    }
}


/* Планшет */

@media (min-width: 768px) and (max-width: 1024px) {
    .main {
        max-width: 1024px;
    }

    /* Главный экран */
    .MainScreen {
        width: 100%;
        max-width: 1024px;
        height: 600px;
        min-height: 600px;
        padding: 0 20px;
    }

    .MainScreenTitle {
        width: 400px;
        margin-top: 30px;
        margin-left: 50px;
    }

    .MainScreenTitle h1 {
        font-size: 45px;
        line-height: 40px;
    }

    .MainScreenTitle p {
        font-size: 22px;
        line-height: 24px;
    }

    .MainScreenTimer {
        width: 35%;
        max-width: 450px;
        margin-top: 60px;
        margin-left: 50px;
        gap: 8px;
        border: 1px solid red;
    }

    .num, .num1 {
        font-size: 60px;
        text-align: start;
        line-height: 60px;
    }

    .dot {
        font-size: 60px;
    }

    .MainScreenBtn {
        width: 42%;
        height: 80px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .MainScreenBtn a {
        font-size: 24px;
        line-height: 32px;
    }

    .MainScreenСonditions {
        margin-top: 40px;
        margin-left: 50px;
        margin-bottom: 50px;
    }

    .MainScreenСonditions p {
        font-size: 18px;
        line-height: 22px;
    }

    .MainScreenGirl {
        right: -30px;
        height: 550px;
        bottom: 0px;
    }

    .MainScreenGirl img {
        height: 500px;
        width: 440px;
    }

   
}

/* Дополнительные корректировки для планшетов в портретной ориентации */
@media (min-width: 768px) and (max-width: 900px) and (orientation: portrait) {
    .MainScreenGirl {
        height: 450px;
    }
    
    .CatalogWrapper {
        width: 45%;
    }
    
    .SecThreeTop,
    .SecThreeMdl {
        flex-direction: column;
        height: auto;
    }
    
    .SecThreeTopLeft,
    .SecThreeTopMdl,
    .SecThreeTopRight,
    .SecThreeMdlLeft,
    .SecThreeMdlMdl,
    .SecThreeMdlRight {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .stat-divider {
        width: 100%;
        height: 1px;
        margin: 10px 0;
    }
    
    .SecFourTop,
    .SecFourBot {
        flex-direction: column;
        height: auto;
        text-align: center;
    }
    
    .SecFourTopTxt,
    .SecFourBotTxt {
        width: 100%;
        margin: 0 0 30px 0;
    }
    
    .SecFourTopImg,
    .SecFourBotImg {
        width: 70%;
    }
}


/* шрифты */
@font-face {
    font-family: SF PRO;
    src: url(../fonts/SFProText-Heavy.ttf);
}

@font-face {
    font-family: SF PRO Medium;
    src: url(../fonts/SFProText-Medium.ttf);
}