/* Browsers: last 10 version */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;;
    color: #000;
    line-height: 1.1
}
.container{
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}
.title{
    background: -o-linear-gradient(left, rgba(214, 25, 12, 1) 0%, rgba(255, 123, 0, 1) 50%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(214, 25, 12, 1)), color-stop(50%, rgba(255, 123, 0, 1)));
    background: linear-gradient(to right, rgba(214, 25, 12, 1) 0%, rgba(255, 123, 0, 1) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    line-height: 36px;
}
.arrow{
    position: absolute;
    top: 705px;
    left: 50%;
    z-index: 999999;
    display: block;
}
.col{
    width: 50%;
    padding: 0 15px;
}
@media screen and (max-width: 1199px){
    .arrow{
        left: 47%;
    }
    .container{
        padding: 0 15px;
    }
}
@media screen and (max-width: 990px){
    .arrow{
        top: 456px;
    }
}
@media screen and (max-width: 768px){
    .title {
        font-size: 25px;
        line-height: 30px;
    }
    .col{
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 478px){
    .title {
        font-size: 20px!important;
        line-height: 23px!important;
    }
    .arrow{
        top: 426px;
    }
}

/*Banner block*/

.banner{
    position: absolute;
    width: 100%;
    min-height: 730px;
    z-index: -2;
    background: url(img/bannerMain04.jpg) no-repeat;
    background-size: cover;
}
.banner:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 31, 53, 0.60);
    z-index: -1;
}
.head-wrapper{
    position: relative;
    padding-top: 30px;
    text-align: center;
}
.head__img{}
.head__title{
    text-align: center;
    color: #FF4F00;
    margin: 60px 0;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    max-width: 970px;
}
@media screen and (max-width: 990px){
    .banner{
        min-height: 480px;
    }
    .head__title{
        font-size: 22px;
        margin: 20px 0 10px;
    }
}
@media screen and (max-width: 575px){
    .head-wrapper{
        padding-top: 10px;
    }
}
@media screen and (max-width: 478px){
    .banner{
        min-height: 450px;
        background-position-x: 64%;
    }
    .head__img{
        width: 160px;
    }
}

/*Describe block*/

.describe-wrapper{
    margin-top: 165px;
    position: relative;
}
.describe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.describe__textone{
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-style: italic;
}
.describe__texttwo{
    margin-top: 90px;
    margin-bottom: 20px;
    line-height: 36px;
    color: #828282;
    text-align: center;
    font-size: 30px;
}
.describe__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EEEEEE;
    padding: 40px 30px 70px;
    text-align: center;
    -webkit-box-shadow: 0 4px 4px -1px #dedede;
    box-shadow: 0 4px 4px -1px #dedede;
    max-width: 450px;
    margin: auto;
}
.describe__form form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.describe__form .form__title{
    text-align: center;
    color: #FF4F00;
    font-weight: bold;
    text-transform: unset;
    margin-bottom: 40px;
}
.describe__form form input{
    width: 330px;
    margin-bottom: 20px;
    padding: 0 30px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #828282;
}
.describe__form .form__btn{
    background-color: #FF4F00;
    background: -o-linear-gradient(left, rgba(214, 25, 12, 1) 0%, rgba(255, 123, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(214, 25, 12, 1)), to(rgba(255, 123, 0, 1)));
    background: linear-gradient(to right, rgba(214, 25, 12, 1) 0%, rgba(255, 123, 0, 1) 100%);
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    border: none;
    min-width: 120px;
    cursor: pointer;
    outline: none;
}
@media screen and (max-width: 1200px){
    .describe-wrapper{
        margin-top: 90px;
    }
    .describe__textone{
        padding-left: 20px;
    }
}
@media screen and (max-width: 990px){
    .describe-wrapper{
        margin-top: 0;
    }
    .describe{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .describe .col{
        width: 100%;
    }
    .describe__textone{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .describe__texttwo{
        font-size: 19px;
        line-height: 25px;
    }
    .describe__form{
        padding: 20px 30px;
        width: 100%;
    }
    .describe__form .form__title{
        font-size: 25px;
        line-height: 30px;
    }
    .describe__form form input{
        width: 100%;
    }
    .describe__form .form__btn{
        margin-top: 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px){
    .describe__textone{
        font-size: 20px;
        line-height: 25px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 575px){
    .head-wrapper{
        padding-top: 10px;
    }
    .describe__textone{
        font-size: 18px;
        line-height: 22px;
        padding-top: 5px;
    }
}
@media screen and (max-width: 478px){
    .describe__textone{
        font-size: 15px;
        line-height: 19px;
    }
    .describe__texttwo{
        margin-top: 85px;
        font-size: 18px;
    }
    .describe__form form input{
        margin-bottom: 12px;
        padding: 0 20px;
    }
    .describe__form .form__btn{
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 270px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        font-size: 18px;
    }

}


/*Small Banner Block*/

.smallbanner-wrapper{
    position: relative;
    padding: 60px;
    margin-top: 60px;
    margin-bottom: 80px;
    background: url(img/bannerSmall.png) center no-repeat;
    background-size: cover;
    z-index: 0;
}
.smallbanner-wrapper:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 238, 238, 0.60);
    z-index: -1;
}
.smallbanner__text{
    padding: 5vw;
    color: #00002c;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .smallbanner-wrapper{
        padding: 30px 10px;
    }
}
@media screen and (max-width: 575px){
    .smallbanner-wrapper{
        margin-bottom: 40px;
    }
    .smallbanner__text{
        font-size: 20px;
    }
}

/*Advantages block*/

.advantages__title{}
.advantages__title_main{
    margin-bottom: 70px;
    text-align: center;
}
.advantages__title_secondary{
    margin-bottom: 15px;
    text-align: left;
}
.advantages__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.advantages__list{
    margin-bottom: 150px;
    list-style: none;
}
.advantages__list li{
    color: #828282;
    text-align: left;
    margin-bottom: 12px;
    line-height: 20px;
    font-size: 17px;
    background: rgba(0, 0, 0, 0) url(img/bullet.png) no-repeat scroll 0 5px;
    padding-left: 25px;
}

@media screen and (max-width: 768px){
    .advantages__block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .advantages__title_main{
        margin-bottom: 30px;
    }
    .advantages__list{
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 478px){
    .advantages__list li {
        font-size: 14px;
        line-height: 19px;
    }
}

/*Last banner & footer form blocks*/

.lastbanner{
    position: relative;
}
.lastbanner:before{
    background: url(img/bannerLast.png) no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    width: 100%;
    height: 441px;
    z-index: -2;
}
.lastbanner:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 441px;
    background: rgba(24, 31, 53, 0.60);
    z-index: -1;
}
.book-wrapper{
    position: relative;
}
.book__title{
    text-align: center;
    color: #FF4F00;
    margin-top: 60px;
    font-weight: bold;
    text-transform: unset;
}
.book__text{
    font-size: 17px;
    letter-spacing: 0.1px;
    padding: 32px 0 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}
.book__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EEEEEE;
    padding: 60px 140px;
    max-width: 970px;
    margin: 60px auto 0;
    -webkit-box-shadow: 0px 4px 4px -1px #dedede;
    box-shadow: 0px 4px 4px -1px #dedede;
}
.book__form form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.book__form__title{
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FF4F00;
    margin-bottom: 60px;
    font-weight: bold;
    text-transform: unset;
}
.form-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.book__form form input, .empty,
.book__form button{
    width: 48%;
    height: 60px;
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #828282;
}
.empty{
    border: none;
}
.book__form .book__btn{
    background-color: #FF4F00;
    background: -o-linear-gradient(left, rgba(214, 25, 12, 1) 0%, rgba(255, 123, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(214, 25, 12, 1)), to(rgba(255, 123, 0, 1)));
    background: linear-gradient(to right, rgba(214, 25, 12, 1) 0%, rgba(255, 123, 0, 1) 100%);
    color: #ffffff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    outline: none;
}
@media screen and (max-width: 991px){
    .book__form {
        padding: 40px 70px;
    }
}
@media screen and (max-width: 768px) {
    .book__title{
        margin: 30px 0 10px;
    }
    .book__text{
        padding: 0 0 16px;
    }
    .book__form {
        padding: 30px 50px;
    }
    .form-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .book__form form input{
        height: 50px;
        padding: 0 23px;
    }
    .empty{
        display: none;
    }
    .book__form form input{
        width: 100%;
    }
    .book__form .book__btn{
        max-width: 270px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
@media screen and (max-width: 478px) {
    .book__form {
        padding: 30px;
    }
    .book__form__title{
        margin-bottom: 25px;
    }
    .book__form form input{
        height: 35px;
        margin-bottom: 15px;
    }
    .book__form .book__btn {
        max-width: 220px;
        margin-top: 20px;
    }
}

/*Footer block*/

footer{
    border-top: 1px solid #181F35;
    margin-top: 60px;
    padding: 73px 0 25px;
}
.footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 70px;
}
.footer__copyright{
    font-size: 14px;
    color: #122050;
    line-height: 12px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.footer__links{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.footer__links ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.footer__links ul li{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.footer__links ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    background: #122153;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer__links ul li a img{
    width: 30px;
    height: 30px;
}
.footer__links ul li a:hover{
    background: rgba(255, 123, 0, 1);
}
@media screen and (max-width: 768px) {
    footer{
        padding: 40px 0 25px;
    }
    .footer{
        -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;
    }
    .footer__img{
        text-align: center;
    }
    .footer__copyright{
        margin: 20px 0 30px;
    }
}