@charset "utf-8";

/* Общие */
@media (max-width: 1140px) {
    .header-logo {
        margin-bottom: 15px;
    }

    .header-logo img {
        max-width: 100%;
        max-height: 65px;
    }

    .header-lozung {
        font-size: 14px;
    }

    .header-contakts {
        text-align: center;
        margin-bottom: 15px;
    }

    .site-button {
        font-size: 18px;
    }

    .header-menu {
        display: none;
    }

    .mobileicon-menu {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
    }

    .holst-text-max {
        font-family: var(--font-family-4);
        color: var(--color2a);
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }

    .holst-text-big {
        font-family: var(--font-family-4);
        color: var(--color2a);
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }

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

    .holst-text-simple {
        font-family: var(--font-family-1);
        color: var(--color1);
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 25px;
        text-transform: uppercase;
        text-align: center;
    }

    .site-button {
        padding: 10px 35px;
    }

    .holst-image {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 0%;
        text-align: center;
    }

    .holst-image img {
        width: 75%;
        margin: auto;
    }

    .holst-bg {
        height: 480px;
        background-image: url(../images/bg-header.jpg);
        background-position: center center;
        background-size: cover;
    }

    .program-title,
    .program-button {
        text-align: center;
    }

    .program-image {
        position: relative;
        top: auto;
        text-align: center;
    }

    .tarif-item {
        margin-bottom: 120px;
    }

    .tarif-col:last-child .tarif-item {
        margin-bottom: 15px;
    }

    .holst-title {
        padding: 30px 0 20px 0;
        font-size: 28px;
        font-family: var(--font-family-4);
        text-align: center;
    }

    .holst-subtitle {
        padding: 5px 0 15px 0;
        font-size: 26px;
        line-height: 30px;
        font-family: var(--font-family-4);
        text-align: center;
    }

    .obuch-title {
        padding: 5px 0 0 0;
        font-size: 42px;
        line-height: 44px;
        font-family: var(--font-family-4);
        margin-bottom: 30px;
    }

    .obuch-cena {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }

    .obuch-image {
        display: none;
    }

    .dps-image img {
        max-width: 100%;
    }

    .contakts-plashka {
        background-color: var(--color1);
        padding: 30px;
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
        height: 100%;
        max-width: 100%;
        border-radius: 4px;
        margin-top: 190px;
    }

    .map-ya {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 700px;
    }

    .footer-logo>div:first-child {
        display: flex;
        width: 30%;
    }

    .footer-logo>div:last-child {
        display: flex;
        width: 70%;
        font-size: 90%;
    }

    .footer-copy {
        margin-top: 15px;
        font-size: 90%;
        text-align: center;
    }

    .footer-col:last-child {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .fullscreen-wrap {
        overflow: hidden;
        z-index: -100;
        position: relative;
        height: 274px;
        width: 100%;
    }
    .program-image img {
        width: 75%;
        border-radius: 50%;
        overflow: hidden;
        border: 15px solid var(--color1);
        box-shadow: 0 1px 20px rgb(0 0 0 / 20%);
        box-sizing: border-box;
        margin: auto;
    }
    .map-ya {
        display:none;
    }
}

/* Планшеты */
@media (min-width: 992px) and (max-width: 1140px) {}

/* Смартфоны горизонтальные и планшеты */
@media (min-width: 768px) and (max-width: 991px) {}

/* Смартфоны */
@media (max-width: 767px) {}