@charset "utf-8";
/* Общее */
@media (max-width: 1649px) {}

/* Старые экраны и горизонтальыне планшеты */
@media (min-width: 1365px) and (max-width: 1649px) {
    .holst-one {
        min-height: 800px;
        max-height: 800px;
    }

    .holst-image-right {
        max-height: 800px;
        border-radius: 0 0 0 250px;
    }

    .holst-big-text {
        margin-bottom: 30px;
    }

    .holst-small-text {
        margin-bottom: 60px;
    }

    .long-col {
        width: 55%;
    }

    .short-col {
        width: 45%;
    }

    .holst-three-blok {
        padding: 15px 20px;
    }

    .holst-three-blok-buttons {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .form-bottom-col:first-child {
        width: 50%;
    }

    .form-bottom-col:last-child {
        width: 50%;
    }

    .modal-form .form-bottom-control-politica {
        display: none;
    }

}







/* Смартфоны горизонтальные и планшеты вертикальные*/
@media (min-width: 1024px) and (max-width: 1365px) {
    .holst-one {
        position: relative;
        min-height: 800px;
        max-height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: right;
        align-items: stretch;
    }

    .holst-container-wrap {
        width: 100%;
        position: relative;
        order: 2;
    }

    .holst-image-right {
        height: 400px;
        max-height: 400px;
        width: 100%;
        border-radius: 0 0 200px 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        order: 1;
    }

    .holst-image-right img {
        height: auto;
        max-height: 100vh;
        width: 100%;
    }

    .holst-container {
        width: 100%;
    }

    .holst-container-text {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
    }

    .holst-small-text {
        font-size: clamp(16px, 2.5vw, 20px);
        line-height: clamp(16px, 3vw, 20px);
        margin-bottom: 35px;
    }

    .holst-buttons .site-button {
        display: block;
    }

    .site-button {
        background-color: var(--color2);
        color: var(--color1);
        font-size: clamp(15px, 2.5vw, 18px);
        line-height: clamp(16px, 3vw, 20px);
        padding: 13px 17px 14px 22px;
        margin-bottom: 20px;
    }

    .site-button img {
        height: 26px;
    }

    .site-button img {
        height: 26px;
    }

    .holst-sub-text {
        width: 35%;
        padding: 15px 0 0 30px;
    }

    .holst-image-left {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0;
        height: 410px;
    }

    .long-col {
        width: 55%;
    }

    .short-col {
        width: 45%;
    }

    .holst-three-blok-title {
        font-size: clamp(16px, 2vw, 25px);
        line-height: clamp(18px, 3vw, 27px);
        color: var(--color3);
        font-weight: bold;
        margin-bottom: 15px;
    }

    .holst-three-blok-text {
        font-size: clamp(13px, 1.2vw, 18px);
        line-height: clamp(14px, 1.5vw, 20px);
    }

    .holst-three-blok {
        padding: 15px 20px;
    }

    .holst-three-blok-buttons {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .form-bottom-col:last-child {
        display: none;
    }

    .form-bottom-col:first-child {
        width: 100%;
    }

    .form-bottom-form-body {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: stretch;
    }

    .form-bottom-form-body-col:first-child {
        width: 50%;
    }

    .form-bottom-form-body-col:last-child {
        display: flex;
        width: 50%;
        padding: 0 0 0 25px;
    }

    .planset-image {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 30px;
        overflow: hidden;
    }

    .planset-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .modal-form .form-bottom-control-politica {
        display: none;
    }

}








/* Смартфоны горизонтальные и планшеты вертикальные маленькие планшеты*/
@media (min-width: 767px) and (max-width: 1023px) {
    .holst-one {
        position: relative;
        min-height: 510px;
        max-height: 510px;
        display: flex;
        flex-direction: column;
        justify-content: right;
        align-items: stretch;
    }

    .holst-container-wrap {
        width: 100%;
        position: relative;
        order: 2;
    }

    .holst-image-right {
        height: 400px;
        max-height: 400px;
        width: 100%;
        border-radius: 0 0 100px 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        order: 1;
    }

    .holst-image-right img {
        height: auto;
        max-height: initial;
        width: 100%;
    }

    .holst-container {
        width: 100%;
    }

    .holst-container-text {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
    }

    .holst-small-text {
        font-size: clamp(16px, 2.5vw, 16px);
        line-height: clamp(16px, 3vw, 18px);
        margin-bottom: 35px;
    }

    .holst-buttons .site-button {
        display: block;
    }

    .site-button {
        background-color: var(--color2);
        color: var(--color1);
        font-size: clamp(15px, 2.5vw, 17px);
        line-height: clamp(16px, 3vw, 20px);
        padding: 10px 15px 10px 20px;
    }

    .holst-sub-text {
        width: 35%;
        padding: 15px 0 0 30px;
    }

    .holst-image-left {
        padding-top: 40px;
        padding-bottom: 40px;
        padding: 0 30px 0 30px;
    }

    .long-col {
        width: 55%;
    }

    .short-col {
        width: 45%;
    }

    .holst-three-blok-title {
        font-size: clamp(16px, 2vw, 25px);
        line-height: clamp(18px, 3vw, 27px);
        color: var(--color3);
        font-weight: bold;
        margin-bottom: 15px;
    }

    .holst-three-blok-text {
        font-size: clamp(13px, 1.2vw, 18px);
        line-height: clamp(14px, 1.5vw, 20px);
    }

    .holst-three-blok {
        padding: 15px 20px;
    }

    .holst-three-blok-buttons {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .long2-col,
    .short2-col {
        width: 50%;
    }

    .form-bottom-col:last-child {
        display: none;
    }

    .form-bottom-col:first-child {
        width: 100%;
    }

    .form-bottom-form-body {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: stretch;
    }

    .form-bottom-col:first-child {
        width: 100%;
    }

    .form-bottom-form-body {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: stretch;
    }

    .form-bottom-form-body-col:first-child {
        width: 50%;
    }

    .form-bottom-form-body-col:last-child {
        display: flex;
        width: 50%;
        padding: 0 0 0 25px;
    }

    .planset-image {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 30px;
        overflow: hidden;
    }

    .planset-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .modal-body-col:first-child {
        width: 100%;
    }

    .modal-body-col:last-child {
        display: none;
    }

    .modal-form .form-bottom-control-politica {
        display: block;
    }
}








/* Смартфоны */
@media (max-width: 767px) {
    .holst-one {
        position: relative;
        min-height: inherit;
        max-height: inherit;
        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: right;
        align-items: stretch;
    }

    .holst-container-wrap {
        width: 100%;
        position: relative;
        order: 2;
    }

    .holst-image-right {
        height: auto;
        max-height: auto;
        width: 100%;
        border-radius: 0 0 100px 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        order: 1;
    }

    .holst-image-right img {
        height: auto;
        max-height: 100vh;
        width: 100%;
    }

    .holst-container {
        width: 100%;
    }

    .holst-container-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .holst-small-text {
        font-size: clamp(16px, 2.5vw, 20px);
        line-height: clamp(16px, 3vw, 20px);
        margin-bottom: 35px;
    }

    .holst-buttons .site-button {
        display: block;
    }

    .site-button {
        background-color: var(--color2);
        color: var(--color1);
        font-size: clamp(18px, 2.5vw, 22px);
        line-height: clamp(18px, 3vw, 25px);
        padding: 10px 15px 10px 20px;
    }

    .holst-sub-text {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .holst-image-left {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .holst-big-text {
        font-size: clamp(36px, 6vw, 92px);
        line-height: clamp(36px, 7vw, 95px);
        font-weight: bold;
        color: var(--color3);
        margin-bottom: 30px;
    }

    .holst-image-left {
        padding-top: 40px;
        padding-bottom: 40px;
        padding: 40px 30px 40px 30px;
    }

    .holst-two {
        padding: 30px 30px;
        background-color: var(--color4);
        background-image: url(../images/bg-holst-2-right.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: auto;
    }

    .holst-title {
        margin-bottom: 15px;
    }

    .holst-two-col:nth-child(1) {
        width: 100%;
        order: 1;
    }

    .holst-two-col:nth-child(2) {
        width: 100%;
        order: 4;
    }

    .holst-two-col:nth-child(3) {
        width: 100%;
        order: 2;
    }

    .holst-two-col:nth-child(4) {
        width: 100%;
        order: 3;
    }

    .holst-text-row {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 0;
    }

    .holst-text-col-simle {
        width: 100%;
    }

    .holst-text-blok-simle {
        padding: 10px 0px 10px 0;
        font-size: clamp(14px, 1.5vw, 18px);
        line-height: clamp(16px, 2vw, 22px);
    }

    .holst-text-col {
        width: 100%;
        margin-bottom: 10px;
    }

    .holst-two-row {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: start;
        flex-wrap: wrap;
    }

    .holst-three {
        padding: 40px 30px;
    }

    .holst-three-row {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 5px;
    }

    .long-col,
    .short-col {
        width: 100%;
    }

    .holst-image-wrap {
        border-radius: 10px;
    }

    .holst-image-strech {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .holst-image-strech img {
        height: 100%;
        /* Всегда во всю высоту */
        width: 100%;
        /* Занимает всю ширину контейнера */
        object-fit: cover;
        /* Сохраняет пропорции, обрезая края */
        object-position: center;
        /* Центрирует изображение */
        display: block;
        /* Убирает лишние отступы */
    }

    .holst-three-row:nth-child(1)>.holst-three-col:nth-child(1) {
        order: 1;
    }

    .holst-three-row:nth-child(1)>.holst-three-col:nth-child(2) {
        order: 2;
    }

    .holst-three-row:nth-child(2)>.holst-three-col:nth-child(1) {
        order: 2;
    }

    .holst-three-row:nth-child(2)>.holst-three-col:nth-child(2) {
        order: 1;
    }

    .holst-three-row:nth-child(3)>.holst-three-col:nth-child(1) {
        order: 1;
    }

    .holst-three-row:nth-child(3)>.holst-three-col:nth-child(2) {
        order: 2;
    }

    .holst-three-row:nth-child(4)>.holst-three-col:nth-child(1) {
        order: 2;
    }

    .holst-three-row:nth-child(4)>.holst-three-col:nth-child(2) {
        order: 1;
    }

    .holst-three-blok {
        padding: 20px 20px;
    }

    .site-button {
        background-color: var(--color2);
        color: var(--color1);
        font-size: clamp(14px, 2.5vw, 22px);
        line-height: clamp(16px, 3vw, 25px);
        padding: 10px 15px 13px 20px;
        border-radius: 6px;
    }

    .site-button img {
        height: 26px;
    }

    .holst-three-blok-buttons {
        margin-top: 30px;
    }

    .long2-col,
    .short2-col {
        width: 100%;
    }

    .holst-four-simple-title {
        font-size: clamp(20px, 2vw, 28px);
        line-height: clamp(22px, 3vw, 32px);
        font-weight: bold;
        margin-bottom: 15px;
    }

    .holst-four-simple-list ul li {
        font-size: clamp(18px, 1.5vw, 24px);
        line-height: clamp(20px, 2vw, 26px);
        margin-bottom: 15px;
        font-weight: bold;
    }

    .form-bottom-col:last-child {
        display: none;
    }

    .form-bottom-col:first-child {
        width: 100%;
    }

    .form-bottom-form-body {
        width: 100%;
    }

    .modal-body-col:first-child {
        width: 100%;
    }

    .modal-body-col:last-child {
        display: none;
    }

    .modal-form .form-bottom-control-politica {
        display: block;
    }
}