@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer, header, nav, section {
    display: block
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media print {
    *, :before, :after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    p, h2 {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

h1, h2, .h2, .h4, .h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1, h2, .h2 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4, .h5 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

.h4 {
    font-size: 18px
}

.h5 {
    font-size: 14px
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

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

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-md-3, .col-md-4, .col-md-5, .col-sm-6, .col-md-6, .col-md-10, .col-xs-12, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12 {
    float: left;
    width: 100%
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-10, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none
    }
}

@media (min-width: 992px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-header:before, .modal-header:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .row:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-header:after {
    clear: both
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px
}

.slick-initialized .slick-slide {
    display: block
}

body {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #2E3841
}

h1, h2, .h2, .h4, .h5 {
    color: #2E3841;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 0
}

h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

.h4 {
    font-size: 22px
}

.h5 {
    font-size: 18px
}

p {
    line-height: 26px
}

ul {
    padding-left: 50px;
    line-height: 26px
}

ul ul {
    padding-left: 30px;
    list-style: disc
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    background-color: #2E3841;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    opacity: .5;
    padding: 10px 20px;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
    -webkit-backface-visibility: hidden
}

@media (min-width: 992px) {
    #scrollUp {
        bottom: 70px;
        right: 150px
    }
}

#scrollUp:hover {
    opacity: 1;
    background-color: #3EB5A6;
    color: #2E3841
}

.vk-img {
    display: block;
    position: relative
}

.vk-img img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.vk-img:focus, .vk-img:hover {
    outline: none
}

.vk-img:focus img, .vk-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.vk-img-frame {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.vk-img-frame img {
    width: 100%
}

::selection {
    background-color: #3EB5A6;
    color: #2A333B
}

.vk-space {
    display: block
}

.vk-space.x-small {
    padding: 10px 0
}

@media (min-width: 992px) {
    .vk-space.x-small {
        padding: 20px 0
    }
}

.vk-space.medium {
    padding: 25px 0
}

@media (min-width: 992px) {
    .vk-space.medium {
        padding: 50px 0
    }
}

.vk-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal
}

.vk-text-uppercase {
    text-transform: uppercase
}

.vk-text-color-yellow-1 {
    color: #3EB5A6
}

.vk-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.vk-background-overlay._50 {
    opacity: .5
}

.vk-background-black-1 {
    background-color: #2E3841
}

.container {
    position: relative
}

@media (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

a {
    color: #788086;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover, a:focus {
    color: #3EB5A6;
    text-decoration: none
}

.vk-banner {
    position: relative;
    min-height: 160px;
    height: 160px
}

@media (min-width: 992px) {
    .vk-banner {
        min-height: 400px;
        height: 400px
    }
}

.vk-banner .wrapper {
    min-height: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center
}

.vk-banner .page-heading {
    padding: 15px 0;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    width: 100%
}

@media (min-width: 992px) {
    .vk-banner .page-heading {
        position: absolute;
        font-size: 44px;
        top: auto;
        letter-spacing: 7px;
        bottom: 110px;
        left: 0;
        padding: 15px
    }
}

.vk-banner-x-large {
    min-height: 500px;
    height: 500px
}

@media (min-width: 992px) {
    .vk-banner-x-large {
        min-height: 900px;
        height: 900px
    }
}

.vk-banner-x-large .page-heading {
    letter-spacing: normal
}

@media (min-width: 992px) {
    .vk-banner-x-large .page-heading {
        text-align: right;
        bottom: 480px
    }
}

.vk-banner-x-large .vk-text {
    display: block;
    line-height: 26px
}

@media (min-width: 768px) {
    .vk-banner-x-large .vk-text {
        line-height: normal
    }
}

.vk-banner-x-large .title-main {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    font-size: 26px;
    font-weight: 700
}

@media (min-width: 768px) {
    .vk-banner-x-large .title-main {
        font-size: 56px
    }
}

.vk-banner-x-large .title-sub {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    font-size: 15px;
    font-weight: 300;
    margin-top: -2px
}

@media (min-width: 768px) {
    .vk-banner-x-large .title-sub {
        margin-top: 0;
        font-size: 24px;
        font-weight: 300;
        margin-top: 10px
    }
}

.vk-banner-homepage {
    min-height: 0;
    height: auto
}

.vk-banner-homepage .vk-background-image img {
    width: 100%
}

.vk-banner-homepage .content {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%
}

@media (min-width: 992px) {
    .vk-banner-homepage .page-heading {
        position: static
    }
}

.main-wrapper {
    overflow: hidden
}

.vk-page .vk-heading {
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .vk-page .vk-heading {
        margin-bottom: 40px
    }
}

.vk-section {
    padding: 60px 0
}

@media (min-width: 992px) {
    .vk-section {
        padding: 80px 0
    }
}

.vk-section .vk-title {
    margin-bottom: 20px
}

.vk-section p {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .vk-section .content {
        padding-bottom: 35px
    }
}

.vk-section-style-1 .left-content {
    padding-bottom: 25px
}

@media (min-width: 992px) {
    .vk-section-style-1 .left-content {
        float: right;
        padding-bottom: 0
    }
}

.vk-section-style-1 .vk-buttons .vk-btn {
    min-height: 60px;
    min-width: 100%;
    justify-content: flex-start
}

@media (min-width: 992px) {
    .vk-section-style-1 .vk-buttons .vk-btn {
        min-width: 300px
    }
}

.vk-section-style-1 .vk-buttons .vk-btn .icon {
    min-width: 60px
}

.vk-section-style-1 .vk-buttons .vk-btn .fa {
    font-size: 24px
}

.vk-btn {
    outline: none;
    padding: 10px 20px;
    color: #fff;
    background-color: #aaa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 2px solid transparent;
    min-height: 44px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.vk-btn-default {
    background-color: #3EB5A6
}

.vk-btn-default:hover, .vk-btn-default:focus {
    background-color: transparent;
    color: #3EB5A6;
    border-color: #3EB5A6
}

.vk-btn .title {
    position: relative;
    z-index: 1;
    font-weight: 500
}

.vk-btn-icon {
    padding-right: 70px;
    background-color: #2E3841;
    overflow: hidden;
    border: none;
    padding-top: 11px;
    padding-bottom: 11px
}

.vk-btn-icon .icon {
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    min-width: 50px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.vk-btn-icon .icon .fa {
    z-index: 1
}

.vk-btn-icon.vk-btn-default .icon {
    background-color: #3EB5A6
}

.vk-btn-icon.vk-btn-default:hover, .vk-btn-icon.vk-btn-default:focus {
    -webkit-box-shadow: inset 0 0 0 2px #3EB5A6;
    -moz-box-shadow: inset 0 0 0 2px #3EB5A6;
    box-shadow: inset 0 0 0 2px #3EB5A6
}

button.vk-btn {
    display: inline-block
}

.vk-divider {
    width: 100%;
    border-style: solid;
    border-color: #EAEAEA;
    overflow: hidden;
    border-width: 1px 0 0
}

.vk-heading {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0
}

.h2.vk-heading {
    color: #2E3841;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px
}

.vk-heading-line-yellow {
    padding-bottom: 18px
}

.vk-heading-line-yellow:after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #3EB5A6;
    position: absolute;
    bottom: 0
}

@media (min-width: 992px) {
    .vk-heading-line-yellow:after {
        width: 80px
    }
}

.vk-heading-line-yellow-center {
    text-align: center
}

.vk-heading-line-yellow-center:after {
    left: 0;
    right: 0;
    margin: 0 auto
}

.slick-slide:focus {
    outline: 0
}

.vk-slider-arrow-top .vk-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #EAEAEA;
    color: #8D8D8D;
    position: absolute;
    z-index: 1;
    top: -105px;
    min-height: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.vk-slider-arrow-top .vk-arrow.prev {
    left: auto;
    right: 65px
}

.vk-slider-arrow-top .vk-arrow.next {
    right: 15px
}

.vk-slider-arrow-top .vk-arrow:hover, .vk-slider-arrow-top .vk-arrow:focus {
    border-color: #3EB5A6;
    color: #3EB5A6
}

.vk-blog-grid .blog-content .content-box {
    margin-bottom: 30px
}

.vk-blog-grid .blog-content .content-box a .h4, .vk-blog-grid .blog-content .content-box .h4.add-service-header {
    padding-top: 25px;
    padding-bottom: 20px;
    margin: 0;
    color: #2E3841;
    font-size: 22px;
    font-weight: 600
}

.vk-blog-grid .blog-content .content-box .vk-divider {
    padding-bottom: 25px
}

.vk-blog-grid .blog-content .content-box .content {
    padding: 0 30px;
    background-color: #F4F4F4
}

.vk-blog-grid .blog-content .content-box .content .h4:hover {
    color: #3EB5A6
}

.shopping-cart {
    float: right;
    font-weight: 500;
    position: relative;
    color: #2E3841;
    font-size: 18px;
    margin-right: 20px;
    margin-top: 14px
}

@media (min-width: 992px) {
    .shopping-cart {
        margin-top: -5px;
        margin-right: 55px
    }
}

.shopping-cart a:hover {
    color: #3EB5A6
}

.slicknav_menu {
    background-color: #2E3841
}

@media (min-width: 992px) {
    .slicknav_menu {
        display: none
    }
}

.slicknav_menu .slicknav_nav {
    border-top: 3px solid #3EB5A6
}

.vk-navbar {
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.vk-navbar span {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width: 992px) {
    .vk-navbar {
        border-bottom: 1px solid #d7d7d7
    }
}

.vk-navbar-header {
    padding: 25px 0
}

@media (min-width: 992px) {
    .vk-navbar-header span img {
        width: 90%
    }

    .vk-navbar-header {
        padding: 32px 0;
        border: 1px solid #d7d7d7;
        border-top: 0;
        border-bottom: 0
    }
}

.vk-navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1
}

@media (min-width: 992px) {
    .vk-navbar-brand {
        padding-left: 17px
    }
}

.vk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #2E3841;
    line-height: normal
}

@media (min-width: 992px) {
    .vk-navbar-nav {
        background-color: transparent;
        margin-left: 15px;
        border-top: none
    }
}

.vk-navbar-nav li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #394855;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width: 992px) {
    .vk-navbar-nav li {
        position: static;
        width: auto;
        display: inline-block;
        border: none
    }
}

.vk-navbar-nav li a {
    cursor: pointer;
    text-transform: capitalize;
    white-space: nowrap
}

.vk-navbar-nav li a:not(.slicknav_item) {
    outline: none;
    color: #fff;
    display: block;
    position: relative;
    font-weight: 400;
    padding: 15px 30px 15px 20px
}

@media (min-width: 992px) {
    .vk-navbar-nav li a:not(.slicknav_item) {
        text-transform: uppercase;
        color: #2E3841;
        font-weight: 600;
        padding: 72px 10px 19px
    }
}

@media (min-width: 1200px) {
    .vk-navbar-nav li a:not(.slicknav_item) {
        padding: 72px 8px 19px 0
    }
}

.vk-navbar-nav li a:hover, .vk-navbar-nav li a:focus {
    color: #3EB5A6
}

.vk-navbar-nav li .menu-arrow {
    position: absolute;
    right: 2px;
    font-family: FontAwesome;
    top: 0;
    padding: 18px
}

.vk-navbar-nav li:hover {
    background-color: #fff
}

.vk-navbar-nav li:hover > .slicknav_item > a {
    color: #3EB5A6
}

.vk-navbar-nav li:hover > .child {
    display: block
}

.vk-navbar-nav li:last-child a {
    padding-right: 0
}

.vk-navbar-nav.child {
    border-top: none;
    background-color: #43515d
}

@media (min-width: 992px) {
    .vk-navbar-nav.child {
        border-top: 3px solid #3EB5A6;
        background-color: #2E3841;
        display: none;
        position: absolute;
        z-index: 1
    }
}

.vk-navbar-nav.child li {
    border-bottom: 1px solid #667886
}

@media (min-width: 992px) {
    .vk-navbar-nav.child li {
        display: block;
        padding: 0
    }
}

.vk-navbar-nav.child li:first-child {
    border-top: 1px solid #667886
}

@media (min-width: 992px) {
    .vk-navbar-nav.child li:first-child {
        border-top: none
    }
}

.vk-navbar-nav.child li:last-child {
    border-bottom: none
}

.vk-navbar-nav.child li a {
    color: #fff
}

.vk-navbar-nav.child li a:not(.slicknav_item) {
    padding: 15px 30px 15px 20px;
    min-width: 240px;
    padding-left: 35px
}

@media (min-width: 992px) {
    .vk-navbar-nav.child li a:not(.slicknav_item) {
        padding-left: 20px
    }
}

.vk-navbar-nav.child li a:hover, .vk-navbar-nav.child li a:focus {
    color: #3EB5A6
}

.vk-navbar-nav.child li:hover {
    background-color: #fff
}

.vk-navbar-nav.child li:hover > a {
    color: #3EB5A6
}

.vk-navbar-collapse {
    padding: 0
}

@media (min-width: 992px) {
    .vk-navbar-collapse {
        width: auto
    }
}

.vk-navbar-toggle {
    font-size: 21px;
    color: #fff;
    border: 1px solid;
    padding: 0;
    margin-right: 0;
    margin-top: 10px;
    width: 34px;
    height: 31px;
    background-color: #2E3841;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.vk-navbar-toggle:after {
    content: "\f00d";
    font-family: FontAwesome
}

.vk-navbar-toggle.collapsed {
    color: #2E3841;
    background-color: transparent
}

.vk-navbar-toggle.collapsed:after {
    content: "\f0c9"
}

.container .vk-navbar-header {
    margin: 0
}

.vk-header {
    background-color: #fff;
    position: relative;
    z-index: 9
}

.vk-header-top {
    position: absolute;
    top: 0;
    width: 100%
}

.vk-header-top .content {
    position: relative;
    padding: 18px 0;
    float: left;
    width: 100%
}

.vk-header-top .content:after {
    content: '';
    height: 1px;
    width: calc(100% - 208px);
    background-color: #d7d7d7;
    position: absolute;
    bottom: 0;
    left: 208px
}

@media (min-width: 1200px) {
    .vk-header-top .content:after {
        left: 264px;
        width: calc(100% - 264px)
    }
}

.vk-header-top .quick-address {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    line-height: normal;
    font-size: 15px
}

.vk-header-top .quick-address li {
    display: inline-block;
    position: relative
}

.vk-header-top .quick-address li:not(:first-child):before {
    content: '|';
    padding-left: 5px;
    padding-right: 11px
}

@media (min-width: 992px) {
    .vk-header-transparent {
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10
    }

    .vk-header-transparent .vk-navbar {
        border-color: #66696b
    }

    .vk-header-transparent .vk-navbar-header {
        border-color: #66696b
    }

    .vk-header-transparent .vk-navbar-nav > li {
        background-color: transparent
    }

    .vk-header-transparent .vk-navbar-nav > li > a {
        color: #fff
    }

    .vk-header-transparent .vk-navbar-nav > li > a:hover, .vk-header-transparent .vk-navbar-nav > li > a:focus {
        color: #3EB5A6
    }

    .vk-header-transparent a {
        color: #FFF
    }

    .vk-header-transparent .vk-navbar-nav > li:hover > a {
        color: #3EB5A6
    }

    .vk-header-transparent .vk-header-top {
        color: #9b9faa
    }

    .vk-header-transparent .vk-header-top .content:after {
        background-color: #66696b
    }
}

.vk-header-home .vk-navbar {
    border-color: rgba(255, 255, 255, 0.15)
}

.vk-header-home .vk-navbar-header {
    border-color: rgba(255, 255, 255, 0.15)
}

.vk-header-home .vk-header-top {
    color: #fff
}

.vk-header-home .vk-header-top .content:after {
    background-color: rgba(255, 255, 255, 0.15)
}

.vk-home .vk-heading {
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .vk-home .vk-content-bot .left-content {
        float: left
    }
}

.vk-home .vk-content-bot .vk-testimonial .content {
    padding-bottom: 0
}

@media (min-width: 992px) {
    .vk-content-bot .left-content {
        padding-right: 30px
    }
}

.vk-content-bot .vk-testimonial {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .vk-content-bot .vk-testimonial {
        padding-bottom: 29px
    }
}

@media (min-width: 992px) {
    .vk-content-bot .vk-testimonial .content p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }
}

.vk-contact-form {
    /*background-color: #F4F4F4;*/
    padding: 30px 20px
}

@media (min-width: 992px) {
    .vk-contact-form {
        padding: 30px 40px
    }
}

.vk-testimonial {
    padding: 30px 30px 20px;
    border: 1px solid #EAEAEA;
    margin-bottom: 30px
}

.vk-testimonial i {
    color: #3EB5A6
}

@media (min-width: 992px) {
    .vk-testimonial {
        padding-bottom: 25px
    }
}

.vk-testimonial .avatar {
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px
}

.vk-testimonial .profile {
    padding-left: 17px;
    padding-bottom: 2px
}

.vk-testimonial .name {
    color: #2E3841;
    text-transform: uppercase;
    font-weight: 600;
    display: flex
}

@media (min-width: 992px) {
    .vk-testimonial .content {
        padding-left: 45px;
        position: relative
    }
}

.vk-testimonial .content .fa {
    display: none
}

@media (min-width: 992px) {
    .vk-testimonial .content .fa {
        display: block;
        position: absolute;
        font-size: 30px;
        left: 0
    }
}

.vk-testimonial .content p {
    margin-bottom: 0
}

@media (min-width: 960px) {
    .right-content {
        float: right
    }

    .left-content {
        float: left
    }
}

.telinmobile {
    padding-left: 0
}

.telinmobile li {
    list-style-type: none;
    display: inline-block;
    padding-right: 0
}

.telinmobile a {
    padding-right: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #2E3841
}

.telinmobile img {
    max-width: 100%;
    width: 25px
}

.teldesktop {
    padding-left: 25px;
    margin-bottom: 0
}

.teldesktop li {
    list-style-type: none;
    display: inline;
    padding-right: 0
}

.teldesktop li > a {
    padding-right: 0;
    font-size: 20px;
    font-weight: 500
}

.teldesktop li > a img {
    margin-top: -5px;
    max-width: 25px;
    max-height: 25px
}

.vk-quick-link li {
    padding-bottom: 15px
}

.vk-quick-link li a:before {
    content: '\f105';
    padding-right: 8px;
    font-family: FontAwesome
}

.vk-office li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 15px
}

.vk-office:last-child {
    border-top: 1px solid #464646;
    padding-top: 15px
}

.vk-footer {
    padding-top: 60px;
    background-color: #2E3841;
    color: #b7b7b7
}

.vk-footer a {
    color: #B0B0B0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover, a:focus {
    color: #3EB5A6;
    text-decoration: none
}

@media (min-width: 992px) {
    .vk-footer {
        padding-top: 80px
    }
}

.vk-footer .vk-heading {
    padding-bottom: 25px;
    color: #fff;
    margin-bottom: 0
}

.vk-footer .h4.vk-heading {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 0
}

@media (min-width: 992px) {
    .vk-footer .vk-heading {
        padding-bottom: 30px
    }
}

.vk-footer .footer-item {
    padding-bottom: 60px
}

@media (min-width: 992px) {
    .vk-footer .footer-item {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .vk-footer .quick-link {
        margin-left: -15px;
        padding-left: calc(1200px / 12 - 15px)
    }
}

@media (min-width: 992px) {
    .vk-footer .office {
        padding-left: 0;
        padding-right: calc(1200px / 12 - 30px)
    }
}

.footer-bot {
    background-color: #2A333B;
    padding: 23px 0
}

@media (min-width: 992px) {
    .footer-bot {
        padding: 27px 0
    }
}

.footer-bot .vk-text {
    margin-bottom: 0;
    display: inline-block
}

.footer-logo {
    margin-bottom: 15px;
    display: block
}

.flexed-content-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap
}

.not-bottom-padding {
    padding-bottom: 0
}

@media only screen and (max-width: 768px) {
    .padding-width-mobile {
        padding-left: 15px;
        padding-right: 15px
    }
}

.language-switcher {
    position: relative;
    padding: 77px 0 15px 15px
}

.language-switcher .current-language {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #2e3841;
    padding: 21px 15px 19px
}

.language-switcher .current-language i {
    font-weight: 400;
    color: #fff;
    margin-left: 3px
}

.header-call-button {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    padding: 75px 0 16px
}

.header-call-button a {
    background: #3EB5A6;
    border: 1px solid #3EB5A6;
    padding: 19px
}

.header-call-button a:focus {
    color: #fff
}

.header-call-button a:hover {
    background: transparent;
    color: #3EB5A6
}

.language-switcher .lang-list {
    top: 100%;
    max-width: 66px;
    display: block;
    width: 100%;
    list-style: none;
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: all .2s;
    padding: 0;
    background: #2e3841;
    text-align: center;
    left: 15px
}

.language-switcher:hover .lang-list {
    transition: all .2s;
    min-height: 42px;
    padding: 10px 0
}

.language-switcher:hover {
    cursor: pointer
}

.language-switcher:hover .lang-list a {
    font-weight: 600;
    font-size: 16px
}

.custom-modal .modal-content .modal-header:before, .custom-modal .modal-content .modal-header:after {
    display: none
}

.custom-modal .modal-content .modal-header .close {
    font-size: 34px;
    opacity: 1;
    color: #2E3841
}

.custom-modal .modal-content .modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.custom-modal .modal-content {
    border-radius: 0
}

header.vk-header.fixed_header {
    position: fixed;
    left: 0;
    right: 0;
    transition: top .3s ease-in-out
}

header.vk-header.fixed_header.animated {
    top: 0
}

header.vk-header.fixed_header + .vk-content > .slicknav_menu {
    position: fixed;
    top: 165px;
    z-index: 9;
    right: 0;
    left: 0
}

.mobile_header-call-button {
    display: none
}

@media only screen and (min-width: 992px) {
    header.vk-header.fixed_header {
        background: #2e3841;
        top: -115px
    }

    .collapse.navbar-collapse.vk-navbar-collapse {
        display: flex !important;
        align-items: flex-end;
        justify-content: flex-end
    }

    .mobile-language-switcher-container {
        display: none
    }

    .vk-header-top .quick-address {
        float: left;
        margin-left: 290px
    }

    .vk-header .teldesktop {
        display: flex
    }

    .vk-header .teldesktop li {
        min-width: 25px;
        margin-left: 3px
    }

    .vk-header .teldesktop li:last-child {
        margin-left: 10px
    }

    .vk-banner-homepage .vk-background-image {
        width: 100%;
        height: 46.46vw
    }
}

@media only screen and (max-width: 991px) {
    .vk-navbar-brand.navbar-brand img {
        width: 92%;
        height: auto
    }

    .mobile_header-call-button {
        display: inline
    }

    .bl_order_service ._content {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .bl_order_service ._content ._text {
        text-align: center;
        margin: 10px 0
    }

    .bl_order_service ._content .vk-buttons {
        margin-bottom: 10px
    }

    header.vk-header.fixed_header {
        top: -175px
    }

    .desktop-language-switcher-container {
        display: none
    }

    .section-view .vk-blog-grid.vk-blog-wrapper .blog-list {
        padding: 0 15px
    }

    .material-contacts .vk-contact .col-md-8.left-content {
        width: 100%
    }

    .material-contacts .vk-contact .col-md-4.right-content {
        width: 100%
    }

    .language-switcher {
        padding: 0;
        margin: 0;
        width: 45px;
    }

    .language-switcher .current-language {
        font-weight: 600;
        font-size: 18px;
        color: #2E3841
    }

    .language-switcher:hover .lang-list a {
        font-weight: 600;
        color: #2E3841;
        font-size: 18px
    }

    .mobile-language-switcher-container {
        display: block;
        float: right;
        margin-right: 15px
    }

    .language-switcher:hover .lang-list {
        height: 20px;
        transition: all .2s
    }

    .language-switcher .lang-list {
        padding-left: 0
    }

    .header-call-button {
        order: 3;
        float: right;
        display: inline;
        padding: 15px 0;
        flex: 2;
        text-align: right;
        border: none
    }

    .header-call-button a {
        padding: 10px 5px;
        color: #fff;
        font-size: 14px
    }

    .vk-header .logo-text {
        word-break: break-word;
        max-width: 100px;
        font-size: 22px;
        letter-spacing: 2px;
        color: #fff
    }

    .vk-header-home .vk-navbar-header {
        display: flex;
        justify-content: space-between
    }

    .vk-navbar-brand {
        order: 1;
        flex: 2
    }

    .vk-navbar-toggle {
        order: 2
    }

    .vk-navbar-toggle.collapsed {
        color: #fff
    }

    .language-switcher {
        padding: 0;
        margin: 0;
        width: 45px;
    }

    .language-switcher .current-language {
        padding: 0;
        background: transparent;
        font-size: 19px;
        color: #fff
    }

    .language-switcher .current-language i {
        color: #3EB5A6
    }

    .mobile_social_wrapper {
        float: left
    }

    .vk-header {
        background: #2e3841
    }

    .slicknav_nav {
        height: calc(100vh - 140px);
        overflow-y: scroll
    }

    .mobile_social_wrapper:before {
        content: '';
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        width: 100%;
        height: 14px;
        display: block;
        position: absolute;
        margin-top: -15px;
        margin-left: -15px
    }

    .telinmobile a {
        color: #fff;
        font-size: 19px
    }

    .language-switcher:hover .lang-list {
        left: 0;
        bottom: -30px;
        color: #fff;
        height: 23px
    }

    .language-switcher:hover .lang-list a {
        color: #fff;
        padding: 5px
    }
}

@media (max-width: 350px) {
    .header-call-button a {
        font-size: 12px
    }

    .telinmobile a {
        font-size: 16px
    }

    .mobile-language-switcher-container {
        margin-right: 0
    }
}

.h5.modal-title {
    font-size: 18px;
    color: #2E3841;
    font-family: 'Montserrat';
    font-weight: 600
}

.padding-top-50 {
    padding-top: 50px
}

.vk-banner-x-large .page-heading.one-image-block {
    text-align: left
}

.modal-icon-button, .vk-btn-icon.slider-on-image-button {
    background: #3EB5A6
}

.modal-icon-button:hover, .vk-btn-icon.slider-on-image-button:hover, .vk-btn-icon.vk-btn-default:focus {
    background: none;
}

.one-image-block .slider-on-image-button {
    font-size: 16px
}

.vk-banner-x-large .one-image-block .title-sub {
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: none
}

.list-feedback-phones {
    list-style: none;
    padding: 0
}

.vk-footer .vk-heading {
    text-transform: none
}

.advantages-background {
    background: url(/storage/backgrounds/advantages.jpg);
    background-size: cover
}

.pb-0 {
    padding-bottom: 0
}

.vk-home .vk-heading.mb-0, .mb-0 {
    margin-bottom: 0
}

.mt-60 {
    margin-top: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-30 {
    margin-bottom: 30px
}

.vacancies-heading .vacancies-sub-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400
}

.vacancies-heading .vacancies-title {
    text-transform: uppercase;
    margin-top: 20px
}

.vacancies-heading .modal-icon-button {
    margin-top: 15px;
    font-size: 16px
}

.advantages-subheader {
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px
}

.footer-contacts .teldesktop {
    padding-left: 0
}

.footer-contacts .teldesktop li {
    padding: 0
}

#contact-modal .modal-header {
    border: none;
    padding: 0
}

#contact-modal.custom-modal .modal-content .modal-header .close {
    right: 15px;
    top: -30px;
    color: #fff;
    position: absolute
}

#contact-modal .modal-body {
    padding: 0
}

.vk-blog-grid .blog-content .content-box a h4, .vk-blog-grid .blog-content .content-box h4.add-service-header, .vk-blog-grid .blog-content .content-box a .h4, .vk-blog-grid .blog-content .content-box .h4.add-service-header {
    min-height: 94px
}

.services-content-preview {
    min-height: 90px;
    height: 90px;
    overflow: hidden;
}

.services-sub-text {
    font-weight: 600
}

.padding-0 {
    padding: 0
}

.vk-navbar-nav li a {
    font-size: 14px
}

.about-header-block p {
    font-size: 30px;
    line-height: 36px;
    color: #2E3841;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 30px
}

.modal-title.h5 {
    color: #2E3841;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 0;
    font-size: 18px
}

.vk-blog-wrapper .blog-list.pt-0 {
    padding-top: 0
}

.pb-content-0 .vk-space.medium {
    padding-bottom: 0
}

.pt-content-0 .vk-space.medium {
    padding-top: 0
}

.text-block-city-service {
    background: #3EB5A6;
    padding: 60px 0;
    margin-bottom: 30px
}

.text-block-city-service .vk-text-white {
    color: #fff
}

.text-block-city-service .btn-bordered.btn-white {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    padding: 10px 20px;
    border: 2px solid #fff;
    margin-top: 15px;
    display: inline-block;
    transition: all .2s
}

.text-block-city-service .btn-bordered.btn-white:hover {
    color: #3EB5A6;
    background: #fff;
    transition: all .2s
}

@media only screen and (min-width: 992px) {
    .vk-navbar-nav li:hover > .child {
        height: 500px;
        overflow-y: scroll
    }
}

@media only screen and (max-width: 991px) {
    header.vk-header.fixed_header + .vk-content > .slicknav_menu {
        top: 138px
    }

    .mobile_social_wrapper {
        float: none
    }

    .telinmobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .mobile-table-flexed tbody tr, .mobile-table-flexed tbody {
        display: flex;
        flex-direction: column
    }
}

@media only screen and (max-width: 480px) {
    .vk-banner-x-large .one-image-block .title-sub {
        margin: 0
    }

    .vk-banner-x-large .title-sub {
        font-size: 18px
    }

    .vk-banner-x-large .vk-text {
        font-size: 14px
    }

    .one-image-block .slider-on-image-button.vk-btn .title {
        font-size: 13px
    }

    .vk-banner-homepage .vk-background-image {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden
    }

    .vk-banner-homepage .vk-background-image img {
        height: 200px;
        width: auto
    }
}

@media only screen and (max-width: 991px) {
    header.vk-header + .vk-content > .slicknav_menu {
        position: absolute;
        z-index: 999;
        width: 100%
    }
}

@media only screen and (max-width: 579px) {
    header.vk-header.fixed_header + .vk-content > .slicknav_menu {
        top: 167px
    }
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.b24-form-wrapper.b24-form-border-bottom {
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .3);
}

.one-image-block .vk-text.title-sub a {
    color: #fff;
}

.one-image-block .vk-text.title-sub a:hover {
    text-decoration: underline;
    color: #3EB5A6;
}

iframe {
    width: 100%;
}

@media (max-width: 400px) {
    .telinmobile a {
        font-size: 17px;
    }
}
