@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans-Italic.woff2') format('woff2'),
        url('../webfonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../webfonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans-Regular.woff2') format('woff2'),
        url('../webfonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans-Bold.woff2') format('woff2'),
        url('../webfonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans-Light.woff2') format('woff2'),
        url('../webfonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #8d8d8d;
}

img,
svg,
iframe {
    max-width: 100%;
}

a {
    color: #5fa850;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: normal;
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input:focus {
    outline: none;
}

html.no-details details[class] summary::after,
html.no-details details[class] summary::before {
    display: none !important;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btn-unstyled,
.btn,
.slider-control,
.modal-close {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-unstyled:focus,
.btn:focus,
.slider-control:focus,
.modal-close:focus {
    outline: none;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

@-webkit-keyframes slideBottom {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideBottom {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn {
    min-width: 160px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.357;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

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

.btn:focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #5fa850;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #5fa850;
}

.btn:hover {
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
}

.btn:focus:hover {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #5fa850,
        2px 2px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #5fa850,
        2px 2px 15px rgba(0, 0, 0, 0.25);
}

.btn--primary {
    background: #5fa850;
    color: #fff;
}

.btn--primary:hover {
    background: #7dbb70;
}

.btn--secondary {
    border: 1px solid #5fa850;
    color: #5fa850;
}

.btn--secondary:focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #5fa850;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #5fa850;
}

.btn--secondary:hover {
    background: #5fa850;
    color: #fff;
}

a.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.breadcrumb {
    margin: 0 0 16px;
    line-height: 1;
    color: inherit;
}

.breadcrumb a {
    color: inherit;
}

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

.breadcrumb i {
    margin: 0 0.3em;
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 160px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background: #657282 url('../img/common/header-bg.jpg') center/cover
        no-repeat;
    color: #fff;
}

.header-content .heading {
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.top-contacts {
    padding: 10px;
    background: #2f2e2b;
}

.top-contacts-item {
    margin-bottom: 4px;
    text-align: center;
}

.top-contacts-item a {
    color: inherit;
}

.top-contacts-item a:hover {
    color: #333;
}

.top-contacts-item--address {
    display: none;
}

.top-contacts-item-icon {
    display: none;
}

.top-contacts-item--tel .top-contacts-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.top-logo {
    padding: 10px 0;
    text-align: center;
}

.top-logo .logo {
    display: inline-block;
    max-width: 130px;
}

.nav-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 7px 0;
    background: #5fa850;
    color: #fff;
}

.top-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.top-nav a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}

.nav-menu .has-submenu {
    position: relative;
}

.nav-menu .has-submenu::after {
    content: '\f175';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 13px;
}

.burger {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 5px;
    margin-left: -5px;
}

.burger:focus {
    outline: 1px dashed #fff;
}

.burger-line {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    width: 14px;
    height: 2px;
    background: currentColor;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.burger-line:nth-child(1) {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

.nav-opened .burger-line:nth-child(1) {
    -webkit-transform: translateY(-6px) rotate(-225deg);
    transform: translateY(-6px) rotate(-225deg);
}

.burger-line:nth-child(2) {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.5s 0.1s;
    transition: opacity 0.1s, -webkit-transform 0.5s 0.1s;
    transition: transform 0.5s 0.1s, opacity 0.1s;
    transition: transform 0.5s 0.1s, opacity 0.1s, -webkit-transform 0.5s 0.1s;
}

.nav-opened .burger-line:nth-child(2) {
    -webkit-transform: translateY(0) scaleX(0.9);
    transform: translateY(0) scaleX(0.9);
    opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.5s;
    transition: opacity 0.7s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.7s;
    transition: transform 0.5s, opacity 0.7s, -webkit-transform 0.5s;
}

.nav-opened .burger-line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(225deg);
    transform: translateY(-6px) rotate(225deg);
}

.top-search {
    position: static;
    text-align: right;
}

.top-search-trigger {
    width: 24px;
    height: 24px;
    margin-right: -5px;
}

.top-search-trigger:focus {
    outline: 1px dashed #fff;
}

.top-search-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 60;
    padding: 10px 20px 40px;
    background: #5fa850;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s 0.6s, visibility 0s 0.7s,
        -webkit-transform 0.35s 0.35s;
    transition: opacity 0.35s 0.6s, visibility 0s 0.7s,
        -webkit-transform 0.35s 0.35s;
    transition: opacity 0.35s 0.6s, transform 0.35s 0.35s, visibility 0s 0.7s;
    transition: opacity 0.35s 0.6s, transform 0.35s 0.35s, visibility 0s 0.7s,
        -webkit-transform 0.35s 0.35s;
}

.top-search-panel > * {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.search-opened .top-search-panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: visibility 0s, -webkit-transform 0.35s;
    transition: visibility 0s, -webkit-transform 0.35s;
    transition: transform 0.35s, visibility 0s;
    transition: transform 0.35s, visibility 0s, -webkit-transform 0.35s;
}

.search-opened .top-search-panel > * {
    opacity: 1;
    -webkit-transition: opacity 0.35s 0.35s;
    transition: opacity 0.35s 0.35s;
}

.top-search-panel-close {
    width: 24px;
    height: 24px;
    margin-right: -5px;
    margin-bottom: 10px;
}

.top-search-panel-wrapper {
    position: relative;
}

.top-search-panel-input {
    width: 100%;
    padding: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: inherit;
}

.top-search-panel-input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.top-search-panel-input::-moz-placeholder {
    color: #fff;
    font-weight: 300;
}

.top-search-panel-input:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.top-search-panel-input::-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.top-search-panel-input::placeholder {
    color: #fff;
    font-weight: 300;
}

.top-search-panel-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.search-highlight {
    color: #5fa850;
    font-weight: bold;
}

.main-slider {
    color: #fff;
}

.main-slider-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 400px;
    padding: 25px 20px 55px;
    text-align: center;
    background-color: #657282;
    background-size: cover;
    background-position: center;
}

.main-slider-content-wrapper {
    max-width: 500px;
}

.main-slider-title {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.375;
    text-transform: uppercase;
}

.main-slider-text {
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
    text-transform: uppercase;
}

.service-tile {
    width: 280px;
    height: 300px;
    margin: 0 auto;
    padding: 20px 12px;
    line-height: 1.357;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.service-tile-icon {
    line-height: 0;
    margin-bottom: 20px;
    font-size: 50px;
    color: #5fa850;
}

.service-tile-title {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #222222;
}

.service-tile-text {
    margin: 0 0 13px;
    font-weight: 300;
}

.service-tile-link {
    font-weight: 600;
    text-transform: uppercase;
}

.service-tile-link:hover {
    text-decoration: underline;
}

p {
    margin-top: 0;
}

.heading {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.38;
}

.heading--green {
    color: #5fa850;
}

.heading--white {
    color: #fff;
}

.subheading {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.357;
    color: #222222;
}

.slogan {
    margin: 0 0 15px;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.357;
    color: #5fa850;
}

.section-services {
    padding: 20px 0 0;
}

.section-about {
    padding: 20px 0 40px;
}

.inner-page {
    padding-top: 20px;
    padding-bottom: 35px;
}

.post-main-image {
    width: 100%;
    margin: 0 0 20px;
}

.page-content {
    margin-bottom: 20px;
}

.page-content img {
    width: 100%;
}

.page-content .heading {
    margin-bottom: 10px;
}

.page-content .subheading {
    margin-bottom: 8px;
}

.page-content h2:not([class]),
.page-content h3:not([class]),
.page-content h4:not([class]),
.page-content h5:not([class]),
.page-content h6:not([class]) {
    color: #222222;
}

.page-content h1:not([class]) {
    margin-bottom: 1em;
    font-size: 1.5em;
}

.page-content h2:not([class]) {
    margin-bottom: 1em;
    font-size: 1.2em;
}

.page-content h3 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.357;
}

.page-content h4 {
    font-size: 12px;
}

.page-content ul:not([class]) {
    margin-top: 0;
    padding-left: 15px;
    list-style-type: none;
}

.page-content ul:not([class]) li {
    position: relative;
    margin-bottom: 0.4em;
}

.page-content ul:not([class]) li::before {
    position: absolute;
    right: 100%;
    top: 0.7em;
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background: #5fa850;
}

.page-content a:not([class]):hover {
    text-decoration: underline;
}

.load-more {
    margin-bottom: 20px;
    text-align: center;
}

.load-more.mb-0 {
    margin-bottom: 0 !important;
}

.post-header {
    margin-bottom: 20px;
}

.post [class*='col'] {
    margin-bottom: 20px;
}

.about-tile {
    position: relative;
    line-height: 0;
}

/* 
.about-tile--second {
  margin-top: 10px;
} 
*/

.about-tile-additional {
    position: absolute;
    left: -10px;
    bottom: -10px;
    padding: 30px 20px;
    background: #5fa850;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
}

.about-tile-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 32px;
    line-height: 30px;
}

.section-works {
    text-align: center;
}

.works-slider {
    position: relative;
}

.slider-control {
    position: absolute;
    top: 50%;
    z-index: 10;
    padding: 10px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-control--prev {
    left: 10px;
}

.slider-control--next {
    right: 10px;
}

.slick-slide:focus,
.slick-slide a:focus {
    outline: none;
}

.works-col {
    margin-bottom: 20px;
}

.portfolio-tile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #333;
    overflow: hidden;
}

.portfolio-tile::before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 125%;
}

.portfolio-tile-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.portfolio-tile:hover .portfolio-tile-img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: -webkit-transform 5s;
    transition: -webkit-transform 5s;
    transition: transform 5s;
    transition: transform 5s, -webkit-transform 5s;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .portfolio-tile-img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }
}

.portfolio-tile-label {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.portfolio-tile:hover .portfolio-tile-label {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.text-input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: none;
    color: #fff;
    font-weight: 300;
}

.text-input::-webkit-input-placeholder {
    color: #fff;
}

.text-input::-moz-placeholder {
    color: #fff;
}

.text-input:-ms-input-placeholder {
    color: #fff;
}

.text-input::-ms-input-placeholder {
    color: #fff;
}

.text-input::placeholder {
    color: #fff;
}

textarea.text-input {
    height: 120px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.form-consultation {
    padding: 30px 0 40px;
    border-bottom: 1px solid #92908c;
    background: #2f2e2b;
}

.form-consultation .form-col:nth-child(n + 2) {
    margin-top: 5px;
}

.form-consultation .text-input {
    background: #444341;
}

.form-consultation .text-input:focus {
    background: #5e5d5a;
}

.form-consultation .submit {
    width: 100%;
    height: 40px;
}

.inner-block-contacts {
    padding-top: 10px;
    padding-bottom: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 1.375;
}

.inner-block-contacts-heading {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    color: #222222;
}

.inner-block-contacts-number {
    display: block;
    font-weight: 600;
}

.widget-categories {
    margin-bottom: 20px;
}

.widget-categories .category:nth-child(n + 2) {
    margin-top: 10px;
}

.category {
    color: #222222;
}

.category-header {
    display: block;
    background: #fff;
    border-left: 4px solid #5fa850;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category[open] .category-header {
    background: #2f2e2b;
    color: #fff;
}

.category-header::-webkit-details-marker {
    display: none;
}

.category-header:focus {
    outline: none;
}

.category-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 90px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    background: repeating-linear-gradient(
        25deg,
        rgba(34, 34, 34, 0.05) 0px,
        rgba(34, 34, 34, 0.05) 1px,
        rgba(0, 0, 0, 0) 1px,
        rgba(0, 0, 0, 0) 6px
    );
}

.category-header-wrapper span {
    padding-right: 1em;
}

.category-header-wrapper .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1em;
    flex: 0 0 1em;
    font-size: 30px;
}

.category-pages {
    padding: 0 20px;
    font-weight: 300;
    line-height: 1.143;
    background: #ededed;
    -webkit-animation: fadeIn 0.35s ease-in-out both;
    animation: fadeIn 0.35s ease-in-out both;
}

.category-pages li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    -webkit-animation: slideBottom 0.35s ease-in-out both;
    animation: slideBottom 0.35s ease-in-out both;
}

.category-pages li:nth-child(n + 2) {
    border-top: 1px solid #dadad9;
}

.category-pages a {
    color: inherit;
}

.service-directions {
    margin: 20px 0;
    line-height: 1;
    color: #222222;
    font-size: 14px;
    line-height: 1.143;
}

.service-directions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border: 1px solid #e3e3e3;
}

.service-directions-item:nth-child(n + 2) {
    margin-top: 20px;
}

.service-directions-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    font-size: 30px;
    text-align: center;
}

.service-directions-name {
    text-transform: uppercase;
    padding-right: 1em;
}

.service-directions-name a {
    color: inherit;
    text-decoration: none;
}

.service-directions-name a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.widget-call {
    max-width: 440px;
    margin: 0 auto;
}

.widget-call-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-call-pic img {
    width: 100%;
}

.widget-call-body {
    padding: 18px 20px;
    text-align: center;
    background: #5fa850;
    color: #fff;
}

.widget-call-body a {
    color: inherit;
}

.widget-call-heading {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.389;
}

.widget-call-icon {
    display: inline-block;
    margin: 0 auto 10px;
    font-size: 36px;
    line-height: 1;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.widget-call-numbers {
    max-width: 195px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.667;
    white-space: nowrap;
}

.widget-call-numbers li:nth-child(n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.article-header {
    padding: 12px 15px 0;
    border-left: 4px solid #5fa850;
}

.article-header-heading {
    margin: 0 0 9px;
    font-size: 18px;
    line-height: 1.3889;
    color: #222222;
}

.article-header-pubdate {
    font-size: 16px;
    line-height: 1;
    color: #8d8d8d;
    text-transform: uppercase;
}

.post-preview {
    margin-bottom: 20px;
}

.post-preview-body,
.post-preview-footer {
    padding-left: 15px;
    border-left: 4px solid #e5e5e5;
}

.post-preview-body {
    padding-top: 15px;
    bottom: 15px;
    line-height: 1.4286;
}

.post-preview-body p {
    margin: 0;
}

.post-preview-footer {
    padding-top: 10px;
}

.post-preview-footer .btn {
    min-width: 140px;
}

.widget-posts {
    margin-bottom: 50px;
    padding: 20px 20px 10px;
    background: #ededed;
}

.widget-posts-title {
    margin: 0;
    color: #222222;
}

.widget-posts-list {
    padding: 0 10px;
    color: #2f2e2b;
    line-height: 1.375;
}

.widget-posts-list a {
    position: relative;
    display: block;
    padding-left: 18px;
    border-left: 2px solid rgba(47, 46, 43, 0.7);
    color: inherit;
}

.widget-posts-list li {
    padding: 21px 0;
}

.widget-posts-list li:nth-child(n + 2) a::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 18px;
    right: 0;
    height: 1px;
    background: rgba(47, 46, 43, 0.1);
}

.contact-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.contact-tile-icon {
    margin-bottom: 15px;
    font-size: 48px;
    color: #5fa850;
}

.contact-tile-text {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #222222;
}

.contact-tile-text a {
    color: inherit;
}

.contact-tile-text a:hover {
    text-decoration: underline;
}

.contact-tile-text .fa-viber {
    color: #735ff2;
}

.contact-tile-text .fa-whatsapp {
    color: #00e676;
}

.contacts-form-wrapper {
    padding-right: 10px;
}

.contacts-form-wrapper .col-12,
.contacts-form-wrapper .col-lg-12 {
    padding-right: 0;
}

.contacts-form-image {
    background: #c3ccd3 url('../img/contacts/form-image.jpg') center/cover
        no-repeat;
}

.contacts-form {
    padding: 20px 20px 30px;
    background: #5fa850;
    color: #fff;
}

.contacts-form-heading {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.389;
}

.contacts-form .form-col:nth-child(n + 2) {
    margin-top: 10px;
}

.contacts-form .text-input {
    background: #7fb973;
}

.contacts-form .text-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
}

.contacts-form .submit {
    width: 100%;
    background: #fff;
    color: #5fa850;
}

.contacts-form .submit:focus {
    -webkit-box-shadow: 0 0 0 1px #5fa850, 0 0 1px 2px #fff;
    box-shadow: 0 0 0 1px #5fa850, 0 0 1px 2px #fff;
}

.contacts-form textarea {
    resize: none;
}

.map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.map iframe {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 60vh;
    border: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0.17s, visibility 0s 0.5s;
    transition: opacity 0.5s 0.17s, visibility 0s 0.5s;
}

@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px)))
    or (-webkit-backdrop-filter: blur(6px)) {
    .modal {
        background: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }
}

.modal:focus {
    outline: none;
}

.modal::before,
.modal::after {
    content: '1';
    display: block;
    width: 100%;
    height: 15px;
    color: rgba(0, 0, 0, 0);
}

.modal.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s, visibility 0s;
    transition: opacity 0.5s, visibility 0s;
}

.modal-dialog {
    width: 100%;
    margin: auto;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.thanks .modal-dialog {
    max-width: 520px;
}

.modal.open .modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal-content {
    position: relative;
    background: #fff;
    color: #222222;
}

.thanks .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
}

.modal-close::before,
.modal-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 18px;
    height: 1px;
    background: currentColor;
}

.modal-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.thanks-heading {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 25px;
}

.thanks-message {
    font-size: -14px;
    line-height: 19px;
}

.footer {
    padding-top: 15px;
    background: #2f2e2b;
    color: #fff;
}

.footer a {
    color: inherit;
}

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

.footer-menu {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #92908c;
    line-height: 1.357;
}

.footer-menus > *:last-child .footer-menu {
    border-bottom: none;
}

.footer-menu-title {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.footer-menu-title a {
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}

.footer-menu-title a:hover {
    text-decoration: none;
    color: #cccccc;
}

.footer-menu-list li {
    margin-bottom: 13px;
}

.footer-menu--contacts .footer-menu-list li {
    margin-bottom: 12px;
}

.footer-menu-link {
    opacity: 0.5;
}

.list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.list-item::before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    font-family: 'Font Awesome 5 Pro';
    text-align: left;
}

.list-item--map-marker::before {
    content: '\f3c5';
    font-weight: 900;
}

.list-item--mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-item--mobile::before {
    content: '\f3cd';
    font-weight: 900;
}

.list-item--at::before {
    content: '\f1fa';
    font-weight: normal;
}

.list-item--skype::before {
    content: '\f17e';
    font-family: 'Font Awesome 5 Brands';
}

.copyrights {
    padding: 10px;
    border-top: 1px solid #92908c;
    font-size: 12px;
    line-height: 1.3333;
    text-align: center;
}

/** Contact Form 7 */

span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding: 1em;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 2em 3em;
    border: none;
    color: #fff;
    text-align: center;
    background: #5fa850;
}

.contacts-form-wrapper div.wpcf7-response-output {
    background: #2f2e2b;
}

@media screen and (min-width: 576px) {
    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .top-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top-contacts-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 0;
    }

    .top-contacts-item--address {
        display: block;
        text-align: left;
    }

    .top-contacts-item--tel {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-contacts-item--tel a {
        display: block;
    }

    .top-contacts-item--schedule {
        text-align: right;
    }

    .top-contacts-item--tel .top-contacts-item-content {
        display: block;
    }

    .top-search-panel {
        padding-left: calc((100% - 730px) / 2 + 12px);
        padding-right: calc((100% - 730px) / 2 + 10px);
    }

    .contacts-form .submit {
        display: block;
        max-width: 210px;
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .header-content {
        background-image: url('../img/common/header-bg-md.jpg');
    }

    .header-content {
        min-height: 280px;
    }

    .top-contacts {
        background: none;
    }

    .top-contacts-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .top-logo {
        text-align: left;
    }

    .top-search-panel {
        padding-left: calc((100% - 730px) / 2 + 12px);
        padding-right: calc((100% - 730px) / 2 + 10px);
    }

    .service-tile {
        width: 100%;
    }

    .service-tile-title {
        margin-bottom: 12px;
    }

    .service-tile-text {
        max-width: 360px;
        min-height: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner-page {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .post-main-image {
        margin-bottom: 30px;
    }

    .form-consultation .form-col:nth-child(n + 2) {
        margin-top: 20px;
    }

    .form-consultation .form-col:nth-child(2) {
        margin-top: 0;
    }

    .post-preview {
        margin-bottom: 30px;
    }

    .contact-tiles {
        margin-bottom: 10px;
    }

    .contacts-form .form-col:nth-child(2) {
        margin-top: 0;
    }

    .contacts-form .form-col:nth-child(n + 3) {
        margin-top: 20px;
    }

    .map iframe {
        height: 40vh;
    }

    .modal::before,
    .modal::after {
        height: 1px;
    }

    .thanks .modal-content {
        min-height: 300px;
        padding: 50px;
    }

    .thanks-heading {
        margin: 0 0 15px;
        font-size: 24px;
        line-height: 33px;
    }

    .thanks-message {
        font-size: 18px;
        line-height: 25px;
    }

    .footer-menus > *:nth-child(n + 3) .footer-menu {
        border-bottom: none;
    }
}

@media screen and (min-width: 992px) {
    .mb-lg-10 {
        margin-bottom: 10px !important;
    }

    .mb-lg-20 {
        margin-bottom: 20px !important;
    }

    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

    .btn {
        min-width: 210px;
    }

    .breadcrumb {
        margin-bottom: 25px;
        font-size: 18px;
    }

    .top-panel {
        border-top: 10px solid #2f2e2b;
    }

    .header-content {
        background-image: url('../img/common/header-bg-lg.jpg');
    }

    .header-content {
        min-height: 300px;
        padding-top: 28px;
        padding-bottom: 0;
    }

    .top-contacts {
        padding: 20px 10px 0;
    }

    .top-contacts-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.375;
    }

    .top-contacts-item--address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-contacts-item--tel {
        padding: 0;
    }

    .top-contacts-item--schedule {
        text-align: left;
    }

    .top-contacts-item-icon {
        display: block;
        margin-right: 10px;
        font-size: 32px;
        color: #5fa850;
    }

    .top-logo {
        padding: 20px 10px 0;
    }

    .nav-panel {
        position: relative;
        margin-top: -10px;
        padding: 0;
        background: none;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    .nav-panel .row {
        margin-left: 0;
        margin-right: 0;
        background: #5fa850;
    }

    .top-nav {
        padding: 15px 20px;
        background: #5fa850;
    }

    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.375;
        font-size: 12px;
    }

    .nav-menu > .menu-item:nth-child(n + 2) {
        margin-left: 15px;
    }

    .nav-menu > .menu-item > a {
        position: relative;
        padding: 5px 0;
        text-transform: uppercase;
    }

    .nav-menu > .menu-item > a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 1px;
        background: #fff;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .nav-menu > .menu-item > a:hover::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .nav-menu > .menu-item.has-submenu > a {
        padding-right: 20px;
    }

    .nav-menu > .menu-item > .submenu {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .nav-menu .has-submenu {
        position: relative;
    }

    .nav-menu .has-submenu::after {
        position: absolute;
        top: 50%;
        right: 7px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .nav-menu .submenu {
        position: absolute;
        width: 310px;
        background: #fff;
        color: #222222;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.35s 0.15s ease-out, visibility 0s 0.5s;
        transition: all 0.35s 0.15s ease-out, visibility 0s 0.5s;
        -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
    }

    .nav-menu .submenu .submenu {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .nav-menu .submenu .menu-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
    }

    .nav-menu .submenu .menu-item::after {
        right: 20px;
    }

    .nav-menu .submenu .menu-item:hover {
        color: #5fa850;
    }

    .nav-menu .submenu .menu-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-menu .submenu > .menu-item:nth-child(n + 2)::before {
        content: '';
        position: absolute;
        right: 20px;
        left: 20px;
        top: 0;
        width: calc(100% - 40px);
        height: 1px;
        background: #eaeae9;
    }

    .nav-menu .submenu .submenu .menu-item::before {
        width: 240px;
    }

    .nav-menu .has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 0.35s ease-out, visibility 0s;
        transition: all 0.35s ease-out, visibility 0s;
    }

    .nav-menu > .menu-item > .submenu {
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    .nav-menu .menu-item {
        cursor: pointer;
    }

    .nav-menu .menu-item .has-submenu .submenu {
        top: 0;
        left: 100%;
    }

    .top-search {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: #5fa850;
    }

    .top-search-trigger {
        margin-right: 5px;
    }

    .top-search-panel {
        top: 50%;
        left: auto;
        right: 10px;
        padding: 0;
        height: 40px;
        width: calc(100% - 20px);
        -webkit-transform: translateY(-50%) scaleX(0);
        transform: translateY(-50%) scaleX(0);
        background: rgba(255, 255, 255, 0.2);
    }

    .search-opened .top-search-panel {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .top-search-panel-close {
        display: none;
    }

    .top-search-panel-input {
        background: none;
    }

    .main-slider-slide {
        min-height: 600px;
    }

    .main-slider-content-wrapper {
        max-width: 670px;
    }

    .main-slider-title {
        margin-bottom: 25px;
        font-size: 48px;
        line-height: 1.354;
    }

    .main-slider-text {
        margin-bottom: 50px;
        font-size: 24px;
        line-height: 1.375;
    }

    .service-tile {
        height: auto;
        padding: 40px 20px;
    }

    .service-tile--automatization {
        padding-top: 80px;
        background: #fff url('../img/common/electro-auto-bg.svg') bottom 10px
            right/90% auto no-repeat;
    }

    .service-tile-icon {
        font-size: 75px;
    }

    .heading {
        font-size: 36px;
        line-height: 1.361;
    }

    .subheading {
        font-size: 24px;
        line-height: 1.375;
    }

    .slogan {
        font-size: 16px;
        line-height: 1.375;
    }

    .section-services {
        padding-top: 100px;
    }

    .section-services--homepage {
        margin-top: -100px;
        padding-top: 0;
    }

    .inner-page {
        padding-top: 75px;
        padding-bottom: 80px;
    }

    .post-main-image {
        margin-bottom: 40px;
    }

    .page-content {
        margin-bottom: 0;
        padding-top: 0;
    }

    .page-content .subheading {
        margin-bottom: 24px;
    }

    .page-content h3 {
        margin-bottom: 13px;
        font-size: 20px;
    }

    .page-content h4 {
        font-size: 18px;
    }

    .page-content ul:not([class]) {
        padding-left: 40px;
    }

    .load-more {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .form-consultation .form-col:nth-child(n) {
        margin-top: 0;
    }

    .form-consultation .submit {
        font-size: 16px;
        line-height: 22px;
    }

    .inner-block-contacts {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 20px;
        line-height: 1.35;
    }

    .inner-block-contacts-heading {
        margin-bottom: 15px;
    }

    .widget-categories {
        margin-bottom: 50px;
    }

    .widget-categories .category:nth-child(n + 2) {
        margin-top: 20px;
    }

    .category-header-wrapper {
        font-size: 20px;
        line-height: 1.35;
    }

    .category-header-wrapper .icon {
        font-size: 40px;
    }

    .category-pages {
        line-height: 1.25;
    }

    .service-directions {
        margin: 30px 0 50px;
        font-size: 18px;
        line-height: 1.67;
    }

    .service-directions-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        font-size: 40px;
    }

    .widget-call-body {
        padding: 30px 30px 40px;
    }

    .article-header {
        padding-bottom: 15px;
    }

    .article-header-heading {
        font-size: 24px;
        line-height: 1.375;
    }

    .article-header-pubdate {
        font-size: 18px;
        line-height: 1.67;
    }

    .post-preview-body {
        padding-top: 0;
        line-height: 1.875;
    }

    .post-preview-footer {
        padding-top: 15px;
    }

    .contact-tiles {
        margin-bottom: 20px;
    }

    .contacts-form {
        padding: 30px;
    }

    .contacts-form-heading {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1.375;
    }

    .map iframe {
        height: 400px;
    }

    .modal {
        padding: 30px;
    }

    .footer {
        padding-top: 49px;
    }

    .footer-menus {
        padding-bottom: 30px;
    }

    .footer-menu {
        border-bottom: none;
    }

    .copyrights {
        padding: 20px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 16px;
        line-height: 1.875;
    }

    .mb-xl-10 {
        margin-bottom: 10px !important;
    }

    .mb-xl-20 {
        margin-bottom: 20px !important;
    }

    .mb-xl-30 {
        margin-bottom: 30px !important;
    }

    .btn {
        height: 50px;
        font-size: 18px;
    }

    .header-content {
        min-height: 360px;
        padding-top: 40px;
    }

    .top-contacts {
        padding-left: 84px;
    }

    .top-contacts-item-icon {
        margin-right: 20px;
        font-size: 36px;
    }

    .top-logo .logo {
        max-width: 202px;
    }

    .nav-panel {
        margin-top: -19px;
    }

    .top-nav {
        padding: 24px 20px;
    }

    .nav-menu {
        font-size: 16px;
    }

    .nav-menu > .menu-item:nth-child(n + 2) {
        margin-left: 40px;
    }

    .top-search-trigger {
        margin-right: 7px;
        margin-top: 1px;
        font-size: 18px;
    }

    .top-search-panel-submit {
        font-size: 18px;
    }

    .main-slider-slide {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .main-slider-text {
        margin-bottom: 55px;
    }

    .service-tile {
        padding: 40px 40px 43px;
    }

    .service-tile--automatization {
        background-size: 376px auto;
    }

    .service-tile-icon {
        margin-bottom: 25px;
        font-size: 95px;
    }

    .service-tile-title {
        font-size: 24px;
        line-height: 1.375;
    }

    .service-tile--automatization .service-tile-title {
        margin-bottom: 14px;
    }

    .service-tile-text {
        min-height: 83px;
        font-size: 18px;
        line-height: 1.389;
    }

    .service-tile--automatization .service-tile-text {
        margin-bottom: 16px;
    }

    .section-about {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .section-about .heading {
        margin-bottom: 10px;
    }

    .section-about .subheading {
        margin-bottom: 26px;
    }

    .section-about .slogan {
        margin-bottom: 18px;
    }

    .inner-page {
        padding-top: 100px;
        padding-bottom: 95px;
    }

    .about-tile {
        margin-top: 10px;
    }

    .about-tile--second {
        margin-top: 30px;
    }

    .about-tile-additional {
        bottom: -20px;
        left: -20px;
        font-size: 20px;
        padding: 48px 30px 37px 20px;
        letter-spacing: 0.55px;
    }

    .about-tile-icon {
        top: 21px;
        right: 25px;
        font-size: 48px;
    }

    .about-tile-text span {
        display: inline-block;
        margin-bottom: 3px;
    }

    .section-works {
        padding-top: 50px;
    }

    .section-works .heading {
        margin-bottom: 52px;
    }

    .works-queue {
        margin-bottom: 30px;
    }

    .portfolio-tile::before {
        padding-bottom: 125.7%;
    }

    .portfolio-tile-label {
        padding: 25px 30px;
        font-size: 24px;
        line-height: 1.375;
    }

    .form-consultation {
        padding-top: 52px;
        padding-bottom: 71px;
    }

    .inner-block-contacts {
        padding-top: 100px;
        padding-bottom: 95px;
    }

    .widget-call-heading {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.375;
    }

    .widget-call-icon {
        font-size: 50px;
    }

    .widget-call-numbers {
        max-width: 300px;
        font-size: 30px;
    }

    .post-preview-footer .btn {
        font-size: 16px;
    }

    .contact-tiles {
        margin-bottom: 30px;
    }

    .contacts-form-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .contacts-form-image {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
        flex: 0 0 460px;
    }

    .contacts-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0;
        flex: 0 0;
        -ms-flex-preferred-size: calc(100% - 460px);
        flex-basis: calc(100% - 460px);
        max-width: calc(100% - 460px);
        padding: 50px;
    }

    .map iframe {
        height: 600px;
    }

    .footer {
        padding-top: 79px;
    }

    .footer-menus {
        padding-bottom: 61px;
    }

    .footer-menu-title {
        font-size: 20px;
        line-height: 1.35;
    }

    .footer-menu-list li {
        margin-bottom: 16px;
    }

    .footer-menu--contacts .footer-menu-list li {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .nav-opened {
        overflow: hidden;
    }

    .top-nav {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 50;
        font-size: 16px;
        max-height: calc(100vh - 40px);
        margin-top: -1px;
        line-height: 1.375;
        padding: 0;
        overflow-y: auto;
        background: #5fa850;
        visibility: hidden;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition: visibility 0s 0.65s, -webkit-transform 0.3s 0.35s;
        transition: visibility 0s 0.65s, -webkit-transform 0.3s 0.35s;
        transition: transform 0.3s 0.35s, visibility 0s 0.65s;
        transition: transform 0.3s 0.35s, visibility 0s 0.65s,
            -webkit-transform 0.3s 0.35s;
    }

    .nav-opened .top-nav {
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .nav-menu {
        margin-bottom: 7px !important;
        opacity: 0;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.3s;
        transition: opacity 0.35s, -webkit-transform 0.3s;
        transition: opacity 0.35s, transform 0.3s;
        transition: opacity 0.35s, transform 0.3s, -webkit-transform 0.3s;
    }

    .nav-opened .nav-menu {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity 0.35s 0.3s, -webkit-transform 0.3s 0.3s;
        transition: opacity 0.35s 0.3s, -webkit-transform 0.3s 0.3s;
        transition: opacity 0.35s 0.3s, transform 0.3s 0.3s;
        transition: opacity 0.35s 0.3s, transform 0.3s 0.3s,
            -webkit-transform 0.3s 0.3s;
    }

    .nav-menu .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav-menu .has-submenu > a {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: calc(100% - 30px);
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .nav-menu .has-submenu::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
        flex: 0 0 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .nav-menu .has-submenu .submenu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .nav-menu .has-submenu.hover > .submenu {
        display: block;
    }

    .nav-menu .has-submenu.hover > .submenu > li {
        -webkit-animation: slideBottom 0.3s ease-out both;
        animation: slideBottom 0.3s ease-out both;
    }

    .nav-menu .submenu {
        display: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .nav-menu .submenu li:nth-child(n + 2) {
        border-top: 1px solid #e6e6e6;
    }

    .nav-menu .submenu a {
        height: 60px;
    }

    .nav-menu .submenu .has-submenu.hover > a,
    .nav-menu .submenu .has-submenu.hover::after {
        color: #5fa850;
    }

    .nav-menu > .menu-item > a {
        height: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .nav-menu > .menu-item > .submenu {
        padding-left: 20px;
        padding-right: 20px;
        background: #fff;
        color: #222222;
    }

    .nav-menu > .has-submenu > a {
        max-width: calc(100% - 90px);
    }

    .nav-menu > .has-submenu::after {
        margin-right: 20px;
    }

    .nav-menu .submenu .menu-item .submenu {
        border-top: 1px solid #e6e6e6;
        padding-left: 10px;
        font-size: 0.875em;
    }

    .section-about .heading {
        margin-bottom: 5px;
        font-size: 24px;
    }

    .section-about .subheading {
        margin-bottom: 17px;
        font-size: 16px;
        line-height: 1.375;
    }
}

@media screen and (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .nav-menu > .menu-item > a {
        margin-left: calc((100% - 550px) / 2 + 12px);
    }

    .nav-menu > .menu-item > .submenu {
        padding-left: calc((100% - 550px) / 2 + 12px);
        padding-right: calc((100% - 550px) / 2 + 10px);
    }

    .nav-menu > .has-submenu::after {
        margin-right: calc((100% - 550px) / 2 + 10px);
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .nav-menu > .menu-item > a {
        margin-left: calc((100% - 730px) / 2 + 12px);
    }

    .nav-menu > .menu-item > .submenu {
        padding-left: calc((100% - 730px) / 2 + 12px);
        padding-right: calc((100% - 730px) / 2 + 10px);
    }

    .nav-menu > .has-submenu::after {
        margin-right: calc((100% - 730px) / 2 + 10px);
    }
}
