/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap");
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    min-width: 320px;
    overflow-x: hidden;
    font-family: Exo2Regular, sans-serif, sans-serif;
    font-size: 18px;
    line-height: 22px
}

.container {
    padding: 0 20px
}

.main-title {
    font-size: 2em;
    line-height: 43px
}

.header__img {
    height: 200px;
    width: auto !important
}

.header__button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    text-align: center
}

.header__button--mb {
    margin-bottom: 40px
}

.header__content {
    background: -webkit-linear-gradient(5.32deg, #52219B 1.69%, #1E0C36 97.22%);
    background: -o-linear-gradient(5.32deg, #52219B 1.69%, #1E0C36 97.22%);
    background: linear-gradient(84.68deg, #52219B 1.69%, #1E0C36 97.22%);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    min-height: 750px
}

.header__description {
    font-size: 24px;
    line-height: 29px
}

.header__phone {
    background-color: #EDF1F7;
    padding: 5px 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.header__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.header__logo {
    text-align: center
}

.header-image {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__program-img {
    height: 320px;
    width: auto;
    left: -120px;
    position: absolute
}

.svg-border-mask {
    -webkit-mask-box-image: url(../img/slider/stampTiles.svg);
    mask-border: url(../img/slider/stampTiles.svg)
}

.header-decor {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    min-height: 400px;
    height: 300px;
    width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-decor--bg {
    background-image: url(../img/header_decore.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.header-slider,
.header-image {
    left: -50px;
    position: relative
}

.menu__link {
    text-decoration: none;
    color: #000;
    font-size: medium;
    font-weight: 600
}

.menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0
}

.menu__route {
    display: none
}

.menu__gift {
    display: none
}

.button {
    background: -webkit-linear-gradient(359.67deg, #EE3657 -.5%, #FDB527 99.93%, rgba(196, 196, 196, 0) 99.94%);
    background: -o-linear-gradient(359.67deg, #EE3657 -.5%, #FDB527 99.93%, rgba(196, 196, 196, 0) 99.94%);
    background: linear-gradient(90.33deg, #EE3657 -.5%, #FDB527 99.93%, rgba(196, 196, 196, 0) 99.94%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    padding: 20px 30px;
    text-decoration: none;
    text-align: center
}

.category {
    padding: 70px 0
}

.category__title {
    padding-bottom: 20px;
    text-align: center
}

.category__button {
    display: block;
    margin: 22px 0 11px
}

.category__item {
    padding: 25px 20px;
    margin: 20px -20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.5) inset
}

.category__item--kvadro {
    background: url("../img/category/type_kvadro.webp");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.category__item-price {
    margin-top: 77px;
    font-size: 2em
}

.category__item-text {
    font-size: 20px;
    line-height: 24px
}

.category__item-text-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 14px 0
}

.category__item-icon {
    margin-right: 20px
}

.category__item-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px
}

.category__items {
    color: #FDFDFD
}

.category__readmore {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    -webkit-text-decoration-line: blink;
    text-decoration-line: blink
}

.category__readmore::after {
    content: '';
    border: 1px dashed #0500FF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.expertise {
    text-align: center;
    padding: 70px 0
}

.expertise__title {
    padding-bottom: 20px
}

.expertise__item {
    padding: 20px 0
}

.expertise__item-title {
    color: #EF4352;
    font-size: 2em;
    line-height: 36px;
    padding-bottom: 20px;
    font-weight: bold
}

.footer {
    padding: 70px 0;
    color: #4C4D4E
}

.footer__link {
    color: #4C4D4E
}

.footer__line {
    border: 1px solid #C4C4C4;
    margin: 30px 0
}

.footer .footer-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold
}

.footer .footer-menu__link {
    color: #15A0E4
}

.footer .footer-menu__list-item {
    padding: 8px 0
}

.gift {
    background: -webkit-linear-gradient(182.19deg, #11A9E3 0%, #2B6FEB 100%);
    background: -o-linear-gradient(182.19deg, #11A9E3 0%, #2B6FEB 100%);
    background: linear-gradient(267.81deg, #11A9E3 0%, #2B6FEB 100%);
    padding: 70px 0
}

.gift__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.gift__button {
    margin-top: 35px
}

.gift__button__right {
    display: none
}

.gift__button__bottom {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.gift__content {
    color: #fff
}

.gift__title {
    text-align: center
}

.gift__triggers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.gift__trigger {
    padding: 15px;
    margin: 35px 0;
    width: 240px;
    z-index: 100;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -8px 10px 0 0px #247fe9, -8px 10px 0 3px #1EB4BE;
    box-shadow: -8px 10px 0 0px #247fe9, -8px 10px 0 3px #1EB4BE
}

.info {
    padding: 70px 0;
    background-color: #EDF1F7
}

.info__title {
    text-align: center;
    padding-bottom: 20px
}

.info__content-description {
    color: #8E929B;
    background-color: #fff;
    margin: 0 -20px;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 4px #D4D9E1;
    box-shadow: 0px 1px 4px #D4D9E1;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.info__content-description--text {
    overflow: hidden
}

.info__content-img {
    margin: 20px -20px 40px -20px
}

.info .read-more {
    display: block;
    color: #000;
    padding: 20px 0;
    font-size: 16px
}

.instruction {
    text-align: center;
    padding: 70px 0
}

.instruction__title {
    padding-bottom: 20px
}

.instruction__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px;
    margin-top: 40px
}

.instruction__item-step {
    color: #0BA4E2;
    font-weight: bold;
    font-size: 64px;
    line-height: 77px;
    background: -webkit-linear-gradient(#0BA4E2, #26C7D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    width: 131px;
    height: 131px;
    border: 14px solid #F3F7FC;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sentence {
    background-color: #EDF1F7;
    padding: 70px 0
}

.sentence__title {
    padding-bottom: 20px;
    text-align: center
}

.sentence__item-title {
    padding-bottom: 20px;
    font-weight: bold
}

.sentence__item {
    background-color: #fff;
    padding: 30px 20px;
    margin: 20px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #D4D9E1;
    box-shadow: 0px 1px 4px #D4D9E1
}

.sentence__item-text {
    color: #8E929B
}

.title {
    color: #313E46;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin: 0
}

.title--align_center {
    text-align: center
}

.title--pb {
    padding-bottom: 20px
}

.title--white {
    color: #fff
}

.price__float {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.price__amount {
    font-size: 36px;
    line-height: 43px
}

.price__amount--pb {
    padding-bottom: 40px
}

.price__float-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price__button {
    display: inline-block;
    margin-top: 1em
}

.variant {
    margin: 2em 0
}

.variant__price-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.variant__name {
    font-size: xx-large;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: normal
}

.variant__price-info-item_sales-price {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.variant__price-info-item_book {
    color: #f00
}

.price-info-item_name {
    width: 65%
}

.price-info-item_value {
    text-align: right
}

.price-info-item_sales-price {
    font-size: xx-large;
    font-weight: 600
}

.gallery {
    background-color: #EDF1F7
}

.text-center {
    text-align: center
}

.section__padding {
    padding: 70px 0
}

.map {
    width: 100%;
    height: 300px
}

.fl:first-letter {
    text-transform: capitalize
}

.subtitle {
    margin-bottom: 1em
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        margin: 0 auto
    }
    .gift__trigger {
        width: 45%;
        margin: 22px 0
    }
    .variant__name {
        font-size: xx-large;
        font-weight: 600;
        margin-bottom: 1.5em;
        line-height: normal
    }
    .variant__price-info {
        max-width: 500px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 45px;
        -webkit-box-shadow: 0px 1px 20px #D4D9E1;
        box-shadow: 0px 1px 20px #D4D9E1
    }
    .variant__price-info-item_sales-price {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .price-info-item_name {
        width: 60%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        margin: 0 auto
    }
    .header__img {
        height: 300px;
        width: auto !important
    }
    .header__program-img {
        height: 100%;
        left: 0px
    }
    .expertise__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .expertise__item-title {
        color: #313E46
    }
    .expertise__item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }
    .sentence__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sentence__item {
        width: 45%
    }
    .instruction__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .instruction__item {
        width: 40%
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        margin: 0 auto
    }
    .main-title {
        font-size: 48px;
        line-height: 58px
    }
    .title {
        font-size: 40px;
        line-height: 48px
    }
    .header__img {
        height: 350px;
        width: auto !important
    }
    .header__program-img {
        height: 80%;
        left: -200px
    }
    .header__description {
        font-size: 2em;
        line-height: 43px
    }
    .header__top-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 80px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header__content {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "h_slider h_text" "h_slider h_botton";
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        min-height: 685px
    }
    .header__text {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .header__button {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .header__button--mb {
        margin-bottom: 0
    }
    .header-decor {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        grid-area: h_slider;
        height: 100%;
        width: 100%
    }
    .header-slider {
        left: 0px
    }
    .header__text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-area: h_text
    }
    .header__button {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        grid-area: h_botton
    }
    .expertise__item {
        width: -webkit-calc(25% - 10px);
        width: calc(25% - 10px)
    }
    .expertise__item-title {
        color: #313E46
    }
    .menu__route {
        display: list-item
    }
    .menu__gift {
        display: list-item
    }
    .menu__list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .menu__list-item {
        margin-left: 50px
    }
    .button {
        font-size: 24px;
        line-height: 29px
    }
    .sentence__item {
        width: 30%
    }
    .category__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .category__item {
        width: 48%;
        margin: 10px 0
    }
    .category__item-title {
        font-size: 2em;
        line-height: 43px
    }
    .category__item-text {
        font-size: 24px;
        line-height: 29px
    }
    .category__item-icon {
        margin-right: 40px
    }
    .category__item-price {
        margin-top: 60px
    }
    .category__button {
        font-size: 24px;
        margin: 60px 0 11px
    }
    .category__readmore {
        display: none
    }
    .instruction__item {
        width: 20%
    }
    .info__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .info__content-description {
        width: 80%
    }
    .info__content-img {
        margin: 20px -20px 20px 40px
    }
    .footer__content {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "service-info contacts" "documents contacts";
        -ms-grid-columns: 40% 300px;
        grid-template-columns: 40% 300px;
        -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer__service-info {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: service-info;
        height: 100%;
        width: 100%
    }
    .footer__documents {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: documents
    }
    .footer__contacts {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        grid-area: contacts;
        margin-top: 20px
    }
    .footer__title {
        font-size: 24px;
        line-height: 29px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        margin: 0 auto
    }
    .header__img {
        height: 400px;
        width: auto !important
    }
    .header__program-img {
        height: 90%;
        left: -160px
    }
    .expertise__item {
        width: 20%
    }
    .expertise__item-title {
        font-size: 48px;
        line-height: 58px;
        padding-bottom: 20px;
        font-weight: bold
    }
    .gift__items {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .gift__item {
        width: 45%
    }
    .gift__content {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
    .gift__title {
        text-align: left;
        margin-bottom: 25px
    }
    .gift__button__right {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
    .gift__button__bottom {
        display: none
    }
}