html {
    overflow-y: scroll;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

.main-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px auto;
    background: #fff;
}

.footer-wrapper {
    min-height: 60px;
    max-width: 100%;
    margin: 0 auto;
    background: #21282E;
    color: #9BA2A8;
    padding: 20px 0;
}

.footer-push {
    height: 60px;
    margin: 0;
    padding: 0;
}

.content ul,
.content ol,
ul.list,
ol.list {
    margin-bottom: 20px;
}

.content ul>li,
.content ol>li,
ul.list>li,
ol.list>li {
    margin-bottom: 10px;
    position: relative;
}

.content ul>li,
ul.list>li {
    padding-left: 15px;
}

.content ul>li:after,
ul.list>li:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 0;
    background: #333333;
    border-radius: 50%;
}

.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol,
ul.list ul,
ol.list ul,
ol.list ol,
ul.list ol {
    padding-top: 10px;
    padding-left: 10px;
}

.content ul ul li,
.content ol ul li,
.content ul ol li,
.content ol ol li,
ul.list ul li,
ol.list ul li,
ul.list ol li,
ol.list ol li {
    padding-left: 18px;
}

.content ul ul li:after,
.content ol ul li:after,
ul.list ul li:after,
ol.list ul li:after {
    height: 1px;
    width: 10px;
    top: 12px;
}

.content ol,
ol.list {
    counter-reset: item
}

.content ol>li,
ol.list>li {
    display: block
}

.content ol>li:before,
ol.list>li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

.content ol ol li:before,
ol.list ol li:before {
    content: counters(item, ".") " ";
}

.inner-page ul {
    margin-left: 40px;
    padding: 20px 0;
    list-style-type: disc;
}

.inner-page li {
    margin-bottom: 8px;
}

h1,
.title-h1 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Helios';
    font-weight: bold;
}

h2,
.title-h2 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Helios';
    font-weight: bold;
}

h3,
.title-h3 {
    font-size: 21px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-family: 'Helios';
    font-weight: bold;
}

h4 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 7px;
    font-family: 'Helios';
    font-weight: bold;
}

@media only screen and (max-width: 767px) {

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

    h2,
    .title-h2 {
        font-size: 20px;
    }

    .f34 {
        font-size: 26px;
    }

    .f36 {
        font-size: 28px;
    }
}

.decoration-none {
    text-decoration: none !important;
}

.decoration-hover {
    text-decoration: none;
}

.decoration-hover:hover {
    text-decoration: underline;
}

.round {
    border-radius: 50%;
}

.light-gray {
    color: #858585;
}

.gray {
    color: #4D4D4D;
}

.green {
    color: #308502;
}

.red {
    color: #0164a7;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.scheme-color {
    color: #43BFFA;
}

p {
    margin-bottom: 20px;
}

a {
    color: #0164a7;
    text-decoration: none;
}

a:hover {
    color: #6ABD29;
}

a:focus {
    outline: none;
}

a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.button {
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    background: #43BFFA;
    font-size: 18px;
    padding: 12px 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: none;
    font-weight: bold;
    font-family: 'Helios';
    letter-spacing: 0.5px;
}

.button:hover {
    background: #0164a7 !important;
    color: #fff !important;
}

.button.block {
    display: block;
    width: 100%;
}

.button.min,
.button.mini {
    font-size: 12px;
    padding: 3px 15px;
}

.button.invert {
    background: #0164a7;
}

.button.invert:hover {
    background: #5ABFFA !important;
}

.button.big {
    padding: 14px 60px;
}

.form-group {
    position: relative;
}

.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
}

#responseMessage .modal-content.error {
    color: #0164a7;
}

.box {
    display: none;
}

.box.visible {
    display: block;
}

.close {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #F02A29;
}

.close:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #F02A29;
}

/**************************************/
.header-push {
    height: 120px;
}

.header-wrapper {
    height: 121px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}

.header-panel-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-panel {
    background: #21282E;
    color: #fff;
    font-family: 'Helios';
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    overflow: hidden;
}

.header .logo {
    max-width: 300px;
    -webkit-display: flex;
    display: flex;
    align-items: center;
}

.header .logo img {
    max-height: 54px;

}

.header .logo a {
    display: inline-block;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    text-transform: uppercase;
    color: #21282E;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-panel a {
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    font-weight: bold;
}

.header-panel a.header-WhatsApp {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.header-panel a:hover {
    text-decoration: underline;
}

.header-tel {
    letter-spacing: 0.5px;
    margin-left: 15px;
}

.header-tel .fa,
.header-email .fa {
    margin-right: 3px;
}

.header-email .work-time {
    padding-left: 10px;
}

.shedule span {
    margin-right: 10px;
}

.shedule span:last-of-type {
    margin-right: 0;
}

.zakaz {
    padding-top: 45px;
}

.shedule .fa {
    margin: 0 5px 0 0;
    font-size: 18px;
    vertical-align: middle;
}

.header>div {
    display: inline-block;
}

.mob-menu-btn {
    margin: 24px 5px 0 20px;
}

.mob-menu-btn span {
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 30px;
    background: #22282e;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: #21282E;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.mobile-menu.open {
    right: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.mobile-menu.open+.overlay {
    z-index: 400;
    opacity: 1;
}

.mobile-menu>ul>li>a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Helios';
}

.mobile-menu>ul>li.active>a {
    color: #0164a7;
}

.mobile-menu-close.close {
    top: 25px;
    right: 25px;
}

.callback-btn {
    padding: 0 30px;
    border: none;
    height: 64px;
    line-height: 64px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #43BFFA;
    float: right;
    font-family: 'Helios';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 0.5px;
}

.callback-btn .fa {
    margin: 0 4px 0 0;
    vertical-align: middle;
    font-size: 20px;
}

.callback-btn:hover {
    color: #fff !important;
    background: #0164a7 !important;
}

.mobile-menu .callback-btn {
    float: none;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-weight: normal;
}

.advantages {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.icons .element {
    margin-bottom: 40px;
}

.icons .element .img-wrapper {
    background: #0164a7;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.5s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.5s;
    transition: transform ease-out 0.1s, background 0.5s;
    margin-bottom: 20px;
}

.icons .element .img-wrapper:hover {
    background: #43BFFA !important;
}

.icons .element .img-wrapper:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.breadcrumbs-area {
    padding-top: 10px;
}

.icons .element .img-wrapper:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.icons .element .img-wrapper img {
    max-width: 155px;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #43BFFA, 0 0 0 10px rgba(255, 255, 255, 0.3);
    }

    90% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #43BFFA, 0 0 0 10px rgba(255, 255, 255, 0.3);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #43BFFA, 0 0 0 10px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #43BFFA, 0 0 0 10px rgba(255, 255, 255, 0.3);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #43BFFA, 0 0 0 10px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #43BFFA, 0 0 0 10px rgba(255, 255, 255, 0.3);
        transform: scale(1.5);
        opacity: 0;
    }
}

.icons .element .title {
    font-family: 'Helios';
    font-weight: bold;
    color: #2E3841;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.icons .element .text {
    font-size: 13px;
    color: #A1B1BC;
}

.dark-bg {
    background: #22282e;
}

.gray-bg {
    background: url("../images/asfalt-dark.png") #f6f6f7;
}

.hr-min {
    width: 100px;
    margin: 30px auto;
}

.weight300 {
    font-weight: 300;
}

.section2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    border-top: 14px solid #24292f;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -7px;
    z-index: 10;
}

.pswp__caption__center {
    text-align: center;
}

.pswp__caption__center .title-h3 {
    margin: 15px 0 5px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tecnology {
    background-image: url(../images/fon/team.png);
    background-position: center center;
    background-size: 2% auto;
    transition: background 0.3s,
        border-radius 0.3s,
        opacity 0.3s;
    background-color: #54595f;
    color: #fff;
}

.tecnology .title-h2 {
    color: #fff;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.tecnology .item .post-img {
    position: relative;
    height: 100%;
}

.tecnology .item .post-img .img {
    overflow: hidden;
    position: relative;
}



.tecnology .item .post-img .img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #C9AB81;
    transition: all .5s;
    opacity: 0;
}



.tecnology .item .post-img img {
    transition: all .5s;
}

.tecnology .item .post-img .tag {
    position: absolute;
    background-color: #1f1f1f;
    padding: 3px 10px;
    top: 5px;
    left: 5px;
    letter-spacing: .5px;
    font-size: 14px;
    color: #ffffff;
}

.tecnology .item .post-img .date-post-rtl {
    position: absolute;
    background-color: #1f1f1f;
    padding: 3px 10px;
    top: 5px;
    right: 5px;
    letter-spacing: .5px;
    font-size: 14px;
    color: #ffffff;
}

.tecnology .item .cont {
    padding: 40px;
    background-color: #232323;
    height: 100%;
}

.tecnology .item .cont h6 {
    color: #C9AB81;
    font-size: 14px;
    padding: 15px 0;
}

.tecnology .item .cont h6 a:hover {
    color: #fff;
}

.tecnology .item .cont p {
    color: #c4c4c4;
    margin-bottom: 20px;
    line-height: 1.8;
    padding-bottom: 20px;
}

.tecnology .item .cont h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0164a7;
    transition: all 0.4s ease;
}



.tecnology .item .cont .tecnology-links a {
    font-size: 13px;
    margin-right: 20px;
    font-weight: 600;
}

.tecnology .item .cont .tecnology-links a i {
    margin-right: 5px;
}

@media screen and (max-width: 991px) {
    .mb-md50 {
        margin-bottom: 50px;
    }
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.num-section {
    background: url(../images/num-section.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}

.ie .num-section {
    background-attachment: scroll;
}

.num-section:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(35, 100, 166, 0.8);
}

.num-section .container {
    position: relative;
    z-index: 10;
}

.num-section .num {
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    color: #43BFFA;
    opacity: 0;
}

.num-section .num.animated {
    opacity: 1;
}

hr {
    border-color: #2E3841;
}

hr.white {
    border-color: #fff;
}

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

.contacts-section .element {
    min-height: 100px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 26px 12px 22px 80px;
    color: #ccc;
    font-size: 20px;
    position: relative;
}

.contacts-section .element .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 51px;
    height: 51px;
    margin-top: -25.5px;
}

.contacts-section .element .WhatsApp a {
    color: #ccc;
    font-size: 20px;
    position: relative;
}

/*------------------------------
	 Map
------------------------------*/
.map-section {
    height: 600px;
    width: 100%;
}

#mapexMap {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .map-section {
        height: 400px;
    }
}

/*------------------------------
	END Map
------------------------------*/
.quest-section span {
    display: block;
    margin-bottom: 10px;
}


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

@media only screen and (max-width: 1239px) {
    .icons .img-wrapper img {
        width: 140px;
    }
}

@media only screen and (max-width: 991px) {
    .icons .img-wrapper img {
        width: 100px;
    }

    .slick-dots {
        padding-top: 30px;
    }
}

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

@media only screen and (min-width: 768px) {
    .modal {
        padding: 55px 40px 40px;
    }

    .mobile-tab-header {
        display: none;
    }

    ul.tabs.mobile {
        display: block !important;
        margin: 0;
    }

    .box {
        padding: 0 15px;
    }

    h1.big,
    .title-h1.big {
        font-size: 50px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    h1,
    .title-h1 {
        font-size: 50px;
        margin-bottom: 30px;
        font-weight: 900;
    }

    .portfolio figure {
        width: 50%;
    }

    .quest-section span {
        vertical-align: top;
        margin-right: 30px;
        display: inline;
        margin-bottom: 0;
    }

    .contacts-section .element {
        padding: 26px 12px 22px 22px;
        text-align: center;
    }
}


@media only screen and (min-width: 992px) {
    .box {
        padding: 0 20px;
    }

    .top-menu {
        padding-top: 22px;
        float: right;
        font-family: 'Helios';
        margin-right: 20px;
    }

    .top-menu>ul>li {
        display: inline-block;
        margin: 0 10px;
    }

    .top-menu>ul>li>a {
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        color: #21282E;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

    .top-menu>ul>li:hover>a,
    .top-menu>ul>li.active>a {
        color: #0164a7;
    }

    .mobile-menu,
    .overlay {
        display: none;
    }

    .logo {
        margin-left: 0;
    }

    .contacts-section .element {
        padding: 26px 12px 22px 80px;
        text-align: left;
    }
}


@media only screen and (min-width: 1240px) {
    .portfolio figure {
        width: 25%;
    }

    ul.tabs.mobile li {
        padding: 18px 90px;
    }

    .top-menu>ul>li {
        margin: 0 20px;
    }

    h1.big,
    .title-h1.big {
        font-size: 80px;
        line-height: 1;
        margin-bottom: 50px;
    }

    .top-slider .text {
        font-size: 18px;
        line-height: 1.6;
    }

    .top-menu>ul>li>a {
        font-size: 16px;
    }
}

/* top slider */
.top-slider .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 {
    overflow: hidden;
    height: 450px;
}

.top-slider .item {
    overflow: hidden;
    height: 450px;
    position: relative;
}

.top-slider .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.top-slider .table {
    position: relative;
    z-index: 10;
}

.video-block {
    height: 100%;
}

.video-block .table {
    z-index: 10;
    position: relative;
}

video#video_background {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.video-block .pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern2.png);
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .top-slider .item {
        height: 400px;
    }

    .top-slider {
        height: 400px;
    }

    .header-push {
        height: 120px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

    .header-wrapper {
        height: 120px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

    .header-wrapper.hPanelHide {
        top: -56px;
    }
}

@media only screen and (min-width: 992px) {
    .top-slider .item {
        height: 520px;
    }

    .top-slider {
        height: 520px;
    }

    .top-slider .table {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .top-slider .table.active {
        webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

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

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

    .top-slider {
        height: 600px;
    }
}

/* end top slider */

/************************* accordeon **************************/
.accordeon .element-content {
    display: none;
    padding: 20px;
    font-size: 13px;
    color: #888885;
}

.accordeon .element {
    margin-bottom: 6px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.accordeon .element .title {
    cursor: pointer;
    padding: 17px 15px 17px 70px;
    text-transform: uppercase;
    font-family: 'Helios';
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    color: #888885;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.accordeon .element.active .title {
    background: #43BFFA;
    color: #fff !important;
}

.accordeon .element .title:before {
    font-family: 'FontAwesome';
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/plus.png) 50% 50% no-repeat #ccc;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.accordeon .element.active .title:before {
    background: url(../images/minus.png) 50% 50% no-repeat #333;
}

.accordeon>div:first-of-type .element-content {
    display: block;
}

.accordeon .element .title:hover:before {
    background-color: #333;
}

.accordeon .element .title:hover {
    color: #333333;
}

.accordeon>div:last-of-type {
    margin-bottom: 0;
}

/************************* end accordeon **************************/



/**** steps section *****/
.steps-section .img-wrapper {
    width: 130px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    margin: auto;
    color: #2364A6;
    padding: 0 30px;
    position: relative;
    z-index: 4;
}

.steps-section .bg-coll {
    background: url(../images/icon/call.svg) center center no-repeat #fff;
    background-size: contain;
}

.steps-section .bg-car {
    background: url(../images/icon/car.svg) center center no-repeat #fff;
    background-size: contain;
}

.steps-section .bg-step {
    background: url(../images/step.png) 50% 0 no-repeat #fff;
    background-size: contain;
}

.steps-section .bg-calc {
    background: url(../images/icon/calculator.svg) center center no-repeat #fff;
    background-size: contain;
}

.steps-section .text {
    font-size: 14px;
}


@media only screen and (min-width: 768px) {
    .steps-section .inner:before {
        content: "";
        display: block;
        position: absolute;
        width: 70%;
        height: 1px;
        top: 30px;
        left: 15%;
        background: #2364A6;
    }
}


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



/**** services section *****/
.services-section {
    /* background: url("../images/asfalt-dark.png") #f6f6f7; */


}

.bg-dotted {
    background-image: url(../images/fon/bg-5.png);
    background-color: #cfcfcf;
}

.services-section .element {
    margin-bottom: 20px;
}

.services-section .element .element-content {
    padding: 20px;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.services-section .element .img-wrapper {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px 15px 0;
}

.services-section .element .img-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    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;
}

.services-section .element:hover .img-wrapper:after {
    opacity: 1;
}

.services-section .element .img-wrapper:before {
    content: "Подробнее";
    display: block;
    position: absolute;
    width: 200px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin-top: -24px;
    z-index: 2;
    opacity: 0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.services-section .element:hover .img-wrapper:before {
    opacity: 1;
}

.services-section .element .img-wrapper img {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.services-section .element:hover .img-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.services-elements .title-h5 {
    overflow: hidden;
    position: relative;
    padding-right: 40px;
    color: #22282E;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    height: 60px;
}

.services-elements .title-h5:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 3px;
    border-top: 2px solid #5ABFFA;
    border-right: 2px solid #5ABFFA;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.services-section .element:hover .title-h5:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.services-elements .text {
    color: #777777;
    font-size: 14px;
    height: 66px;
    overflow: hidden;
}

.services-elements img {
    width: 100%;
}

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

.services-elements .element-price {
    margin-bottom: 15px;
    font-weight: bold;
    color: #2364A6;
}

@media only screen and (min-width: 992px) {
    .services-elements>.row>hr:nth-of-type(2n) {
        clear: none;
    }

    .services-elements>.row>hr:nth-of-type(3n) {
        clear: both;
    }
}

/**** /. services section *****/
/**** /. bootdtrap4 *****/
.column-lg-6 {
    position: relative;
    width: 100%;

}

@media (min-width: 992px) {
    .column-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 768px) {
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

}

/**** accordeon-section section *****/
.accordeon-section .element .img-wrapper {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px 15px 0;
}

.accordeon-section .element .element-content {
    padding: 20px;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.accordeon-section .element {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .header-panel a {
        font-size: 22px;

    }

    .header-panel a.header-WhatsApp {

        font-size: 14px;

    }
}

.wpcf7-not-valid-tip {
    margin-top: -20px;
    margin-bottom: 5px;
    font-size: 14px;
}

.form-control:invalid {
    border-color: #bd2828;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
    font-size: 14px;
}

.wpcf7-spinner {
    display: none;
}

.pum-container .pum-title {
    margin-bottom: 1em !important;
}

@media only screen and (max-width: 767px) {
    .header .logo a {
        font-size: 18px;
    }

    .header .logo {
        max-width: 260px;
    }
}

@media only screen and (max-width: 350px) {
    .header .logo a {
        font-size: 14px;
    }

    .header .logo {
        max-width: 220px;
    }
}