/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */

a, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

p {
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

.styled-header {
    font-size: 2.0rem;
    font-weight: 900;
    margin-bottom: 20px;
    color: #003366;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
}

.text-center {
    text-align: center;
}

.section {
    margin: 40px 0;
}

img {
    vertical-align: top;
}


address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

body {
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    height: 100%;
    background-color: #f9fcff; /* фон страницы */
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

div.contacts:nth-child(1) > h4:nth-child(2) > p:nth-child(2) {
    display: inline;
}

div.contacts:nth-child(1) > h5:nth-child(3) > p:nth-child(2) {
    display: inline;
}

/* Контент страницы, не трогаем */
.main .main-content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 50px 0;
    display: flex;
    gap: 40px;
    height: 700px;
}

.main .main-content .left-part {
    margin-top: 70px;
    width: 67%;
}

.main .main-content .right-part {
    background-size: 95% 100%;
    width: 40%;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

.main .main-content .left-part h1 {
    font-size: 56px;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 1.2;
    max-width: 800px;
}

.main .main-content .left-part h1 strong {
    color: #ffffff;
    background-color: #00A3FF;
    padding: 4px 16px;
    border-radius: 6px;
    font-size: 58px;
    font-weight: 700;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 163, 255, 0.2);
}

.main .main-content .right-part .sybmit:hover {
    transform: scale(1.15);
}

.main .main-content .right-part .sybmit {
    transition: all 0.5s;
}

.advantages .main-content .el img:hover {
    transform: scale(1.2);
}

.wpcf7-list-item {
    margin: 0 !important;
}

.advantages .main-content .el img {
    transition: all 0.5s;
    max-width: 70px;
    max-height: 90px;
}

.main .main-content .left-part .main-description {
    margin-top: 35px;
}

.main .main-content .left-part .main-description p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

.main .main-content .left-part .main-description p {
    font-weight: 400;
    font-size: 24px;
    color: #414141;
}

.main .main-content .left-part .main-description .flex {
    margin-top: 10px;
}

.flex {
    display: flex;
    gap: 5px;
    align-items: center;
}

.flex h4 {
    max-width: 90%;
}

.main .main-content .left-part .main-description p {
    font-weight: 400;
    font-size: 23px;
    color: #414141;
}

.main .main-content .left-part .down-description {
    background: #00A3FF;
    border-radius: 12px;
    padding: 24px 30px;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: center; /* Центрируем текст */
    box-shadow: 0 4px 12px rgba(0, 163, 255, 0.4);
    margin-top: 20px; /* Отступ сверху */
}

.down-description .feature {
    flex: 1;
    min-width: 150px;
    padding-left: 20px;
    text-align: center; /* Центрируем текст */
    font-weight: 600;
}

.main .main-content .left-part .down-description .left-part, .right-part {
    width: 50%;
    display: flex;
    margin-top: 0;
    gap: 10px;
    justify-content: center;
    margin: 0;
}

.main .main-content .left-part .down-description .left-part {
    justify-content: start;
}

.main .main-content .left-part .down-description p {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main .main-content .left-part .down-description p {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main .main-content .left-part .down-description img {
    display: none;
}

.main .main-content .left-part .down-description .right-part img {
    height: 50px;
}

.main .main-content .left-part .down-description .right-part {
    margin-top: 0;
}

.main .main-content .right-part .form {
    background: #00A3FF;
    border: 1px solid white;
    border-radius: 5px;
    width: 315px;
    height: 432px;
    margin-top: 145px;
    margin-left: -80px;
    padding: 20px 35px;
}

.main .main-content .right-part .form h3 {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.main .main-content .right-part .form input[type=text] {
    margin-top: 15px;
    background: white;
    border: 1px solid #B5B5B5;
    font-weight: 400;
    color: #949494;
    padding: 15px 20px;
    border-radius: 5px;
    height: 48px;
    max-width: 245px;
}

.main .main-content .right-part .form input:nth-child(2) {
    margin-top: 0;
}

.main .main-content .right-part .form label span:nth-child(1) {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: white;
    font-weight: 400;
}

.main .main-content .right-part .form label {
    display: block;
    margin-top: 10px;
    color: white;
}

.main .main-content .right-part .form label input[type=radio] {
    appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid white;

    &:hover {
        cursor: pointer;
    }
}

.map .absoluute .contacts h5 {
    display: flex;
}

header .button button {
    transition: all 0.3s;
}

header .number h4 {
    transition: all 0.3s;
}

header .number h4:hover {
    transform: scale(1.05);
    cursor: pointer;
}

header .right-part .icons a {
    transition: all 0.3s;
}

header .right-part .icons a:hover {
    transform: scale(1.1);
}

header.menu button {
    position: relative;
    transition: all 0.3s ease;

    &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background: #00A3FF;
    / / фирменный цвет transition: width 0.3 s ease;
    }

    &:hover::after {
        width: 100%;
    }
}

.questions .main-content .right-part button {
    transition: all 0.5s;
}

.questions .main-content .right-part button:hover {
    transform: scale(1.1);
}

footer h2 a {
    background: none !important;
    justify-content: start !important;
    padding: 0 !important;
    gap: 3px !important;
}

.questions .main-content .question {
    transition: all 0.5s;
}

.questions .main-content .question:hover {
    transform: scale(1.03);
}

.garants .main-content .el {
    transition: all 0.5s;
}

.garants .main-content .el:hover {
    transform: scale(1.1);
}

header .button button:hover {
    transform: scale(1.05);
}

.main .main-content .right-part .form label input[type=radio]:hover {
    cursor: pointer;
}

.main .main-content .right-part .form label input[type=radio]:active {
    background: #0a7aff;
}

.main .main-content .right-part .form label input[type=radio]:checked {
    background: white;

}

.main .main-content .right-part .sybmit {
    background: linear-gradient(to right, #0635B5, #00103D);
    padding: 14px 40px;
    width: 245px;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main .main-content .right-part .form h5 {
    font-size: 14px;
    color: white;
    text-align: center;
    max-width: 170px;
    margin: 0 auto;
    font-weight: 400;
}

.advantages {
    margin-top: 50px;
}

.advantages .header {
    max-width: 1440px;
    margin: 0 auto;
}

.advantages .header h2 {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    color: #414141;
}

.advantages .main-content {
    max-width: 1440px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.advantages .main-content .el {
    width: 48%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.advantages .main-content .h3 {
    font-size: 22px;
    color: #414141;
    display: block;
    font-weight: 700;
}

.advantages .main-content .h4 {
    color: #414141;
    font-size: 18px;
    font-weight: 500;
    margin-top: 12px;
    max-width: 600px;
    display: block;
}

.katalog {
    margin-top: 120px;
    padding-bottom: 50px;
}

.katalog .header {
    max-width: 1440px;
    margin: 0 auto;
}

.katalog .header h2 {
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    color: #00A3FF;
}

.katalog .header h2 strong {
    background-color: #00A3FF;
    color: white;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 600;
}

.katalog .header .h-4 {
    display: block;
    color: #414141;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin-top: 25px;
}

.katalog .catalog-menu {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1046px;
    padding: 26px 80px;
    border: 1px solid #00A3FF;
    border-radius: 25px;
    margin-top: 40px;
}

.katalog .catalog-menu button {
    font-size: 24px;
    font-weight: 500;
    color: #414141;

    &:after {
        content: "";
        width: 0;
        height: 1px;
        margin-top: 1px;
        background: rgba(31, 91, 255, 1);
        display: block;
        transition: all .7s;
    }

    &:hover {
        &:after {
            width: 100%;
        }
    }

}

.katalog .catalog-menu button.border-bottom {
    &:after {
        width: 100%;
    }
}

.fast-buy .main-content .left-part button {
    transition: all 0.3s;
}

.fast-buy .main-content .left-part .main-block .el:nth-child(2) {
    margin-bottom: -15px;
}

.fast-buy .main-content .left-part button:hover {
    transform: scale(1.1);
}

.katalog .main-content .el button:hover {
    transform: scale(1.1);
}

.katalog .main-content .el button {
    transition: all 0.3s;
}

.katalog .main-content .el img {
    max-width: 195px;
    max-height: 160px;
}

.katalog .main-content {
    max-width: 1160px;
    margin: 50px auto;
    column-gap: 50px;
    row-gap: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 1048px;
}

.katalog .main-content .el:not(.iphone) {
    display: none;
}

.katalog .main-content .el {
    border: 1px solid #00A3FF;
    padding: 25px 15px;
    width: 335px;
    border-radius: 20px;
    height: 514px;
    background: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.center {
    display: flex;
    justify-content: center;
}

.katalog .main-content .el .h3 {
    display: block;
    font-size: 22px;
    color: #414141;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.katalog .main-content .el ul {
    font-size: 19px;
    color: #414141;
    font-weight: 400;
}

.katalog .main-content .el li::marker {
    color: #00A3FF;
}

.katalog .main-content .el ul {
    list-style-position: inside;

}

.katalog .main-content .el button {
    margin-top: 15px;
    background: linear-gradient(to right, #1FAF38, #186926);
    border-radius: 10px;
    padding: 9px 32px;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.fast-buy {
    padding: 100px 40px;
}

.fast-buy .main-content {
    display: flex;
    justify-content: space-between;
}

.fast-buy .main-content .left-part {
    width: 70%;
    padding: 20px;
}

.fast-buy .main-content .left-part .main-block {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    border: 1px solid rgba(31, 91, 255, 1);
    border-radius: 20px;
    padding: 15px 25px;
}

.fast-buy .main-content .left-part .main-block .el {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.fast-buy .main-content .left-part .main-block .el p:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fast-buy .main-content .left-part .main-block .el img {
    max-width: 150px;
    max-height: 140px;
}

.fast-buy .main-content .left-part .buttons {
    margin-top: 45px;
}

.fast-buy .main-content .left-part h2:nth-child(1) {
    color: rgba(31, 91, 255, 1);
    font-size: 56px;
    line-height: 105%;
    font-weight: 600;
}

.fast-buy .main-content .left-part h4 {
    margin-top: 35px;
}

.fast-buy .main-content .left-part button {
    background: linear-gradient(to right, rgba(31, 91, 255, 1), rgba(0, 16, 61, 1));
    color: white;
    border-radius: 10px;
    padding: 22px 56px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
}

.fast-buy .main-content .left-part button:nth-child(2) {
    background: linear-gradient(to right, rgba(31, 175, 56, 1), rgba(24, 105, 38, 1));
}

.fast-buy .main-content .right-part {
    width: 30%;
    background-repeat: no-repeat;
    background-position: 0 40px;
}

.fast-sell {
    padding: 20px;
    padding-bottom: 100px;
}

.fast-sell .header {
    max-width: 1440px;
    margin: 0 auto;
}

.fast-sell .header h2 {
    text-align: center;
    font-size: 56px;
    color: rgba(31, 91, 255, 1);
    font-weight: 600;
}

.fast-sell .header h4 {
    text-align: start;
    margin: 0 auto;
    font-size: 24px;
    color: rgba(65, 65, 65, 1);
    font-weight: 400;
    max-width: 1032px;
    margin-top: 30px;
}

.fast-sell .main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 36px;
    border: 2px solid rgba(31, 91, 255, 1);
    padding: 20px 70px;
    border-radius: 20px;
    height: 583px;
}

.fast-sell .main-content .row:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.fast-sell .main-content .row {
    display: flex;
}

.fast-sell .main-content .row .el .h3 {
    font-size: 24px;
    color: rgba(65, 65, 65, 1);
    font-weight: 600;
    display: flex;
}

.fast-sell .main-content .row .el .h3 p {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fast-sell .main-content .row .el .h3 img {
    margin-right: 15px;
    margin-top: -4px;
}

.fast-sell .main-content .row .el .h4 {
    max-width: 357px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    color: rgba(70, 70, 70, 1);
    display: block;
}

.fast-sell .main-content .row .el .h4 strong {
    color: rgba(31, 91, 255, 1);
    font-weight: 600;
}

.fast-sell .main-content .row .el img {
    margin-top: 15px;
}

#el-1 {
    margin-left: 30px;
}

.strelka-1 {
    width: 170px;
    height: 8px;
}

.center-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.big-price .header h2 {
    font-size: 56px;
    font-weight: 600;
    color: rgba(65, 65, 65, 1);
    text-align: center;
}

.big-price .header h2 strong {
    color: rgba(31, 91, 255, 1);
    font-weight: 600;
}

.big-price .main-content {
    max-width: 1470px;
    margin: 50px auto;
}

.big-price .main-content .left-part {
    max-width: 905px;
}

.big-price .main-content .left-part a {
    margin-top: 30px;
    background: linear-gradient(to right, rgba(31, 175, 56, 0.8), rgba(24, 105, 38, 0.8));
    font-size: 24px;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    padding: 13px 32px;
    margin-bottom: 65px;
}

.big-price .main-content h4 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 24px;
    color: rgba(65, 65, 65, 1);
}

.write-me {
    max-width: 1580px;
    padding: 40px 140px;
    margin: 0 auto;
    border: 5px solid rgba(255, 255, 255, 1);
    border-radius: 15px;
}

.write-me .header h2 {
    color: rgba(65, 65, 65, 1);
    font-size: 46px;
    font-weight: 600;
}

.write-me .header h2 strong {
    font-weight: 600;
    color: rgba(27, 133, 45, 1);
    border-bottom: 5px solid rgba(27, 133, 45, 1);
}

.write-me .header h2 strong:nth-child(2) {
    font-weight: 600;
    color: rgba(31, 91, 255, 1);
    border-bottom: 5px solid rgba(31, 91, 255, 1);
}

.write-me .main-content {
    display: flex;
    justify-content: space-between;
}

.write-me .main-content .buttons {
    display: flex;
    gap: 20px;
}

.write-me .main-content .buttons a {
    background: linear-gradient(to right, rgba(31, 91, 255, 1), rgba(0, 16, 61, 1));
    color: white;
    font-size: 24px;
    font-weight: 600;
    padding: 22px 34px;
    border-radius: 10px;
    margin-top: 30px;
}

.write-me .main-content .buttons a p {
    display: inline;
    font-size: 23px;
    font-weight: 600;
}

.write-me .main-content .buttons a:nth-child(2) {
    background: linear-gradient(to right, rgba(31, 175, 56, 1), rgba(24, 105, 38, 1));
}

.write-me .main-content h4 {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(65, 65, 65, 1);
    max-width: 850px;
}

.write-me .down-content form {
    display: flex;
    margin-top: 35px;
    gap: 20px;
    max-width: 400px;
}

.write-me .down-content form input {
    padding: 23px 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    color: rgba(144, 144, 144, 1);
    font-size: 18px;
    font-weight: 400;
    max-width: 335px;
}

.write-me-button p {
    display: inline;
}

.reviews {
    margin-top: 100px;
}

.reviews .header h2 {
    text-align: center;
    color: rgba(31, 91, 255, 1);
    font-size: 46px;
    font-weight: 600;
}

.reviews .main-content li {
    display: flex;
    justify-content: center;
}

.reviews .main-content {
    max-width: 1260px;
    margin: 50px auto;
}

.reviews .main-content li img {
    transition: all 0.3s;

}

.splide__arrow--prev {
    left: -2em;
}

.splide__arrow--next {
    right: -2em;
}

.splide__arrow {
    opacity: 1;
    height: 3em;
    width: 3em;
    background: rgba(31, 91, 255, 1);
}

.splide__arrow svg {
    fill: white;
}

.garants {
    margin-top: 100px;
}

.garants .header h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    color: rgba(65, 65, 65, 1);
}

.garants .main-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: 60px auto;
    gap: 20px;
}

.garants .main-content .el {
    border: 1px solid rgba(31, 91, 255, 1);
    width: 48%;
    padding: 37px 25px;
    border-radius: 15px;
    display: flex;
    gap: 15px;
}

.garants .main-content .el img {
    max-width: 75px;
    max-height: 100px;
}

.garants .main-content .el .h3 {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-top: -10px;
    color: rgba(65, 65, 65, 1);
}

.garants .main-content .el .h4 {
    display: block;
    margin-top: 5px;
    font-size: 22px;
    font-weight: 500;
    color: rgba(65, 65, 65, 1);
}

.questions {

}

.questions .header h2 {
    text-align: center;
    margin-top: 100px;
    font-size: 46px;
    color: rgba(65, 65, 65, 1);
    font-weight: 600;
}

.questions .header h2 strong {
    color: rgba(31, 91, 255, 1);
    font-weight: 600;
}

.questions .main-content {
    display: flex;
    justify-content: space-between;
    max-width: 1420px;
    margin: 50px auto;
    gap: 20px
}

.questions {
    padding-bottom: 100px;
}

.questions .main-content .left-part {
    width: 85%;
}

.questions .main-content .question {
    background: rgba(31, 91, 255, 1);
    border-radius: 12px;
    padding: 20px;
    color: white;
    width: 100%;
    margin-top: 20px;

    &:hover {
        cursor: pointer;
    }
}

.questions .main-content .question .h3 {
    font-weight: 600;
    font-size: 18px;
}

.questions .main-content .question .strelka {
    background: rgba(93, 183, 92, 1);
    border-radius: 50%;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    height: 36px;
    transition: all 0.5s;
}

.questions .main-content .question .line {
    height: 1px;
    width: 100%;
    background: white;
    margin-top: 10px;
    margin-bottom: 20px;
}

.questions .main-content .question .header-quest {
    display: flex;
    justify-content: space-between;
}

.questions .main-content .question .down-content {
    overflow: hidden;
}

.questions .main-content .right-part {
    border: 1px solid rgba(31, 91, 255, 1);
    padding: 67px 40px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}

.questions .main-content .right-part h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: rgba(65, 65, 65, 1);
    max-width: 350px;
    margin: 0 auto;
}

.questions .main-content .right-part h3 {
    font-weight: 500;
    font-size: 18px;
    color: rgba(65, 65, 65, 1);
    text-align: center;
    max-width: 250px;
    margin: 15px auto 0 auto;
}

.questions .main-content .right-part a {
    background: linear-gradient(to right, rgba(31, 175, 56, 1), rgba(24, 105, 38, 1));
    font-weight: 600;
    font-size: 20px;
    padding: 25px;
    color: rgba(255, 255, 255, 1);
    width: 334px;
    border-radius: 10px;
    margin: 15px auto 0 auto;
}

.questions .main-content .right-part a svg {
    margin-bottom: -6px;
    margin-left: 10px;
}

.questions .main-content .right-part a:nth-child(4) {
    background: linear-gradient(to right, rgba(31, 91, 255, 1), rgba(0, 16, 61, 1));
    font-weight: 600;
    font-size: 20px;
    padding: 25px;
    color: rgba(255, 255, 255, 1);
}

.questions .main-content .right-part input {
    padding: 15px 35px;
    border: 1px solid rgba(200, 200, 200, 1);
    color: rgba(156, 156, 156, 1);
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    margin: 30px auto 0 auto;
}

.questions .main-content .right-part form button {
    margin-top: 25px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    padding: 24px 92px;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    background: rgba(31, 91, 255, 1);
}

.rotate {
    transform: rotate(180deg);
}

.splide__arrow--next {
    right: 20em;
}

.splide__arrow--prev {
    left: 20em;
}

.big-price .main-content .left-part a {
    transition: all 0.3s;

    &:hover {
        transform: scale(1.1);
    }
}

.write-me .main-content .buttons a {
    transition: all 0.3s;

    &:hover {
        transform: scale(1.08);
    }
}

.write-me-button {
    transition: all 0.3s;

    &:hover {
        transform: scale(1.08);
    }
}

.katalog .main-content {
    justify-content: center;
}

.main .main-content {
    max-width: 1440px;
    padding: 50px 30px;
}

.advantages {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}

.katalog .main-content {
    max-width: 1440px;

}

.katalog {
    padding: 0 30px 50px 30px;
}

.fast-buy {
    padding: 100px 30px;
}

.fast-sell {
    padding: 30px;
    padding-bottom: 100px;
}

.big-price {
    padding: 30px;
}

.linear-gradient2 {
    padding: 200px 30px 0 30px;
}

.garants {
    margin-top: 100px;
    padding: 30px;
}

.questions {
    padding: 0 30px 200px 30px;
}

.fast-sell {
    max-width: 1440px;
    margin: 0 auto;
}

.big-price {
    max-width: 1440px;
    margin: 0 auto;
}

.garants .main-content {
    max-width: 1440px;
    margin: 60px auto;
}

.questions {
    padding: 0 30px 200px 30px;
    max-width: 1440px;
    margin: 0 auto;
}

header .number h4 {
    transition: all 0.3s;
    display: flex;
    gap: 5px;
}

header .adress h5 {
    max-width: 347px;
    display: flex;
    gap: 7px;
}

.main .main-content .right-part, .left-part {
    align-items: center;
}

.map {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px;
    padding-bottom: 100px;

}

.questions {
    padding-bottom: 100px;
}

.garants .main-content {
    padding: 30px;
}

.map .absoluute {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 100;
    left: calc(50% - 600px);
    gap: 20px;
}

.map .absoluute .contacts {
    background: white;
    padding: 30px 15px;
    margin-top: 110px;
    border-radius: 20px;
    width: 346px;
}

.map .absoluute .contacts h3 {
    color: rgba(65, 65, 65, 1);
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.map .absoluute .contacts h4 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(65, 65, 65, 1);
    max-width: 210px;
    margin-top: 15px;
}

.map .absoluute .contacts h5 {
    max-width: 210px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

.map .absoluute .contacts .center {
    margin-top: 30px;
    gap: 15px;
}

.map .absoluute .contacts h5 svg, h4 svg {
    margin-right: 4px;
}

.map .absoluute .contacts h4 span {
    margin-top: 5px;
    display: inline-block;
}

.map .absoluute .otsenka {
    background: white;
    padding: 30px 25px;
    border-radius: 20px;
    width: 390px;
}

.map .absoluute .otsenka h3 {
    color: rgba(65, 65, 65, 1);
    font-size: 20px;
    font-weight: 700;
    max-width: 300px;
}

.map .absoluute .otsenka h2 {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(65, 65, 65, 1);
    align-items: center;
}

a {
    text-decoration: none;
    color: unset;
}

.map .absoluute .otsenka h2 svg {
    margin-right: 5px;
}

.map .absoluute .otsenka h2 span {
    margin-left: 30px;
    display: block;
}

.map .absoluute .otsenka form input {
    background: rgba(244, 243, 248, 1);
    padding: 16px 45px;
    border-radius: 15px;
    margin: 0 auto;
}

.map .absoluute .otsenka form .write-me-button {
    background: rgba(31, 91, 255, 1);
    font-size: 18px;
    font-weight: 500;
    color: white;
    border-radius: 15px;
    padding: 15px 35px;
    margin-top: 0;
    max-width: 240px;
    margin: 0 auto;
    display: block;
}

footer {
    background-color: #00A3FF; /* фирменный синий */
    width: 100%;
    padding: 50px 30px 30px;
    color: white;
}

footer .main-content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

footer .main-content .main-buttons {
    display: flex;
    flex-direction: column;

}

footer .main-content .main-buttons button {
    background-color: transparent;
    border: none; /* убрали рамку */
    color: white;
    font-size: 16px;
    font-weight: 500;

    border-radius: 0;
    cursor: pointer;
    transition: color 0.2s ease;
}

footer .main-content .main-buttons button:hover {
    color: #a8c1ff; /* цвет при наведении */
    background-color: transparent; /* без фона */
}

footer .main-content .contacts {
    min-width: 250px;
    justify-content: center;
    text-align: center;
}

footer .main-content .contacts h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

footer .main-content .contacts h2,
footer .main-content .contacts h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
    color: white;
    justify-content: center;
}

/* Социальные кнопки */
footer .main-content .contacts a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 12px; /* чуть меньше паддинг */
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    color: white;
    border: none; /* убрали рамку */
    border-radius: 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer .main-content .contacts a:hover {
    color: #a8c1ff; /* легкий светло-синий цвет при наведении */
    background-color: transparent;
    text-decoration: underline; /* по желанию — подчеркнуть при наведении */
}

footer .main-content .contact-form form {
    max-width: 335px;
    width: 100%;
}

footer .main-content .contact-form form input {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 10px;
    background: white;
    color: #00A3FF;
    font-size: 16px;
    border: none;
    border-radius: 0;
}

footer .main-content .contact-form form input::placeholder {
    color: #999;
}

footer .main-content .contact-form form input:focus {
    background: #f5f5f5;
    color: #00A3FF;
    outline: none;
}

footer .main-content .contact-form form input.sybmit {
    background-color: white;
    color: #00A3FF;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border: none;
    border-radius: 0;
    padding: 12px 0;
}

footer .main-content .contact-form form input.sybmit:hover {
    background-color: #f1f1f1;
}

/* Политика */
footer .politika {
    margin-top: 40px;
    color: #eaeaea;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.write-me .main-content .buttons a {
    display: flex;
}

.write-me .main-content .buttons a svg {
    margin-top: -10px;
    margin-right: -25px;
    margin-left: 10px;
}

footer .main-content .contacts a:nth-last-child(1) {
    background: linear-gradient(to right, rgba(31, 91, 255, 1), rgba(0, 16, 61, 1));
}

footer .main-content .contacts h3 svg {
    margin-right: 5px;
}

.fast-buy .main-content {
    max-width: 1700px;
    margin: 0 auto;
}

footer .main-content .contacts h3 span {
    display: block;
    max-width: 319px;
    color: white;
    font-weight: 400;
}

footer .main-content .contact-form form input {
    display: block;
}

footer .main-content .contact-form form input:nth-child(1) {
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 18px;
    color: white;
    padding: 14px;
    border-radius: 10px;
}

header.menu button a {
    color: unset;
}

footer .main-content .contact-form form input:nth-child(2) {
    background: rgba(255, 255, 255, 1);
    font-size: 18px;
    color: rgba(144, 144, 144, 1);
    margin-top: 15px;
    padding: 20px 15px;
    border-radius: 10px;
}

footer .main-content .contacts a {
    transition: all 0.3s;
}

footer .main-content .contacts a:hover {
    transform: scale(1.1);
}

footer .main-content .main-buttons button {
    transition: all 0.4s;

    &:hover {
        letter-spacing: 1.7px;
    }
}

.shag {
    color: rgba(65, 65, 65, 1);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 3px;
}

.main .main-content .right-part {
    background-size: 470px 610px;
    width: 40%;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

.mobile {
    display: none;
}

.write-me .main-content .buttons a {
    max-width: 350px;
}

.main .main-content .left-part .main-description p {
    white-space: nowrap;
}

.fast-buy .main-content .right-part {
    background-size: 450px 300px;
    background-position: 0 50%;
}

.fast-sell .desctop {
    background: no-repeat 59% 50px url('/wp-content/uploads/2025/04/Шаг №1.png'), no-repeat 80% 385px url('/wp-content/uploads/2025/04/Шаг №2.png'), no-repeat 34% 480px url('/wp-content/uploads/2025/04/Шаг №3(1).png');
}

div.row:nth-child(2) > div:nth-child(2) {
    margin-top: 30px;
}

.katalog .main-content {
    min-height: unset;
}

.big-price .main-content .left-part a {
    display: inline-block;
    padding: 22px 32px;
    background: linear-gradient(to right, rgba(31, 175, 56, 0.8), rgba(24, 105, 38, 0.8));
}

.big-price {
    max-width: 1500px;
}

.big-price .main-content {
    background-size: 550px 500px !important;
}

.fast-sell .desctop {
    background: no-repeat 59% 50px url('/wp-content/uploads/2025/04/Шаг №1.png'), no-repeat 80% 400px url('/wp-content/uploads/2025/04/Шаг №2.png'), no-repeat 34% 480px url('/wp-content/uploads/2025/04/Шаг №3(1).png');
}

.questions .main-content .right-part form button {
    padding: 24px 52px;
}

.vipad-menu {
    background: #00A3FF;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    gap: 8px;
    margin-left: -27px;
    margin-top: 1px;
    border-radius: 6px;
    z-index: 1000;
    font-family: 'Montserrat', sans-serif;
    user-select: none;
}

.vipad-menu button {
    color: #414141;
    font-weight: 400;
    font-size: 16px;
    border: none;
    background: transparent;
    padding: 10px 12px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 0; /* убираем скругления */
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.vipad-menu button:hover,
.vipad-menu button:focus {
    background-color: #00A3FF; /* фирменный синий фон */
    color: #fff; /* белый текст */
    outline: none;
    text-decoration: none;
    box-shadow: none;
    border: none;
}

@media (min-width: 300px) and (max-width: 1400px) {
    .fast-buy .main-content .right-part {
        display: none;
    }

    .fast-buy .main-content .left-part {
        width: 100%;
    }

    header .number h4 {
        font-size: 16px;
    }

    header .button button {
        font-size: 16px;
    }

    .advantages .main-content h4 {
        font-size: 16px;
    }

    .advantages .main-content h1 {
        font-size: 20px;
    }

    .questions .main-content .question .h3 {
        font-weight: 600;
        font-size: 18px;
        max-width: 85%;
    }

    .write-me > div:nth-child(2) > div:nth-child(2) {
        background: 100% 0 no-repeat url(http://wordpress.loc/wp-content/uploads/2025/04/image-Photoroom-533-1-1.png);
        display: none;
    }

    .write-me {
        padding: 40px 50px;
    }

    .write-me .header h2 {
        font-size: 32px;
        text-align: center;
    }

    .write-me .main-content {
        justify-content: center;
    }

    .write-me .main-content .buttons {
        justify-content: center;
    }

    .write-me .main-content h4 {
        text-align: center;
    }

    .write-me .down-content form {
        flex-direction: column;
        margin: 35px auto 0 auto;
        max-width: 500px;
    }

    .write-me-button {
        max-width: 320px;
        margin: 0 auto;
    }
}

.write-me .main-content .buttons a {
    display: flex;
    justify-content: space-around;
    padding: 22px 30px;
}

.main .main-content .left-part .down-description .left-part, .right-part {
    width: unset;
}

.fast-buy .main-content .left-part .main-block .el p:nth-child(2) {
    font-size: 22px;
}

.fast-buy .main-content .left-part h4 {
    font-size: 24px;
}

.write-me > div:nth-child(2) > div:nth-child(2) {
    background-size: 390px 150px !important;
    width: 50%;
}

.main .main-content .right-part {
    background-size: 95% 100%;
}

.reviews .main-content li img {
    width: 400px;
    height: 800px;
}

.splide__pagination {
    bottom: 0;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page.is-active {
    background: black;
    transform: scale(1.4);
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.splide__pagination__page {
    background: rgba(65, 65, 65, 1);
    opacity: 0.9;
}

.splide__pagination__page {
    height: 11px;
    margin: 4px;
    width: 11px;
}

.splide__pagination {
    bottom: 5.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

footer .main-content .contact-form form input:nth-child(1)::placeholder {
    color: rgba(213, 213, 213, 1);
}

footer .main-content .contacts h2 {
    transition: all 0.3s;

    &:hover {
        transform: scale(1.05);
        cursor: pointer;
    }
}

.fast-buy .main-content .left-part a {
    background: linear-gradient(to right, rgba(31, 91, 255, 1), rgba(0, 16, 61, 1));
    color: white;
    border-radius: 10px;
    padding: 22px 56px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
    display: inline-block;

    &:hover {
        transform: scale(1.1);
    }
}

.fast-buy .main-content .left-part a {
    transition: all 0.3s;
}

.fast-buy .main-content .left-part a:nth-child(2) {
    background: linear-gradient(to right, rgba(31, 175, 56, 1), rgba(24, 105, 38, 1));
}

.questions .main-content .right-part a {
    transition: all 0.3s;

    &:hover {
        transform: scale(1.1);
    }
}

.fast-buy .main-content .left-part a {
    background: linear-gradient(to right, rgba(31, 91, 255, 1), rgba(0, 16, 61, 1));
    color: white;
    border-radius: 10px;
    padding: 22px 36px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
    display: inline-block;

    &:hover {
        transform: scale(1.1);
    }
}

.main .main-content .right-part .form label {
    margin-top: 5px;
}

.main .main-content .right-part .sybmit {
    margin-top: 0;
    margin-bottom: 5px;
}

.main .main-content .right-part .form input[type=text] {
    margin-top: 7px;
}

.main .main-content .right-part .form input[name=your-name] {
    margin-top: -10px;
}

.wpcf7 form .wpcf7-response-output {
    color: white;
    border: 0 !important;
    border-color: unset;
    text-align: center;
    font-weight: 500;
    margin: 0 !important;
}

.main .main-content .right-part .form h5 {
    margin-top: -15px;
}

.pum-theme-593 .pum-content, .pum-theme-enterprise-blue .pum-content {
    text-align: center;
    font-size: 32px !important;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 30px;
}

.pum-theme-593 .pum-container,
.pum-theme-enterprise-blue .pum-container {
    padding: 200px 30px !important;
}

.pum-theme-593 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
    background-color: #414141 !important;
}

.pum-theme-593 .pum-container,
.pum-theme-enterprise-blue .pum-container {
    border-radius: 24px !important;
}

.write-me-button {
    border-radius: 15px;
    background: rgba(31, 91, 255, 1);
    font-size: 20px;
    font-weight: 500;
    padding: 20px 50px;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}

.write-me .down-content form .write-me-button {
    border-radius: 15px;
    background: rgba(31, 91, 255, 1);
    font-size: 20px;
    font-weight: 500;
    padding: 20px 50px;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 68px;
}

.map .absoluute .otsenka form input {
    width: 100%;
}

.questions .main-content .right-part input {
    max-width: 335px;
    margin: 0 auto;
    width: 100%;
    padding: 14px 25px;
}

.questions .main-content .right-part .write-me-button {
    background: rgba(31, 91, 255, 1);
    padding: 25px 90px;
    color: white;
}

.main .main-content .right-part .form {
    height: unset;
}

.splide__list {
    height: unset;
    margin-top: 15px !important;
    margin-bottom: 45px !important;
}

.text-and-image {
    display: flex;
    width: 100%;
    gap: 40px;
}

.text-and-image__item {
    width: 50%;
    flex-grow: 1;
}

.text-and-image__image {
    max-width: 100%;
}

.text-and-image__buttons {
    margin-top: 20px;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background-color: #00a3ff;
    color: #fff;
    border-radius: 12px;
}

.faq-item__header {
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    transition: all 0.2s;
}

.faq-item__header:hover {
    opacity: 0.7;
}

.faq-item__header::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/iphones/assets/images/icon-arrow-down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.2s;
}

.faq-item.faq-item--active .faq-item__header::after {
    transform: rotate(-180deg);
}

.faq-item__body {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
}



/* responsive */
@media (min-width: 300px) and (max-width: 1130px) {
    .splide__pagination {
        bottom: 0;
    }

    header {
        align-items: center;
    }

    header.menu {
        display: none;
    }

    header .adress {
        display: none;
    }

    header .right-part {
        display: none;
    }

    .fast-sell .header h4 {
        font-size: 20px;
        text-align: center;
    }

    .fast-buy .main-content .left-part .main-block .el p:nth-child(2) {
        font-size: 18px;
    }

    .main .main-content {
        max-width: 1440px;
        padding: 50px 30px;
        flex-direction: column;
        height: unset;
    }

    .mobile {
        display: block;
    }

    .main .main-content .left-part h1 {
        font-size: 36px;
        text-align: center;
    }

    .main .main-content .left-part {
        margin-top: 70px;
        width: 100%;
    }

    .main .main-content .left-part h1 strong {
        font-size: 34px;
    }

    .flex {
        align-items: start;
    }

    .flex svg {
        margin-top: 3px;
    }

    .main .main-content .left-part .down-description {
        display: none;
    }

    .main .main-content .right-part {
        background-size: 370px 450px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 0 0px;
        flex-wrap: wrap;
    }

    .main .main-content .right-part .form {
        margin-left: 0;
    }

    .main .main-content .right-part .down-description {
        display: flex;
        flex-direction: column;
    }

    .write-me .main-content .buttons {
        flex-direction: column;
    }

    .main .main-content .left-part .down-description .left-part, .right-part {
        width: unset;
    }

    .main .main-content .right-part .down-description .left-part {
        width: 100%;
        background: rgba(31, 91, 255, 1);
        display: flex;
        justify-content: space-between;
        padding: 19px 10px;
        border-radius: 5px;
        color: white;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 500;
        margin-top: 30px;
    }

    .main .main-content .right-part .down-description .right-part {
        width: 100%;
        background: rgba(31, 91, 255, 1);
        display: flex;
        justify-content: space-between;
        padding: 19px 10px;
        border-radius: 5px;

    }

    .main .main-content .right-part .down-description .right-part h4 {
        color: white;
        font-size: 18px;
        font-weight: 500;
        max-width: 50%;
    }

    .advantages .header h2 {
        font-size: 32px;
    }

    .advantages .main-content .el {
        display: none;
    }

    .splide__arrow--next {
        right: 0;
    }

    .splide__arrow--prev {
        left: 0;
    }

    .advantages .splide__slide {
        display: flex;
        align-items: center;
    }

    .mobile-center {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .advantages .splide__slide .el {
        margin: 0 auto;
    }

    .advantages .splide__slide .h3 p {
        margin-top: 20px;
        color: rgba(65, 65, 65, 1);
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        max-width: 255px;
        width: 100%;
    }

    .advantages .splide__slide .h4 p {
        max-width: 305px;
        text-align: center;
        font-size: 18px;
        color: rgba(65, 65, 65, 1);
        font-weight: 500;
        margin-top: 20px;
    }

    .advantages .mobile {

        display: block;
        height: 60%;
    }

    .katalog {
        padding: 0 20px 50px 20px;
        margin-top: 0;
    }

    .katalog .header h2 {
        font-size: 36px;
        max-width: 285px;
        margin: 0 auto;
    }

    .katalog .header .h-4 {
        max-width: 256px;
        margin: 25px auto 0 auto;
    }

    .katalog .catalog-menu {
        justify-content: center;
        gap: 15px;
        padding: 25px 20px;
        flex-wrap: wrap;
    }

    .advantages {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .splide__arrow {
        height: 31px;
        width: 31px;
    }

    .splide__arrow svg {
        height: 15.3px;
        width: 12.5px;
    }

    .advantages {
        max-width: 517px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .main .main-content .right-part {
        background-size: 370px 450px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 50% 0px;
        flex-wrap: wrap;
    }

    .main .main-content .left-part h1 {
        max-width: 385px;
        margin: 0 auto;
    }

    .main .main-content .right-part {
        flex-direction: column;
    }

    .main .main-content .right-part .down-description .right-part {
        flex-direction: row;
    }

    .main .main-content .right-part .down-description .left-part, .right-part {
        gap: 8px;
        justify-content: space-around;
    }

    .fast-buy .main-content .left-part h2:nth-child(1) {
        font-size: 36px;
        text-align: center;
    }

    .fast-buy .main-content .left-part {
        padding: 0;
    }

    .fast-buy .main-content .left-part h4 {
        margin-top: 35px;
        font-size: 20px;
        text-align: center;
    }

    .fast-buy .main-content .left-part .main-block {
        border: 0;
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }

    .fast-buy .main-content .left-part .main-block .el {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        border: 1px solid rgba(31, 91, 255, 1);
        padding: 15px 20px;
        border-radius: 20px;
    }

    .fast-buy .main-content .left-part .main-block .el:nth-child(2) {
        margin-bottom: 0;
    }

    .main-block > div:nth-child(2) > img:nth-child(1) {
        margin-bottom: -15px;

    }

    .advantages {
        margin: 0 auto;
        padding: 0 10px;
        max-height: 550px;
    }

    .fast-buy .main-content .left-part .main-block .el {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .fast-buy .main-content .left-part button {
        padding: 22px 46px;
        max-width: 413px;
        width: 100%;
    }

    .fast-buy .main-content .left-part button:nth-child(2) {
        margin-top: 20px;
    }

    .fast-sell .header h2 {
        font-size: 34px;

    }

    .fast-sell .header h4 {
        max-width: 100px;
    }

    .fast-buy .main-content .left-part .buttons {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .fast-sell .header h4 {
        max-width: 433px;
    }

    .desctop {
        display: none;
    }

    .fast-sell .main-content {
        display: flex;
        flex-direction: column;
        border: 0;
        padding: 0;
    }

    #el-1 {
        margin-left: 0;
    }

    .shag {
        text-align: center;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .circle {
        border-radius: 50%;
        width: 34px;
        height: 34px;
        background: rgba(16, 54, 157, 1);
        color: white;
        font-size: 24px;
        padding: 2px 0;
    }

    .fast-sell .main-content .el .flex {
        display: flex;
        gap: 15px;
    }

    .fast-sell .main-content .el .h4 {
        font-size: 18px;
        font-weight: 600;
        color: rgba(70, 70, 70, 1);
        margin-top: 5px;
        display: block;
    }

    .fast-sell .main-content .el .h4 strong {
        color: rgba(31, 91, 255, 1);
        font-weight: 600;
    }

    .fast-sell .main-content .el .h3 {
        color: rgba(65, 65, 65, 1);
        font-size: 24px;
        font-weight: 600;
    }

    .big-price .header h2 {
        font-size: 36px;
    }

    .fast-buy .main-content .left-part button {
        padding: 22px 36px;
        max-width: 413px;
        width: 100%;
        margin-right: 0;
    }

    .big-price > div:nth-child(2) {
        background: unset !important;
    }

    .big-price .main-content h4 {
        font-size: 22px;
    }

    .big-price .main-content .left-part a {
        background: linear-gradient(to right, rgba(31, 175, 56, 1), rgba(24, 105, 38, 1));
        font-size: 20px;
        color: white;
        font-weight: 600;
        border-radius: 10px;
        padding: 13px 32px;
        margin: 30px auto 65px auto;
        display: block;
    }

    .big-price .main-content img {
        width: 100%;

    }

    .write-me {
        width: 100%;
        border: 0;
        background: rgba(0, 66, 245, 0.4);
    }

    .linear-gradient2 {
        padding: 200px 0 0 0;
    }

    .write-me .header h2 {
        color: white;
    }

    .write-me .main-content .buttons a {
        margin-top: 20px;
    }

    .write-me .main-content .buttons {
        gap: 0px;
    }

    .write-me .main-content .right-part {
        display: none;
    }

    .write-me .main-content .buttons a {
        display: flex;
        justify-content: space-around;
        padding: 22px 30px;
        max-width: 350px;
        margin: 20px auto 0 auto;
    }

    .write-me .main-content img {
        width: 100%;
        margin-top: 15px;
    }

    .write-me .main-content h4 {
        color: white;
    }

    .write-me {
        padding: 40px 20px;
    }

    .write-me-button {
        max-width: unset;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }

    .reviews .header h2 {
        font-size: 34px;
    }

    .reviews {
        padding: 0 20px;
    }

    .reviews .main-content li {
        align-items: center;
    }

    .reviews .main-content li img {
        transition: all 0.3s;
        width: 214px;
        height: 435px;
    }

    .reviews .main-content {
        margin: -70px auto;
    }

    .splide__arrow {
        height: 51px;
        width: 51px;
    }

    .splide__arrow svg {
        height: 25px;
        width: 20px;
    }

    .garants {
        padding: 0;
        margin-top: 0;
    }

    .garants .main-content {
        padding: 0;
    }

    .garants .main-content .el {
        width: 100%;
    }

    .garants .main-content .el .h4 {
        font-size: 20px;
    }

    .questions .header h2 {
        font-size: 36px;
    }

    .questions .main-content {
        flex-direction: column;
    }

    .questions .main-content .left-part {
        width: 100%;
    }

    .questions {
        padding: 0;
    }

    .questions .main-content .question .h3 {
        font-size: 16px;
    }

    .questions .main-content .right-part {
        width: 100%;
    }

    .padding20 {
        padding: 0 20px;
    }

    .questions .main-content .right-part {
        padding: 67px 15px;
    }

    .questions .main-content .right-part form button {
        padding: 24px 22px;
    }

    .map {
        padding: 0;
    }

    .map .absoluute {
        left: 10px;
    }

    .questions .main-content .right-part a {
        font-size: 18px;
        width: 100%;
    }

    .questions .main-content .right-part a:nth-child(4) {
        font-size: 18px;
    }

    .questions .main-content .right-part input {
        width: 100%;
    }

    footer {
        height: unset;
    }

    footer .main-content {
        flex-direction: column;
    }

    footer .main-content .contact-form form input {
        border: 1px solid rgba(255, 255, 255, 1);
        font-size: 18px;
        color: white;
        padding: 14px;
        border-radius: 10px;
        width: 100%;
    }

    footer .main-content {
        display: flex;
        flex-direction: column; /* т.к. порядок по вертикали */
        justify-content: center; /* вертикальное центрирование */
        align-items: center; /* горизонтальное центрирование */
        gap: 30px; /* промежутки между блоками */
    }

    /* порядок элементов остаётся твой */
    footer .main-content .main-buttons {
        order: 1;
        text-align: center;
    }

    footer .main-content .contact-form {
        order: 2;
        margin-top: 0; /* обнуляем, чтобы не было лишних отступов */
        text-align: center;
    }

    footer .main-content .contacts {
        order: 3;
        margin-top: 0; /* обнуляем */
        text-align: center;
    }

    .mobile .menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #00A3FF; /* фирменный синий */
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 40px 20px;
        z-index: 1000;
        overflow-y: auto;
    }

    .mobile .menu.active {
        display: flex;
    }

    .mobile .menu a {
        color: white;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        padding: 12px 24px;
        width: 100%;
        max-width: 300px;
        text-align: center;
        border-radius: 8px;
        transition: background-color 0.2s ease;
    }

    .mobile .menu a:hover {
        background-color: rgba(255 255 255 / 0.15);
    }

    .mobile .menu button {
        display: flex;
        justify-content: center;
    }

    .main .main-content .left-part .main-description p {
        font-weight: 400;
        font-size: 20px;
        color: #414141;
    }

    .katalog .header .h-4 {
        font-size: 22px;
    }

    .fast-sell .header h4 {
        font-size: 22px;
        text-align: center;
    }

    .write-me .header h2 {
        font-size: 36px;
        text-align: center;
    }

    .write-me .header h2 {
        font-size: 34px;
        text-align: center;
    }

    .garants .header h2 {
        font-size: 36px;
    }

    .questions .main-content .question .h3 {
        font-size: 18px;
    }

    .questions .main-content .right-part h4 {
        font-size: 19px;
    }

    .questions .main-content .right-part {
        padding: 25px 15px;
    }

    footer .main-content {
        padding: 50px 30px 30px 30px;
    }

    .main .main-content .right-part .down-description .right-part img {
        width: 30%;
    }

    .main .main-content .right-part .down-description .right-part h4 {
        max-width: 70%;
    }

    .main .main-content .right-part .down-description .left-part img {
        width: 30%;
    }

    .main .main-content .right-part .down-description .left-part {
        justify-content: start;
        font-size: 18px;

    }

    .main .main-content .right-part .down-description .right-part img {
        width: 27%;
    }

    .main .main-content .left-part {
        margin-top: 0;
    }

    .main .main-content {
        padding: 30px 15px;
    }

    .main .main-content .left-part h1 {
        max-width: 458px;
    }

    .main .main-content .left-part .main-description p {
        white-space: normal;
    }

    .main .main-content .left-part h1 {
        font-size: 34px;
        text-align: center;
    }

    .main .main-content .left-part h1 strong {
        font-size: 32px;
    }

    #splide2 .splide__arrow svg {
        height: 12px;
        width: 12px;
    }

    #splide2 .splide__arrow {
        height: 30px;
        width: 30px;
    }

    #iphone {
        order: 1
    }

    #ipad {
        order: 2
    }

    #macbook {
        order: 3
    }

    #appwatch {
        order: 4;
    }

    #smartphone {
        order: 5;
    }

    #imac {
        order: 6;
    }

    #nout {
        order: 7;
    }

    .katalog .catalog-menu button {
        font-size: 22px;
    }

    .katalog .main-content .el {
        height: 560px;
    }

    .katalog .main-content .el button {
        font-size: 16px;
    }

    .fast-buy .main-content .left-part h2:nth-child(1) {
        font-size: 32px;
    }

    .fast-buy .img img {
        width: 100%;
        margin-top: 20px;
    }

    .fast-buy .main-content .left-part button {
        font-size: 19px;
        max-width: 290px;
    }

    .fast-buy {
        padding: 30px 15px;
    }

    .fast-buy .main-content .left-part .main-block .el {
        -webkit-box-shadow: 0px 0px 4px 3px rgba(31, 91, 255, 0.2);
        -moz-box-shadow: 0px 0px 4px 3px rgba(31, 91, 255, 0.2);
        box-shadow: 0px 0px 4px 3px rgba(31, 91, 255, 0.2);
    }

    .fast-buy .main-content .left-part .buttons {
        margin-top: 15px;
    }

    .katalog .main-content .el ul {
        font-size: 18px;
    }

    .fast-sell {
        padding: 15px;
        padding-bottom: 50px;
    }

    .big-price {
        padding: 15px;
    }

    .big-price .main-content .left-part a {
        background: linear-gradient(to right, rgba(31, 175, 56, 1), rgba(24, 105, 38, 1));
        padding: 22px 27px;
        width: 100%;
        max-width: 414px;
    }

    .write-me .main-content .buttons a p {
        font-size: 20px;
    }

    .write-me {
        padding: 25px 15px;
    }

    .write-me .main-content h4 {
        font-size: 21px;
    }

    .reviews {
        padding: 0 15px;
        margin-top: 40px;
    }

    .reviews .header h2 {
        font-size: 30px;
    }

    .splide__arrow svg {
        height: 17px;
        width: 17px;
    }

    .garants .main-content .el .h3 {
        font-size: 22px;
    }

    .garants .main-content .el .h4 {
        font-size: 16px;
    }

    .questions .main-content .right-part a {
        padding: 20px;
    }

    .questions .main-content .right-part a:nth-child(4) {
        padding: 20px;
    }

    .main .main-content .left-part h1 {
        font-size: 32px;
    }

    .main .main-content .left-part h1 strong {
        font-size: 30px;
    }

    .advantages .header h2 {
        font-size: 30px;
    }

    .fast-buy .main-content .left-part .main-block .el {
        justify-content: start;
    }

    .advantages .splide__slide .el {
        margin: 0 auto;
        padding-top: 20px;
    }

    .advantages .mobile {
        display: block;
        height: unset;
    }

    .advantages {
        max-height: unset;
    }

    .splide__list {
        height: unset;
    }

    .katalog {
        margin-top: -50px;
    }

    .reviews .main-content {
        margin: 50px auto;
    }

    .fast-buy .main-content .left-part a:nth-child(2) {
        background: linear-gradient(to right, rgba(31, 175, 56, 1), rgba(24, 105, 38, 1));
        margin-top: 20px;
    }

    .mobile .menu button {
        font-weight: 500;
        font-size: 18px;
    }

    #wpcf7-f603-o2 > form:nth-child(2) > p:nth-child(3) {
        display: flex;
        justify-content: center;
    }

    #wpcf7-f603-o2 > form:nth-child(2) > p:nth-child(2) {
        display: flex;
        justify-content: center;
    }

    .mobile .menu {
        padding: 90px 40px;
    }

    #close {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 40px; /* размер кнопки, подкорректируй под бургер */
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 1000;
        font-size: 28px; /* крупнее */
        font-weight: 900; /* жирнее */
        color: #1F5BFF; /* фирменный синий, как бургер */
        user-select: none;
        background: transparent;
    }

    .mobile .menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #00A3FF; /* фирменный синий */
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 40px 20px;
        z-index: 1000;
        overflow-y: auto;
        color: white; /* общий цвет текста белый */
    }

    .mobile .menu.active {
        display: flex;
    }

    /* Телефон */
    .mobile .menu .number h4 {
        display: flex;
        align-items: center; /* выравниваем иконку и текст по центру по вертикали */
        gap: 6px; /* расстояние между иконкой и телефоном */
        font-weight: 700;
        color: white;
        font-size: 18px;
        margin-top: 30px;
        justify-content: center; /* если нужно центрировать по горизонтали весь блок */
    }

    /* Иконки */
    .mobile .menu .icons {
        gap: 10px;
        display: flex;
        /* Цвет иконок нужно менять в svg или через CSS fill */
    }

    /* Адрес */
    .mobile .menu .adress h5 {
        display: flex;
        gap: 5px;
        color: white; /* белый */
    }

    /* Отступ у br сделать нельзя, вместо этого применяем margin к блоку выше или ниже */
    /* Но если хочется, можно так, хотя это нестандартно: */
    .mobile .menu .adress br {
        display: block;
        margin-bottom: 15px;
    }

    .vipad-menu {
        align-items: center;
        padding: 15px 0 0 0;
        position: unset;
        gap: 12px;
        margin: 0;
        border: 0;
        background: unset;
    }

    #mobile-menu {
        margin: 0 auto;
    }

    .mobile .menu {
        z-index: 10000;
    }

    .questions .main-content .right-part .write-me-button {
        padding: 25px 0px;
    }

    #garants > div:nth-child(2) > div:nth-child(5) > div:nth-child(1) > img:nth-child(1) {
        max-width: 65px;
    }

    .main .main-content .right-part .form {
        height: unset;
    }

    .fast-buy .main-content .left-part a {
        padding: 22px 26px;
    }

    .main .main-content .right-part .down-description .right-part {
        width: 100%;
        background: rgba(31, 91, 255, 1);
        display: flex;
        justify-content: space-between;
        padding: 19px 10px;
        border-radius: 5px;
        color: white;
        font-size: 17px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .main .main-content .right-part .down-description .right-part {
        justify-content: unset;
        gap: 24px;
    }

    .main .main-content .left-part .main-description p {
        max-width: 80%;
    }

    .text-and-image {
        flex-direction: column;
    }

    .text-and-image__item {
        width: 100%;
    }
}
