@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,700,700italic,500&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
@import url(jquery-ui.css);
@import url(jquery.formstyler.css);
@import url(jquery.jscrollpane.css);

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

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

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

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

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

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

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

@font-face {
    font-family: 'Neo Sans Pro';
    src: url(../fonts/NeoSansPro-Bold.woff2) format("woff2"), url(../fonts/NeoSansPro-Bold.woff) format("woff"), url(../fonts/NeoSansPro-Bold.ttf) 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 -395px auto;
    background: #fff;
}

.footer-push {
    height: 395px;
}

.footer-wrapper {
    min-height: 395px;
    background: #2c2c2c;
    position: relative;
    z-index: 301;
    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: "Neo Sans Pro";
}

.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 {
    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 {
    background: #40A0F1;
    border-color: #40A0F1
}

.social-links .inst:hover, .social-links.colors .inst {
    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: 60px;
}

h2,
.title-h2 {
    font-family: "Neo Sans Pro";
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}

h3,
.title-h3 {
    font-family: "Neo Sans Pro";
    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: "Neo Sans Pro";
    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: 20px;
}

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: 'Neo Sans Pro';
    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;
}

.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;
}

/**************************************/
.important {
    background: #4A4A4A;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}

.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;
}

.logo {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

@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;
}

.clear-hr {
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}

.features-section {
    background: #F5F5F5;
}

.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;
}


.application-inner .element {
    padding: 30px 20px 20px;
    border-radius: 3px;
    border: 2px solid #E6E6E6;
    margin-bottom: 30px;
}

.application-inner .element .title {
    line-height: 1.2;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .application-inner .element {
        min-height: 300px;
    }

    .application-inner > .row > hr:nth-of-type(2n) {
        clear: both;
    }
}

@media only screen and (min-width: 1240px) {
    .application-inner > .row {
        display: flex;
    }

    .application-inner > .row > div {
        height: auto;
        min-height: 0;
    }

    .application-inner > .row > hr:nth-of-type(2n) {
        clear: none;
    }
}

/* 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: 'Neo Sans Pro';
    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: 1239px) {

}

@media only screen and (max-width: 991px) {
    .slick-dots {
        padding-top: 30px;
    }
}

@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;
    }

    h1.min,
    .title-h1.min {
        font-size: 30px;
    }

    .features-section hr:nth-of-type(2n) {
        clear: both;
    }

    .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 .uMenuH > ul > li {
        display: inline-block;
        margin: 0 5px;
        position: relative;
        z-index: 5;
    }

    .top-menu .uMenuH > 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 .uMenuH > ul > li:hover > a,
    .top-menu .uMenuH > ul > li.active > a {
        background: #ffc700;
        color: #fff;
    }

    .top-menu .uMenuH > ul > li:last-of-type {
        margin-right: 0;
    }

    .top-menu > div > ul > li > ul {
        display: none;
        position: absolute;
        top: calc(100% + 20px);
        width: 240px;
        width: auto;
        min-width: 290px;
        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 > div > ul > li:hover > ul {
        display: block;
    }

    .top-menu > div > ul > li > ul:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        height: 20px;
    }

    .top-menu > div > 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 > div > ul > li.down > a {
        position: relative;
    }

    .top-menu > div > 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 > div > ul > li.down:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 14px;
        background: #fff;
        left: 6px;
        bottom: -34px;
        z-index: 511;
        display: none;
    }

    .top-menu > div > ul > li.down:hover:before,
    .top-menu > div > ul > li.down:hover:after {
        display: block;
    }

    .top-menu > div > ul > li:last-of-type > ul {
        left: auto;
        right: 0;
    }

    .top-menu > div > ul > li:last-of-type > ul > li:first-of-type:before {
        left: auto;
        right: 15px;
    }

    .top-menu > div > ul > li > ul > li > a {
        display: block;
        padding: 5px 15px;
        font-size: 16px;
        color: #494743;
    }

    .top-menu > div > ul > li > ul > li:hover > a,
    .top-menu > div > 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 > div > 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;
    }

    .top-menu .uMenuH > ul > li[data-menusize="big"] {
        position: static;
    }

    .top-menu > div > ul > li[data-menusize="big"] > ul {
        left: 0;
        right: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 30px 10px;
        visibility: hidden;
        opacity: 0;
        top: 87px;
        margin-left: 0;
    }

    .header-wrapper.hPanelHide .top-menu > div > ul > li[data-menusize="big"] > ul {
        top: 71px;
    }

    .top-menu > div > ul > li[data-menusize="big"]:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    .top-menu > div > ul > li[data-menusize="big"] > ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        margin-bottom: 20px;
    }

    .top-menu > div > ul > li[data-menusize="big"] > ul > li > a {
        color: #485768;
        font-family: "Neo Sans Pro";
        font-size: 14px;
        line-height: 1.21429;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        padding: 0 0 5px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .top-menu > div > ul > li[data-menusize="big"] > ul > li > a:hover,
    .top-menu > div > ul > li[data-menusize="big"] > ul > li.active > a {
        color: #004493;
    }

    .top-menu > div > ul > li[data-menusize="big"] > ul > li > a:after {
        content: "";
        position: absolute;
        bottom: -10px;
        height: 2px;
        width: 20px;
        left: 50%;
        margin-left: -10px;
        background: #ffc700;
    }

    .top-menu > div > ul > li[data-menusize="big"] > ul > li > ul {
        display: block;
        position: static;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
    }

    .top-menu > div > ul > li[data-menusize="big"] > ul > li > ul a {
        font-size: 14px;
        padding: 0 0 7px;
    }

    li[data-menusize="big"] > ul > li > .big-menu-icon {
        width: 100%;
        display: inline-block;
        background-repeat: no-repeat;
        height: 52px;
        background-image: url(https://kidsschool.demoultron.ru/assets/template/css/images/menu-icons/menu-ico-1.svg);
        background-position: 50% bottom;
        margin-bottom: 10px;
    }

    .features-section hr:nth-of-type(2n) {
        clear: none;
    }

    .features-section hr:nth-of-type(3n) {
        clear: both;
    }

    .num-section {
        background-attachment: fixed;
        background-size: cover;
    }
}


@media only screen and (min-width: 1240px) {
    .top-menu .uMenuH > ul > li > a {
        font-size: 16px;
        font-size: 15px;
        padding: 6px 14px 7px;
        letter-spacing: 1px;
    }

    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 {
    overflow: hidden;
    height: 700px;
}

.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 .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 .table {
    position: relative;
    z-index: 10;
}

.top-slider .item .title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 15px;
    max-width: 700px;
    font-family: 'Neo Sans Pro';
    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: 1400px) {
    .pk-img {
        max-width: 650px;
        margin-left: -60px;
    }
}

@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;
    }

    .top-slider .item .text {
        margin-bottom: 45px;
        font-size: 18px;
    }
}

@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 {
    /* content:"";
     display: block;
     position: absolute;
     top: 16px;
     right: -16px;
     color: #2E3841;
     width: 4px;
     height: 18px;
     background: url(../images/colon.png) 0 0 no-repeat;*/
    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 */

.lightgallery-link {
    position: relative;
    display: block;
}

.lightgallery-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/zoom.png) 50% 50% no-repeat rgba(0, 0, 0, 0.7);
    background-size: 0 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.lightgallery-link:hover:after {
    opacity: 1;
    background-size: 25px 25px;
}

.top-info-section {
    overflow: inherit;
}

.top-info-block .tplbutton {
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-info-block .element {
    padding: 20px 25px;
    color: #fff;
    min-height: 205px;
}

.top-info-block .el-1 {
    background: #50a1ce;
    border-radius: 5px 0 0 5px;
}

.top-info-block .el-2 {
    background: #004493;
    padding: 20px 25px 15px;
    border-radius: 0 5px 5px 0;
}

.top-info-block .form-control {
    border-color: transparent;
    margin-bottom: 10px;
    height: 45px;
}

.top-info-block .form-control.error {
    border-color: #ee3923;
}

.top-info-block .element .title {
    font-size: 24px;
    margin-bottom: 12px;
}

.top-info-block .element .title i {
    vertical-align: middle;
    margin-top: -6px;
}

.top-info-block .el-1 li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.top-info-block .el-1 li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.top-info-block .el-1 li span {
    float: right;
}

@media only screen and (max-width: 991px) {
    .top-info-block .el-1 {
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .top-info-block .el-2 {
        border-radius: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .top-info-block .tplbutton {
        position: relative;
        bottom: -70px;
    }

    .top-info-block .agreement {
        position: relative;
        top: -50px;
    }

    .top-info-block .el-2 {
        padding-bottom: 60px;
    }
}

/*********************** styler begin ***********************/
.select-styler,
.cloned-select-styler {
    width: 100%;
    margin-bottom: 10px;
    display: block !important;
}

.jq-selectbox__search input::-moz-placeholder {
    opacity: 0;
}

.jq-selectbox__search input:-ms-input-placeholder {
    opacity: 0;
}

.jq-selectbox__search input::-webkit-input-placeholder {
    opacity: 0;
}

.jq-selectbox__select {
    box-shadow: none;
    height: 45px;
    padding: 12px 24px 5px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #727376;
    text-shadow: none;
    font-size: 14px;
    font-family: 'Roboto';
    background: #fff;
}

.filters-block .jq-selectbox__select {
    border: 1px solid transparent;
}

.form-group .opened .jq-selectbox__select {
    border-color: transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.jq-selectbox__select:hover {
    background: #fff;
}

.jq-selectbox__select:active {
    background: #fff;
    box-shadow: none;
}

.opened .jq-selectbox__select {
    border-color: #BBBBBB;
}

.jq-selectbox__trigger {
    border-left: none;
    width: 24px;
}

.jq-selectbox__trigger-arrow {
    opacity: 1;
    border: none;
    top: 21px;
    background: url(../images/down-arrow.png) 0 0 no-repeat;
    width: 12px;
    height: 6px;
    right: 8px;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 19px;
}

.jq-selectbox__dropdown {
    max-width: 239px;
    top: 47px !important;
    bottom: inherit !important;
    border-radius: 5px;
    max-height: 260px;
    overflow: hidden;
    padding: 0 0 10px 0 !important;
    border: none;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.jq-selectbox ul {
    max-height: 230px !important;
}

.jq-selectbox li {
    padding: 0 15px;
    color: #666666;
    white-space: normal !important;
    font-size: 14px;
    font-family: 'Roboto';
    margin: 14px 0;
}

.jq-selectbox li:hover {
    color: #50a1ce;
    background: transparent;
}

.jq-selectbox li.selected {
    color: #50a1ce;
    background: transparent;
}

.jq-selectbox li:last-of-type {
    border-bottom: none;
}

.jq-selectbox__select-text {
    font-size: 14px;
    font-weight: normal;
}

.form-group.error .jq-selectbox__select {
    border-color: #F6392F;
    box-shadow: 0 0 0 1px #F6392F;
}

.jq-selectbox__dropdown .jspVerticalBar {
    width: 10px;
    right: 10px;
    background: #F2F2F2;
}

.jspDrag {
    background: #C1C1C1;
    border-radius: 0;
}

@media (max-width: 1239px) {
    .jq-selectbox__dropdown {
        padding: 10px !important;
        border-radius: 0 5px 5px 5px;
    }
}

@media only screen and (min-width: 768px) {
    .jq-selectbox__dropdown {
        width: 150% !important;
    }
}

/*********************** styler end ***********************/


/*********************** datepicker ***********************/
.ui-datepicker {
    margin-top: 2px;
    border-radius: 0;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    border: none;
}

.ui-icon-circle-triangle-e {
    background-position: -34px 0;
}

.ui-icon-circle-triangle-w {
    background-position: -98px 0;
}

#ui-datepicker-div {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    width: 239px;
    border: none;
    z-index: 400 !important;
    padding: 15px;
    border-radius: 5px;
}

.ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
}

.ui-datepicker th {
    font-weight: normal;
    color: #666666;
}

.ui-datepicker td {
    padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    color: #50a1ce;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: .3em;
    border-radius: 2px;
}

.ui-state-default:hover {
    opacity: 0.8;
}

.ui-datepicker-today a {
    color: #666 !important;
}

.ui-widget-header {
    background: #fff;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    background: none !important;
    border: none;
}

.datepicker-wrapper input + span {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 240px;
    bottom: -2px;
    left: 0;
    background: #fff;
    height: 6px;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.datepicker-wrapper input:focus {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

.datepicker-wrapper input:focus + span {
    opacity: 1;
    visibility: visible;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 10px;
    height: 19px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    left: 0 !important;
    margin-left: 0;
    top: 0 !important;
    margin-top: 0;
    background: url(../images/datepicker-arrow.png) 0 0 no-repeat;
    width: 10px;
    height: 19px;
    top: 5px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-datepicker td a:hover {
    color: #666666;
}

.ui-datepicker-current-day a {
    background: #ffc700 !important;
    color: #fff !important;
    cursor: pointer;
}

/********************* datepicker end *********************/
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;
    overflow: hidden;
    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 50px;
    list-style: none;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    font-size: 13px;
    font-size: 12px;
    padding: 0 20px;
    padding: 0 18px;
    position: relative;
    margin-right: 26px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}

.services-page-header .breadcrumb > li {
    background: #fff;
}

.breadcrumb i {
    font-size: 14px;
}

.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;
}

@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;
    }
}

.services-page-header .breadcrumb > li:after {
    background: #fff;
}

.services-page-header .breadcrumb > li:before {
    border-color: #fff;
    border-left-color: transparent;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > li:first-of-type:before {
    display: none;
}

.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.ui-timepicker {
    box-sizing: content-box;
    display: block;
    height: 258px;
    list-style: none outside none;
    margin: 0;
    padding: 0 1px;
    text-align: center;
}

.ui-timepicker-viewport {
    box-sizing: content-box;
    display: block;
    height: 258px;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden; /* IE */
}

.ui-timepicker-standard {
    background-color: #FFF;
    color: #222;
    margin: 2px 0 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: 1px 10px;
    text-decoration: none;
    transition: none;
    border-radius: 0;
}

.ui-timepicker-standard .ui-state-hover {
    background: #ffc700;
    font-weight: normal;
    color: #fff;
    border-color: transparent;
}

.ui-timepicker-standard .ui-menu-item {
    margin: 0;
    padding: 0;
}

.ui-timepicker-hidden {
    display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none;
}

.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;
}

.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: "Neo Sans Pro";
    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 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 40px;
    position: relative;
    padding-left: 110px;
    padding-right: 15px;
}

.services > ul > li:nth-of-type(3n) {
    padding-right: 0;
}

.services > ul > li > span {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.services li a {
    color: #485768;
    font-family: "Neo Sans Pro";
    font-size: 13px;
    display: inline-block;
    margin-bottom: 7px;
    line-height: 1.5;
}

.services li a:hover {
    color: #ffc700;
}

.services > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 16px;
}

@media (max-width: 1239px) {
    .services > ul > li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding-right: 40px;
    }

    .services > ul > li:nth-of-type(3n) {
        padding-right: 40px;
    }

    .services > ul > li:nth-of-type(2n) {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .services > ul > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .services > ul > li:nth-of-type(3n) {
        padding-right: 0;
    }
}

.services-page-header {
    min-height: 700px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
}

.services-page-header svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 9vw;
}

.services-page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-130.88deg, rgba(0, 198, 245, .4) 0, rgba(61, 150, 200, .85) 100%);
}

.about-company-page .services-page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 325px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 131, 225, 0)), to(rgba(0, 114, 166, .7)));
    background: linear-gradient(0deg, rgba(21, 131, 225, 0) 0, rgba(0, 114, 166, .7) 100%);
    pointer-events: none;
    z-index: 1;
}

.services-page-header .container {
    position: relative;
    z-index: 10;
    color: #fff;
}

.about-company-page .services-page-header .container {
    color: #2583b9;
}

.services-page-header h1 {
    font-size: 55px;
    padding-top: 30px;
}

.services-page-header-text {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.services-page-header .tplbutton {
    margin-bottom: 0;
}

@media (max-width: 1239px) {
    .services-page-header h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .services-page-header {
        min-height: inherit;
    }

    .services-page-header h1 {
        font-size: 40px;
        margin-bottom: 40px;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .services-page-header h1 {
        font-size: 30px;
        margin-bottom: 30px;
        padding-top: 10px;
    }
}

.innerservices-section .container > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.innerservices-section .container > .row > div {
    margin-bottom: 30px;
}

.innerservices-section .element {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 40px;
    box-shadow: 0 10px 20px 0 rgba(86, 163, 208, 0.2);
    height: 100%;
}

.innerservices-section .element > .relative {
    height: 100%;
    padding-bottom: 40px;
}

.innerservices-section .element .tplbutton {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.innerservices-section .element .element-title {
    font-family: "Neo Sans Pro";
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #004493;
    position: relative;
}

.innerservices-section .element .element-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    background: #ffc700;
}

.innerservices-section .element .element-introtext {
    margin-bottom: 25px;
}

.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 #DFAC11;
    color: #fff;
}

.news-section .element .element-content {
    padding: 30px;
}

.news-section .element .title {
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Neo Sans Pro';
    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: 'Neo Sans Pro';
    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: -1px;
}

.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;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.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;
}

.partners .element {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.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 */








.table-scroll-wrapper {
    overflow: auto;
    margin-bottom: 25px;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
    border: none !important;
    border-collapse: collapse !important;
}

.content thead {
   /* background: linear-gradient(135deg, #2d3748, #4a5568);
    color: white;*/
}

.content th {
    padding: 1.25rem 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
    /*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
    border: 1px solid #e2e8f0;
}

.content th:last-child {
    
}

.content td {
    padding: 1.25rem 1.5rem;
    border: 1px solid #e2e8f0;
    /*color: #2d3748;*/
}

.content td * {
    margin: 0;
}

.content tbody tr:nth-child(even) {
    /*background-color: #f7fafc;*/
}

.content tbody tr:hover {
    background-color: #edf2f7;
}

/* Прогресс-бар */
.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #48bb78, #38a169);
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* Адаптивность */
@media (max-width: 1024px) {

}

@media (max-width: 768px) {


    .table-scroll-wrapper {
        border-radius: 8px;
    }

    .content th,
    .content td {
        padding: 1rem;
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {


    .content th,
    .content td {
        padding: 0.75rem 0.5rem;
    }

    .progress-bar {
        height: 6px;
    }
}


.docs-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: #9CA3AF 1px solid;
}

.docs-block a {
    display: inline-flex;
    transition: all 0.7s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    /*color: #374151;*/
    margin-bottom: 10px;
    align-items: flex-start;
}

.docs-block a:last-of-type {
    margin-bottom: 0px;
}

.docs-block a:hover {
   /* color: #DC2626;*/
}

.docs-block a img {
    width: 25px;
    margin-right: 5px;
}

.docs-block a span {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 576px) {
    .docs-block a span {
        padding-top: 0;
    }
}

.logo-img {
    display: inline-block;
    max-width: 85px;
    margin: 10px 0;
}

.hPanelHide .logo-img {
    max-width: 65px;
    margin: 0;
}

@media (max-width: 576px) {
    .logo-img {
        display: inline-block;
        max-width: 50px;
        margin: 5px 0;
    }
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 576px) {
    .video-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}



.gallery-video {
    transition: all 0.7s ease;
}

.gallery-video {
    transition: all 0.7s ease;
    margin-bottom: 2rem;
}

.gallery-video:hover {
    box-shadow: rgb(0 0 0 / 45%) 0px 4px 16px;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}


#cookie-notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    max-width: 90%;
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

#cookie-notification.hidden {
    display: none;
}

.cookie-notification-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    flex: 1;
}

.btn-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.btn-gradient:hover {
    opacity: 0.9;
}

.cookie-close {
    font-weight: 500;
}
