@font-face {
    font-family: 'Montserrat-Bold';
    src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'Montserrat-Medium';
    src: local("Montserrat-Medium"), url("./../fonts/Montserrat-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: local("Montserrat-SemiBold"), url("./../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: local("Montserrat-SemiBold"), url("./../fonts/Montserrat-Regular.ttf") format("truetype");
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    width: 100%;
    height: 100%;
}
.hidden {
    display: none;
}
.hidden-desktop {
    display: none;
}
.visible-desktop {
    display: block;
}
.icons {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
}
.main {
    width: 100%;
    height: 100%;
}
.container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.button {
    background: #d10000;
    border: none;
    outline: none;
    border-radius: 10px;
    height: 62px;
    font-family: 'Montserrat-Bold';
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.button:hover {
    cursor: pointer;
}

.banner {
    width: 100%;
    height: 966px;
    overflow: hidden;
    position: relative;
}
.banner__picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.banner__img {
    width: 100%;
    height: auto;
}
.banner__container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 168px;
}
.banner__subtitle {
    font-family: 'Montserrat-Bold';
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.banner__title {
    font-family: 'Montserrat-ExtraBold';
    color: #fff;
    font-size: 53px;
    text-transform: uppercase;
    text-shadow: 5px 5px 7px #00000085;
    margin-bottom: 55px;
}
.banner__video-picture {
    width: 520px;
    height: 265px;
    margin-bottom: 55px;
}
.banner__video-picture:hover {
    cursor: pointer;
}
.banner__video-img {
    width: 100%;
    height: 100%;
}
.banner__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 45px;
    color: #fff;
    font-size: 36px;
}
.banner__text_bold {
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}
.banner__text_semibold {
    font-family: 'Montserrat-SemiBold';
}
.banner-button {
    width: 292px;
}
.banner-button__arrow {
    width: 38px;
    height: 22px;
    margin-right: 20px;
}
.banner-button__icon {
    width: 100%;
    height: 100%;
}


.callback {
    width: 100%;
    height: 966px;
    position: relative;
    overflow: hidden;
}
.callback__picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.callback__img {
    width: 100%;
    height: auto;
}
.callback__container {
    width: 100%;
    height: 100%;
    padding-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.callback-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
}
.callback__picture-coat-arms {
    width: 220px;
    height: 242px;
    display: inline-block;
    margin-bottom: 30px;
}
.callback__img-coat-arms {
    width: 100%;
    height: 100%;
}
.callback-information__title {
    color: #071c3c;
    font-family: 'Montserrat-ExtraBold';
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.callback-information__description {
    color: #071c3c;
    font-family: 'Montserrat-Medium';
    font-size: 27px;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 66px;
    position: relative;
}
.callback-information__description:before {
    content: '';
    width: 96px;
    height: 7px;
    background: #d10000;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.callback-information__text {
    color: #071c3c;
    font-family: 'Montserrat-Bold';
    text-align: center;
    font-size: 22px;
}
.callback-form {
    width: 573px;
    height: 749px;
    background: #fff;
    border-radius: 20px;
    padding: 50px 0 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.callback-form__title {
    color: #071c3c;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-family: 'Montserrat-Bold';
    margin-bottom: 35px;
}
.callback-form__field {
    width: 420px;
    height: 55px;
    position: relative;
    margin-bottom: 35px;
}
.callback-form__field_100 {
    z-index: 100;
}
.callback-form__field_90 {
    z-index: 90;
}
.callback-form__field_80 {
    z-index: 80;
}
.callback-from__input-text {
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #aab2c5;
    border-radius: 10px;
    color: #071c3c;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Montserrat-Medium';
    padding: 0 16px;
}
.callback-from__input-text:hover,
.callback-from__input-text:focus {
    border-color: #4a7fdb;
    cursor: pointer;
}
.callback-from__name {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 24px;
    color: #98a2b9;
    background: #fff;
    padding: 0 7px;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 100;
}
.callback-from-select {
    width: 100%;
    height: auto;
    outline: none;
    border: 1px solid #aab2c5;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
}
.callback-from-select__output {
    width: 100%;
    height: 55px;
    color: #071c3c;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Montserrat-Medium';
    padding: 16px 16px;
}
.callback-from-select__output:hover {
    cursor: pointer;
}
.callback-from-select__list {
    display: none;
    padding: 7px 16px 20px;
    width: 100%;
    height: 100%;
    max-height: 150px;
    overflow: auto;
}
.callback-from-select__item {
    width: 100%;
    display: inline-block;
    color: #a1aabf;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Montserrat-Medium';
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}
.callback-from-select__item:last-child {
    margin-bottom: 0;
}
.callback-from-select__item:hover {
    cursor: pointer;
    color: #071c3c;
}
.callback-from-select__item:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
    background: #b4bacc;
}
.select-active .callback-from-select__list {
    display: block;
}
.callback-from-select__item_active {
    color: #071c3c;
}
.callback-from-select__item_active:before {
    background: #d10000;
}
.callback-from-select__arrow {
    width: 22px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: 25px;
}
.callback-from-select__icon {
    width: 100%;
    height: 100%;
}
.callback-form__submit {
    width: 420px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000087;
    display: none;
    z-index: 1000;
}
.modal__container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal-window {
    display: none;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}
.modal-window__title {
    color: #071c3c;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-family: 'Montserrat-Bold';
}
.modal-window__description {
    color: #071c3c;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-family: 'Montserrat-Medium';
    margin-top: 25px;
}
.modal-window__close {
    border: none;
    outline: none;
    background: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal-window__close:hover {
    cursor: pointer;
}
.modal-window__icon {
    width: 100%;
    height: 100%;
    stroke: #071c3c;
}
.modal-window-exit {
    width: 500px;
}
.modal-window-exit .callback-form {
    width: 100%;
    height: auto;
    padding: 50px 0 0;
}
.modal-window-exit .button {
    font-size: 18px;
}
@media screen and (max-width: 1920px) {
    .banner__img {
        width: auto;
        height: 100%;
    }
    .callback__img {
        width: auto;
        height: 100%;
    }
}
@media screen and (max-width: 1220px) {
    .container {
        max-width: 980px;
    }
    .callback-form {
        width: 510px;
        height: 720px;
    }
}
@media screen and (max-width: 1000px) {
    .container {
        max-width: 760px;
    }
    .banner__title {
        font-size: 42px;
    }
    .callback-form {
        width: 400px;
        height: auto;
        padding: 25px 0;
    }
    .callback-form__title {
        font-size: 20px;
        line-height: 28px;
    }
    .callback-form__field {
        width: 370px;
    }
    .callback-form__submit {
        width: 370px;
    }
    .callback-information__title {
        font-size: 28px;
    }
    .callback-information__description {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    .container {
        max-width: 300px;
    }
    .button {
        height: 42px;
        font-size: 14px;
    }
    .banner {
        height: 479px;
    }
    .banner__container {
        padding-top: 42px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .banner__text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-family: 'Montserrat-Regular';
        font-size: 13px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin-bottom: 37px;
    }
    .banner__text_bold {
        font-family: inherit;
        text-transform: inherit;
        margin-right: 4px;
    }
    .banner__text_semibold {
        font-family: inherit;
    }
    .banner__subtitle {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 15px;
        line-height: 17px;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .banner__title {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    .banner__video-picture {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        width: 292px;
        height: 149px;
        margin-bottom: 20px;
    }
    .banner-button {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        width: 198px;
    }
    .banner-button__arrow {
        width: 20px;
        height: 12px;
        margin-right: 10px;
    }
    .callback {
        height: auto;
    }
    .callback__picture {
        display: none;
    }
    .callback__container {
        padding-top: 33px;
        padding-bottom: 55px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .callback-information {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 0;
    }
    .callback__picture-coat-arms {
        width: 112px;
        height: 122px;
        margin-bottom: 18px;
    }
    .callback-information__title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .callback-information__description {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .callback-information__description:before {
        width: 73px;
        height: 5px;
    }
    .callback-information__text {
        display: none;
    }
    .callback-form {
        width: 100%;
        padding: 0;
    }
    .callback-form__title {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 28px;
    }
    .callback-form__field {
        width: 100%;
        height: 40px;
        margin-bottom: 30px;
    }
    .callback-from__name {
        font-size: 13px;
        line-height: 17px;
        top: -8px;
    }
    .callback-from__input-text {
        font-size: 13px;
        line-height: 17px;
        padding: 0 10px;
    }
    .callback-from-select__output {
        height: 40px;
        font-size: 13px;
        line-height: 17px;
        padding: 12px 10px;
    }
    .callback-from-select__arrow {
        width: 15px;
        height: 8px;
        top: 11px;
        right: 15px;
    }
    .callback-from-select__item {
        font-size: 13px;
        line-height: 22px;
        padding-left: 20px;
        margin-bottom: 7px;
    }
    .callback-from-select__list {
        padding: 7px 10px 10px;
        max-height: 100px;
    }
    .callback-form__submit {
        width: 100%;
    }
    .modal-window {
        border-radius: 10px;
        padding: 40px 15px 15px;
        max-width: 100%;
    }
    .modal-window__video {
        max-width: 100%;
    }
    .callback-form__description {
        color: #071c3c;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        font-family: 'Montserrat-Medium';
        margin-top: 25px;
    }
    .modal-window__description {
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px;
    }
    .modal-window-exit .callback-form {
        padding: 25px 0 0;
    }
    .modal-window-exit .button {
        font-size: 14px;
    }
        
}