*{
    box-sizing: border-box;
}
html,body{
    width: 100%;
    margin: 0;
    background-color: #fff;
}
body{
    font-family: 'Lato';
    font-weight: 400;
}
.row{
    display: flex;
}
.col_1{
    width: 100%;
}
.col_2{
    width: 50%;
}
.col_3{
    width: 33.3333333%;
}
.col_4{
    width: 25%;
}
.col_5{
    width: 20%;
}
.col_6{
    width: 66.6666666%;
}
.col_15{
    width: 15%;
}
.col_85{
    width: 85%;
}
.col_30{
    width: 30%;
}
.col_40{
    width: 40%;
}
.col_55{
    width: 55%;
}
.col_45{
    width: 45%;
}
.j_s{
    justify-content: flex-start;
}
.max_w{
    max-width: 1200px;
    padding: 0 50px;
}
.j_e{
    justify-content: flex-end;
}
.j_sa{
    justify-content: space-around;
}
.j_sb{
    justify-content: space-between;
}
.j_c{
    justify-content: center;
}
.a_s{
    align-items: flex-start;
}
.a_e{
    align-items: flex-end;
}
.a_sa{
    align-items: space-around;
}
.a_sb{
    align-items: space-between;
}
.a_c{
    align-items: center;
}
.fd_col{
    flex-direction: column;
}
.max_w_2{
    max-width: 550px;
}
.f_w{
    margin: 0 auto;
    width: 100%;
}
.mt_40{
    margin-top: 40px;
}
.mt_30{
    margin-top: 30px;
}
.mt_20{
    margin-top: 20px;
}
.mt_25{
    margin-top: 25px;
}
.mt_10{
    margin-top: 10px;
}
.pl_20{
    padding-left: 20px;
}
.pr_20{
    padding-right: 20px;
}
.pr_40{
    padding-right: 40px;
}
.pr_80{
    padding-right: 80px;
}
.ml_un20{
    margin-left: -20px;
}
.mb_10{
    margin-bottom: 10px !important;
}
.mb_50{
    margin-bottom: 50px !important;
}
.pb_30{
    padding-bottom: 30px !important;
}
.pt_10{
	padding-top: 10px !important;
}
.pb_10{
    padding-bottom: 10px !important;
}
.pb_10_s{
    padding-bottom: 10px;
}
.pt_20{
	padding-top: 20px !important;
}
.pb_20{
    padding-bottom: 20px !important;
}
.pt_25{
	padding-top: 25px !important;
}
.pt_30{
	padding-top: 30px !important;
}
.pt_40{
	padding-top: 40px !important;
}
.wrap{
    flex-wrap: wrap;
}
.white_back{
    background-color: #330233;
}
.logo{
    max-width: 428px;
    height: auto;
}
.header{
    padding-top: 40px;
}
.first_sl{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../img/plane.jpg);
}
.first_tx{
    min-height: 500px;
    padding-top: 70px;
    padding-left: 120px;
}
.text_first{
    display: flex;
    color: #ff0000;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    padding-bottom: 10px;
}
.black_text{
    font-size: 16px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
    padding: 10px 25px;
}
.red_text{
    font-size: 16px;
    color: #fff;
    background-color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
    padding: 10px 25px;
}
.image_row{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#third{
    margin-top: 140px;
    position: relative;
    padding-bottom: 35px;
}
#four{
    margin-top: 100px;
}
#five,#six,#seven{
    margin-top: 120px;
}
.grey_back{
    background-color: #dcdcdc;
}
.text_grey{
    font-size: 16px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
    padding: 35px 25px;
}
.man_back{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/man.jpg);
}
.sheme_keep{
    top: -95px;
    position: relative;
    padding-left: 70px;
}
.sheme_keep img{
    object-fit: cover;
}
.one_r{
    height: 70px;
}
#map{
    height: 650px;
    width: 100%;
}
.to_top{
    font-size: 16px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    transition: 0.3s;
    cursor: pointer;
    padding: 3px 0;
}
.to_top:hover{
    border-color: #000;
}
.scroll_keep{
    padding: 25px 30px;
}
.bot_logo{
    max-width: 223px;
    object-fit: cover;
}
.left_side{
    padding-right: 30px;
}
.right_side{
    padding-left: 30px;
}
.bt_info{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-bottom: 3px;
    line-height: 18px;
}
.del{
    padding: 0 2px 0 5px;
}
.bottom_keep{
    padding: 30px 0;
}
.tel,.mail{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.tel:hover,.mail:hover{
    color:#6e6e6e;
}
.copy{
    padding: 35px 0;
}
.copy_text{
    font-size: 12px;
    font-weight: 500;
}
@media  (max-width: 1100px) {
    .logo{
        max-width: 300px;
    }
    .first_tx {
        min-height: 400px;
        padding-top: 60px;
        padding-left: 100px;
    }
    .first_sl{
        background-size: auto 95%;
    }
    #map{
        height: 600px;
    }
}
@media  (max-width: 900px) {
    .logo{
        max-width: 200px;
    }
    .first_tx {
        min-height: 350px;
        padding-top: 40px;
        padding-left: 50px;
    }
    .text_first{
        font-size: 20px;
        padding-bottom: 8px;
    }
    .red_text {
        font-size: 14px;
        line-height: 20px;
        padding: 7px 20px;
    }
    #third{
        margin-top: 80px;
        padding-bottom: 20px;
    }
    .text_grey {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 10px;
    }
    .sheme_keep {
        top: -60px;
        position: relative;
        padding-left: 20px;
    }
    #four{
        margin-top: 80px;
    }
    .black_text {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 20px;
    }
    .one_r{
        height: 54px;
    }
    #five, #six, #seven{
        margin-top: 80px;
    }
}
@media  (max-width: 769px) {
    .col_2.text_grey{
        width: 100%;
    }
    .sheme_keep {
        top: initial;
        position: relative;
        width: 100%;
        padding: 30px 100px;
    }
    .bt_info,.tel{
        font-size: 14px;
    }
}
@media  (max-width: 630px) {
    .text_first {
        font-size: 16px;
        padding-bottom: 6px;
    }   
    .logo {
        max-width: 150px;
    }
    .first_sl {
        background-size: auto 90%;
    }
    .first_tx {
        min-height: 300px;
        padding-top: 30px;
        padding-left: 40px;
    }
    #second>.col_2{
        width: 100%;
    }
    #second .max_w_2{
        max-width: 100%;
    }
    .pb_10_s{
        padding-bottom: 0;
        padding-top: 10px;
    }
    .pb_10_s.not_m{
        padding-top: 0;
    }
    .text_grey{
        padding: 10px;
    }
    .sheme_keep{
        padding: 30px 65px;
    }
    .col_2.fl_mob{
        width: 100%;
    }
    .left_side {
        padding-right: 0;
        width: 100%;
        padding-left: 30px;
        justify-content: flex-start;
    }
    .right_side{
        padding-top: 25px;
        width: 100%;
    }
    .bottom_keep {
        padding: 15px 0;
    }
    .copy {
        padding: 20px 0;
    }
    #map {
        height: 400px;
    }
}
@media  (max-width: 500px) {
    .max_w{
        padding: 0 20px;
    }
    .sheme_keep{
        padding: 30px 30px;
    }
    .first_tx {
        min-height: 280px;
        padding-top: 50px;
        padding-left: 1px;
    }
    .first_sl {
        background-size: auto 75%;
    }
    .red_text,.black_text{
        padding: 7px 20px;
    }
    .black_text>br{
        display: none;
    }
    .text_grey{
        padding: 10px 0;
    }
    #third{
        padding-bottom: 0;
    }
    #third,#four,#five, #six, #seven{
        margin-top: 50px;
    }
}
@media  (max-width: 360px) {
    .red_text>br,.text_grey>br{
        display: none;
    }
    .header {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}