﻿@charset "UTF-8";
@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
/* Fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    padding: 35px 0 0;
}
.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    margin-bottom: 35px;
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3);
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
}
.fancybox-close {
    position: absolute;
    top: -35px;
    right: -3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
@media(min-width: 992px) {
    .fancybox-close {
        background: transparent !important;
        top: -35px !important;
        width: 40px !important;
        right: -35px !important;
    }
}
.fancybox-close:after{
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}
.fancybox-close:after {
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-close:hover{
    background: #FF4632;
}
.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-prev span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -50px;
}
.fancybox-next span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -50px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-prev span:after,
.fancybox-next span:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -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;
}
.fancybox-prev:hover span:after,
.fancybox-next:hover span:after{
    border-color: #FFC700;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0,0,0,0.8);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    z-index: 8050;
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child {
    display: block;
    margin-right: -100%;
    background: rgba(255, 255, 255, 1);
    color: #000;
    line-height: 24px;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
    width: 100%;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/* /. Fancybox */
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 480px){
    html, body {
        min-width: 320px;
    }
}
.roboto{
     font-family: 'Roboto', sans-serif;
}
 .push1{
     height: 1px;
}
 .push2{
     height: 2px;
}
 .push3{
     height: 3px;
}
 .push4{
     height: 4px;
}
 .push5{
     height: 5px;
}
 .push6{
     height: 6px;
}
 .push7{
     height: 7px;
}
 .push8{
     height: 8px;
}
 .push9{
     height: 9px;
}
 .push10{
     height: 10px;
}
 .push11{
     height: 11px;
}
 .push12{
     height: 12px;
}
 .push13{
     height: 13px;
}
 .push14{
     height: 14px;
}
 .push15{
     height: 15px;
}
 .push16{
     height: 16px;
}
 .push17{
     height: 17px;
}
 .push18{
     height: 18px;
}
 .push19{
     height: 19px;
}
 .push20{
     height: 20px;
}
 .push25{
     height: 25px;
}
 .push30{
     height: 30px;
}
 .push35{
     height: 35px;
}
 .push40{
     height: 40px;
}
 .push45{
     height: 45px;
}
 .push50{
     height: 50px;
}
 .push55{
     height: 55px;
}
 .push60{
     height: 60px;
}
 .push70{
     height: 70px;
}
 .push80{
     height: 80px;
}
 .push90{
     height: 90px;
}
 .push100{
     height: 100px;
}
 .f8{
     font-size: 8px;
}
 .f9{
     font-size: 9px;
}
 .f10{
     font-size: 10px;
}
 .f11{
     font-size: 11px;
}
 .f12{
     font-size: 12px;
}
 .f13{
     font-size: 13px;
}
 .f14{
     font-size: 14px;
}
 .f15{
     font-size: 15px;
}
 .f16{
     font-size: 16px;
}
 .f18{
     font-size: 18px;
}
 .f20{
     font-size: 20px;
}
 .f21{
     font-size: 21px;
}
 .f22{
     font-size: 22px;
}
 .f24{
     font-size: 24px;
}
 .f26{
     font-size: 26px;
}
 .f28{
     font-size: 28px;
}
 .f30{
     font-size: 30px;
}
 .f34{
     font-size: 34px;
}
 .f36{
     font-size: 36px;
}
 strong, b, .bold{
     font-weight: bold;
}
 .italic{
     font-style: italic;
}
input:focus::-moz-placeholder{
     opacity: 0;
}
 input:focus:-ms-input-placeholder{
     opacity: 0;
}
 input:focus::-webkit-input-placeholder{
     opacity: 0;
}
 textarea:focus::-moz-placeholder{
     opacity: 0;
}
 textarea:focus:-ms-input-placeholder{
     opacity: 0;
}
 textarea:focus::-webkit-input-placeholder{
     opacity: 0;
}
 .strike{
     text-decoration: line-through;
}
 .hide {
     display: none;
     visibility: hidden;
}
 .show {
     display: block;
}
 .text-left{
     text-align: left;
}
 .text-center{
     text-align: center;
}
 .text-right{
     text-align: right;
}
 :invalid {
     box-shadow: none;
}
 :-moz-submit-invalid {
     box-shadow: none;
}
 :-moz-ui-invalid {
     box-shadow:none;
}
 .relative{
     position: relative;
}
 .absolute{
     position: absolute;
}
 em, i{
     font-style: italic;
}
 .cleaner, .clear{
     clear: both;
     height: 0;
     line-height: 0;
     display: block !important;
}
 .left{
     float: left;
}
 .right{
     float: right;
}
 .upper{
     text-transform: uppercase;
     font-family: system-ui;
}
 img{
     max-width: 100%;
}
 img.left{
     float: left;
     margin-right: 20px;
}
 img.right{
     float: right;
     margin-left: 20px;
}
 .dashed{
     text-decoration: none;
     border-bottom: 1px dashed;
}
 .dotted{
     text-decoration: none !important;
     border-bottom: 1px dotted;
}
 .dashed:hover, .dotted:hover{
     border-bottom-color: transparent;
}
 .static{
     position: static;
}
 .hidden{
     opacity:0;
}
 .visible{
     opacity:1;
}
 .row.min{
     margin-left: -5px;
     margin-right: -5px;
}
 .row.min > div[class^="col-"]{
     padding-left: 5px;
     padding-right: 5px;
}
 .row.no-padding{
     margin-left: 0;
     margin-right: 0;
}
 .row.no-padding > div[class^="col-"]{
     padding-left: 0;
     padding-right: 0;
}
 .table{
     display: table;
     width: 100%;
     height: 100%;
}
 .table-cell{
     display: table-cell;
     width: 100%;
     height: 100%;
     vertical-align: middle;
}
 .decoration-none{
     text-decoration: none !important;
}
 .decoration-hover{
     text-decoration: none;
}
 .decoration-hover:hover{
     text-decoration: underline;
}
 .round{
     border-radius: 50%;
}
 a.absolute{
     display: block;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
}

/***********************slick carousel*******************************/
 .slick-slider{
     position: relative;
     display: block;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}
 .slick-list{
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
}
 .slick-list:focus{
     outline: none;
}
 .slick-list.dragging{
     cursor: pointer;
     cursor: hand;
}
 .slick-slider .slick-track, .slick-slider .slick-list{
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .slick-track{
     position: relative;
     top: 0;
     left: 0;
     display: block;
}
 .slick-track:before, .slick-track:after{
     display: table;
     content: '';
}
 .slick-track:after{
     clear: both;
}
 .slick-loading .slick-track{
     visibility: hidden;
}
 .slick-slide{
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}
 [dir='rtl'] .slick-slide{
     float: right;
}
 .slick-slide.slick-loading img{
     display: none;
}
 .slick-slide.dragging img{
     pointer-events: none;
}
 .slick-initialized .slick-slide{
     display: block;
}
 .slick-loading .slick-slide{
     visibility: hidden;
}
 .slick-vertical .slick-slide{
     display: block;
     height: auto;
     border: 1px solid transparent;
}
 .slider-wrapper .item img{
     min-height: 300px;
}
 .slick-dots {
     width: 100%;
     padding: 0;
     list-style: none;
     text-align: center;
     display: block;
}
 .slick-dots li button{
     position: absolute;
     top: -5px;
     left: -5px;
     border: none;
     border-radius: 50%;
     display: block;
     opacity: 0;
}
 .slick-dots li {
     cursor: pointer;
     border: 2px solid #FFBB02;
     display: inline-block;
     border-radius: 50%;
     width: 12px;
     height: 12px;
     margin: 0 7px;
     cursor: pointer;
     position: relative;
}
 .slick-dots li.slick-active{
     background: #FFBB02;
}
.slick-prev, .slick-next{
     display: block;
     width: 60px;
     height: 60px;
     border: 1px solid #fff;
     position: absolute;
     top: 50%;
     margin-top: -20px;
     z-index: 10;
     cursor: pointer;
     z-index: 10;
     border-radius: 50%;
     -webkit-transition: all 200ms ease-out;
     -moz-transition: all 200ms ease-out;
     -o-transition: all 200ms ease-out;
     transition: all 200ms ease-out;
     opacity: 0.8;
}
 .slick-prev{
     left: 15px;
}
 .slick-next{
     right: 15px;
}
 .slick-prev:after, .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 #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
 .slick-prev:after{
     -moz-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .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;
}
.slick-prev:before, 
.slick-next:before{
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px dashed #fff;
    border-radius: 100%;
}
.slick-prev:hover, 
.slick-next:hover{
     background: #FFC700;
     opacity: 1;
     border-color: #FFC700;
}
.slick-prev:hover:after, 
.slick-next:hover:after,
.slick-prev:hover:before, 
.slick-next:hover:before{
     border-color: #fff;
}
 @media only screen and (min-width: 1500px){
     .slick-prev{
         left: 50px;
         width: 50px;
         height: 50px;
         margin-top: -25px;
    }
     .slick-next{
         right: 50px;
         width: 50px;
         height: 50px;
         margin-top: -25px;
    }
}
/****************end slick carousel****************/
/************************** custom chrome scroll *****************************/
 @media only screen and (min-width: 992px){
     ::-webkit-resizer {
         background-image: url('');
         background-repeat: no-repeat;
         width: 8px;
         height: 1px;
    }
     ::-webkit-scrollbar {
         width: 8px;
    }
     ::-webkit-scrollbar-button {
         background-image: url('');
         background-repat: no-repeat;
         width: 8px;
         height: 0px;
    }
     ::-webkit-scrollbar-thumb {
         -webkit-border-radius: 0px;
         border-radius: 0px;
         background-color: #FFC700;
    }
     ::-webkit-scrollbar-track {
         background-color: #2C2C2C;
    }
}
/************************ end custom chrome scroll ***************************/
 #up{
    position: fixed;
    z-index: 300;
    bottom: 30px;
    right: 10px;
    display: none;
    color: #FFFFFF;
    width: 38px;
    text-align: center;
    height: 38px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background: #004493;
    font-size: 36px;
    border-radius: 5px;
}
 #up:hover{
     background-color: #2C2C2C;
}
 #up .fa{
     display: block;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url(../fonts/NeoSansPro-Light.woff2.htm) format("woff2"), url(../fonts/NeoSansPro-Light.woff.htm) format("woff"), url(../fonts/NeoSansPro-Light.ttf.htm) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url(../fonts/NeoSansPro-Regular.woff2.htm) format("woff2"), url(../fonts/NeoSansPro-Regular.woff.htm) format("woff"), url(../fonts/NeoSansPro-Regular.ttf.htm) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url(../fonts/NeoSansPro-Medium.woff2.htm) format("woff2"), url(../fonts/NeoSansPro-Medium.woff.htm) format("woff"), url(../fonts/NeoSansPro-Medium.ttf.htm) format("truetype");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'Neo Sans Pro';
    src: url(../fonts/NeoSansPro-Italic.woff2.htm) format("woff2"), url(../fonts/NeoSansPro-Italic.woff.htm) format("woff"), url(../fonts/NeoSansPro-Italic.ttf.htm) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url(../fonts/NeoSansPro-BoldItalic.woff2.htm) format("woff2"), url(../fonts/NeoSansPro-BoldItalic.woff.htm) format("woff"), url(../fonts/NeoSansPro-BoldItalic.ttf.htm) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Neo Sans Pro Ultra';
    src: url(../fonts/NeoSansPro-Ultra.woff2.htm) format("woff2"), url(../fonts/NeoSansPro-Ultra.woff.htm) format("woff"), url(../fonts/NeoSansPro-Ultra.ttf.htm) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url(../fonts/NeoSansPro-LightItalic.woff2.htm) format("woff2"), url(../fonts/NeoSansPro-LightItalic.woff.htm) format("woff"), url(../fonts/NeoSansPro-LightItalic.ttf.htm) format("truetype");
    font-weight: 300;
    font-style: italic
}
@font-face {
    font-family: 'Neo Sans Pro';
    src: url(../fonts/NeoSansPro-Bold.woff2.htm) format("woff2"), url(../fonts/NeoSansPro-Bold.woff.htm) format("woff"), url(../fonts/NeoSansPro-Bold.ttf.htm) format("truetype");
    font-weight: 700;
    font-style: normal
}
body{
    
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -22px auto;
    background: #fff;
}

.footer-push{
    height: 22px;
}
.footer-wrapper{
    min-height: 22px;
    background: #2c2c2c;
    position: relative;
    font-size: 13px;
    color: #ffffff;
}
.footer-wrapper a{
    text-decoration: underline;
    color: #fff;
}
.footer-wrapper a:hover{
    text-decoration: none;
}
.footer-wrapper a.tplbutton{
    color: #fff;
    text-decoration: none;
}
.footer-wrapper a.tplbutton:hover{
    background: #004493;
}
.footer-bottom{
    padding: 30px 0;
}
.footer-top-wrapper{
    padding: 50px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-top-inner{
    padding-right: 280px;
    min-height: 150px;
}
.footer-top-last{
    max-width: 250px;
    position:absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.footer-top-wrapper{
    min-height: 315px;
}
.footer-top-wrapper .title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family:sans-serif;
}
.footer-menu li{
    margin-bottom: 8px;
}
.footer-contacts-el{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.footer-contacts-el a{
    text-decoration: none;
}
.footer-contacts-el a:hover{
    color: #ffc700;
}
.footer-top-last .button:hover{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.social-links a{margin:0 10px 0 0}
.footer-wrapper .social-links{padding-top: 15px;}
.header-wrapper .social-links{
    margin-right: 15px;
}
.social-links a{color:#fff;margin:0 5px 0 0;display:inline-block;width:32px;height:32px;line-height:32px;text-align:center;border:1px solid rgba(255,255,255,0.3);border-radius: 3px;}
.social-links .vk:hover, .social-links.colors .vk{color:#fff;background:#5880B7;border-color:#5880B7}
.social-links .fb:hover, .social-links.colors .fb{color:#fff;background:#415897;border-color:#415897}
.social-links .twitter:hover, .social-links.colors .twitter{color:#fff;background:#40A0F1;border-color:#40A0F1}
.social-links .inst:hover, .social-links.colors .inst{color:#fff;background:#8838A4;border-color:#8838A4}

@media(max-width: 1239px){
    .footer-top-inner{
        padding-right: 0;
    }
    .footer-top-first{
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .footer-top-last{
        max-width: 100%;
        position: static;
        padding: 0 10px;
    }
}
@media(max-width: 767px){
    .footer-menu{
        margin-bottom: 50px;
    }
    .footer-contacts{
        margin-bottom: 50px;
    }
}
@media(min-width: 1600px){
    .footer-wrapper:before{
        content:"";
        width: 133px;
        height: 137px;
        background: url(../images/sun.png) 0 0 no-repeat;
        position: absolute;
        top: 30px;
        left: 30px;
    }
}
@media(min-width: 1700px){
    .footer-wrapper:before{
        top: 40px;
        left: 80px;
    }
}

.content{
    font-size: 16px;
    line-height: 1.8;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 20px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 2px;
    background: #ffc700;
    border-radius: 1px;
}
.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;
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 1px solid #FFBB02;
    text-align: left;
    color: #5F5F5F;
    font-size: 14px;
    font-style: italic;
}
h1,
.title-h1{
    font-family: "Neo Sans Pro";
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}
.base-template h1{
    margin-bottom: 30px;
}
h2,
.title-h2{
    font-family:system-ui;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}
h3,
.title-h3{
    font-family:inherit;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}
h4,
.title-h4{
    font-family: "Neo Sans Pro";
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 700;
}
h5,
.title-h5{
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
}
h6,
.title-h6{
    font-family: "Neo Sans Pro";
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
}
h1 + .subtitle,
.title-h1 + .subtitle{
    margin-top: -10px;
    position: relative;
    padding-bottom: 20px;
}
h1 + .subtitle:after,
.title-h1 + .subtitle:after{
    content:"";
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background: #ffc700;
}
.middle h1,
.middle .title-h1,
.middle h2,
.middle .title-h2,
.middle h3,
.middle .title-h3,
.middle h4,
.middle .title-h4,
.middle h5,
.middle .title-h5,
.middle h6,
.middle .title-h6{
    color: #000;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #0D0D0D;
}
p{
    margin-bottom: 7px;
}
a{
    color: #004493;
    text-decoration: none;
}
a:hover{
    color: #ffc700;
}
a:focus{
    outline: none;
}
.tplbutton,
.btn{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: #ffc700;
    border-color: #ffc700;
    font-size: 15px;
    padding: 12px 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    -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-family:system-ui;
    font-weight: 700;
    border-radius: 5px;
}
.tplbutton:hover,
.btn:hover{
    background: #004493;
    border-color: #004493;
    color: #fff;
}
.tplbutton.block,
.btn.block{
    display: block;
    width: 100%;
}
.tplbutton.min,
.tplbutton.mini,
.btn.min,
.btn.mini{
    font-size: 14px;
    padding: 6px 15px;
}
.tplbutton.big,
.btn.big{
    padding: 16px 40px;
    font-size: 15px;
    font-family: sans-serif;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
    border-radius: 5px;
}
.modal-body p{
    font-size: 16px;
}
.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: #fd4443;
}
.close:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fd4443;
}
/**************************************/
.header-push{
    height: 100px;
}
.header-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.4;
}
.header-panel{
    background: #004493;
    color: #fff;
    height: 60px;
    line-height: 56px;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    padding-bottom: 4px;
}
.header-panel:after{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-repeat: repeat-x;
    background-image: url(../images/img-dotted.png);
}
.h-panel-right{
    text-align: right;
}
.header-panel .messengers svg{
    width: 26px;
    height: 26px;
    position: relative;
    bottom: -6px;
    margin-right: 3px;
}
.header-panel .messengers a{
    margin-right: 10px;
}
.header-panel a{
    color: #fff;
}
.header-panel a:hover{
    color: #ffc700;
}
.header-tel{
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Neo Sans Pro";
}
.header-tel .fa,
.header-email .fa{
    margin-right: 3px;
}
.header-callback-link{
    vertical-align: top;
    margin-right: 20px;
    border-bottom: 1px dashed;
}
.header-callback-link:hover{
    border-color: transparent;
}
.header > div{
    display: inline-block;
}
.social{
    padding-right: 15px;
}
.social a{
    margin-left: 13px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.social a:hover{
    color: #085c86;
}
.header{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

@media only screen and (max-width: 991px) {
    .header{
        height: 60px;
    }
    .social {
        padding-right: 5px;
    }
    .header-panel{
        height: 40px;
        line-height: 40px;
    }
    .header-panel:after {
        display: none;
    }
    .header-tel {
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .header-panel .social-links a{
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .header-panel .messengers a{
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin: 0 5px 0 0;
        display: inline-block;
        text-align: center;
        border: 1px solid rgba(255,255,255,0.3);
        border-radius: 3px;
    }
    .header-panel .messengers svg {
        width: 16px;
        height: 16px;
        bottom: -3px;
        margin-right: 0;
    }
    .header-wrapper .social-links {
        margin-right: 0;
    }
    .header-callback-link{
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin: 0 5px 0 4px;
        display: inline-block;
        text-align: center;
        border: 1px solid rgba(255,255,255,0.3) !important;
        border-radius: 3px;
        vertical-align: inherit;
    }
    .h-panel-right.right{
        float: left;
    }
    .header-tel{
        margin-left: 15px;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
}
.gray-bg{
    background: #F0F7F9;
}
.hr-min{
    width: 100px;
    margin: 30px auto;
}
.weight300{
    font-weight: 300;
}
.num-section{
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ABCD52;
    color: #fff;
    position: relative;
    overflow: visible;
    z-index: 20;
}
.ie .num-section{
    background-attachment: scroll;
}
.num-section:before{
    content:"";
    position: absolute;
    width: 60px;
    height: 71px;
    top: -71px;
    left: 150px;
    background: url(../images/grass1.png) 0 0 no-repeat;
}
.num-section:after{
    content:"";
    position: absolute;
    width: 94px;
    height: 63px;
    top: -63px;
    right: 100px;
    background: url(../images/grass2.png) 0 0 no-repeat;
}
.num-section .container{
    position: relative;
    z-index: 10;
}
.num-section .num{
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    opacity: 0;
    font-family: "Neo Sans Pro";
}
.num-section .num.animated{
    opacity: 1;
}
.num-section .element p{
    font-weight: 300;
    margin-top: -15px;
}
hr{
    border-color: #e3e3e4;
}
hr.white{
    border-color: #fff;
}
.features-section{
    background: #F5F5F5;
}
.features-section .row{
    display: flex;
    flex-wrap: wrap;
}
.features-section .element{
    margin-bottom: 70px;
    text-align: center;
}
.features-section .element .title{
    font-family: "Neo Sans Pro";
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
}
.features-section .element .text{
    font-size: 15px;
}
.features-section .element .img-wrapper{
    margin: 0 auto 25px;
    width: 150px;
    height: 150px;
    background: #004493;
    line-height: 150px;
    border-radius: 100%;
    position: relative;
}
.features-section .element .img-wrapper:before{
    content: "";
    border-radius: 100%;
    background-clip: content-box;
    border: 2px dashed #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}
.features-section .row > div:nth-of-type(2) .element .img-wrapper{
    background: #1AB9FF;
}
.features-section .row > div:nth-of-type(3) .element .img-wrapper{
    background: #FF6666;
}
.features-section .row > div:nth-of-type(4) .element .img-wrapper{
    background: #FFC000;
}
.features-section .row > div:nth-of-type(5) .element .img-wrapper{
    background: #ABCD52;
}
.features-section .row > div:nth-of-type(6) .element .img-wrapper{
    background: #FF4880;
}

/* mob-menu-btn begin */
.menu-button {
    position: fixed;
    right: 15px;
    top: 60px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 500;
}
.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;
    -o-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: #004493;
    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;
    -o-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: #004493;
    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;
    -o-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;
    -o-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);
    -o-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);
    -o-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;
    -o-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;
    -o-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: 102px;
    left: -370px;
    background: #fff;
    height: 100%;
    width: 320px;
    max-width: 100%;
    z-index: 1000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    box-shadow: 3px 6px 6px rgba(0,0,0,0.1);
}
.overlay {
    position: fixed;
    top: 90px;
    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 li{
    position: relative;
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    height: 30px;
    width: 30px;
    z-index: 10;
    background: #ffc907;
    border-radius: 3px;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 11px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -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: 13px;
}
.mobile-menu > div > ul > li.active .dropdown-button:before {
    border-color: #fff;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #004493;
    padding: 13px 20px 10px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.65);
    font-family:system-ui;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.mobile-menu > div > ul  > li.active > a{
    color: #ffc700;
}
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #E5B122;
}
.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 32px;
    position: relative;
    font-family: 'Neo Sans Pro';
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
    border-left: 4px solid #ffc907;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.mobile-menu > div ul ul ul a:before{
    top: 12px !important;
}
.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: 10px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu .active > .dropdown-button + ul{
    padding: 15px 0;
    background: rgba(255,255,255,0.1);
}
.mobile-menu > div ul ul ul{
    padding: 10px 0 !important;
}
.mobile-menu ul ul .dropdown-button{
    height: 20px;
    width: 20px;
    right: 20px;
    background: transparent;
    top: 9px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #004493;
    -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: -4px !important;
    left: 5px;
    font-size: 18px;
}
.mobile-menu .menu-button{
    display: none;
}
@media only screen and (max-width: 991px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
    .mobile-menu {
        overflow-y: scroll;
        padding-bottom: 100px;
    }
}

/************* /. mobile-menu **************/

/*  MEDIA QUERIS */
@media only screen and (max-width: 767px) {
    .f36{
       font-size: 30px;
       line-height: 1.2;     
    }
    h1,
    .title-h1{
        font-size: 30px;
        line-height: 1.2;
    }
    h2,
    .title-h2{
        font-size: 30px;
        line-height: 1.2;
    }
    h3,
    .title-h3{
        font-size: 24px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) {
    .flex-sm{
        display: flex;
    }
    .flex-sm > div{
        height: auto;
    }
    .modal {
        padding: 55px 40px 40px;
    }
    .mobile-tab-header {
        display: none;
    }
    ul.tabs.mobile {
        display: block !important;
        margin: 0;
    }
    .box {
        padding: 0 15px;
    }
    h1,
    .title-h1{
        font-size: 40px;
        font-family: system-ui;
    }
    h1.min,
    .title-h1.min{
        font-size: 30px;
    }
    .quest-section span{
        vertical-align: top;
        margin-right: 30px;
        display: inline;
        margin-bottom: 0;
    }
}

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
}

@media only screen and (min-width: 992px){
    .box {
        padding: 0 20px;
    }
    .top-menu-wrapper{
        height: 100%;
        float: right;
        -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{
        display: inline-block;
        margin: 0 5px;
        position: relative;
        z-index: 5;
    }
    .top-menu > ul > li > a{
        display: inline-block;
        font-size: 14px;
        color: #004493;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        padding: 6px 10px;
        font-family: 'Neo Sans Pro';
        font-weight: 700;
        letter-spacing: 1px;
        background: #f6f6f6;
        border-radius: 5px;
    }
    .top-menu > ul > li:hover > a,
    .top-menu > ul > li.active > a{
        background: #ffc700;
        color: #fff;
    }
    .top-menu > ul > li:last-of-type{
        margin-right: 0;
    }
    .top-menu > ul > li > ul{
        display: none;
        position: absolute;
        top: calc(100% + 20px);
        width: 350px;
        z-index: 500;
        box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
        background: #fff;
        padding: 25px 20px;
        border-radius: 10px;
        left: 0;
    }
    .top-menu > ul > li:hover > ul {
        display: block;
    }
    .top-menu > ul > li > ul:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        height: 20px;
    }
    .top-menu > ul > li > ul:after {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
        border: 2px dashed #004493;
        border-radius: 5px;
        opacity: 0.3;
        z-index: 2;
    }
    .top-menu > ul > li.down > a{
        position: relative;
    }
    .top-menu > ul > li.down:after{
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: #fff;
        box-shadow: 0 0 1px rgba(0,0,0,0.2);
        left: 15px;
        bottom: -28px;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 510;
        display: none;
    }
    .top-menu > ul > li.down:before{
        content: "";
        position: absolute;
        width: 30px;
        height: 14px;
        background: #fff;
        left: 6px;
        bottom: -34px;
        z-index: 511;
        display: none;
    }
    .top-menu > ul > li.down:hover:before,
    .top-menu > ul > li.down:hover:after{
        display: block;
    }
    .top-menu > ul > li:last-of-type > ul{
        left: auto;
        right: 0;
    }
    .top-menu > ul > li:last-of-type > ul > li:first-of-type:before {
        left: auto;
        right: 15px;
    }
    .top-menu > ul > li > ul > li > a{
        display: block;
        padding: 5px 15px;
        font-size: 16px;
        color: #494743;
    }
    .top-menu > ul > li > ul > li:hover > a,
    .top-menu > ul > li > ul > li.active > a{
        color: #004493;
    }
    
    .top-menu ul ul ul{
        position: absolute;
        left: calc(100% + 5px);;
        top: -10px;
    }
    .top-menu > ul > li > ul > li > ul:before{
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        width: 10px;
    }
    
    .top-menu ul ul ul{
        position: absolute;
        top: 0;
        left: calc(100% + 5px);
        width: 240px;
        display: none;
        z-index: 500;
        box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
        background: #fff;
        padding: 10px 0;
        border-radius: 10px;
    }
    .top-menu > ul > li > ul > li > ul:before{
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        width: 10px;
    }
    .top-menu ul ul li{
        position: relative;
        z-index: 10;
    }
    .top-menu ul ul li:hover > ul{
        display: block;
    }
    .top-menu ul ul ul a{
        display: block;
        padding: 5px 15px;
        font-size: 14px;
        color: #494743;
    }
    .top-menu ul ul ul li.active > a,
    .top-menu ul ul ul li:hover > a{
        color: #004493;
    }
    .num-section{
        background-attachment: fixed;
        background-size: cover;
    }
}


@media only screen and (min-width: 1240px) {
    .top-menu > ul > li > a{
        font-size: 15px;
        padding: 6px 5px 7px;
        letter-spacing: 1px;
        font-family: inherit;
    }
    ul.tabs.mobile li{
        padding: 18px 90px;
    }
    h1.big,
    .title-h1.big{
        font-size: 80px;
        line-height: 1;
        margin-bottom: 50px;
    }
}

/* top slider */
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .item{
    overflow: hidden;
    height: 700px;
    position: relative;
}
.top-slider .element-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat; 
    background-size: cover;
}
.top-slider .element-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.top-slider .item-inner{
    height: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}
.top-slider .item .title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 15px;
    max-width: 700px;
    font-family: system-ui;
    font-weight: 700;
    color: #004493;
}
.top-slider .item .text{
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 700px;
}
.top-slider-wave{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 768px) {
    .top-slider .item .title{
        font-size: 2.4em;
    }
    .header-push{
        -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{
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
}
@media only screen and (min-width: 992px) {
    .header-push{
        height: 130px;
    }
    .header-wrapper.hPanelHide{
        top: -50px;
    }
    .top-slider .slider-content{
        width: 550px;
        max-width: 100%;
    }
    .top-slider .item .title{
        font-size: 3em;
        margin-bottom: 30px;
    }
    .top-slider .item .text{
        margin-bottom: 45px;
    }
    .top-slider{
        height: 700px;
    }
    .top-slider .item{
        height: 700px;
    }
    .header-wrapper.hPanelHide{
        top: -60px;
    }
    .header-wrapper.hPanelHide .header{
        height: 70px;
    }
}
@media only screen and (min-width: 1240px) {
    .top-slider .item .title{
        font-size: 42px;
        line-height: 1.3;
        margin-bottom: 30px;
        max-width: 800px;
        font-family: system-ui;
    }
    .top-slider .item .text{
        margin-bottom: 45px;
        font-size: 18px;
        font-family: system-ui;
    }
}
@media(max-width: 1239px){
    .top-slider,
    .top-slider .item{
        height: 600px;
    }
}
@media(max-width: 767px){
    .top-slider,
    .top-slider .item{
        height: 500px;
    }
    .slider-content{
        padding: 20px;
        background: rgba(255,255,255,0.7);
        border-radius: 5px;
    }
    .top-slider-wave{
        display: none;
    }
}
/* end top slider */

/* Action */
.action-section{
    background: url(../images/bg1.png) #FF6767;
    color: #fff;
    font-size: 18px;
}
.action-section .title{
    line-height: 1.3;
    font-family: "Neo Sans Pro";
    font-weight: 700;
    color: #fff;
}
.countdownHolder{
    position:relative;
    line-height:36px;
    margin: 0;
}
.countdownHolder > span:nth-of-type(odd){
    color: #ffffff;
    width: 60px;
    padding: 7px 5px 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid;
}
.countdownHolder > span:nth-of-type(odd):after{
    display: none;
}
.countdownHolder > span.countSeconds:after{
    display: none;
}
.countDiv{
    display:inline-block;
    width:12px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -5px;
    content: 'дней';
    color: #ffffff;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: normal;
}
.countDays:before{
    content:'дней';
}
.countHours:before{
    content:'часов';
}
.countMinutes:before{
    content:'минут';
}
.countSeconds:before{
    content:'секунд';
}
.action-form-box{
    width: 800px;
    margin: auto;
    max-width: 100%;
}
@media only screen and (min-width: 768px){
    .countdownHolder > span:nth-of-type(odd){
        width: auto;
        font-size: 42px;
        padding: 15px 18px 30px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        font-size: 13px;
        bottom: -2px;
    }
    .countdownHolder > span > span{
        display: block;
        float: left;
    }
    .countdownHolder > span:nth-of-type(odd):after{
        top: 24px;
        right: -15px;
    }
}
/* End action */

section{
    width: 100%;
    overflow: hidden;
}
.team-section .sup-title{
    font-size: 18px;
    color: #FFC701;
    text-transform: uppercase;
}
.team-carousel .slick-list{
    padding: 15px 0;
}
.team-carousel > div{
    display: none;
}
.team-carousel > div:first-of-type,
.team-carousel.slick-slider > div{
    display: block;
}
.team-list .element{
    margin: 0 auto 30px;
    padding: 20px;
    position: relative;
    border-radius: 15px;
    width: 373px;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.team-list .element .img-wrapper{
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.team-list .element .img-wrapper img{
    width: 100%;
}
.team-list .element .img-wrapper:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: url(../images/img-dotted.png) repeat-x;
}
.team-list .element .title{
    font-size: 18px;
    color: #004493;
    font-family: 'Neo Sans Pro';
    margin-bottom: 5px;
}
.team-list .element .subtitle{
    overflow: hidden;
    height: 44px;
}
.base-template .team-list .element .subtitle{
    font-size: 15px;
    margin-bottom: 5px;
}
.team-carousel{
    margin-bottom: 20px;
}
.team-carousel .item{
    padding: 0 15px;
}
.team-carousel .slick-prev{
    left: -60px;
}
.team-carousel .slick-next{
    right: -60px;
}
.contacts-block .social a{
    margin: 0 12px 0 0;
    color: #ffc700;
    font-size: 30px;
}
.contacts-block .social a:hover{
    color: #fff;
}
.about-section .img-wrapper img{
    border-radius: 100%;
}
.about-section .sup-title{
    font-size: 18px;
    color: #FFC701;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about-section .trustedby{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    position: absolute;
    top: 34px;
    left: 0;
    width: 155px;
    height: 155px;
    text-align: center;
    border-radius: 100%;
    background-color: #FF6666;
    color: #fff;
}
.about-section .trustedby:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 100%;
    border: 2px dashed #fff;
}
.about-section .trustedby .element-count{
    font-family: "Neo Sans Pro";
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
}
@media(min-width: 992px){
    .about-section .content{
        padding-left: 30px;
    }
}

.breadcrumb {
    margin: 70px 0 20px;
    list-style: none;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    margin-right: 26px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}
.services-page-header .breadcrumb > li{
    background: #fff;
}
.breadcrumb svg {
    height: 18px;
	width: 16px;
	position: relative;
	bottom: -3px;
	fill: #004493;
}
.breadcrumb > li a {
    color: #004493;
    text-decoration: none;
}
.breadcrumb > li a:hover{
    color: #000;
}
.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}
.breadcrumb > li:before{
    position: absolute;
    content: '';
    left: -22px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li:first-of-type:before{
    display: none;
}
@media(max-width:991px){
    .breadcrumb{
        margin: 30px 0;
    }
}
@media(max-width:767px){
    .breadcrumb li{
        background: transparent;
        padding: 0;
        line-height: 1;
    }
    .breadcrumb > li:after,
    .breadcrumb > li:before{
        display: none;
    }
    .breadcrumb a:after {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 4px;
        right: -16px;
        border-top: 1px solid #004493;
        border-right: 1px solid #004493;
        -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;
    }
}

.specialist-section .aside .img-wrapper img{
    border-radius: 5px;
}
.specialist-section h1{
    margin-bottom: 10px;
}
.specialist-section .status{
    font-size: 19px;
    color: #004493;
    font-family: "Neo Sans Pro";
}
.specialist-section .content{
    font-size: 16px;
}
@media(min-width:768px){
    .specialist-section .main-column{
        padding-left: 30px;
    }
}

.certificats-gallery .element{
    background: #f8f8f8;
    padding: 10px;
    height: 1px;
    min-height: 250px;
    margin-bottom: 20px;
    border-radius: 2px;
    position: relative;
    border: 4px solid #eaeaea;
    display: flex;
    align-items: center;
}
.certificats-gallery .element > a{
    background: rgba(0,0,0, 0.5);
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.certificats-gallery .element > a:after{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/zoom.png) 50% 50% no-repeat;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.certificats-gallery .element:hover > a{
    opacity: 1;
}
.certificats-gallery .element:hover > a:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
@media(max-width: 1239px){
    .certificats-gallery .element{
        min-height: 180px;
    }
}
@media(max-width: 991px){
    .certificats-gallery .element{
        min-height: 26vw;
    }
}
@media(max-width: 767px){
    .certificats-gallery .element{
        min-height: 65vw;
    }
}

.services-section .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-section .row > div{
    margin-bottom: 20px;
}
.services-section .item{
    background: #0391D0;
    padding-bottom: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 28px;
    height: 100%;
    text-align: center;
    color: #fff;
}
.services-section .item-inner{
    background: #1AB9FF;
    padding: 40px 15px 30px;
    border-radius: 20px;
    height: 100%;
}
.services-section .item .img-wrapper{
    position: relative;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 10px;
}
.services-section .item .img-wrapper:after{
    content: "";
    border-radius: 100%;
    background-clip: content-box;
    border: 2px dashed #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.services-section .item .img-wrapper img{
    border-radius: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.services-section .item .item-title{
    font-family:monospace;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.services-section .item .item-text{
    font-size: 16px;
}
.services-section .item-2,
.services-section .item-8,
.services-section .item-14{
    background: #F53C3C;
}
.services-section .item-2 .item-inner,
.services-section .item-8 .item-inner,
.services-section .item-14 .item-inner{
    background: #FF6666
}
.services-section .item-3,
.services-section .item-9,
.services-section .item-15{
    background: #DDA702;
}
.services-section .item-3 .item-inner,
.services-section .item-9 .item-inner,
.services-section .item-15 .item-inner{
    background: #FFC000;
}
.services-section .item-4,
.services-section .item-10,
.services-section .item-16{
    background: #93B43D;
}
.services-section .item-4 .item-inner,
.services-section .item-10 .item-inner,
.services-section .item-16 .item-inner{
    background: #ABCD52;
}
.services-section .item-5,
.services-section .item-11,
.services-section .item-17{
    background: #004493;
}
.services-section .item-5 .item-inner,
.services-section .item-11 .item-inner,
.services-section .item-17 .item-inner{
    background: #0065D8;
}
.services-section .item-6,
.services-section .item-12,
.services-section .item-18{
    background: #DE3F6E;
}
.services-section .item-6 .item-inner,
.services-section .item-12 .item-inner,
.services-section .item-18 .item-inner{
    background: #FF4880;
}
.services-carousel > div{
    display: none;
}
.services-carousel > div:first-of-type,
.services-carousel.slick-slider > div{
    display: block;
}
.services-carousel .slick-prev{
    left: -60px;
}
.services-carousel .slick-next{
    right: -60px;
}
.services-carousel .slick-track{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0;
}
.services-carousel .slick-slide {
    height: inherit;
}
.services-carousel .slick-slide > div,
.services-carousel .slick-slide > div > div{
    height: 100%;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media(min-width: 992px){
    .services-section .item:hover{
        -webkit-transform: translate(0, -16px);
        -khtml-transform: translate(0, -16px);
        -moz-transform: translate(0, -16px);
        -ms-transform: translate(0, -16px);
        -o-transform: translate(0, -16px);
        transform: translate(0, -16px);
    }
    .services-section .item:hover .img-wrapper:after {
        -webkit-animation: spinAround 9s linear infinite;
        -moz-animation: spinAround 9s linear infinite;
        animation: spinAround 9s linear infinite;
    }
    .services-section .item:hover .img-wrapper img{
        transform: rotateY(180deg);
    }
}
.services-inner-page .middle-section .img-wrapper{
    margin-top: -40px;
}
.services-inner-page .middle-section .img-wrapper img{
    border-radius: 5px;
}
@media(max-width: 991px){
    .services-inner-page .middle-section .img-wrapper{
        margin-top: 0;
    }
}

/* news */
.news-section .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.news-section .row > div{
    margin-bottom: 20px;
}
.news-section .element{
    background: #fbfbfb;
    height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-bottom: 70px;
    border-radius: 10px;
}
.news-section .element .img-wrapper img{
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.news-section .element .news-date{
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FFC700;
    padding: 5px 15px;
    border-radius: 5px;
    border: 2px solid #FFFFCC;
    color: #fff;
}
.news-section .element .element-content{
    padding: 30px;
}
.news-section .element .title{
    font-weight: bold;
    margin-bottom: 15px;
    font-family:unset;
    font-size: 16px;
}
.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;
    color: #004493;
    text-decoration: none;
    font-family:unset;
    font-size: 16px;
}
.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: 0;
}
.news-section .element .more span svg{
    width: 16px;
    height: 16px;
}
.news-section .element:hover{
    box-shadow: 0 3px 10px rgba(0,0,0,.4);
}
.news-section .element:hover .more span{
    left: 10px;
}
.news-section .element:hover .more{
    color: #ffc700;
}
@media(max-width: 767px){
    .news-section .row{
        display: block;
    }
}

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


/* pagination */
.pagination{
    display: inline-block;
    margin: 30px 0 0;
    font-family: "Neo Sans Pro";
}
.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;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius:3px;
}
.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: #004493;
    color: #fff;
    border-color: #004493;
    cursor: default;
}
/* /. pagination */

.news-page-section .content p{
    text-align: justify;
}
.news-page-section .img-wrapper img{
    border-radius: 5px;
}
.news-page-section .date{
    font-family: "Neo Sans Pro";
    font-size: 18px;
    color: #9c9c9c;
}


/* accordeon */
.accordeon .element-content{
    display: none;
    padding: 0 0 55px;
}
.accordeon .element{
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(227,227,227,.5);
    box-shadow: 0 20px 30px 0 rgba(227,227,227,.5);
    margin-bottom: 30px;
    padding: 0 30px 0 40px;
}
.accordeon .element .title {
    font-family: "Neo Sans Pro";
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    padding: 30px 100px 30px 0;
    cursor: pointer;
    position: relative;
    color: #004493;
    -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 .title:hover,
.accordeon .element.active .title{
    color: #ffc700;
}
.accordeon .element .title span {
    position:absolute;
    right: -5px;
    top: 50%;
    display: block;
    width: 63px;
    height: 22px;
    margin-top: -11px;
    cursor: pointer;
}
.accordeon .element .title span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%,-50%) rotateZ(-90deg);
    transform: translate(-50%,-50%) rotateZ(-90deg);
    width: 22px;
    height: 63px;
    background-image: url(../images/slider-left-arr-hover.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 35px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.accordeon .element .title span:hover:after {
    max-height: 63px;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}
.accordeon .price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #f4f4f4;
    padding: 13px 0 3px;
}
.accordeon .price-item__title {
    font-family: "Neo Sans Pro";
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-right: 15px;
}
.accordeon .price-item__value {
    font-family: "Neo Sans Pro";
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
}
@media(max-width: 991px){
    .accordeon .element {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .accordeon .element .title {
        font-size: 16px;
        padding: 20px 70px 20px 0;
    }
    .accordeon .element-content {
        padding: 0 0 30px;
    }
    .accordeon .price-item {
        border-bottom-width: 1px;
    }
    .accordeon .price-item__title,
    .accordeon .price-item__value{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .accordeon .element .title {
        font-size: 14px;
    }
    .accordeon .price-item__title,
    .accordeon .price-item__value{
        font-size: 14px;
    }
    .accordeon .element .title span{
        right: -10px;
    }
}
/* /. accordeon */

.map{
    height: 450px;
}
#mapexMap,
#google-map{
    height: 100%;
}

/* contacts-section */
@media(min-width:1600px){
    body.base-template:before{
        content: "";
        background: url(../images/image-bg-right-1.png) 0 0 no-repeat;
        width: 238px;
        height: 260px;
        position: absolute;
        right: 0;
        top: 200px;
        z-index: 200;
    }
}

.feedback-block .form-control{
    margin-bottom: 10px;
    height: 45px;
}
.contacts-block .element{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}
.contacts-block .element .fa{
    display: inline-block;
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 4px;
    color: #ffc700;
}
.contacts-block .element a{
    text-decoration: underline;
}
.contacts-block .element a:hover{
    text-decoration: none;
}
.contacts-block .element svg{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 4px;
    color: #ffc700;
}
@media only screen and (max-width: 767px){
    .feedback-block{
        margin-bottom: 50px;
    }    
}
/* /. contacts-section */


/* gallery */
.gallery-list .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-list .row > div{
    margin-bottom: 20px;
}
.gallery-list .element-inner{
    height: 450px;
    color: #f2f2f2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 40px 90px;
    overflow: hidden;
    border-radius: 5px;
}
.gallery-list .element-inner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,68,147,.4);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0.8;
}
.gallery-list .element:hover .element-inner:before{
    background: rgba(0,0,0,.4);
}
.gallery-list .element .element-title{
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    font-family: "Neo Sans Pro";
    z-index: 2;
}
.gallery-list .element .tplbutton{
    margin-bottom: 0;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
}
.gallery-list .element:hover .tplbutton{
    background: #004493;
    color: #fff;
}
@media(max-width: 1239px){
    .gallery-list .element-inner{
        height: 340px;
    }
    .gallery-list .element .element-title {
        font-size: 26px;
    }
}
@media(max-width: 991px){
    .gallery-list .element-inner{
        height: 36vw;
    }
}
@media(max-width: 767px){
    .gallery-list .row{
        display: block;
    }
    .gallery-list .row > div{
        width: 100%;
    }
    .gallery-list .element-inner{
        height: 60vw;
    }
    .gallery-list .element .element-title {
        font-size: 20px;
    }
}
@media(max-width: 500px){
    .gallery-list .element-inner{
        height: 70vw;
        padding: 20px 20px 70px;
    }
    .gallery-list .element .tplbutton{
        bottom: 20px;
        left: 20px;
    }
}
/* /. gallery */


.gallery .element{
    margin-bottom: 20px;
}
.gallery .element a{
    display: block;
    position: relative;
}
.gallery .element a:after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
}
.gallery .element:hover a:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}
.gallery .element a:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/zoom.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
.gallery .element:hover a:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

.cards-list .item{
    position: relative;
    padding-left: 410px;
    min-height: 245px;
    margin-bottom: 40px;
}
.cards-list .item-image{
    position: absolute;
    top: 0;
    left: 0;
}
.cards-list .item-image img{
    border-radius: 10px;
}
.cards-list > div:last-of-type{
    margin-bottom: 20px;
}
.cards-list .item-discount{
    font-family: "Neo Sans Pro";
    font-weight: 700;
    font-size: 5.2rem;
    color: #004493;
    margin-bottom: 15px;
}
@media(max-width: 991px){
    .cards-list .item{
        padding-left: 0;
        min-height: 1px;
        margin-bottom: 60px;
    }
    .cards-list .item-image{
        position: static;
        margin-bottom: 20px;
    }
    .cards-list .item-discount{
        display: none;
    }
}

/* reviews */
.reviews{
    margin: 0 -15px;
    padding-bottom: 20px;
}
.rev-item,
.rev-grid-sizer{ 
    width: 100%;
}
.rev-item .inner{
    padding: 30px;
    margin: 0 15px 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(227,227,227,.5);
    box-shadow: 0 20px 30px 0 rgba(227,227,227,.5);
}
.rev-item  .rev-header .title{
    font-family: "Neo Sans Pro";
    font-weight: 700;
    font-size: 22px;
    color: #004493;
}
.rev-item .arrow-quote{
    float: right;
}
.rev-item .arrow-quote svg{
    fill: #FFC700;
}
.rev-item .rev-date{
    display: inline-block;
    background: #FFC700;
    padding: 5px 15px;
    border-radius: 5px;
    border: 2px solid #DFAC11;
    color: #fff;
}
.rev-text{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
}
.scan-link{
    color: #0079FF;
    font-size: 15px;
    margin-bottom: 20px;
    text-decoration: underline;
    display: inline-block;
}
.scan-link:hover{
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .rev-item,
    .rev-grid-sizer{ 
        width: 50%;
    }   
}
/* /. reviews */

.top-content-block{
    padding: 120px 0 100px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}
.top-content-block .text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 120px;
}
.text-inner{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    width: 480px;
    max-width: 480px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}
.top-content-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(116.13deg,rgba(0,198,245,.05) 0,rgba(0,68,147,.9) 100%);
}
@media (max-width: 1239px){
    .top-content-block {
        padding-top: 90px;
        padding-bottom: 75px;
    }
    .top-content-block .text{
        padding-right: 60px;
    }
}
@media (max-width: 991px){
    .top-content-block {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .top-content-block .text{
        padding-right: 50px;
    }
    .text-inner{
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        width: 350px;
        max-width: 350px;
        font-size: 14px;
    }
}

@media (max-width: 767px){
    .top-content-block {
        padding: 30px;
    }
    .top-content-block{
        background: #004493 !important;
    }
    .top-content-block .text {
        padding: 0;
    }
    .text-inner{
        display: block;
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
}

/* agreement */
.agreement{position:relative;margin-bottom:30px;color:#7C7F8C;}
.agreement input{position:absolute;top:0;left:0;opacity:0;visibility:hidden}
.agreement i{position: absolute; left: 0; top: 3px; font-size: 16px;}
.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: 2px;
    left: 0px;
}
.agreement input:checked + label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error + label{color:red}


.top-info-block .agreement input + label:before{
    background-image: url(../images/check-empty-white.svg);
}
.top-info-block .agreement input:checked + label:before {
    background-image: url(../images/checked-white.svg);
}
.top-info-block .agreement{margin-bottom:0;color:#fff;}
/* /. agreement */


/* /. breadcrumb */
#breadcrumb{
    padding:20px 0;
    }
 
#breadcrumb ul{
    margin:0;
    padding:0;
    list-style:none;
    }
 
#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}





.table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td {
	border: 1px solid #dddddd;
	padding: 5px;
}


input, label, textarea { display: block; }
input, textarea { margin: 0 0 10px 0; border: 1px solid #ccc; padding: 5px; }
input.submit_button { background-color: #43A52B; border: 1px solid #358222; padding: 5px 10px; border-radius: 3px; font: 13px Arial, Verdana, Tahoma, sans-serif; color: #fff; cursor: pointer; }
input.submit_button:hover { background-color: #358222; }
span.required,
span.error { color: #ff0000; }
span.required { font-size: 18px; }
span.error { font-size: 11px; }
