html {
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

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

.body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 375px;
    min-height: 100vh;
}

.section {
    padding: 0 100px;
    margin-bottom: 140px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}


.img {
    max-width: 1250px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
        object-fit: cover;
}

.news__link,
.hero__show-program {
    outline: none;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
}

.text {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #535755;
}

.hero__show-program {
    display: inline-block;
    text-decoration: none;
    padding: 19px 32px;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #3596ed;
    -webkit-transition: opacity 0.2s background-color 0.2s;
    -o-transition: opacity 0.2s background-color 0.2s;
    transition: opacity 0.2s background-color 0.2s;
}

.hero__show-program:not(:disabled):active {
    background-color: #1b578b;
}

.hero__show-program:hover {
    opacity: 0.85;
}

.hero__show-program:disabled {
    opacity: 0.65;
    cursor: default;
}

.title-large {
    font-family: "Oswald", sans-serif;
    max-width: 596px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2c332f;
}

.title-medium {
    font-weight: 600;
    font-size: 36px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2c332f;
}

.text-sub {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: right;
    color: #858e8a;
}

.decor::before {
    content: "";
    width: 40%;
    height: 48px;
    position: absolute;
    z-index: -1;
    background: url(../images/decor-icon.svg) repeat-x;
}



.news__link:focus-visible,
.hero__show-program:focus-visible,
.faq__summary:focus-visible {
    outline: 2px solid #3596ed;
    outline-offset: 1px;
}

.news__link:active {
    background-color: #3596ed;
}

.title-medium2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2c332f;
}

@media (width <= 992px) {
    .container {
        max-width: 768px;
    }
}

@media (width <= 768px) {
    .container {
        max-width: 576px;
    }
    .title-large {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .home-page .title-large {
        max-width: inherit;
        text-align: center;
    }
    .title-medium2 {
        font-size: 22px;
    }
}

@media (width <= 576px) {
    .section {
        margin-bottom: 80px;
    }
    .title-large {
        font-size: 32px;
    }
}