@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
}

strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

button, input, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

textarea {
    overflow: auto
}

@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
}

input, button, textarea {
    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-8, .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-8, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.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
}

@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
    }
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.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
}

.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    .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
    }
}

.animsition {
    position: relative;
    opacity: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-nav a {
    outline: none;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.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-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

body {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #2E3841
}

.h2, .h4, .h5, h1, h2 {
    color: #016aa1;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-top: 0
}

p {
    line-height: 26px
}

ul {
    padding-left: 50px;
    line-height: 26px
}

ul ul {
    padding-left: 30px;
    list-style: disc
}

.content p, .content li {
    text-align: justify
}

#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: 70px
    }
}

#scrollUp:hover {
    opacity: 1;
    background-color: #FFC000;
    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-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: #016aa1;
    color: #fff
}

.vk-fullwidth {
    width: 100% !important
}

.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-space.x-large {
    padding: 60px 0
}

@media (min-width: 992px) {
    .vk-space.x-large {
        padding: 110px 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: #v;
    text-transform: uppercase;
    font-weight: 700
}

.vk-text-color-black-1 {
    color: #2E3841
}

.vk-text-color-blue-1 {
    color: #016aa1
}

.vk-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.vk-background-overlay._50 {
    opacity: .3
}

.vk-background-black-1 {
    background-color: #000
}

.container {
    position: relative
}

@media (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

a {
    color: #016aa1;
    font-weight: 400;
    -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: #FFC000;
    text-decoration: none
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 50px
}

.form-control:focus {
    border-color: #FFC000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.vk-banner {
    position: relative;
    min-height: 160px;
    height: 160px
}

@media (min-width: 992px) {
    .vk-banner {
        min-height: 400px;
        height: 400px;
        background-size: cover
    }
}

.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;
        top: auto;
        letter-spacing: 7px;
        bottom: 110px;
        left: 0;
        padding: 15px 0
    }
}

.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: left;
        bottom: 480px
    }
}

.vk-banner-x-large .vk-text {
    display: block;
    line-height: 26px
}

.vk-banner-x-large .title-main {
    color: #fff
}

@media (min-width: 768px) {
    h1 {
        font-size: 36px
    }

    .h2, h2 {
        font-size: 30px
    }

    .h4 {
        font-size: 22px
    }

    .h5 {
        font-size: 18px
    }

    .vk-banner-x-large .vk-text {
        line-height: normal
    }

    .vk-banner-x-large .title-main {
        font-size: 32px;
        font-weight: 700
    }

    .vk-banner-homepage .content {
        position: absolute;
        bottom: 40%;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        width: 100%
    }

    .vk-banner-x-large .title-sub {
        margin-top: 0;
        font-size: 22px;
        font-weight: 300;
        margin-top: 30px;
        text-transform: initial
    }

    .vk-banner-x-large .title-main {
        font-size: 26px
    }

    .vk-header .logo-text {
        font-size: 24px;
        font-weight: 700;
        color: #2E3841;
        padding-left: 17px
    }

    .vk-text-uppercase {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .vk-navbar-nav {
        max-height: 75VH;
        overflow-y: hidden
    }

    .vk-navbar-nav.child {
        border-top: none;
        background-color: #43515d;
        overflow: auto;
        max-height: 50vh
    }

    h2 {
        font-size: 24px
    }

    .vk-banner-x-large .title-main {
        font-size: 18px;
        font-weight: 700;
        margin-top: 310px
    }

    .vk-banner-homepage .content {
        position: absolute;
        bottom: 48%;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        width: 100%
    }

    .vk-banner-x-large .title-sub {
        margin-top: 0;
        font-size: 18px;
        font-weight: 300;
        margin-top: 0;
        text-transform: initial
    }

    .page-heading .vk-buttons {
        margin-top: 5px !important
    }

    .vk-header .logo-text {
        font-size: 24px;
        font-weight: 700;
        color: #2E3841;
        padding-left: 0
    }

    .vk-text-uppercase {
        font-size: 17px
    }
}

.page-heading .vk-buttons {
    margin-top: 95px
}

.vk-buttons {
    margin-top: 35px
}

.vk-banner-homepage {
    min-height: 0;
    height: auto
}

.vk-banner-homepage .vk-background-image img {
    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-top-about{
        padding: 30px 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-4 {
    text-align: center;
    background-color: #2A333B
}

@media (min-width: 992px) {
    .vk-section-style-4 {
        text-align: right
    }
}

.vk-section-style-4 .vk-heading {
    color: #fff;
    margin-bottom: 50px !important
}

.vk-section-style-4 p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .vk-section-style-4 p {
        font-size: 32px;
        line-height: 48px
    }
}

.vk-section-style-4 .vk-btn {
    width: 100%
}

@media (min-width: 768px) {
    .vk-section-style-4 .vk-btn {
        width: auto
    }
}

.vk-section-style-4 .vk-btn .fa {
    color: #fff
}

.vk-btn-readmore {
    color: #72b90b !important;
    font-weight: 500;
    padding-left: 0 !important;
    border: none !important
}

.vk-btn-readmore .fa {
    padding-left: 8px;
    margin-top: -2px
}

.vk-btn-readmore:hover, .vk-btn-readmore:focus {
    color: #2E3841 !important;
    background-color: transparent !important
}

.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: #72b90b
}

.vk-btn-default:hover, .vk-btn-default:focus {
    background-color: transparent;
    color: #fff;
    border-color: #2e3841;
    background-color: #2e3841
}

.vk-btn-l {
    min-height: 50px;
    padding: 13px 20px
}

.vk-btn-transparent {
    background-color: transparent;
    color: #FFC000
}

.vk-btn-transparent:hover, .vk-btn-transparent:focus {
    color: #2E3841
}

.vk-btn .title {
    position: relative;
    z-index: 1;
    font-weight: 500
}

.vk-btn-icon {
    padding-right: 70px;
    background-color: #72b90b;
    overflow: hidden;
    border: none;
    padding-top: 16px;
    padding-bottom: 14px
}

.vk-btn-icon .icon {
    padding-top: 18px;
    padding-bottom: 18px;
    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: #2e3841
}

.vk-btn-icon.vk-btn-default:hover, .vk-btn-icon.vk-btn-default:focus {
    -webkit-box-shadow: inset 0 0 0 2px #2e3841;
    -moz-box-shadow: inset 0 0 0 2px #2e3841;
    box-shadow: inset 0 0 0 2px #2e3841
}

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
}

.vk-heading-border {
    padding-bottom: 15px;
    text-align: center
}

.vk-heading-border > span:after, .vk-heading-border > span:before {
    content: '';
    background-color: #016aa1;
    position: absolute;
    bottom: 0
}

.vk-heading-border > span:after {
    height: 3px;
    width: 40px;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-width: 992px) {
    .vk-heading-border > span:after {
        width: 160px
    }
}

@media (min-width: 992px) {
    .vk-heading-border-right {
        padding-right: 24px;
        text-align: right
    }

    .vk-heading-border-right > span:after {
        left: auto
    }

    .vk-heading-border-right > span:before {
        height: 43px;
        width: 3px;
        right: 0
    }
}

.vk-heading-line-yellow {
    padding-bottom: 18px
}

.vk-heading-line-yellow:after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #016aa1;
    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
}

.vk-iconbox {
    padding: 20px;
    -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-iconbox {
        width: auto;
        padding: 35px 25px
    }
}

.vk-iconbox .icon {
    display: inline-block;
    line-height: normal;
    padding-bottom: 30px;
    color: #FFC000;
    -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-iconbox .vk-title {
    margin-bottom: 17px;
    -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-iconbox .vk-text {
    line-height: 26px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    -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-iconbox:hover .icon {
    color: #2E3841
}

.vk-iconbox:hover .vk-title {
    color: #72b90b
}

.slick-slide:focus {
    outline: 0
}

.vk-slider 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-slider .vk-arrow {
    background-color: transparent;
    border: 1px solid #B0B0B0;
    color: #B0B0B0;
    padding: 42px 14px;
    position: absolute;
    top: 28%;
    z-index: 1
}

.vk-slider .vk-arrow.next {
    right: -70px
}

.vk-slider .vk-arrow.prev {
    left: -70px
}

.vk-slider .vk-arrow:hover {
    background-color: #2e3841;
    color: #fff
}

.vk-slider .vk-img-frame {
    margin: 20px 0
}

@media (min-width: 992px) {
    .vk-slider .vk-img-frame {
        margin: 14px 0;
        border: 1px solid #fff
    }
}

.vk-slider .item {
    -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 {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background-color: #72b90b;
    color: #fff;
    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 {
    background-color: #2e3841;
    color: #fff
}

.vk-image-slider-style-2 .vk-heading {
    color: #fff
}

.vk-typogaphy-shortcode p {
    text-align: justify;
    margin-bottom: 20px
}

.vk-blog-grid .blog-content .content-box {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    transition: .3s
}

.vk-blog-grid .blog-content .content-box:hover {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.25);
    transition-duration: .8s
}

.vk-blog-grid .blog-content .content-box a .h4 {
    padding-top: 25px;
    padding-bottom: 20px;
    margin: 0;
    color: #2E3841
}

.vk-blog-grid .blog-content .content-box .vk-divider {
    padding-bottom: 25px
}

.vk-blog-grid .blog-content .content-box .content {
    padding: 0 25px;
    background-color: #F6F6F6;
    min-height: 315px
}

.vk-blog-grid .blog-content .content-box .content .vk-buttons {
    padding-bottom: 25px
}

.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: 0
    }
}

.shopping-cart a:hover {
    color: #72b90b
}

.slicknav_menu {
    background-color: #2E3841
}

@media (min-width: 992px) {
    .slicknav_menu {
        display: none
    }
}

.slicknav_menu .slicknav_nav {
    border-top: 3px solid #72b90b
}

.btn-search {
    cursor: pointer
}

.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 {
        padding: 31px 35px;
        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;
        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 1px 19px
    }

    .quick-address li:last-child {
        display: none !important
    }

    .teldesktop li > a {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .quick-address li:last-child {
        display: inline-block !important
    }

    .vk-navbar-nav li a:not(.slicknav_item) {
        padding: 72px 14px 19px
    }
}

.vk-navbar-nav li a:hover, .vk-navbar-nav li a:focus {
    color: #FFC000
}

.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: #FFC000
}

.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 #72b90b;
        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;
        position: relative
    }
}

.vk-navbar-nav.child li .fa {
    padding-right: 10px
}

.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: #FFC000
}

.vk-navbar-nav.child li:hover {
    background-color: #fff
}

.vk-navbar-nav.child li:hover > a {
    color: #FFC000
}

.vk-navbar-nav.child .child {
    background-color: #566673
}

@media (min-width: 992px) {
    .vk-navbar-nav.child .child {
        background-color: #43515d;
        left: 100%;
        top: -3px
    }
}

.vk-navbar-nav.child .child li:last-child {
    border-bottom: none
}

.vk-navbar-nav.child .child li a:not(.slicknav_item) {
    padding-left: 50px
}

@media (min-width: 992px) {
    .vk-navbar-nav.child .child li a:not(.slicknav_item) {
        padding-left: 20px
    }
}

.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: 10px 0;
    float: left;
    width: 100%
}

.vk-header-top .content:after {
    content: '';
    height: 1px;
    width: 2000px;
    background-color: #d7d7d7;
    position: absolute;
    bottom: 0;
    left: 208px
}

@media (min-width: 1200px) {
    .vk-header-top .content:after {
        left: 192px
    }
}

.vk-header-top .quick-address {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    line-height: normal
}

.vk-header-top .quick-address li {
    display: inline-block;
    position: relative
}

@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;
        font-size: 15px
    }

    .vk-header-transparent .vk-navbar-nav > li > a:hover, .vk-header-transparent .vk-navbar-nav > li > a:focus {
        color: #FFC000
    }

    .vk-header-transparent a {
        color: #FFF
    }

    .vk-header-transparent .vk-navbar-nav > li:hover > a {
        color: #72b90b
    }

    .vk-header-transparent .logo-text {
        color: #fff
    }

    .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.5)
}

.vk-header-home .vk-navbar-header {
    border-color: rgba(255, 255, 255, 0.5)
}

.vk-header-home .vk-header-top {
    color: #fff
}

.vk-header-home .vk-header-top .content:after {
    background-color: rgba(255, 255, 255, 0.5)
}

header.vk-header.fixed_header {
    background: #016aa1
}

header.vk-header.fixed_header.animated {
    top: 0
}

header.vk-header.fixed_header {
    position: fixed;
    left: 0;
    right: 0;
    transition: top .3s ease-in-out
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.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
}

.vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
    top: -100px;
    display: none
}

@media (min-width: 992px) {
    .vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
        display: block
    }
}

@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 .vk-heading {
    margin-bottom: 20px;
    line-height: 30px;
    padding-bottom: 0
}

@media (min-width: 992px) {
    .vk-contact .vk-heading {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .vk-contact .left-content {
        padding-right: 85px
    }
}

.vk-contact .right-content {
    padding-top: 45px
}

@media (min-width: 992px) {
    .vk-contact .right-content {
        padding: 0;
        margin-left: -15px
    }
}

.vk-contact-form {
    background-color: #F4F4F4;
    padding: 30px 20px
}

.vk-contact-form .vk-btn {
    font-weight: 500
}

.vk-contact-form .vk-btn .fa {
    padding-right: 12px
}

@media (min-width: 992px) {
    .vk-contact-form {
        padding: 70px 0 80px
    }
}

.vk-contact-form .form-control {
    border-radius: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.vk-contact-form .form-control:focus {
    border-color: #FFC000
}

.vk-contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .vk-contact-form .user-info {
        width: 300px;
        float: left
    }
}

.vk-contact-form .user-info .form-control {
    min-height: 50px;
    padding-left: 55px
}

.vk-contact-form .user-info .fa {
    position: absolute;
    color: #2E3841;
    font-size: 22px;
    left: 20px;
    top: 13px
}

@media (min-width: 992px) {
    .vk-contact-form .message-content {
        width: calc(100% - 300px);
        float: left;
        padding-left: 20px
    }
}

.vk-contact-form .message-content .form-control {
    min-height: 260px
}

.vk-contact .contact-info {
    padding-bottom: 25px
}

.vk-contact .contact-info .vk-office {
    border-color: #d7d7d7
}

@media (min-width: 992px) {
    .vk-contact .contact-info .vk-office li:last-child {
        padding-bottom: 25px
    }

    .vk-contact .contact-info .vk-office:last-child {
        padding-top: 25px
    }
}

.vk-testimonial {
    padding: 30px 30px 20px;
    border: 1px solid #EAEAEA;
    margin-bottom: 30px
}

.vk-testimonial i {
    color: #72b90b
}

@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;
    text-align: center
}

.telinmobile li {
    list-style-type: none;
    display: inline-block;
    padding-right: 4px
}

.telinmobile a {
    padding-right: 4px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #2E3841
}

.telinmobile img {
    max-width: 24px
}

.teldesktop {
    padding-left: 15px;
    margin-bottom: 0
}

.teldesktop li {
    list-style-type: none;
    display: inline
}

.teldesktop li > a {
    padding-right: 4px;
    font-size: 24px;
    font-weight: 600
}

.teldesktop li > a img {
    margin-top: -5px;
    max-width: 32px;
    max-height: 32px
}

.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 li .fa {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #72b90b
}

.vk-office:last-child {
    border-top: 1px solid #464646;
    padding-top: 15px
}

.vk-footer {
    padding-top: 60px;
    margin-top: -10px;
    background-color: #1c3952;
    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: #72b90b;
    text-decoration: none
}

@media (min-width: 992px) {
    .vk-footer {
        padding-top: 80px
    }
}

.vk-footer .vk-heading {
    padding-bottom: 25px;
    color: #fff;
    margin-bottom: 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: calc(1200px / 12 - 0px);
        padding-right: 0
    }
}

.footer-bot {
    background-color: #19344b;
    padding: 23px 0
}

@media (min-width: 992px) {
    .footer-bot {
        padding: 27px 0
    }
}

.footer-bot .vk-text {
    margin-bottom: 0;
    display: inline-block
}

.copyright-sprava {
    text-align: right
}

.copyright-sprava img {
    width: 90px;
    height: auto;
}

.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: 71px 0 17px 35px
}

.language-switcher .current-language {
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.language-switcher .current-language i {
    font-weight: 400;
    color: #fff;
    padding-left: 4px
}

.language-switcher .lang-list {
    bottom: -20px;
    display: block;
    width: 100%;
    padding-left: 2px;
    list-style: none;
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: all .2s
}

.language-switcher:hover .lang-list {
    height: 25px;
    transition: all .2s
}

.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 .user-info .form-group .form-control {
    min-height: 50px;
    padding-left: 55px;
    border-radius: 0
}

.custom-modal .form-group .form-control {
    border-radius: 0
}

.custom-modal .user-info .form-group {
    position: relative
}

.custom-modal .user-info .fa {
    position: absolute;
    color: #2E3841;
    font-size: 22px;
    left: 20px;
    top: 13px
}

.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
}

@media only screen and (min-width: 769px) {
    .collapse.navbar-collapse.vk-navbar-collapse {
        display: flex !important;
        align-items: flex-end;
        justify-content: space-between
    }

    .mobile-language-switcher-container {
        display: none
    }
}

@media only screen and (max-width: 769px) {
    header.vk-header.fixed_header {
        color: #fff
    }

    .fixed_header .telinmobile a, .fixed_header.vk-header .logo-text, .fixed_header .language-switcher .current-language, .fixed_header .language-switcher .current-language i, .fixed_header .vk-navbar-toggle.collapsed {
        color: #fff
    }
}

@media only screen and (max-width: 768px) {
    .desktop-language-switcher-container {
        display: none
    }

    .language-switcher {
        position: relative;
        padding: 5px;
        margin-top: 8px
    }

    .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
    }
}

.form-control {
    border: 1px solid #ffffffbf !important;
    border-radius: 0 !important
}

.footer-logo-text {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: -10px
}

.footer-logo-text a, .footer-logo-text a:hover {
    color: #fff
}

.footer-logo-text .part_1 {
    font-size: 40px;
    font-weight: 700
}

.footer-logo-text .part_2 {
    font-size: 22px;
    margin-top: -10px;
    display: block;
    font-weight: 700
}

p.vk-text {
    font-size: 16px
}

.profile .name {
    text-align: center;
    font-size: 20px
}

@media (min-width: 992px) {
    p.vk-text-2 {
        font-size: 13px;
        padding-right: 190px;
        line-height: 15px
    }
}

@media (max-width: 991px) {
    p.vk-text-2 {
        font-size: 14px;
        padding-right: 0;
        line-height: 20px
    }
}

.vk-background-image.bg-img img {
    width: auto;
    display: block;
    margin: 0 auto;
    height: 585px
}

@media (max-width: 991px) {
    #menu.vk-navbar-collapse {
        display: none !important
    }
}

@media (max-width: 768px) {
    .vk-navbar-nav li a {
        white-space: normal
    }

    .slicknav_nav {
        overflow: scroll;
        padding-bottom: 90px
    }

    .vk-content .slicknav_menu {
        position: fixed;
        top: 165px;
        z-index: 9;
        right: 0;
        left: 0
    }
}

@media (min-width: 768px) {
    .vk-navbar-header {
        padding: 15px 20px
    }
}

@media (max-width: 767px) {
    .vk-navbar-header {
        padding: 15px 0
    }

    .vk-navbar-header.navbar-header {
        position: relative
    }
}

.vk-navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1;
    width: 165px;
    line-height: 26px;
    height: 80px
}

.b-header-search {
    float: right;
    position: relative;
    margin-left: 20px;
    margin-right: 18px
}

.b-header-search input {
    color: #fff
}

.b-header-search button.vk-btn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 2px;
    background-color: transparent;
    min-height: 34px;
    padding: 0 5px
}

.b-header-search .form-control {
    min-height: 34px;
    background-color: transparent
}

.teldesktop li > a {
    line-height: 44px
}

.vk-banner-homepage .vk-btn-default {
    font-size: 16px
}

.vk-banner-homepage .vk-btn-icon.vk-btn-default .icon {
    background-color: #2E3841
}

.vk-blog-wrapper .blog-content .h4 {
    height: 40px;
    overflow: hidden;
    box-sizing: content-box;
    font-size: 18px
}

.vk-blog-wrapper .blog-content .b-blog-body {
    height: 95px;
    overflow: hidden;
    box-sizing: content-box
}

.b-header-search .vk-btn {
    padding: 0 15px;
    min-height: 34px;
    border-radius: 5px
}

.vk-navbar-header .b-header-search {
    float: none;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: -18px
}

.b-header-search input, .b-header-search .form-control input {
    color: #fff
}

.vk-input-group.b-header-search input.form-control::placeholder {
    color: #fff
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../plugin/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../plugin/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../plugin/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../plugin/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../plugin/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../plugin/fonts/font-awesome/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-search:before {
    content: "\f002"
}

.fa-user:before {
    content: "\f007"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-phone:before {
    content: "\f095"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-envelope:before {
    content: "\f0e0"
}

.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"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-map:before {
    content: "\f279"
}

.modal-contacts {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.modal-contacts a {
    font-weight: 700;
}

.modal-contacts .viber {
    width: 30px;
    margin-right: 10px;
}

.vk-contact .modal-contacts {
    justify-content: center;
    margin-top: -40px;
}
.fa-star:before {
    content: "\f005";
}