/*** uncss> filename: https://elektrik-odessa.com.ua/assets/b7216262/plugin/bootstrap/css/bootstrap.min.css ***/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=63af42eb91d574c7003eb1b7b5c13255)
 * Config saved to config.json and https://gist.github.com/63af42eb91d574c7003eb1b7b5c13255
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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
}

b, strong {
    font-weight: bold
}

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

img {
    border: 0
}

button, input, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

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

input {
    line-height: normal
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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: ""
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        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, ol {
    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-sm-4, .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
}

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

@media (min-width: 768px) {
    .col-sm-4, .col-sm-6 {
        float: left
    }

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

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

@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%
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
table {
    background-color: transparent
}

.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 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.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 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: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.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 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.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: #ffffff;
    border: 1px solid #999999;
    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: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.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
}

@-ms-viewport {
    width: device-width
}

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

/*** uncss> filename: https://elektrik-odessa.com.ua/assets/b7216262/plugin/lightbox/css/lightbox.min.css ***/
/* Preload images */
body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *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-container > .nav {
    left: 0;
}

.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 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.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 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.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: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.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: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*** uncss> filename: https://elektrik-odessa.com.ua/assets/b7216262/css/animate.css ***/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

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


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/*** uncss> filename: https://elektrik-odessa.com.ua/assets/b7216262/plugin/slick/slick.css ***/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*** uncss> filename: https://elektrik-odessa.com.ua/assets/b7216262/plugin/jquery-ui/jquery-ui.css ***/
/*! jQuery UI - v1.12.1 - 2016-12-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/


/* Interaction Cues
----------------------------------*/


/* Icons
----------------------------------*/

/* Misc visuals
----------------------------------*/

/* Overlays */

/* icon support */

/* left-aligned */

/* right-aligned */

/* to make room for the icon, a width needs to be set here */

/* no icon support for input elements */

/* button icon element(s) */

/* workarounds */
/* Support: Firefox 5 - 40 */

/* Spinner specific style fixes */

/* with multiple calendars */

/* RTL support */

/* Icons */

/* support: IE8 - See #6727 */
/* more specificity required here to override default borders */

/* Component containers
----------------------------------*/

/* Interaction states
----------------------------------*/

/* Interaction Cues
----------------------------------*/

/* Icons
----------------------------------*/

/* states and images */

/* positioning */
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */


/* Misc visuals
----------------------------------*/

/* Corner radius */

/* Overlays */

/*** uncss> filename: https://elektrik-odessa.com.ua/assets/b7216262/css/style.css ***/
@charset "UTF-8";
/*-----------------------------------------------------------------------------------
Theme Name: WICON
Author: Viki Team
Author URI: http://www.vikitheme.com
Version: 1.0.0
Description: A Beautiful, Professional and Multipurpose Theme Made by Viki Team
-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
[Table of contents]

    - Base
    - Elements
    - Components
        - Alert boxes
        - Buttons
        - Colors
        - Counters
        - Dividers
        - FAQ
        - Heading
        - Icon boxes
        - Icons
        - Image sliders
        - Pricing table
        - Tabs
    - Layout
        - Blog
            - Blog grid
            - Blog list
            - Single blog

        - Header
        - Homepage
            - Home dark
            - Home default
            - Home shop
        - Page
            - 404
            - About
            - Career
            - Contact
            - FAQ
            - Testimonial
        - Project
            - Project list
            - Project grid
            - Single project
        - Service
            - Construction
            - Consultant
            - Design
            - Furniture
        - Shop
            - Shop
            - Shopcart
            - Shop checkout
            - Single product
        - Footer

---------------------------------------------------------------- */
/* BASE */
body {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #2E3841;
}

h1, h2, .h2, .h4, .h5 {
    color: #2E3841;
    font-family: 'Montserrat', sans-serif;
    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, ol {
    padding-left: 50px;
    line-height: 26px;
}

ul ul {
    padding-left: 30px;
}

ul ul {
    list-style: disc;
}

/* ELEMENTS */
#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: #f9871e;
    color: #2E3841;
}

.vk-clear-padding {
    padding: 0;
}

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

.vk-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

::selection {
    background-color: #f9871e;
    color: #2A333B;
}

.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: 120px 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: #f9871e;
}

.vk-text-color-blue-2 {
    color: #2C7BA9;
}

.vk-text-color-orange-1 {
    color: #F5811E;
}

.vk-text-color-blue-2 {
    color: #1861ca;
}

.vk-background-fixed {
    background-size: cover;
    background-attachment: fixed;
}

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

.vk-background-overlay._50 {
    opacity: 0.5;
}

.vk-background-overlay._80 {
    opacity: 0.8;
}

.vk-background-overlay._90 {
    opacity: 0.9;
}

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

.container {
    position: relative;
}

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

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

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

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 50px;
}

.form-control:focus {
    border-color: #f9871e;
    -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;
    }
}

.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 {
    font-size: 32px;
    font-weight: 700;
}

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

.vk-banner-x-large .title-sub {
    font-size: 15px;
    font-weight: 300;
    margin-top: -2px;
}

@media (min-width: 768px) {
    .vk-banner-x-large .title-sub {
        margin-top: 0;
        font-size: 28px;
        font-weight: 700;
        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;  */
    padding: 20px 0;
}

@media (min-width: 992px) {
    .vk-section {
        padding: 20px 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-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: 18px;
    line-height: 36px;
    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-buttons {
    padding-top: 40px;
}

.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: #2E3841;
}

.vk-btn-readmore {
    color: #f9871e !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;
}

/* COMPONENTS */
/* ALERT BOX */

/* BUTTON */
.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.vk-btn-default {
    background-color: #F5811E;
}

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

.vk-btn-l {
    min-height: 50px;
    padding: 13px 20px;
}

.vk-btn-transparent {
    background-color: transparent;
    color: #f9871e;
}

.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: #2E3841;
    overflow: hidden;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

.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: 100%;
    min-width: 50px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

.vk-btn-icon.vk-btn-default .icon {
    background-color: #F5811E;
}

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

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

/* COLOR */
/*-----------------------------------------------------------------------------------

	Theme Name: WICON
	Theme URI: https://themeforest.net/user/vikitheme
	Description: Creative Professional Experience Premium Themes
	Author: SemiColonWeb
	Author URI: https://themeforest.net/user/vikitheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
    BEGIN: COLOR
-----------------------------------------------------------------------------------*/

/* COUNTER */
.vk-counter {
    text-align: center;
    color: #2E3841;
    padding-bottom: 50px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .vk-counter {
        padding: 100px 0;
    }
}

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

.vk-counter .number-count {
    font-size: 48px;
    margin-bottom: -3px;
}

.vk-counter-non-icon {
    background-color: #f9871e;
}

.vk-counter-non-icon ul li {
    display: inline-block;
}

.vk-counter-non-icon .number-count {
    /* font-size: 50px; */
    font-size: 45px;
    text-align: right;
    width: 50%;
}

.vk-counter-non-icon .number-count:after {
    content: '';
    height: 45px;
    width: 3px;
    background-color: #2E3841;
    display: inline-block;
    margin-left: 18px;
}

.vk-counter-non-icon .title {
    width: 39%;
    text-align: left;
    padding-left: 14px;
}

/* DIVIDER */
.vk-divider {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #EAEAEA;
    overflow: hidden;
}

/* FAQ */

/* HEADING */
.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: #F5811E;
    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: 0px;
    }
}

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

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

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

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

.vk-heading-line-blue-center,
.vk-heading-line-orange-center,
.vk-heading-line-yellow-center {
    text-align: center;
}

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

/* ICON BOX */
.vk-iconbox {
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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: #f9871e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.vk-iconbox .vk-title {
    margin-bottom: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.vk-iconbox:hover .icon {
    color: #2E3841;
}

.vk-iconbox:hover .vk-title {
    color: #f9871e;
}

/* ICON */
/* IMAGE SLIDER */
.slick-slide:focus {
    outline: 0;
}

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

.vk-slider .vk-img-frame {
    margin: 20px 0;
}

@media (min-width: 992px) {
    .vk-slider .vk-img-frame {
        margin: 35px 0;
    }
}

.vk-slider .item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.vk-image-slider-style-2 .vk-heading {
    color: #fff;
}

/* PRICING TABLE */

/*-----------------------------------------------------------------------------------
END: PRICING TABLE
-----------------------------------------------------------------------------------*/
/* TABS */

/* TYPOGRAPHY */

.vk-typogaphy-shortcode .vk-title {
    margin-bottom: 20px;
}

.vk-typogaphy-shortcode p {
    text-align: justify;
    margin-bottom: 20px;
}

/* LAYOUT */
/* BLOG GRID */

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

.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 30px 0 30px;
    background-color: #F4F4F4;
}

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

/* BLOG LIST */

/* SINGLE BLOG */

.vk-blog-wrapper .blog-content .h4 {
    margin-top: 40px;
    margin-bottom: 30px;
}

@media (min-width: 960px) {
    /* .blog-content {
      padding-right: 45px; } */
}

/* HEADER */
.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: #f9871e;
}

.slicknav_menu {
    background-color: #2E3841;
}

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

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

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

.vk-navbar span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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 10px;
    }
}

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

.vk-navbar-nav li a:hover, .vk-navbar-nav li a:focus {
    color: #f9871e;
}

.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: #f9871e;
}

.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 #f9871e;
        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: #f9871e;
}

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

.vk-navbar-nav.child li:hover > a {
    color: #f9871e;
}

.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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 .logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #2E3841;
    padding-left: 10px;
}

.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% - 172px);
    background-color: #d7d7d7;
    position: absolute;
    bottom: 0;
    left: 208px;
}

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

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

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

@media (min-width: 992px) {
    .vk-header-transparent {
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        /*overflow: hidden;*/
        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: #f9871e;
    }

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

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

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

/* HOME DARK */

/* HOME DEFAULT */
.vk-home .vk-heading {
    margin-bottom: 30px;
}

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

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

.vk-counter-section {
    background-color: #f9871e;
    padding-top: 50px;
}

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

/* HOME SHOP */

/* HOME ONE PAGE */

/* HOME LEFT MENU */
.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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: #f9871e;
    color: #f9871e; }
.vk-our-team-slider .content {
    opacity: 1;
    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; } }

.vk-home-left-menu .vk-our-team .vk-our-team-slider .content {
    padding-bottom: 0; }
/* HOME SLIDER */

/* 404 PAGE */

/* ABOUT PAGE */

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

/* CAREER PAGE */

/* CONTACT PAGE */

.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: 30px 40px;
    }
}

.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: #f9871e;
}

.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: 190px;
}

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

/* FAQ PAGE */

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

.vk-testimonial i {
    color: #1861ca;
}

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

/* PROJECT LIST */

/* PROJECT GRID */

/* SINGLE PROJECT */

/* CONSTRUCTION SERVICE */
/* CONSULTANT SERVICE */

/* DESIGN SERVICE */
/* FURNITURE SERVICE */
/* SHOP */

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

    .left-content {
        float: left;
    }
}

/* SHOP CART */

/* SHOP CHECKOUT */

/* SINGLE PRODUCT */


/* Mobile */
.telinmobile {
    padding-left: 0px;
}

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

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

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

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

.teldesktop li > a {
    padding-right: 4px;
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: 500;
}

/* FOOTER */

.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: #f9871e;
}

.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
    color: #f9871e;
    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: 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;
}

.copyright-sprava {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.copyright-sprava img {
    height: 25px;
    width: auto;
    margin-left: 5px;
}

.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: 72px 15px 19px 15px;

}

.language-switcher .current-language {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.language-switcher .current-language i {
    font-weight: 400;
    color: #f9871e;
}

.language-switcher .lang-list {
    bottom: -20px;
    display: block;
    width: 100%;
    padding-left: 2px;
    list-style: none;
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
}

.language-switcher:hover .lang-list {
    height: 25px;
    transition: all 0.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;
}




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

.form-group.has-error .help-block {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
}
.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;
}
.form-group.has-error .form-control {
    border-color: #a94442;
}
.form-group.has-success .form-control {
    border-color: #3c763d;
}


@media only screen and (min-width: 769px){
    header.vk-header.fixed_header{
        background: #2e3841;
        top: -115px;
    }
    .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: 768px) {
    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 {
        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 0.2s;
    }
    .language-switcher .lang-list{
        padding-left: 0;
    }
}

table.table-price td {
    padding: 5px;
    border: solid 1px #000;
}

@media screen and (max-width: 980px) {
    table.table-price td {
        padding: 1px;
        font-size: 14px !important;
    }
}

.table-home {
    width: 100%;
    overflow-x: auto;
}

.table-home table.table-price {
    margin: 20px 0;
    text-align: center;
}

.home-price-pdf {
    justify-content: center;
    display: flex;
}

.blog-list .row .blog-content .content-box .vk-text-uppercase {
    min-height: 120px;
}

.navbar-toggle {
    position: absolute;
    top: 100px;
    right: 35px;
}

@media (max-width: 360px) {
    .vk-navbar-brand.navbar-brand {
        max-width: 80%;
    }

    .vk-navbar-brand.navbar-brand img {
        max-width: 100%;
    }
}

@media (max-width: 320px) {
    .vk-navbar-brand.navbar-brand {
        max-width: 70%;
    }

    .vk-navbar-brand.navbar-brand img {
        max-width: 100%;
    }
}



/*** uncss> filename: https://elektrik-odessa.com.ua/assets/b7216262/plugin/fonts/font-awesome/css/font-awesome.min.css ***/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@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: normal;
    font-style: normal
}

.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-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-calendar:before {
    content: "\f073"
}

.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-file-pdf-o:before {
    content: "\f1c1"
}

.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-angle-down:before{content:"\f107"}