@font-face {
    font-family: "AvenirNextCyr-Demi";
    src: url("../Montserrat-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "AvenirNextCyr-Regular";
    src: url("../Montserrat-Regular.ttf") format("opentype");
}
body {
    color: #000;
    font-family: AvenirNextCyr-Regular;
    font-size: 15px;
}
h2 {
    font-family: AvenirNextCyr-Demi;
    font-size: 40px;
}
h3 {
    font-family: AvenirNextCyr-Demi;
    font-size: 30px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
}
.scroll-header-wrapper{
    position: fixed;
        width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    top: 0 !important;
    left: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
      z-index: 101;
}
.header-wrapper{
    top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
}
.logo {
   position: relative; 
}
.fa-bars{
    display: none !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
}
.nav_top {
   margin: 0 30px;
}
.nav_top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav_top ul li {
    padding: 0px 14px;
}
.nav_top a {
    color: #000;
    font-family: AvenirNextCyr-Demi;
    font-size: 14px;
    transition: 0.5s;
}
.nav_top a:hover {
    color: #4169E1;
}
.call_answer {
    font-size: 15px;
    float: left;
    margin-top: 39px;
    margin-left: -8px;
}
div.phone a {
    color: #000;
    font-size: 22px;
    transition: 0.5s;
}
div.phone span {
    color: #4169E1;
}
div.phone a:hover {
    color: #4169E1;
}
div.phone i {
    background-color: #fff;
    border-radius: 50px;
    color: #4169E1;
    font-size: 19px;
    padding: 10px;
    margin-right: 10px;
}
.section-1 {
}
.s1_text_block {
    margin-top: 120px;
    margin-left: 15px;
}
.s1_text_block h2 {
    line-height: 47px;
    margin-bottom: 25px;
}
.btn {
    background-color: #4169E1;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    font-family: AvenirNextCyr-Demi;
    margin-top: 20px;
    margin-bottom: 70px;
    padding: 16px 95px;
    box-shadow: 0 0 0 0 rgba(90, 153, 220, 0.7), inset 0 1px 0 #4169E1;
    cursor: pointer;
    -webkit-animation: pulses 2s infinite cubic-bezier(0.6, 0, 0, 1);
    transition: 0.5s;
}
@-webkit-keyframes pulses {to {box-shadow:0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #4169E1}}
.s1_image {
    display: table;
    margin: 58px auto 0 auto;
}
.section-2 {
    margin-top: 100px;
}
.s2_text_block {
    margin-top: 150px;
    margin-left: 10px;
}
.s2_text_block h2 {
    margin-top: 35px;
    line-height: 47px;
    margin-bottom: 47px;
}
.section-3 {
}
.s3_text_block {
    margin-left: 97px;
    margin-top: 60px;
}
.s3_image {
    margin: -282px auto 0 auto;
    display: table;
}
.section-4 {
}
.s4_image {
    margin: -100px 0 0 40px;
}
.s4_text_block {
    margin-top: 150px;
    margin-left: 15px;
}
.section-5 {
    background-image: url(../images/section-5.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 520px;
    margin-top: -49px;
}
.s5_text_block {
    margin-left: 33px;
    margin-top: 125px;
}
.s5_text_block h3 {
    color: #fff;
}
.section-6 {
    margin-top: 27px;
    margin-bottom: 88px;
}
.about {
    margin-top: 60px;
}
.about_image {
    float: left;
    margin-right: 55px;
    margin-left: 22px;
}
.about_text {
    padding-top: 85px;
}
.section-7 {
    background-image: url(../images/section-7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 476px;
}
.s7_text_block {
    color: #fff;
    padding-top: 70px;
    padding-left: 33px;
}
.section-8 .container {
    padding: 0;
}
.s8_text_block {
    margin-top: 40px;
}
.s8_text_block > p {
    line-height: 26px;
}
.s8_text_block > h3 {
    background-color: #f3ffff;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 40px 100px;
    text-align: center;
}
.tuning {
    background-color: #f3ffff;
    font-family: AvenirNextCyr-Demi;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}
.tuning p {
    color: #000;
    margin: 0;
    padding: 15px 0;
}
.s8_text_block i {
    color: #a7baba;
    float: right;
    font-size: 26px;
    margin-right: 22px;
}
.section-9 {
    background-color: #3387fd;
    margin-top: 32px;
    padding-top: 20px;
    padding-bottom: 25px;
}
.section-9 h3 {
    color: #fff;
}
.s10_image img {
    float: right;
    margin-right: 20px;
}
.s10_text_block {
    margin-top: 180px;
    margin-left: 10px;
}
.s11_text_block {
    margin-left: 90px;
    margin-top: 170px;
}
.s11_image {
    margin-top: 70px;
    margin-left: 40px;
}
.s12_image {
    margin-top: -75px;
    margin-left: 175px;
}
.s12_text_block {
    margin-top: 135px;
    margin-left: 10px;
}
.section-13 {
    background-image: url(../images/section-13.jpg);
    background-repeat: no-repeat;
    height: 476px;
    margin-top: 40px;
}
.s13_text_block {
    color: #fff;
    margin-left: 40px;
    margin-top: 130px;
}
.section-14 {
    margin-top: 15px;
}
.num {
    margin: 30px 0;
    overflow: hidden;
}
.num-image {
    float: left;
    margin-right: 25px;
    margin-left: 35px;
}
.num_text {
    padding-top: 15px;
}
.section-15 {
    margin-top: 35px;
}
.s15_text_block {
    margin-top: 175px;
    margin-left: 35px;
}
.s15_image {
    margin-top: 35px;
}
.section-16 {
    margin-top: 100px;
    margin-bottom: -5px;
}
.copyright {
    float: left;
    margin-top: 40px;
    margin-left: 25px;
}
.col-xs-12, .col-xs-6 {
    padding: 0;
}
.section-16 iframe {
    border: none !important;
    width: 100%;
}
.ajax_form .btn {
    margin-bottom: 20px;
    border: none;
}
.modal-body .btn {
    padding: 7px 10px;
    width: 100%;
    border: none;
}
.ajax_form span {
    cursor: pointer;
    font-weight: bold;
}
.fa-times {
    color: #dd0202;
    font-size: 18px;
}
.fa-check {
    color: green;
    font-size: 18px;
}
@media (max-width: 1600px) {
    .s3_image, .s2_text_block {
        margin: 0 auto;
    }
    .s4_text_block {
        margin-top: 50px;
    }
    .s11_text_block {
        margin-left: 40px;
        margin-top: 50px;
    }
    .s12_image {
        margin-top: 50px;
    }
    .s12_text_block {
        margin-top: 50px;
    }
}
@media (max-width: 1200px) {
    .s10_text_block {
        margin-top: 100px;
    }
    .btn {
       padding: 16px 50px;
   }
}
@media (max-width: 992px) {
    .s4_image {
        margin: 0 0 0 40px;
    }
    .s5_text_block {
        margin-left: 0;
    }
    .about_image {
        float: none;
        margin: 0;
        text-align: center;
    }
    .about_text {
        padding: 30px;
        text-align: center;
    }
    .s7_text_block {
        padding-left: 0;
    }
    .section-5 {
        margin-top: 50px;
    }
    .nav-tabs > li {
        margin: 0 10px;
    }
}
@media (max-width: 880px) {
    .nav_top {
       margin: 0 10px;
    }
}
@media (max-width: 840px) {
    .nav_top ul li a{
        font-size: 13px;
    }
    div.phone a{
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    .s1_text_block, .s15_text_block {
        margin-top: 50px;
        margin-left: 0;
    }
    .s3_text_block, .s4_text_block, .s11_text_block, .s12_image {
        margin: 40px 0;
    }
    .s1_text_block, .s2_text_block, .s3_text_block, .s4_text_block, .s8_text_block, .s11_text_block, .s12_text_block, .s15_text_block {
        padding: 0 15px;
    }
    .s1_image, .s3_image, .s4_image, .s11_image, .s12_image {
        width: 70%;
    }
    .s4_image, .s11_image, .s13_text_block {
        margin: 0 auto;
    }
    .section-5 {
        background-position: left;
        height: 100%;
    }
    .tuning {
        font-size: 20px;
    }
    .section-7 {
        background-position: left;
        height: 100%;
    }
    .s7_text_block {
        padding: 50px 0;
    }
    .s5_text_block {
        margin: 0;
    }
    .s13_text_block, .s5_text_block {
        padding: 50px 15px;
    }
    .s8_text_block > h3 {
        padding: 40px 15px;
    }
    .s10_text_block {
        margin-top: 50px;
    }
    .s11_image, .section-15 {
        margin-top: 0;
    }
    .s12_image {
        margin-left: 50px;
    }
    .section-13 {
        height: 100%;
    }
    .nav-tabs > li {
        margin: 10px 10px;
    }
    .btn {
        display: table;
        padding: 16px 40px;
        margin: 20px auto;
    }
    .header-wrapper{
        display: block;
        height: auto;
    }
    .nav_top{
        display: none;
    }
    .nav_top ul{
        display: block;
    }
    .logo{
        padding: 10px 0 0 10px;
    }
    .logo img{
        width: 140px;
    }
    .nav_top ul li {
        margin: 5px 0;
    }
    div.phone {
        text-align: center;
    }
    .fa-bars{
        display: block !important;
    }
}
.tab-content thead th {
    text-align: center;
    padding: 15px 4px;
}
@media (max-width: 630px) {
    .nav-tabs > li{
        float: none;
    }
}
@media (max-width: 600px) {
    .tab-content thead {
        font-size: 9px;
    }
    .tab-content tbody tr td{
        font-size: 12px;
    }
}
@media (max-width: 470px) {
    .tab-content{
        padding: 0;
    }
    .tab-content thead th {
        padding: 0;
    }
    .tab-content tbody tr td{
        padding: 12px 0;
    }
}
@media (max-width: 370px) {
    div.phone{
        margin-top: 0;
    }
}
