@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
body{
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -300px auto;
    background: #fff;
}
.footer-wrapper {
    min-height: 300px;
    max-width: 100%;
    margin: 0 auto;
    background: #053f6a;
    color: #ffffff;
}
.footer-push{
    height: 300px;
    margin: 0;
    padding: 0;
}
.content ul,
.content ol,
ul.list,
ol.list{
    margin-bottom: 20px;
}
.content ul > li,
.content ol > li,
ul.list > li,
ol.list > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li,
ul.list > li{
    padding-left: 15px;
}
.content ul > li:after,
ul.list > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 0;
    background: #333333;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol,
ul.list ul,
ol.list ul,
ol.list ol,
ul.list ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li,
.content ul ol li,
.content ol ol li,
ul.list ul li,
ol.list ul li,
ul.list ol li,
ol.list ol li{
    padding-left: 18px;
}
.content ul ul li:after,
.content ol ul li:after,
ul.list ul li:after,
ol.list ul li:after{
    height: 1px;
    width: 10px;
    top: 12px;
}
.content ol,
ol.list{ 
    counter-reset: item
}
.content ol > li,
ol.list > li{
    display: block
}
.content ol > li:before,
ol.list > li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
}
.content ol ol li:before,
ol.list ol li:before{
    content: counters(item, ".") " ";
}
h1,
.title-h1{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Helios';
    font-weight: bold;
}
h2,
.title-h2{
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Helios';
    font-weight: bold;
}
h3,
.title-h3{
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: 'Helios';
    font-weight: bold;
}
h4{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 7px;
    font-family: 'Helios';
    font-weight: bold;
}
@media only screen and (max-width: 767px){
    h1,
    .title-h1{
        font-size: 28px;
    }
    h2,
    .title-h2{
        font-size: 20px;
    }
    .f34{
        font-size: 26px;
    }
    .f36{
        font-size: 28px;
    }
}
.decoration-none{
    text-decoration: none !important;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
.round{
    border-radius: 50%;
}
.light-gray{
    color: #858585;
}
.gray{
    color: #4D4D4D;
}
.green{
    color: #308502;
}
.red{
    color: #ff0000;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.scheme-color{
    color: #ffc400;
}
p{
    margin-bottom: 20px;
}
a{
    color: #0f88df;
    text-decoration: none;
}
a:hover{
    color: #00345c;
}
a:focus{
    outline: none;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.button{
    display: inline-block;
    text-decoration: none !important;
    color: #231f20 !important;
    background: #ffc400;
    font-size: 18px;
    padding: 12px 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: none;
    font-weight: bold;
    font-family: 'Helios';
    letter-spacing: 0.5px;
}
.button:hover{
    background: #00345c !important;
    color: #fff !important;
}
.button.block{
    display: block;
    width: 100%;
}
.button.min,
.button.mini{
    font-size: 12px;
    padding: 3px 15px;
}
.button.orange-btn{
    background: #fff;
    border-color: #FE7136;
    color: #FE7136;
    font-size: 16px;
}
.button.orange-btn:hover{
    color: #fff !important;
    background: #FE7136 !important;
}
.button.big{
    padding: 14px 60px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
}
#responseMessage .modal-content.error{
    color: #0164a7;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
.close{
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:before{
    content:"";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #F02A29;
}
.close:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #F02A29;
}
/**************************************/
.header-push{
    height: 101px;
}
.header-wrapper{
    height: 101px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.4;
}
.header-panel{
    background: #00345c;
    color: #fff;
    font-family: 'Helios';
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    overflow: hidden;
}
.header-panel a{
    color: #fff;
    text-decoration: none;
}
.header-panel a:hover{
    text-decoration: underline;
}
.header-tel{
    letter-spacing: 0.5px;
    margin-left: 15px;
}
.header-tel .fa,
.header-email .fa{
    margin-right: 3px;
}
.shedule span{
    margin-right: 10px;
}
.shedule span:last-of-type{
    margin-right: 0;
}
.shedule .fa{
    margin: 0 5px 0 0;
    font-size: 18px;
    vertical-align: middle;
}
.header > div{
    display: inline-block;
}
.header .logo{
    height: 64px;
}
.header .logo img{
    max-height: 56px;
}

@media(max-width:991px){
    .h-panel-right{
        float: none;
    }
}


.mob-menu-btn{
    margin: 24px 5px 0 20px;
}
.mob-menu-btn span{
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 30px;
    background: #22282e;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: #00345c;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu.open {
    right: 0;
}
.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;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu.open + .overlay {
    z-index: 400;
    opacity: 1;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .active .dropdown-button:before{
    border-color: #000;
}
.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: 21px;
}
.mobile-menu-inner{
    padding-top: 55px;
}
@media(max-width:767px){
    .mobile-menu-inner {
        padding-top: 22px;
    }
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 1px;
    background: #063f6b;
    border-bottom: 1px solid #00345c;
}
.mobile-menu > div > ul  > li.active > a{
    color: #231f20;
    background: #ffc400;
}
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #ffc400;
}
.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;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #fff;
    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: 18px;
    left: 20px;
    width: 4px;
    height: 4px;
    background: #ffc400;
}
.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;
    padding-bottom: 10px;
    background: #093556;
}
.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-close.close{
    top: 26px;
    right: 13px;
}
.callback-btn{
    padding: 0 30px;
    height: 64px;
    line-height: 64px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #ffc400;
    float: right;
    font-family: 'Helios';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #231f20 !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 0.5px;
}
.callback-btn .fa{
    margin: 0 4px 0 0;
    vertical-align: middle;
    font-size: 20px;
}
.callback-btn:hover{
    color: #fff !important;
    background: #063f6b !important;
}
.mobile-menu .callback-btn{
    float: none;
    height: auto;
    line-height: 1.4;
    padding: 10px 20px;
    font-weight: normal;
    background: #CC413A;
    color: #fff !important;
    display: block;
    margin: 55px 0 -22px;
}
.feauters{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.feauters .icons .element{
    margin-bottom: 40px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
@media(max-width: 991px){
    .feauters .icons .element{
        width: 48%;
    }
}
@media(max-width: 767px){
    .feauters .icons .element{
        width: 100%;
    }
}
.feauters .icons .element .img-wrapper{
    background: #00345c;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.5s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.5s;
    transition: transform ease-out 0.1s, background 0.5s;
    margin-bottom: 20px;
}
.feauters .icons .element .img-wrapper:hover{
    background: #ffc400 !important;
}
.feauters .icons .element .img-wrapper:after{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.feauters .icons .element .img-wrapper:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffc400, 0 0 0 10px rgba(255,255,255,0.3);
    }
    90% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffc400, 0 0 0 10px rgba(255,255,255,0.3);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffc400, 0 0 0 10px rgba(255,255,255,0.3);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffc400, 0 0 0 10px rgba(255,255,255,0.3);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffc400, 0 0 0 10px rgba(255,255,255,0.3);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffc400, 0 0 0 10px rgba(255,255,255,0.3);
        transform: scale(1.5);
        opacity: 0;
    }
}
.feauters .icons .element .title{
    font-family: 'Helios';
    font-weight: bold;
    color: #2E3841;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.feauters .icons .element .text{
    font-size: 13px;
    color: #A1B1BC;
}
.dark-bg{
    background: #00345c;
}
.gray-bg{
    background: #F6F6F7;
}
.hr-min{
    width: 100px;
    margin: 30px auto;
}
.weight300{
    font-weight: 300;
}
.section2:before{
    content:"";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    border-top: 14px solid #00345c;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -12px;
    z-index: 10;
}

.pswp__caption__center{
    text-align: center;
}
.pswp__caption__center .title-h3{
    margin: 15px 0 5px;
}
.num-section{
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #21282E;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}
.ie .num-section{
    background-attachment: scroll;
}
.num-section:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/pattern.png) rgba(0,0,0,0.8);
}
.num-section .container{
    position: relative;
    z-index: 10;
}
.num-section .num{
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    color: #ffc400;
    opacity: 0;
}
.num-section .num.animated{
    opacity: 1;
}
hr{
    border-color: #2E3841;
}
hr.white{
    border-color: #fff;
}
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.b-pricing { 
    background-color: #21282E;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative; 
}
.ie .b-pricing{
    background-attachment: scroll;
}
.b-pricing:before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/pattern.png) rgba(0,0,0,0.8); content: ''; }

.contacts-section .element{
    min-height: 100px;
    margin-bottom: 30px;
    padding: 26px 12px 22px 80px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    background: #063f6b;
}
.contacts-section .element .icon{
    position: absolute;
    top: 50%;
    left: 15px;
    width: 51px;
    height: 51px;
    margin-top: -25.5px;
}
.contacts-section .element a{
    color: #fff;
}
/*------------------------------
     Map
------------------------------*/
.map-section {
  height: 450px;
  width: 100%;
}
#mapexMap{
    height: 100%;
}
/*------------------------------
    END Map
------------------------------*/
.quest-section span{
    display: block;
    margin-bottom: 10px;
}


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

@media only screen and (max-width: 1239px) {
    .icons .img-wrapper img{
        width: 140px;
    }
    }
    @media only screen and (max-width: 991px) {
    .icons .img-wrapper img{
        width: 100px;
    }
    .slick-dots{
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {

}

@media (min-width: 768px) {
    .modal {
        padding: 55px 40px 40px;
    }
    .mobile-tab-header {
        display: none;
    }
    ul.tabs.mobile {
        display: block !important;
        margin: 0;
    }
    .box {
        padding: 0 15px;
    }
    h1.big,
    .title-h1.big{
        font-size: 50px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
    h1,
    .title-h1{
        font-size: 50px;
        margin-bottom: 30px;
        font-weight: 900;
    }
    .portfolio figure{
        width: 50%;
    }
    .quest-section span{
        vertical-align: top;
        margin-right: 30px;
        display: inline;
        margin-bottom: 0;
    }
    .contacts-section .element {
        padding: 26px 12px 22px 22px;
        text-align: center;
    }
}


@media (min-width: 992px){
    .box {
        padding: 0 20px;
    }
    .top-menu{
        padding-top: 22px;
        float: right;
        font-family: 'Helios';
        margin-right: 20px;
    }
    .top-menu > ul > li{
        display: inline-block;
        margin: 0 20px 0 0;
        position: relative;
    }
    .top-menu > ul > li > a{
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        color: #21282E;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .top-menu > ul > li:hover > a,
    .top-menu > ul > li.active > a{
        color: #0f88df;
    }
    .top-menu > ul > li > ul{
        position: absolute;
        top: 20px;
        left: 0;
        width: 260px;
        padding-top: 23px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .top-menu > ul > li:hover > ul{
        visibility: visible;
        opacity: 1;
    }
    
    .top-menu > ul > li > ul > li{
        background: #fff;
    }
    .top-menu > ul > li > ul > li > a{
        display: block;
        padding: 8px 20px;
        color: #000000;
        font-size: 15px;
    }
    .top-menu > ul > li > ul > li > a:hover{
        background-color: #153F6A;
        color: #fff;
    }
    .top-menu > ul > li > ul > li.active > a{
        background-color: #00345c;
        color: #fff;
    }
    
    .top-menu > ul > li > ul > li:first-of-type{
        padding-top: 20px;
    }
    .top-menu > ul > li > ul > li:last-of-type{
        padding-bottom: 20px;
    }
    .top-menu > ul > li.down a {
        padding-right: 20px;
        position: relative;
    }
    .top-menu > ul > li.down > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        right: 0;
        top: 50%;
        margin-top: -8px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .top-menu > ul > li.down:hover > a:after,
    .top-menu > ul > li.down.active > a:after{
        border-color: #0f88df;
    }
    .mobile-menu,
    .overlay{
        display: none;
    }
    .logo{
        margin-left: 0;
    }
    .contacts-section .element {
        padding: 26px 12px 22px 80px;
        text-align: left;
    }
}


@media (min-width: 1240px) {
    .portfolio figure{
        width: 25%;
    }
    ul.tabs.mobile li{
        padding: 18px 90px;
    }
    .top-menu > ul > li{
        margin: 0 40px 0 0;
    }
    h1.big,
    .title-h1.big{
        font-size: 80px;
        line-height: 1;
        margin-bottom: 50px;
    }
    .top-slider .text{
        font-size: 18px;
        line-height: 1.6;
    }
    .top-menu > ul > li > a{
        font-size: 16px;
    }
}

/* top slider */
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .slick-dots {
    position: absolute;
    bottom: 25px;
}
.top-slider .slick-dots li{
    border-color: #fff !important;
}
.top-slider .slick-dots li.slick-active{
    background-color: #fff !important;
}
.top-slider .slick-prev,
.top-slider .slick-next{
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    top: 50%;
    margin-top: -26px;
    z-index: 20;
    border-radius: 2px;
    opacity: 0.3;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: #fff;
    color: #343644;
    border: none;
}
.top-slider:hover .slick-prev,
.top-slider:hover .slick-next{
    opacity: 0.6;
}
.top-slider .slick-prev{
    left: 25px;
}
.top-slider .slick-next{
    right: 25px;
}
.top-slider .slick-prev:after,
.top-slider .slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -4px;
    border-left: 2px solid #202534;
    border-bottom: 2px solid #202534;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.top-slider .slick-prev:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top-slider .slick-next:after {
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(225deg);
    margin-left: -9px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover {
    background: #FFC700;
    opacity: 1;
}
.top-slider .slick-prev:hover:after,
.top-slider .slick-next:hover:after {
    border-color: #fff;
}
.top-slider .item{
    overflow: hidden;
    height: 450px;
    position: relative;
}
.top-slider .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.top-slider .item-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.top-slider .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-slider .table{
    position: relative;
    z-index: 10;
}
.video-block{
    height: 100%;
}
.video-block .table{
    z-index: 10;
    position: relative;
}
video#video_background { 
     position: absolute; 
     left: 0; 
     top: 0; 
     min-width: 100%; 
     min-height: 100%; 
     width: auto; 
     height: auto; 
     display: block; 
} 
.video-block .pattern{
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
    background: url(../images/pattern2.png);
    z-index: 1;
}

@media (min-width: 768px) {
    .top-slider-content{
        padding: 0 60px;
    }
    .top-slider .item{
        height: 520px;
        padding-bottom: 115px;
    }
    .header-push{
        height: 100px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .header-wrapper{
        height: 100px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .header-wrapper.hPanelHide{
        top: -36px;
    }
}

@media only screen and (min-width: 992px) {
    .top-slider .item{
        height: 520px;
    }
    .top-slider .table{
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .top-slider .table.active{
        webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 1240px) {
    .top-slider .text{
        font-size: 24px;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 1360px){
    .top-slider .item{
        height: 700px;
    }
}
/* end top slider */

/************************* accordeon **************************/
.accordeon .element-content{
    display: none;
    padding: 20px;
    font-size: 13px;
    color: #888885;
}
.accordeon .element{
    margin-bottom: 6px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.accordeon .element .title{
    cursor: pointer;
    padding: 17px 15px 17px 70px;
    text-transform: uppercase;
    font-family: 'Helios';
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    color: #888885;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.accordeon .element.active .title{
    background: #231f20;
    color: #fff !important;
}
.accordeon .element .title:before{
    font-family: 'FontAwesome';
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/plus.png) 50% 50% no-repeat #ccc;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.accordeon .element.active .title:before{
    background: url(../images/minus.png) 50% 50% no-repeat #333;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon .element .title:hover:before{
    background-color: #333;
}
.accordeon .element .title:hover{
    color: #333333;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}
/************************* end accordeon **************************/



/**** steps section *****/
.steps-section .img-wrapper img{
    padding: 0 30px;
    background: #fff;
    position: relative;
    z-index: 4;
}
.steps-section .text{
    font-size: 14px;
}
@media only screen and (min-width: 768px){
    .steps-section .inner:before{
        content:"";
        display: block;
        position: absolute;
        width: 70%;
        height: 1px;
        top: 30%;
        left: 15%;
        background: #000;
    }
}


/**** /. steps section *****/

.catalog-vis-section .inner{
    background-color: #fff;
    box-shadow: 0 3px 27px rgba(64,98,208,.19);
    overflow: hidden;
    margin-top: -115px;
    position: relative;
    z-index: 50;
}
@media(min-width: 768px){
    .catalog-vis-section .col-sm-2{
        width: 20%;
    }
}
.catalog-vis-section .element{
    height: 230px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    border-right: 1px solid #EFEFEF;
    background-color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog-vis-section .img-wrapper{
    width: 120px;
    height: 86px;
    margin: 0 auto 20px;
    position: relative;
    max-width: 100%;
}
.catalog-vis-section .img-wrapper img {
    width: 120px;
    height: 86px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}
.catalog-vis-section img.image-white{
    opacity: 0;
}
.catalog-vis-section .element .title{
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog-vis-section .element:hover{
    background: #00345c;
    border-right-color: #00345c;
}
.catalog-vis-section .element:hover .title{
    color: #fff;
}
.catalog-vis-section .element:hover .image-color{
    opacity: 0;
}
.catalog-vis-section .element:hover img.image-white{
    opacity: 1;
}

@media(max-width: 1239px){
    .catalog-vis-section .element{
        padding: 15px;
    }
    .catalog-vis-section .element .title{
        font-size: 13px;
    }
}
@media(max-width: 991px){
    .catalog-vis-section .img-wrapper{
        width: 100px;
        height: 76px;
    }
    .catalog-vis-section .img-wrapper img {
        width: 100px;
        height: 76px;
    }
    .catalog-vis-section .element .title{
        font-size: 12px;
    }
}
@media(max-width: 767px){
    .catalog-vis-section{
        padding: 50px 0 0;
    }
    .catalog-vis-section .inner{
        background-color: transparent;
        box-shadow: none;
        margin-top: 0;
    }
    .catalog-vis-section .element{
        border: none;
        margin-bottom: 10px;
        padding: 10px;
        height: 160px;
    }
    .catalog-vis-section .row.no-padding > div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}


.services-section .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.services-section .row > div{
    margin-bottom: 20px;
}
.services-section .element{
    background: #fff;
    box-shadow: 0 3px 27px rgba(64,98,208,.19);
    height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.services-section .element .element-content{
    padding: 20px;
}
.services-section .element .title{
    position: relative;
    padding-right: 65px;
    height: 48px;
    font-weight: bold;
}
.services-section .element span{
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    top: 4px;
    right: 0;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: #00345c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-section .element span svg {
    width: 32px;
    height: 32px;
}
.services-section .element .img-wrapper img{
    width: 100%;
}
.services-section .element:hover{
    box-shadow: 0 3px 27px rgba(64,98,208,.4);
}
.services-section .element:hover span{
    background-color: #ffc400;
}
.services-section .element:hover .button{
    background-color: #00345c;
    color: #fff !important;
}
@media(max-width: 767px){
    .services-section .row{
        display: block;
    }
}

.main-column{
    padding-left: 40px;
}
.aside-menu-wrapper{
    padding: 25px;
    color: #fff;
    background: #063f6b;
}
.services-template .aside-menu-wrapper{
    padding: 40px 35px 20px;
}
.aside-menu-wrapper > .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
}
.aside-menu-header{
    padding-top: 20px;
    margin-bottom: 50px;
}
.aside-menu-header .title .img-wrapper + div{
    padding-left: 120px;
}
.aside-menu-header .title-inner{
    height: 90px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}
.aside-menu-header .img-wrapper{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}
.aside-menu{
    padding: 0 0 10px 30px;
}
.services-template .aside-menu{
    padding-left:0;
}
.aside-menu li{
    margin-bottom: 15px;
}
.aside-menu a{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.aside-menu li.active > a,
.aside-menu a:hover{
    color: #ffc400;
}

@media(max-width: 991px){
    .main-column{
        padding-left: 0;
    }
    .aside-menu{
        padding: 0;
    }
    .aside-menu-wrapper,
    .services-template .aside-menu-wrapper{
        background: transparent;
        padding: 0;
    }
    .aside-menu-header{
        background: #063f6b;
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .aside-menu-title-xs{
        background: #ffc400;
        color: #231f20;
        padding: 15px 25px;
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
    }
    .aside-menu-inner{
        display: none;
        background: #063f6b;
        padding: 25px;
    }
    .aside-menu-inner{
        display: none;
        background: #063f6b;
        padding: 25px;
    }
    .aside-menu.active .aside-menu-inner{
        display: block;
    }
    .aside-menu-title-xs:after {
        content: "";
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 50%;
        right: 20px;
        border-right: 2px solid #231f20;
        border-bottom: 2px solid #231f20;
        margin-top: -10px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .aside-menu.active .aside-menu-title-xs:after{
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: -4px;
    }
    .aside-menu-inner li.active{
        display: none;
    }
}
@media(max-width:767px){
    .aside-menu-header .img-wrapper{
        width: 60px;
        height: 60px;
    }
    .aside-menu-header .title .img-wrapper + div {
        padding-left: 80px;
    }
    .aside-menu-header .title-inner {
        height: 60px;
        font-size: 26px;
    }
}

.aside-info-block {
    margin: 30px 0;
    padding: 30px 20px 15px;
    background: #d3433e;
    color: #fff;
}
.aside-info-block .title {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
}


/* pagination */
.pagination{
    display: inline-block;
    margin: 30px 0 0;
}
.pagination li{
    display: inline;
}
.pagination li > span{
    cursor: default;
}
.pagination li > a,
.pagination li > span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pagination li:first-child > a,
.pagination li:first-child > span{
    margin-left: 0;
}
.pagination li > a:hover{
    background-color: #EEEEEE;
}
.pagination .active > a, .pagination .active > a:hover{
    background-color: #053f6a;
    color: #fff;
    border-color: #053f6a;
    cursor: default;
}
/* /. pagination */


.news-section .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.news-section .row > div{
    margin-bottom: 20px;
}
.news-section .element{
    background: #fff;
    box-shadow: 0 3px 27px rgba(64,98,208,.19);
    height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-bottom: 70px;
}
.news-section .element .img-wrapper img{
    width: 100%;
}
.news-section .element .element-content{
    padding: 30px;
}
.news-section .element .title{
    font-weight: bold;
    margin-bottom: 15px;
}
.news-section .element .introtext{
    font-size: 14px;
}
.news-section .element .more{
    position: absolute;
    left: 30px;
    bottom: 30px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news-section .element .more span{
    vertical-align: text-top;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: relative;
	left: 0;
	top: 2px;
}
.news-section .element .more span svg{
    width: 16px;
    height: 16px;
}
.news-section .element:hover{
    box-shadow: 0 3px 27px rgba(64,98,208,.4);
    background: #063f6b;
    color: #fff;
}
.news-section .element:hover .more span{
    left: 10px;
}
.news-section .element:hover .more{
    color: #ffc400;
}
@media(max-width: 767px){
    .news-section .row{
        display: block;
    }
}

@media(max-width: 1229px) and (min-width: 768px){
    .news-section.bottom .row > div:last-of-type{
        display: none;
    }
}


.contacts-block .element{
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
    color: #30080A;
}
.contacts-block .element svg{
    position: absolute;
    left: 0;
    color: #CC413A;
    top: 4px;
}
.contacts-block .element.el-address svg{
    width: 14px;
    height: 18.5px;
    top: 1px;
}
.contacts-block .element.el-phones svg{
    width: 15px;
    height: 15px;
    top: 4px;
}
.contacts-block .element.el-schedule svg{
    width: 15px;
    height: 15px;
}
.contacts-block .element.el-mail svg{
    width: 15px;
    height: 15px;
    top: 5px;
}

/* PDO CRUMBS */
.breadcrumb{
    margin: -35px 0 35px;
    font-size: 13px;
}

.breadcrumb li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.breadcrumb li:after{
    content:"»";
    display: inline-block;
    padding-left: 15px;
}
.breadcrumb li:last-of-type:after{
    display: none;
}
@media(max-width:767px){
    .breadcrumb {
        font-size: 12px;
    }
    .breadcrumb li{
        margin-right: 20px;
    }
}
/* /. PDO CRUMBS */

/* AGREEMENT */
.agreement {
    position: relative;
    margin-bottom: 30px;
    color: #7c7f8c;
}
.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement label {
    padding-left: 25px;
    display: inline-block;
    position: relative;
}
.agreement input+label:before {
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 4px;
    left: 0px;
}
.agreement input:checked+label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error+label {
    color: red;
}
/* /. AGREEMENT */

.recaptcha-wrapper{
    margin: 20px 0;
}
@media(max-width:420px) {
  div[id^="recaptcha"] {
    width: 230px;
    transform: scale(.79);
    transform-origin: 0 0;
  }
}
@media (max-width:340px) {
  div[id^="recaptcha"] {
    transform: scale(.75);
    transform-origin: 0 0;
  }
}