
@font-face {
    font-family: Montserrat;
    src: url(../../fonts/Montserrat-Regular.ttf);
}
body, input, textarea{
    font-family: 'Montserrat', sans-serif;
}
.main_conainer{
    width: 1440px;
    margin: 0 auto;
    max-width: 100%;
}
.main_conainer nav{
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border: none;
    font-size: 15px;


}
.alert{
    padding: 8px;
}
.help-message-block{
    font-size: 9px;
    color: #e02d2d;
    position: absolute;
    bottom: 5px;
    left: 0;
    font-weight: normal;
}
.modal_form .lb_inp.checkb {
    flex-direction: row;
    align-items: center;
}
.contact_form label, .contact_form .row2{
    position: relative;
}
.contact_form .row2{
    padding-bottom: 20px;
}
.modal_form .lb_inp.checkb a{
    font-size: 12px;
}
.modal_form .lb_inp.checkb input{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.navbar-inverse .navbar-nav>li>a{
    color: #448ef0 !important;
    transition: all .3s;
    border-bottom: 3px solid transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:hover{
    background: none;
    color: #448ef0;
    border-bottom: 3px solid #448ef0;
}
.navbar-inverse .navbar-nav>li>a:focus{
    color: #448ef0;
}
.main_section{
    padding-top: 83px;
}
.lic{
    position: absolute;
    left: 25px;
    top: 30px;

}
.lic span{
    color: #585858;
    font-size: 16px;
    font-weight: bold;
}
.nav .but_li{
    display: flex;
    align-items: center;
}
.but{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    height: 40px;
    text-transform: uppercase;
}
.but.reg{
    /*width: 124px;*/
    padding: 10px 60px;
    color: #fff;
	background-color: #ffa100;
}
.but.sign{
    /*width: 83px;*/
    padding: 10px 60px;
    background-image: linear-gradient(116deg, #7956ec, #2fb9f8);
    box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}
.navbar-nav>li{
    margin: 0 15px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #448ef0;;
}
a:focus, a:hover{
    text-decoration: none;
}
.about{
    padding: 110px 15px;
    background-color: #f8f9fa;
    border-bottom: solid 1px #e7e8ea;
}
.about .txt.mod1 {
    margin: 0;
    max-width: calc(100% - 250px);
}
.about .txt.mod1 span{
    font-weight: bold;
}
.about .txt.mod1.img_txt_span{
    margin-top: 25px;
}
.img_txt{
    align-items: flex-start;
    margin-left: 15px;
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.img_txt img{
    max-width: 250px;
}
.head{
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    color: #566eec;
}
.about .txt{
    width: 870px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.6;
    max-width: 100%;
    margin: 0 auto;
}
.modal-open .main_conainer nav {
    width: 1457px;
    padding-right: 17px;
}
.modal {
    text-align: center;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.img_container{
    position: relative;
}
.img_overplay{
    position: absolute;
    top: 0;
    left: 80px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-bottom: 5px;
}


.txt_container{
    color: #fff;
    max-width: 700px;
}

.txt_container.tertik{
    max-width: 1000px;
}


.bold_txt{
    font-size: 35px;
    font-weight: 600;
    padding: 30px 0;
}
.but_container{
    display: flex;
}
.but_container .but{
    height: 50px;
    font-size: 17px;
}
.but_container .but.reg{
    margin-right: 40px;
    width: 144px;
}

.but.reg.tertik {
	width: 200px;
	background-color: #ffa100;
	margin-bottom:10px;
}

.but_container .but.sign.mod{
    background: #ffffff;
    color: #282b31;
    width: 94px;
}
.swiper-container {
    width: 100%;
    padding: 0 50px;
    margin: 50px auto;
    width: 1270px;
    max-width: 100%;
}
.swiper-slide {
    background-color: #f8f9fa;
    padding-bottom: 15px;
    box-shadow: 0 1px 3px 0 rgba(32, 33, 39, 0.12);
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide .name{
    min-height: 52px;
    padding: 12px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #282b31;
}
.swiper-slide .txt{
    height: 80px;
    width: 310px;
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #676c75;
}
.swiper-slide .view{
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    color: #469af4;
}
.swiper-container .swiper-wrapper img{
    max-width: 100%;
    max-height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px;
}
.swiper-button-next, .swiper-button-prev{
    width: 50px;
    margin:0;
    height: 100%;
    top:0;
    background-color: #fff;
    background-size: 12px;
}
.swiper-button-next{
    right:0;
    background-image: url(../../img/next.png);
}
.swiper-button-prev{
    left:0;
    background-image: url(../../img/prew.png);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity:0.3;

}
.img_overplay.mod{
    width: calc(100% - 160px);
}
.mod_cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.txt3{
    font-size: 16px;
    font-weight: 500;
}
.mod_cont .bold_txt{
    padding-top: 0;
}
.about.contact{
    padding-bottom: 110px;
}
.about.contact .txt{
    width: 605px;
}
.contact_form{
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 30px;
    width: 770px;
    max-width: 100%;
    padding: 70px;
    background-color: #ffffff;
    box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}
.contact_form .row1{
    display: flex;
    justify-content: space-between;
}
.lb_txt{
    width: calc(50% - 10px);
    padding-bottom: 20px;
}
.contact_form .inp{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #f8f9fa;
    border: solid 1px #e7e8ea;
    outline: none;
    font-weight: normal;
}
.contact_form textarea{
    width: 100%;
    height: 210px;
    border-radius: 6px;
    background-color: #f8f9fa;
    border: solid 1px #e7e8ea;
    outline: none;
    padding: 20px;
    font-size: 16px;
    resize: none;
    margin-bottom: 10px;
}
.but:disabled{
    opacity: 0.6;
    cursor: no-drop;
}
.but.send{
    width: 135px;
    height: 50px;
    border-radius: 6px;
	background-color: #ffa100;
    box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
    outline: none;
    border: none;
    margin: 0 auto;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b9bdc3;
}
input::-webkit-input-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
    color: #b9bdc3;
}
input::-webkit-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    color: #b9bdc3;
}
input::-webkit-input-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
    color: #b9bdc3;
}
footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 80px;
    border: solid 1px #e7e8ea;
    border-top: none;
}
footer a, footer .copyr{
    opacity: 0.8;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}
footer .foot_div{
    display: flex;
    flex-direction: column;
}
footer .foot_div .one_link{
    margin-bottom: 8px;
}
.modal .mod_head{
    padding: 30px 0;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid rgba(0,0,0,0.3)
}
.modal .close_modal{
    position: absolute;
    top: 30px;
    right: 10px;
    outline: none;
    border: none;
    background: transparent;
}
.modal .nav-tabs{
    border: none;
    display: flex;
    align-items: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
    border: none;
    color: #ff9d00;
    background-color: transparent;
}
.nav-tabs>li{
    color: #909090;
    font-size: 18px;
}
.nav-tabs>li.ro{
    margin: 0 5px;
}
.nav-tabs li a{
    white-space: nowrap;
}
.nav-tabs>li>a{
    background: transparent;
    border: none;
    color: #909090;
    font-size: 18px;
    padding: 0;
}
.modal_form{
    display: flex;
    flex-direction: column;
}
.modal_form .row1{
    display: flex;
}
.modal_form .rad_lab{
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ffa100;
}
.modal_form .rad_lab input{
    display: none;
}
.modal_form .rad_lab span{
    font-size: 14px;
    text-align: center;
    color: #ffa100;
    background: #fff;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
}
.modal_form .form_content{
    display: flex;
    flex-direction: column;
    padding: 0 60px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 30px;
}
.modal_form  .rad_lab input:checked + span{
    color: #fff;
    background: #ffa100;
}
.modal_form .lb_inp{
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
}
.modal_form .lb_inp .lbl_txt{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b9bdc3;
    margin-bottom: 5px;
}
.modal_form .lb_inp input{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #f8f9fa;
    border: solid 1px #e7e8ea;
    outline: none;
    font-weight: normal;
}
.modal_form .lb_inp.error input{
    border: solid 1px #e02d2d;
}
.modal_form .lb_inp.error .err_txt{
    font-size: 11px;
    color:  #e02d2d;
    position: absolute;
    bottom: 5px;
    left: 0;
    font-weight: normal;
}
.modal_form .but.send{
    width: 100%;
    margin-top: 15px;
}
.forg_but {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #6f6d6d;
    cursor: pointer;
}
.modal_form.mod1{
    padding: 30px 60px;
    text-align: center;
}
.modal_form.mod1 .txt_mail{
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    margin-top: 15px;
}
.modal_form input[type='checkbox'] {
    cursor: pointer;
}
.over_hid{
    position: relative;
    z-index: 1;
}
.over_hid .img_overplay{
    justify-content: flex-end;
    padding-bottom: 26px;
}
.over_hid .img_overplay .bold_txt{
    text-transform: uppercase;
}
.over_hid:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(296deg, rgba(47, 185, 248, 0), rgba(53, 175, 246, 0.14), #566dec);
    z-index: 0;
}
.hamatir{
    display: flex;
    flex-wrap: wrap;
}
.hamatir .col{
    width: 25%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}
.hamatir .col .include{
    width: 320px;
    max-width: 100%;
    background-color: #f8f9fa;
    padding-bottom: 15px;
    box-shadow: 0 1px 3px 0 rgba(32, 33, 39, 0.12);
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 25px;
}
.hamatir .col .include img {
    max-width: 100%;
    max-height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.hamatir .col .view {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    color: #469af4;
}
.hamatir .col .name {
    min-height: 52px;
    padding: 12px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #282b31;
}
.hamatir .col .txt {
    height: 80px;
    width: 310px;
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #676c75;
}
.overpl_err{
    width: 425px;
    padding: 60px ;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    position: absolute;
    left: calc(50% - 212.5px);
    top: 104px;
}
.overpl_err img{
    width: 215px;
}
.overpl_err .but{
    width: 100%;
    font-size: 17px;
}
.overpl_err .txt{
    text-align: center;
    opacity: 0.5;
    font-family: Montserratarm;
    font-size: 18px;
    color: #000000;
    padding: 60px 0;
}
.err_page{
    width: 100%;
    height: 710px;
    background: url(../../img/header-map.png) no-repeat center;
}
.ap_button a{
    margin-top: 12px;
    margin-right: 10px;
    display: inline-block;
}
.ap_button a img{
    width: 106px;
}
.hot_filter {
    border-bottom: 1px solid #b9ccf8;
    margin-bottom: 15px;
    padding: 15px 0;
}
.help_message{
    display: flex;
    align-items: center;
    color: red;
    margin-top: -45px;
    margin-bottom: 40px;
}
.help_message .but{
    margin: 0 10px;
}
@media (max-width: 1150px) and (min-width: 768px){
    .main_conainer nav{
        font-size: 13px;
    }
    .navbar-nav>li{
        margin: 0 8px;
    }
    .navbar-nav>li>a{
        padding-left: 7px;
        padding-right: 7px;
    }
    .but.reg {
        width: 94px;
    }
    .overpl_err .but {
        width: 100%;
    }
    .but.sign {
        width: 71px;
    }
}
@media (max-width: 1200px){
    .txt_container .txt1{
        font-size: 2.5vw;
    }
    .txt_container hr{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .txt_container .bold_txt{
        font-size: 3.5vw;
    }
}
@media (max-width: 1100px){
    .our_service .bot_section .left{
        width: 100%;
    }
    .our_service .bot_section .right{
        width: 100%;
        justify-content: center;
        margin-top: 40px;
    }
    .our_service .bot_section{
        flex-wrap: wrap;
    }
}
@media (max-width: 991px){
    .mod_cont{
        flex-direction: column;
    }
    .txt3{
        display: none;
    }
    .hamatir .col{
        width: 33.3333%
    }
}
@media (min-width: 768px){
    .navbar-nav {
        float: none;
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .modal-dialog{
        width: 425px;
    }
}

@media (max-width: 768px){
    .img_txt{
        display: block;
    }
    .about .txt.mod1{
        max-width: 100%;
    }
    .about .txt.mod1.mod2{
        padding-left: 0;
        margin-top: 10px;
    }
    .nav.navbar-nav{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }
    .nav .but_li{
        margin-top: 15px;
    }
    .lic{
        top: 15px;
    }
    .hamatir .col{
        width: 50%
    }

    .img_overplay{
        left: 40px;
    }
    .img_overplay.mod{
        width: calc(100% - 80px)
    }
    footer{
        flex-direction: column;
    }
    .foot_div{
        padding: 15px 0;
    }
    .modal_form .form_content{
        padding: 0 15px
    }
    .modal-dialog{
        width: 300px;
    }
    .modal_form.mod1{
        padding: 30px 15px;
        text-align: center;
    }

}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}


@media (max-width: 600px){
    .logo_container img{
        width: 50px;
    }
    .bold_txt{
        padding: 15px 0;
    }
    .but_container .but{
        height: 35px;
        font-size: 14px;
    }
    .but_container .but.reg{
        width: 120px;
        margin-right: 20px;
    }
    .but_container .but.sign.mod{
        width: 76px;
    }
    .hamatir .col{
        width: 100%;
    }
    .txt_container .bold_txt{
        font-size: 4.5vw;
    }
    .overpl_err{
        width: 300px;
        padding: 30px;
        left: calc(50% - 150px);
        top: 60px;
    }
    .err_page{
        height: 454px;
    }
    .overpl_err img {
        width: 181px;
    }
    .overpl_err .txt{
        padding: 20px 0;
    }
}
@media(max-width: 580px){
    footer {
        padding: 42px 33px;

    }
}
@media (max-width: 480px){
    .head{
        font-size: 28px;
    }
    .img_h{
        height: 110px;
    }
    .contact_form{
        padding: 20px;
        height: 100%;
    }
    .contact_form .row1{
        flex-direction: column;
    }
    .lb_txt{
        width: 100%;
    }
    .nav-tabs li a{
        font-size: 15px!important;
    }
    .modal_form .rad_lab span{
        font-size: 12px;
    }
}

/* header */
.navbar-inverse #menuBar .navbar-nav>li>a {
    text-transform: capitalize;
}
