@import url(bootstrap.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
@import url(font-awesome.css);

@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2.html') format('woff2'), 
         url('../fonts/MaterialIcons-Regular.woff.html') format('woff'), 
         url('../fonts/MaterialIcons-Regular.ttf.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -400px 0;
}
.footer-push{
    height: 400px;
}
.footer-wrapper{
    min-height: 400px;
    background: #122436 url(../images/group-13_4.png) 50% -210px no-repeat;
}
.footer-wrapper .container{
    position: relative;
}
.footer-wrapper .container:before{
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    top: 80px;
    left: -150px;
    z-index: 30;
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    opacity: 0.5;
}
.footer-top{
    height: 240px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-wrapper .footer-bottom{
    padding: 50px 0;
    font-size: 14px;
    color: #ffffff;
}
.copyright{
    margin-bottom: 10px;
}
.footer-wrapper .development a:hover{
    color: #fff;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: #122436;
    overflow-x: hidden;
    background: #122436;
}
blockquote{
    border-left: 3px solid #f05157;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    background: #f05157;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}

ul.list li{
    min-height: 30px;
    margin-bottom: 30px;
    padding-left: 44px;
}
ul.list li:after{
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
ul.list li:before{
    content: "";
    position: absolute;
    z-index: 5;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 11px;
    left: 9px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333333;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}
.content table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
h1,
.title-h1{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 30px;
}
h2,
.title-h2{
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 30px;
}
h3,
.title-h3{
    font-size: 22px;
    font-weight: 800;
    line-height: 1.91;
    margin-bottom: 30px;
}
h4,
.title-h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
@media (max-width: 1229px) {
    h1,
    .title-h1{
        font-size: 36px;
        margin-bottom: 25px;
    }
    h2,
    .title-h2{
        font-size: 36px;
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 32px;
    }
    h2,
    .title-h2{
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 28px;
    }
    h2,
    .title-h2{
        font-size: 28px;
    }
}
.light{
    font-weight: 100;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
a{
    color: #f05157;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.content a:hover{
    color: #fff;
    text-decoration: underline;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #f05157;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 35px 20px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: none;
    line-height: 1.56;
    letter-spacing: normal;
    box-shadow: inset 0 -5px 0 0 #ca242a;
}
.btn:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    color: #fff;
}

.btn.btn-transparent,
.btn.transparent-btn,
.btn.invert{
    background: transparent;
    color: #f05157;
}
.btn.btn-transparent:hover,
.btn.transparent-btn:hover,
.btn.invert:hover{
    color: #fff;
    background: #f05157;
}
.btn.btn-white{
    background: #fff;
    border-color: #fff;
    color: #f05157;
}
.btn.btn-white:hover{
    background: transparent;
    border-color: #f05157;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.big{
    padding: 15px 55px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 35px 25px;
}
.modal .title-h3{
    text-transform: uppercase;
    color: #122436;
    margin-bottom: 0;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
/**************************************/

/* ======= AGREEMENT ======= */
.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement input + label{
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    display: inline-block;
}
.agreement i{
    position: absolute;
    top: -1px;
    left: 0;
}
.agreement input + label .checked{
    display: none;
}
.agreement input:checked + label .checked{
    display: inline-block;
    color: #122436;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #2867B8;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.pagination a:hover{
    color: #FF982E;
}
.pagination .active a{
    background: #f05157;
    color: #fff;
}
/* /. PAGINATION */


/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 15px;
    top: 25px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1200;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E !important;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -470px;
    background: #122436;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    padding-top: 100px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #f05157;
    background: #2b3a4a;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 5px;
    height: 3px;
    background: #f05157;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}
@media (max-width: 991px) {
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}

@media (max-width: 991px){
   .mobile-menu {
        overflow-y: scroll;
    }
}

@media (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/************* /. mobile-menu **************/


/* ======= HEADER ======= */
.header-wrapper{
    background: #122436;
    border-bottom: 1px solid #293748;
}
.header-top-inner{
    height: 100px;
}
.header-top-inner .logo{
    height: 100%;
    display: inline-block;
    margin-right: 35px;
}
.language-block{
    height: 100%;
    display: inline-block;
    font-size: 16px;
    position: relative;
    z-index: 300;
}
.language-block-inner{
    position: relative;
    height: 36px;
    width: 60px;
    line-height: 36px;
    box-shadow: inset 0 0 0 2px #273748;
    color: #fff;
    padding-top: 36px;
}
.language-block-inner:after{
    content:"";
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
}
.language-block-inner > div{
    display: none;
}
.language-block a{
    display: block;
    padding: 0 12px;
    background: rgba(255,255,255,1);
    color: #122436;
}
.language-block a:hover{
    color: #f05157;
}
.language-block-inner:hover > div{
    display: block;
}
.language-block-inner > div.active{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.language-block .active a{
    color: #fff !important;
    background: transparent;
}
.language-block .active:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    z-index: 20;
}
.header-contacts-block{
    float: right;
    height: 100%;
    width: 650px;
    max-width: 100%;
}
.header-contacts-block .table-cell > div{
    display: inline-block;
    margin-right: 45px;
    color: #fff;
}
.header-contacts-block .table-cell > div:last-of-type{
    margin-right: 0;
}
.header-contacts-block .table-cell > div img{
    vertical-align: middle;
    margin-right: 10px;
}
.header-contacts-block .table-cell > div > a{
    color: #fff;
}
.header-contacts-block .table-cell > div > a:hover{
    color: #f05157;
}
.header-phone a{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    bottom: -2px;
}


/* ======= TOP MENU ======= */
.header-bottom{
    position: relative;
}
.header-bottom:before{
    content: "";
    background: #293748;
    height: 1px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.top-menu{
    text-align: center;
}
.top-menu > ul{
    display: flex;
    justify-content: space-between;
}
.top-menu > ul > li{
    height: 65px;
    line-height: 65px;
    margin: 0 20px;
    position: relative;
}
.top-menu > ul > li:first-of-type{
    margin-left: 0;
}
.top-menu > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu > ul > li > a{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.top-menu > ul > li > a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}
.top-menu > ul > li.active > a:after{
    background: #f05157;
}
.top-menu > ul > li:hover > a{
    color: #f05157;
}
.top-menu > ul > li > ul{
    position: absolute;
    left: -20px;
    top: 100%;
    width: 300px;
    text-align: left;
    z-index: 800;
    line-height: 1.2;
    background: #1a2f45;
    padding: 30px 25px 5px;
    font-size: 16px;
    display: none;
}
.top-menu > ul > li:hover > ul{
    display: block;
}
.top-menu > ul > li > ul > li{
    margin-bottom: 25px;
}
.top-menu > ul > li > ul > li > a{
    color: #fff;
}
.top-menu > ul > li > ul > li > a:hover,
.top-menu > ul > li > ul > li.active > a{
    color: #f05157;
}
/* ======= /. TOP MENU ======= */

@media(max-width:991px){
    .header-contacts-block {
        width: 380px;
        float: none;
        display: inline-block;
        position: relative;
        margin-left: 60px;
    }
    .header-phone a{
        font-size: 18px;
    }
    .header-contacts-block .table-cell > div{
        margin-right: 0;
    }
    .header-contacts-block .table-cell > div img {
        margin-right: 5px;
    }
    .header-city{
        position: absolute;
        left: 0;
        top: 20px;
    }
    .header-email{
        position: absolute;
        left: 0;
        bottom: 20px;
    }
    .header-phone{
        position: absolute;
        right: 0;
        top: 18px;
    }
    .header-wrapper{
        height: 100px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1100;
    }
    .header-wrapper-push{
        height: 100px;
    }
}
@media(max-width: 830px){
    .header-contacts-block {
        width: 360px;
        margin-left: 40px;
    }
}
@media(max-width: 767px){
    .header-wrapper,
    .header-wrapper-push,
    .header-top-inner{
        height: 60px;
    }
    .header-top-inner .logo{
        margin-right: 15px;
    }
    .header-top-inner .logo img{
        height: 40px;
    }
    .language-block-inner{
        height: 40px;
        padding-top: 40px;
        line-height: 40px;
    }
    .header-phone{
        position: static;
    }
    .header-contacts-block{
        margin-left: 0;
        width: auto;
        float: right;
        display: block;
        margin-right: 60px;
    }
    .menu-button{
        top: 20px;
    }
    .mobile-menu{
        padding-top: 60px;
    }
}
@media(max-width: 470px){
    .header-contacts-block{
        margin-right: 50px;
    }
    .header-phone img{
        display: none;
    }
    .header-phone a {
        font-size: 11px;
        font-weight: normal;
        bottom: auto;
    }
    .header-top-inner .logo {
        margin-right: 5px;
    }
    .language-block{
        font-size: 13px;
    }
    .language-block-inner{
        width: 45px;
    }
    .language-block a{
        padding: 0 8px;
    }
    .language-block-inner:after {
        border-top-width: 4px;
        border-right-width: 3px;
        border-left-width: 3px;
        right: 6px;
        margin-top: -1px;
    }
}

/* ======= TOP SLIDER ======= */
.top-slider .item{
    height: 775px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 40px 0 150px;
}
.top-slider .title{
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}
.top-slider .text{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.top-slider .slider-content .btn{
    margin-bottom: 0;
}
/* ======= /. TOP SLIDER ======= */
@media (max-width: 1229px) {
    .top-slider .title{
        font-size: 48px;
    }  
    .top-slider .item{
        height: 640px;
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .top-slider .title{
        font-size: 32px;
    }
    .top-slider .item{
        padding: 70px 0;
        height: 500px;
    }
    .top-slider .item .btn{
        font-size: 16px;
        padding: 12px 25px 17px;
    }
}

@media (max-width: 767px) {
    .top-slider .title{
        font-size: 26px;
    }
    .top-slider .text{
        font-size: 16px;
    }
}

/* ======= /. HEADER ======= */
.about-section{
    background: #122436;
    position: relative;
}
.about-section:before{
    content: "";
    background: url(../images/bg1.png);
    width: 112px;
    height: 112px;
    position: absolute;
    top: 124px;
    left:50%;
    margin-left: -800px;
}
.about-section .inner{
    background: #fff;
    margin-top: -95px;
    position: relative;
    z-index: 10;
}
.about-section  .element-bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #ccc;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-section  .element-content{
    padding: 60px;
}
@media(min-width: 1230px){
    .about-section h1{
        font-size: 40px;
    }
}
@media (max-width: 1229px) {
    .about-section{
        padding-top: 70px;
    }
    .about-section .inner{
        margin-top: 0;
    }
    .about-section  .element-content{
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .about-section  .element-bg{
        width: 41.66666667%;
    }
    .about-section  .element-content{
        padding: 45px;
    }
}
@media (max-width: 767px) {
    .about-section  .element-bg{
        display: none;
    }
    .about-section  .element-content{
        padding: 30px;
    }
}

.num-section{
    padding: 170px 0 70px;
    background: url(../images/bg2.png) 50% 0 no-repeat #122436;
    position: relative;
}
.num-section .container{
    position: relative;
    z-index: 10;
}
.num-section .title{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff;
    padding-bottom: 120px;
}
.num-section .element{
    margin-bottom: 50px;
}
.num-section .element-num{
    font-size: 90px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 7.88px;
    color: #f05157;
    margin-bottom: 15px;
    visibility:hidden;
}
.num-section .element-num.visible{
    visibility:visible;
}
.num-section .element-text{
    font-size: 18px;
    line-height: 1.56;
    color: #ffffff;
}
@media (max-width: 1229px) {
    .num-section .element{
        padding: 0 15px;
    }
    .num-section .element-num{
        font-size: 70px;
    }
    .num-section .element-text{
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .num-section .row > hr:nth-of-type(2n){
        clear: both;
    }
    .num-section .title{
        font-size: 46px;
        padding-bottom: 80px;
    }
}

.logo-csrousel-section{
    background: #122436;
}
.logo-csrousel-section .inner{
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 70px 0;
}
.logo-carousel .element{
    padding: 0 15px;
}
.logo-carousel > div{
    display: none;
}
.logo-carousel > div:first-of-type{
    display: block;
}
.logo-carousel.slick-slider > div{
    display: block;
}

.application-section{
    position: relative;
    z-index: 20;
    background: url(../images/application-section-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.application-section .container:after{
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: -54px;
    left: -95px;
    z-index: 30;
    background: url(../images/group-3_2.png) 0 0 no-repeat;
}
.application-section .container:before{
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    top: -34px;
    left: -190px;
    z-index: 30;
    background: url(../images/group-3_2.png) 0 0 no-repeat;
}
.application-section .inner{
    height: 670px;
}
.application-section .inner .title{
    font-size: 56px;
    line-height: 1.2;
    font-weight: 800;
    color: #0e1925;
    margin-bottom: 40px;
}
.application-section .inner .text{
  font-size: 24px;
  line-height: 1.8;
  color: #0e1925;
}
.application-section .application-block{
    min-height: 670px;
    background: #fff;
    padding: 55px 70px 50px;
    position: relative;
    bottom: -100px;
    box-shadow: 0 10px 40px 0 rgba(4, 20, 36, 0.2);
}


@media (max-width: 991px) {
    .application-section .inner{
        height: auto;
        padding: 80px 0 55px;
        text-align: center;
    }
    .application-section .application-block{
        min-height: auto;
        bottom: auto;
        width: 600px;
        max-width: 100%;
        margin: 0 auto 100px;
    }
    .application-section .container:before,
    .application-section .container:after{
        display: none;
    }
}
@media (max-width: 767px) {
    .application-section .inner .title{
        font-size: 36px;
        margin-bottom: 20px;
    }
    .application-section .inner .text{
        font-size: 20px;
    }
    .application-section .application-block{
        padding: 30px;
    }
}

.location-section{
    background: #122436 url(../images/location-bg.png) 50% 50% no-repeat;
    padding-top: 130px;
    position: relative;
}
.location-bg-1{
    position: absolute;
    width: 364px;
    height: 593px;
    right: 0;
    bottom: -300px;
}
.location-section .inner{
    color: #fff;
    padding: 200px 0;
}
.location-section .inner .title{
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}
.location-section .inner .text{
    font-size: 18px;
    line-height: 1.56;
}
@media (max-width: 1229px) {
    .location-section{
        background-size: contain;
    }
    .location-section .inner .title{
        font-size: 46px;
    }
    .location-section .inner {
        padding: 150px 0;
    }
    .location-bg-1{
        display: none;
    }
}
@media (max-width: 991px) {
    .location-section{
        background: #122436;
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .location-section .inner .title{
        font-size: 26px;
    }
}


.feauters-section{
    background: #122436;
}
.feauters-section .title{
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 70px;
    font-weight: 800;
    color: #fff;
}
.feauters-section .element{
    object-fit: contain;
    box-shadow: inset 1px 1px 0 0 #122436;
    background-color: #1e3a55;
    padding: 60px 50px;
    color: #fff;
}
.feauters-section .element.white-element{
    background: #fff;
    color: #1e3a55;
}
.feauters-section .element .element-icon{
    height: 100px;
    margin-bottom: 70px;
}
.feauters-section .element .text{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    height: 90px;
    overflow: hidden;
}
.feauters-section .container:before{
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    top: 80px;
    left: -150px;
    z-index: 30;
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    opacity: 0.5;
}
@media (max-width: 1229px) {
    .feauters-section .title{
        font-size: 46px;
    }
    .feauters-section .element .text{
        height: 100px;
        font-size: 17px;
    }
    .feauters-section .element {
        padding: 40px;
    }
    .feauters-section .container:before{
        display: none;
    }
}
@media (max-width: 991px) {
    .feauters-section .element .text{
        height: 84px;
        font-size: 14px;
    }
    .feauters-section .element {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .feauters-section .title{
        font-size: 26px;
    }
}


.index-services-section{
    padding-top: 290px;
    min-height: 730px;
    background: #152436 url(../images/bg3.png) 0 40px no-repeat;
}
.index-services-section .title{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 110px;
}
.index-services-section .element{
    background: #fff;
    padding: 100px 80px;
    color: #122436;
    position: relative;
}
.index-services-section .element-title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.index-services-section .element-text{
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 40px;
}
.index-services-section .element .btn{
    border: solid 2px #f05157;
    background: transparent;
    color: #122436;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 17px 35px 17px 50px;
    position: relative;
}
.index-services-section .element .btn:before{
    width: 25px;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 15px;
    background: #f05157;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.index-services-section .element .btn:hover{
    background: #f05157;
    color: #fff;
}
.index-services-section .element .btn:hover:before{
    background: #fff;

}
.index-services-section .element.el-red{
    background: #f05157;
    color: #fff;
    top: -80px;
    left: -30px;
}
.index-services-section .element.el-red .btn{
    border-color: #fff;
    color: #fff;
}
.index-services-section .element.el-red .btn:before{
    background: #fff;
}
.index-services-section .element.el-red .btn:hover{
    background: #fff;
    color: #f05157;
}
.index-services-section .element.el-red .btn:hover:before{
    background: #f05157;
}

.index-services-section .element.el-white:after{
    background: url(../images/group-3_red.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: -40px;
    left: -40px;
    z-index: 10;
}
@media (max-width: 1229px) {
    .index-services-section .element {
        padding: 80px 60px;
    }
    .index-services-section .element-title {
        font-size: 30px;
    }
    .index-services-section .element-text {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .index-services-section .element {
        padding: 70px 50px;
    }
    .index-services-section .element.el-white:after{
        display: none;
    }
    .index-services-section .element-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .index-services-section .element.el-red{
        top: 0;
        left: 0;
        margin-top: 10px;
    }
    .index-services-section .title {
        font-size: 32px;
        margin-bottom: 60px;
    }
    .index-services-section {
        padding-top: 100px;
        min-height: auto;
    }
    .index-services-section .element {
        padding: 50px 30px;
    }
}

.content-section{
    background: #0b3454;
    padding: 140px 0 100px;
}
@media (max-width: 767px) {
    .content-section{
        padding: 80px 0 60px;
    }
}
.content-section .content{
    line-height: 1.8;
    opacity: 0.8;
}
.map-wrapper{
    height: 630px;
}

.map-section .contacts-block{
    width: 570px;
    height: 480px;
    background: #fff;
    text-align: center;
    max-width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -285px;
    top: -240px;
    box-shadow: 0 -10px 40px 0 rgba(4, 20, 36, 0.2);
    z-index: 20;
    padding: 60px;
    font-size: 18px;
}
.map-section .contacts-block:before{
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: -23px;
    z-index: 30;
    box-shadow: 0 -10px 40px 0 rgba(4, 20, 36, 0.2);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.map-section .contacts-block:after{
    content: "";
    background: #fff;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
}
.map-section .contacts-block address{
    margin-bottom: 20px;
}
.map-section .contacts-block .element-phone a{
    font-size: 24px;
    font-weight: bold;
    color: #122436;
}
.map-section .contacts-block .element-email a{
    font-size: 24px;
    font-weight: bold;
    color: #122436;
    display: inline-block;
    margin-bottom: 30px;
}
.map-section .contacts-block .element-phone a:hover,
.map-section .contacts-block .element-email a:hover{
    color: #f05157;
}
.element-schedule .element-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 2px;
    color: #122436;
    text-transform: uppercase;
    padding: 15px 0 6px;
}
@media (max-width: 590px) {
    .map-section .contacts-block {
        width: 100%;
        height: auto;
        position: static;
        margin: 0;
        padding: 60px 30px;
    }
    .map-section .container{
        padding: 0;
    }
    .map-wrapper {
        height: 400px;
    }
    .footer-top {
        height: 120px;
        border: none;
    }
}

.middle-section{
    padding: 120px 0;
    background: url(../images/group-13.png) 0 -100px no-repeat;
    position: relative;
}
.middle-section:before{
    content: "";
    width: 488px;
    height: 340px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/group-13.png) 0 50px no-repeat;
}
.middle-section:after{
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: 200px;
    right: 100px;
    opacity: 0.5;
}
.middle-section.no-bg{
    background: none;
}
.middle-section.no-bg:before,
.middle-section.no-bg:after{
    display: none;
}
.middle-section .container{
    position: relative;
    z-index: 20;
}

@media(max-width:767px){
    .middle-section{
        padding: 80px 0;
    }
}


.to-custom{
    width: 770px;
    max-width: 100%;
    margin: auto;
}

.about-page-section{
    padding: 120px 0;
}
.about-page-top{
    position: relative;
    z-index: 20;
}
.about-page-top .left-block{
    padding-right: 20px;
    position: relative;
}
.about-page-top .left-block:before{
    background: url(../images/group-2.png) 0 0 no-repeat;
    content: "";
    width: 112px;
    height: 112px;
    position: absolute;
    bottom: 30px;
    left: -200px;
    opacity: 0.8;
}
.about-page-top .right-block{
    position: relative;
    padding-top: 100px;
}
.about-page-top .right-block:before{
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    top: 30px;
    right: 100px;
    opacity: 0.8;
}
.about-page-top .right-block:after{
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: -50px;
    right: 150px;
    opacity: 0.5;
}
.about-page-top .img1{
    padding-left: 70px;
}
.about-page-top .img2{
    margin-top: -70px;
}
.about-page-middle{
    padding: 190px 0;
    background: url(../images/group-13.png) 50% 50% no-repeat;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.64;
    position: relative;
}
.about-page-middle .inner{
    width: 780px;
    max-width: 100%;
    margin: auto;
}
.about-page-middle:after{
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: 0;
    left: -100px;
}

@media (max-width: 1429px) {
    .about-page-middle:after{
        left: 50px;
        bottom: 50px;
    }
}
@media (max-width: 1229px) {
    .about-page-middle{
        margin-top: -100px;
    }
}
@media (max-width: 900px) {
    .about-page-top .img1{
        padding-left: 0;
        margin-bottom: 15px;
    }
    .about-page-top .img2{
        margin-top: 0;
    }
    .about-page-top .img1 img,
    .about-page-top .img2 img{
        width: 100%;
    }
    .about-page-top .right-block:before,
    .about-page-top .right-block:after,
    .about-page-middle:after{
        display: none;
    }
    .about-page-top .left-block .f18{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .about-page-top .img1,
    .about-page-top .img2{
        width: 48%;
        padding: 0 1%;
        display: inline-block;
        height: 30vw;
        overflow: hidden;
        vertical-align: top;
    }
    .about-page-top .right-block{
        text-align: center;
        padding-top: 40px;
    }
    .about-page-top .left-block{
        padding-right: 0;
    }
    .about-page-section{
        padding: 80px 0;
    }
}
@media (max-width: 460px) {
    .about-page-top .img1,
    .about-page-top .img2{
        padding: 0;
        display: block;
        width: 100%;
        height: auto;
    }
}

.about-page-section .about-bottom{
    padding-top: 200px;
    position: relative;
}
.about-page-section .about-bottom:before{
    content: "";
    position: absolute;
    width: 473px;
    height: 612px;
    top: 0;
    left: -240px;
    background: url(../images/group-13_4.png) 0 0 no-repeat;
}
.about-page-section .about-bottom .content p{
    line-height: 2;
    opacity: 0.8;
}
.about-page-section .about-bottom .inner{
    position: relative;
    z-index: 20;
}
.about-page-section .about-bottom .img-wrapper img{
    width: 100%;
}
@media (max-width: 900px) {
    .about-page-section .about-bottom {
        margin-top: -100px;
    }
}

.content p{
    line-height: 1.9;
}


.services-page-top .content-block{
    padding-bottom: 70px;
}
@media (min-width: 768px) {
    .services-page-top .content-block{
        padding-right: 20px;
    }
}
@media (min-width: 992px){
    .services-page-top .img-wrapper{
        position: relative;
    }
    .services-page-top .img-wrapper:before{
        background: url(../images/group-3_2.png) 0 0 no-repeat;
        content: "";
        width: 108px;
        height: 108px;
        position: absolute;
        top: -40px;
        right: -50px;
    }
    .services-page-top .img-wrapper:after{
        background: url(../images/group-3_2.png) 0 0 no-repeat;
        content: "";
        width: 108px;
        height: 108px;
        position: absolute;
        bottom: -60px;
        left: 0;
        opacity: 0.5;
    }
}
@media (max-width: 991px) {
    .services-page-top .content-block{
        padding-bottom: 0;
        font-size: 14px;
    }
    .services-page-top{
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .services-page-top .img-wrapper img{
        width: 100%;
    }
    .services-page-top .content-block{
        margin-bottom: 50px;
    }
}

.services-list-section{
    padding: 130px 0 80px;
    background: #1e3a55;
    position: relative;
    margin-top: -40px;
}
.services-list-section .element{
    margin-bottom: 40px;
    padding: 0 10px;
    font-size: 15px;
}
.services-list-section .element-text{
    opacity: 0.8;
}
.services-list-section .row > hr:nth-of-type(4n){
    clear: both;
}
.services-list-section .container{
    position: relative;
}
.services-list-section .container:before{
    background: url(../images/group-2.png) 0 0 no-repeat;
    content: "";
    width: 112px;
    height: 112px;
    position: absolute;
    top: 50%;
    left: -200px;
    opacity: 0.8;
}
.services-list-section{
    position: relative;
}
.services-list-section:after{
    background: url(../images/group-13_4.png) 0 -50px no-repeat;
    content: "";
    width: 431px;
    height: 593px;
    position: absolute;
    right: 0;
    bottom: -300px;
}
@media (max-width: 991px) {
    .services-list-section{
        margin-top: 0;
        padding-top: 90px;
    }
    .services-list-section .row > hr:nth-of-type(4n){
        clear: none;
    }
    .services-list-section .row > hr:nth-of-type(2n){
        clear: both;
    }
}

.question-section .element{
    object-fit: contain;
    box-shadow: inset 1px 1px 0 0 #122436;
    background-color: #1e3a55;
    padding: 80px 30px;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.question-section .element:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.question-section .element .img-wrapper{
    height: 90px;
    margin-bottom: 30px;
}
.question-section .element .element-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    height: 64px;
    overflow: hidden;
}
@media (max-width: 1229px) {
    .question-section .element .element-title{
        font-size: 16px;
        height: 50px;
    }
}
@media (max-width: 991px) {
    .question-section .element{
        padding: 50px 15px;
    }
    .question-section .element .element-title{
        font-size: 14px;
        height: 44px;
    }
    .services-list-section + .content-section{
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .services-list-section + .content-section{
        padding-bottom: 60px;
    }
}

.transport-types .element{
    background: #f6f6f6;
    margin-bottom: 40px;
    color: #152436;
}
.transport-types .element .chars{
    padding: 50px 40px;
}
.transport-types .element .chars table{
    margin-bottom: 0;
}
.content table td{
    padding: 7px 20px;
    font-weight: bold;
    border-color: #bebebe;
}
@media (max-width: 1229px) {
    .transport-types .element .chars {
        padding: 30px;
    }
    .transport-types .element .img-wrapper{
        padding: 30px 0 30px 30px;
    }
    .content table td{
        padding: 5px 15px;
    }
}
@media (max-width: 991px) {
    .transport-types .element .img-wrapper{
        padding: 30px 30px 0 30px;
    }
}
@media (max-width: 767px) {
    .content table td{
        padding: 5px 10px;
        font-size: 13px;
    }
    .transport-types .element .img-wrapper{
        padding: 20px 20px 0 20px;
    }
    .transport-types .element .chars {
        padding: 20px;
    }
}

.content a[href$=".doc"],
.content a[href$=".docx"],
.content a[href$=".xlsx"],
.content a[href$=".xls"],
.content a[href$=".pdf"],
.content a[href$=".zip"],
.content a[href$=".rar"],
.content a[href$=".txt"],
a.download-link{
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding-left: 30px;
    border: 2px solid;
    padding: 8px 20px 8px 50px;
    text-decoration: none !important;
    margin: 20px 0;
}
.content a[href$=".doc"]:before,
.content a[href$=".docx"]:before,
.content a[href$=".xlsx"]:before,
.content a[href$=".xls"]:before,
.content a[href$=".pdf"]:before,
.content a[href$=".zip"]:before,
.content a[href$=".rar"]:before,
.content a[href$=".txt"]:before,
a.download-link:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f016";
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 22px;
}









/**************************************************   MEDIA QUERIS   *****************************************************/

@media (max-width: 1229px) {
    
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}



@media (min-width: 768px) {

}
@media (min-width: 992px){

}
@media (min-width: 1230px) {

}