@charset "utf-8";
/* Общие */
@media (max-width: 1140px) {
    .header-top-logo a {
        color: var(--color4);
        text-decoration: none;
        font-family: var(--font-family-2);
        font-size: 16px;
        padding-top: 10px;
        line-height: 24px;
    }
    .header-top-phone-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .header-top-phone-row > div{
        width: 50%;
    }
    .header-top-phone {
        color: var(--color4);
        font-family: var(--font-family-2);
        font-size: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header-top-phone-row {
        padding: 15px 0;
    }
    .header-top-phone-text {
        font-size: 11px;
        color: var(--color3a);
    }
    .offer-site-bigtext {
        font-size: 24px;
        line-height: 40px;
        color: var(--color4);
        font-family: var(--font-family-1);
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .offer-site-bigtext::first-letter {
        font-size: 36px;
    }
    .offer-site-yellowtext {
        font-size: 34px;
        line-height: 34px;
        color: var(--color5);
        margin-bottom: 15px;
        font-weight: bold;
    }
    .offer-site-simpletext {
        font-size: 18px;
        line-height: 26px;
        color: var(--color3a);
        margin-bottom: 15px;
    }
    .btn-style-two {
        font-size: 14px;
        padding: 20px 30px;
        text-align: center;
    }
    .offer-row {
        padding: 30px 0 15px 15px;
    }
    .krugs {
        display: none;
    }
    .header-blok-col {
        margin-bottom: 15px;
    }
    .header-blok-item-text-big {
        color: var(--color4);
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 15px;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }
    .qviz-main-otvet-item {
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        width: calc(100%/2);
        cursor: pointer;
    }
}

/* Планшеты */
@media (min-width: 992px) and (max-width: 1140px) {
  
}

/* Смартфоны горизонтальные и планшеты */
@media (min-width: 768px) and (max-width: 991px) {
  
}

/* Смартфоны */
@media (max-width: 767px) {
  
}
