@font-face{font-family:"Intro";font-display:fallback;src:url(../fonts/Intro.otf)}
@font-face{font-family:"Intro-Regular";font-display:fallback;src:url(../fonts/Intro-Regular.ttf)}
@font-face{font-family:"HelveticaNeueCyr-Bold";font-display:fallback;src:url(../fonts/HelveticaNeueCyr-Bold.otf);}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    background: #fff;
    font-family:"Intro-Regular";
    height: 100%;
    width: 100%;
}
.body__overflow-hidden {
    overflow: hidden;
}
.svg-icon {
    display: none;
}
.hidden {
    display: none;
}
.main {
    width: 100%;
    height: 100%;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.banner {
    background: url(../images/book/background.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.banner__container {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 630px;
}
.banner__title {
    font-size: 48px;
    font-family: "Intro";
    color: #fff;
    line-height: 60px;
    margin-bottom: 60px;
}
.banner__button {
    outline: none;
    background: #d4011f;
    border: 3px solid #d4011f;
    border-radius: 5px;
    width: 345px;
    height: 63px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: "HelveticaNeueCyr-Bold";
    -webkit-box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 26%);
            box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 26%);
}
.banner__button:hover {
    background: transparent;
    cursor: pointer;
}
.banner__text {
    margin-top: 60px;
    color: #fff;
    font-size: 25px;
    font-family: "Intro-Regular";
    line-height: 40px;
}
.banner__book {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -360px;
    margin: auto;
}
.background-dark {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
}
.background-dark__container {
    width: 100%;
    height: 100%;
    position: relative;
    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;
}
.modal {
    display: none;
    position: relative;
    z-index: 110;
    padding: 50px 60px;
    background: #fff;
    width: 500px;
    height: auto;
}
.modal-success-toggle {
    display: none;
}
.modal-agreement-toggle,
.modal-data-toggle {
    display: none;
    width: 800px;
    background: #fefefe;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(179, 215, 238, .32);
    box-shadow: 0px 0px 29px 0px rgba(179, 215, 238, .32);
    overflow-y: auto;
    max-height: 100%;
}
.modal-success {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
}
.modal__text {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 20px;
    margin-bottom: 10px;
}
.modal__list {
    padding-left: 30px;
    margin-bottom: 15px;
}
.modal__item {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 20px;
}
.modal__close, .modal__close-button {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}
.modal__close:hover, .modal__close-button:hover {
    cursor: pointer;
}
.modal__close:before, .modal__close:after, .modal__close-button:before, .modal__close-button:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.modal__close:before, .modal__close-button:before{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.modal__close:after, .modal__close-button:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.modal__title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
}
.modal__description {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
}
.modal__button {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #d4011f;
    border: 3px solid #d4011f;
    border-radius: 5px;
    padding: 10px 25px;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: "HelveticaNeueCyr-Bold";
    outline: none;
}
.modal__button:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
}
.modal__field {
    width: 100%;
    margin: 0 0 25px;
}
.modal__name {
    font-size: 18px;
    color: #000;
    font-family: "Intro-Regular";
    margin: 0 0 5px;
}
.modal__input {
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    padding: 5px 15px;
}
.modal__input_error {
    border-color: #d4011f;
}
.footer {
    padding: 55px 100px 70px;
    background: #333;
    width: 100%;
}
.footer__content {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__information {
    width: 73%;
}
.footer__copyright {
    color: #989898;
    margin-bottom: 35px;
    font: 300 19px / 1.5 "Fira sans";
}
.footer__link {
    color: #fff;
    font-family: "HelveticaMedium";
    text-decoration: none;
}
.footer__callback {
    font: 300 19px / 1.5 "Fira sans";
    color: #989898;
    font-family:"Fira Sans";
}
.footer__phone {
    color: #fff;
    font-family: "HelveticaMedium";
    font-size: 24px;
}
.footer__pages {
    width: 27%;
    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;
}
.footer_page-link {
    color: #fff;
    font-family: "HelveticaMedium";
    font-size: 19px;
    margin-bottom: 10px;
    text-decoration: none;
}
.footer_page-link:hover {
    cursor: pointer;
}
@media screen and (max-width: 1280px) {
    .banner__content {
        width: 500px;
        right: 30px;
    }
    .banner__title {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 45px;
    }
    .banner__button {
        width: 320px;
        height: 56px;
        font-size: 18px;
    }
    .banner__text {
        margin-top: 45px;
        font-size: 20px;
        line-height: 34px;
    }
    .banner__book {
        left: -160px;
        height: 800px;
    }
}
@media screen and (max-width: 1024px) {
    .banner__content {
        width: 450px;
    }
    .banner__title {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .banner__text {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .banner__book {
        left: -115px;
        height: 700px;
    }
}
@media screen and (max-width: 960px) {
    .banner__content {
        width: 370px;
        right: 15px;
    }
    .banner__title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .banner__button {
        width: 280px;
        height: 50px;
        font-size: 16px;
    }
    .banner__text {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .banner__book {
        left: -145px;
        height: 600px;
    }
}
@media screen and (max-width: 769px) {
    .banner {
        background-size: auto 100%;
        height: auto;
    }
    .banner__container {
        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: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .banner__book {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 290px;
        height: auto;
        margin-top: 25px;
    }
    .banner__content {
        width: 290px;
        top: auto;
        right: auto;
        bottom: auto;
        position: relative;
        margin: 25px auto 50px;
    }
    .banner__title {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 30px;
        text-align: center;
    }
    .banner__button {
        width: 290px;
        height: 54px;
    }
    .banner__text {
        margin-top: 30px;
        font-size: 18px;
        line-height: 28px;
    }
}