/* General Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/roboto/Roboto-Thin.ttf');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
}

body, html {
    padding: 0;
    margin: 0;
}

.head_text {
    color: #fff;
    font-family: 'Roboto-Light';
    text-align: center;
}

@media (min-width: 768px) {
    .head_text {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .head_text {
        font-size: 30px;
    }
}

.logo_img {
    width: 191px;
    height: 88px;
}

.fixed-header-on .logo_row { /*only wen fixed*/
    margin-top: -15px;
}

@media (min-width: 768px) {
    .header .header_pad {
        padding-top: 20px;
    }
}

.navbar-nav {
    float: right;
    margin: 0;
}

.main_about_us {
    text-align: left;
    padding: 50px 0 50px 0;
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Roboto-Light';
    line-height: 1.7;
    background: -webkit-linear-gradient(45deg, rgb(230, 232, 233) 0%, rgb(242, 242, 242) 46%, rgb(230, 232, 233) 100%);
}

.main_about_us_page {
    text-align: left;
    padding: 50px 0 50px 0;
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Roboto-Light';
    background-color: #ffffff;
    line-height: 1.7;
}

.padd2 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
}

.up_case {
    text-transform: uppercase;
}

.abil_block {
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.abil_block p.animated.fadeInRight {
     font-size: 14px;
 }

#abil_h {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
}

#abil_image {
    align: center;
    float: left;
    margin-right: 29px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.simple_block {
    min-height: 430px;
    overflow: hidden;
    padding-top: 50px;
    overflow: hidden;
}

@media (min-width: 880px) {
    .simple_block {
        background: url(/images/exp_l.png) left 0px no-repeat, /* On top,    like z-index: 4; */ url(/images/exp_r.png) right 0px no-repeat, /*            like z-index: 3; */ -webkit-linear-gradient(45deg, rgb(230, 232, 233) 0%, rgb(242, 242, 242) 46%, rgb(230, 232, 233) 100%);
    }
}

@media (max-width: 879px) {
    .simple_block {
        background: -webkit-linear-gradient(45deg, rgb(230, 232, 233) 0%, rgb(242, 242, 242) 46%, rgb(230, 232, 233) 100%);
    }
}

@media (min-width: 450px) {
    .smpl_header {
        padding-bottom: 70px;
    }
}

.smpl_txt1 {
    display: block;
    color: #484848;
    font-size: 16px;
    font-family: 'Roboto-Light';
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    padding-bottom:20px;
}

/*---------prices_page  start------------*/
.prices_page {
    color: #484848;
    line-height: 1.2;
    padding: 50px 0 50px 40px;

}

.pp_p1 {
    font-family: 'Roboto-Light';
    font-size: 22px;
    margin-bottom: 40px;
}

.pp_p2 {
    font-family: 'Roboto-Regular';
    font-size: 17px;
}

.pp_p3 {
    font-family: 'Roboto-Light';
    font-size: 15px;
    margin-left: 30px;
    line-height: 2.5;
}

.pp_p4 {
    font-family: 'Roboto-Light';
    font-size: 21px;
}

.pp_p5 {
    font-family: 'Roboto-Light';
    font-size: 19px;
}

.rect_brdr_coners {
    border-width: 1px;
    border-color: rgb(59, 191, 247);
    border-style: solid;
    border-radius: 35px;
    padding: 20px;
    margin-bottom: 20px;
}

.rect_brdr_coners p {
    margin: 0;
}

/*---------prices_page  end------------*/


.advantage_block {
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 1250px) {
    .advantage_block {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.advantage_box {
    text-align: center;
    padding: 30px 30px 30px 30px;
    margin-top: 30px;
    border-radius: 35px;
}

.advantage_header {
    font-size: 32px;
    font-family: 'Roboto-Thin';
    color: #111111;
    line-height: 1.2;
    text-align: center;
}

.text_advantage {
    font-size: 16px;
    font-family: 'Roboto-Light';
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
}

.blue_color1 {
    background-color: #47c9ff;
}

.blue_color2 {
    background-color: #149ddc;
}

.blue_color3 {
    background-color: #0074a9;
}

@media (min-width: 1200px) {
    .box_round_coners {
        margin: 30px 0px 80px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box_round_coners {
        margin: 40px 25px 60px 25px;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .box_round_coners {
        margin: 40px 10px 50px 10px;
    }
}

@media (max-width: 599px) {
    .box_round_coners {
        margin: 25px 10px 25px 10px;
    }
}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fourth_main_block {
    height: 150px;
}

.fifth_main_block {
    height: 150px;
}

.sixth_main_block {
    height: 150px;
}

.footer_own {
    background-color: #000000;
    font-size: 13px;
    font-family: 'Roboto-Light';
}

.footer_href {
    text-decoration: underline;
    color: #ffffff;
    display: block;
    margin-top: 18px;
}

.footer_text_right {
    color: #ffffff;
    text-align: right;
    display: block;
    margin-top: 18px;
}

.footer_own a {
    color: #ffffff;
}

.animated .header_pad {
    padding-top: 0px;
}

.bigbtn {
    font-family: 'Roboto-Light';
    border: none;
    width: 200px;
    height: 55px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 35px;
    box-sizing: border-box;
    color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1OWVkZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTllZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 158, 221, 0)), color-stop(100%, rgba(21, 158, 221, 1)));
    background: -webkit-linear-gradient(top, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    background: -o-linear-gradient(top, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    background: -ms-linear-gradient(top, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00159edd', endColorstr='#159edd', GradientType=0);
    background-color: #47c9ff;
    transition: .2s;
}

.bigbtn_more {
    font-family: 'Roboto-Light';
    border: none;
    width: 150px;
    height: 45px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 35px;
    box-sizing: border-box;
    color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1OWVkZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTllZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 158, 221, 0)), color-stop(100%, rgba(21, 158, 221, 1)));
    background: -webkit-linear-gradient(top, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    background: -o-linear-gradient(top, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    background: -ms-linear-gradient(top, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(21, 158, 221, 0) 0%, rgba(21, 158, 221, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00159edd', endColorstr='#159edd', GradientType=0);
    background-color: #47c9ff;
    transition: .2s;
}

.main_text {
    padding-top: 300px;
}

@media (min-width: 1199px) {
    .main_text {
        padding-top: 350px;
    }
}

@media (max-width: 750px) {
    .main_text {
        padding-top: 200px;
    }
}

.bigbtn:hover {
    background-color: #159edd;
}

.langBlockBig > a {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.langBlockBig :hover { /* стиль для ru[en]*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #d60101;
    font-size: 14px;
    font-weight: 500;
}

.termsHref > a {
    color: #ccc;
}

.termsHref :hover {
    color: #d60101;
    text-decoration: none;
}

.search-form {
    border-radius: 15px;
    height: 25px;
    margin-top: 15px;
}

.ff {
    width: 100%;
    text-align: center;
}

.btn-primary1 {
    width: 200px;
    color: #fff;
    background-color: #8824cd;
    border-color: #8824cd;
}

.btn-primary1:hover {
    color: #fff;
    background-color: #7109b9;
    border-color: #7109b9;
}

.btn-primary2 {
    width: 150px;
    color: #fff;
    background-color: #2196f3;
    border-color: #056EC1;
}

.btn-primary2:hover {
    color: #fff;
    background-color: #056EC1;
    border-color: #056EC1;
}

.header_main {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background-size: cover;
    height: 715px;
}
.main_background_mobile{
    position: fixed;
    top: -3px;
    left: 0px;
    min-width: 101%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    background-image: url('/images/header_mobile_bg.jpg');
}

#background {
    position: fixed;
    top: -3px;
    left: 0px;
    min-width: 101%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

.white_overlay {
    background: rgba(222, 245, 255, 0.4);
}

.video_overlay_texture {
    position: absolute;
    top: 0;
    width: 100%;
    height: 757px;
    opacity: 0.2;
    bottom: 0;
    background-image: url('/images/overlay02.png');
    z-index: -1;
}

.layer_points {
    background-image: url('/images/overlay02opac02.png');
    height: 100%;
    width: 100%;
    position: relative;
}

.layer_points_bottom {
    background-image: url('/images/overlay02opac02.png');
}

.second_header_background {
    background: url('/images/heder_bg3.png') no-repeat 50% 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    position: relative;
}

.layer_white {
    background: rgba(222, 245, 255, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
}

.second_header_title {
    color: #1f1e1e;
    font-family: 'Roboto-Thin';
    font-size: 60px;
    text-align: center;
    padding-top: 140px;
    z-index: 2;
}
@media  (max-width: 500px) {
    .second_header_title {font-size: 45px;}
}

.phhh1 {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: url('/heder_bg.jpg') no-repeat 50% 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.phhhh {
    background: url('/images/about_img.jpg') no-repeat 50% 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main_services {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.no {
    padding-right: 0px;
    padding-left: 0px;
}

.nor {
    margin-right: 0px;
    margin-left: 0px;
}

.imgCenter {
    text-align: center;
}

.center {
    display: block;
    margin: 0 auto;
}

.contacts_box {
    font-size: 18px;
    font-family: 'Roboto-Light';
    color: #111111;
    line-height: 1.2;
    text-align: center;
}

@media (min-width: 1200px) {
    .contacts_box {
        padding: 80px 0 80px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contacts_box {
        margin: 80px 0px 80px 0;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .contacts_box {
        margin: 50px 0 50px 0;
    }
}

@media (max-width: 599px) {
    .contacts_box {
        margin: 25px 0 25px 0;
    }
}

.contacs_boxes {
    background-color: #ffffff;
    clear: both;
    overflow: hidden;
}

.text_pad {
    padding: 40px 0 0 0;
}

@media (max-width: 767px) {
    .clearfix:after, .container:after, .row:after {
        clear: none;
    }

    .navbar.navbar-default {
        background: none;
        border: none;
        color: #fff;
    }

    .header {
        padding: 0;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-style: none;
}

.modal_label {
    font-size: 13px;
    font-family: 'Roboto-Light';
    color: #111111;
    line-height: 1.2;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.modal_label_span {
    color: #ff0000;
    font-weight: lighter;
    font-size: 14px;
}

.modal_input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #b6b6b6;
    color: #000;
    padding: 15px;
}

.modal_submit {
    background: transparent;
    color: #1DA4E2;
    border: 1px solid #1DA4E2;
}

#contact_form a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

.contact_us_line {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 15px;
    background-color: #149ddc;
    text-align: center;
}

#ajaxform {
    padding-top: 40px;
    padding-bottom: 40px;
}

.btn_sendform {
    color: #fff;
    background-color: #149ddc;
    border-color: #149ddc;
}

.btn_sendform:hover, .btn_sendform:focus, .btn_sendform.focus {
    color: #fff;
    background-color: #0074a9;
    border-color: #0074a9;
}

#BMKLogisticMap {
    height: 400px;
    width: 100%;
    margin-top: -5px;
}



