/*!
Theme Name: starttheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starttheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

starttheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: ProximaNova;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/ProximaNova/ProximaNova.eot);
    src: url(fonts/ProximaNova/ProximaNova.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova/ProximaNova.woff) format("woff"), url(fonts/ProximaNova/ProximaNova.ttf) format("truetype");
}
@font-face {
    font-family: ProximaNova;
    font-weight: 600;
    font-style: normal;
    src: url(fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.eot);
    src: url(fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.woff) format("woff"),
        url(fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.ttf) format("truetype");
}
@font-face {
    font-family: ProximaNova;
    font-weight: 700;
    font-style: normal;
    src: url(fonts/ProximaNovaBold/ProximaNovaBold.eot);
    src: url(fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNovaBold/ProximaNovaBold.woff) format("woff"), url(fonts/ProximaNovaBold/ProximaNovaBold.ttf) format("truetype");
}


body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: ProximaNova, sans-serif;
    overflow-x: hidden;
    color: #231816;
}
body input,
body textarea {
    border: #666 1px solid;
    outline: 0;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red;
}
body input:required:valid,
body textarea:required:valid {
    border-color: green;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-responsive.img-width {
    width: 100%;
}
.text-center {
    text-align: center;
}
b,
strong {
    font-weight: 700;
}
.mobile-menu__icon {
    width: 25px;
    height: 18px;
    position: relative;
    margin-right: 20px;
}
.mobile-menu__icon .line {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mobile-menu__icon .line.top {
    top: 0;
}
.mobile-menu__icon .line.middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-menu__icon .line.bottom {
    bottom: 0;
}
.popup-form {
    margin: 50px auto;
    background-color: #252b42;
    max-width: 1008px;
    border-radius: 10px;
    position: relative;
    padding: 18px 25px;
}
.popup-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.mfp-close-btn-in .mfp-close {
    color: #dadada;
}
.popup-form__title {
    text-align: center;
    color: #dadada;
    font-weight: 700;
    font-size: 32px;
}

.file-field__wrap .btn-tertiary{
    height: 50px;
    color: #dadada;
    padding:0;
    line-height: 50px;
    width:auto;
    margin:auto;
    display:block;
    border: 1px solid #dadada;
    padding: 0 10px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}
.file-field__wrap .js-fileName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em auto 2em;
    padding: 0.5em 2em;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.file-field__wrap .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.file-field__wrap .input-file + .js-labelFile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer}
.file-field__wrap .input-file + .js-labelFile .icon:before{content:"\f093"}
.file-field__wrap .input-file + .js-labelFile.has-file .icon:before{content:"\f00c";color:#5AAC7B}

.field__submit__file {
    display: flex;
    flex-wrap: wrap;
}
.file-field__wrap {
    width: 50%;
    padding-right: 12px;
}
.submit-field__wrap {
    padding-left: 12px;
    width: 50%;
}

.form-left {
    width: 50%;
    padding-right: 12px;
}
.form-left>span {
    margin-bottom: 20px;
    display: block;
}

.form-left input {
    width: 100%;
    background-color: #c4c4c4;
    height: 50px;
    border-radius: 30px;
    outline: 0;
    border: none;
    padding-left: 36px;
    font-weight: 600;
    font-size: 25px;
    color: rgba(35, 24, 22, 0.5);
}
.form-left input:not(:last-child) {
    margin-bottom: 20px;
}
.form-right {
    width: 50%;
    padding-left: 12px;
}
.form-right textarea {
    width: 100%;
    background-color: #c4c4c4;
    height: 120px;
    border-radius: 30px;
    outline: 0;
    border: none;
    padding-left: 36px;
    font-weight: 600;
    font-size: 25px;
    color: rgba(35, 24, 22, 0.5);
    margin-bottom: 20px;
    padding-top: 9px;
}
.submit-field {
    background-color: transparent;
    border-radius: 6px;
    outline: 0;
    border: 1px solid #dadada;
    height: 50px;
    font-size: 17px;
    color: #dadada;
    width: 100%;
    cursor: pointer;
}
.submit-field__wrap {
    text-align: right;
}
.hidden {
    display: none;
}
#hidden-success {
    background-color: #252b42;
    min-width: 300px;
    padding: 40px 20px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-align: center;
    max-width: 500px;
}
#hidden-success span {
    display: block;
    font-size: 30px;
}
#hidden-success p {
    font-size: 18px;
}
.header {
    padding: 5px 0;
    background-color: #dadada;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-line__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-line__logo span {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 10px;
}
.top-line__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.top-line__menu li:not(:last-child) {
    margin-right: 20px;
}
.top-line__menu li a {
    color: #231816;
    font-size: 15px;
    text-decoration: none;
    outline: 0;
}
.top-line__phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.top-line__phone-link {
    text-align: right;
    margin-left: 6px;
}
.top-line__phone-link a {
    text-decoration: none;
    outline: 0;
    display: block;
    font-weight: 700;
    color: #231816;
}
a.top-line__btn {
    font-size: 15px;
    color: #231816;
    display: inline-block;
    text-decoration: none;
    outline: 0;
    padding: 8px 34px;
    border: 1px solid #231816;
    border-radius: 6px;
}
.banner-item {
    height: 788px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content-1 {
    padding-top: 66px;
}
.banner-content-1 .banner-content__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.banner-content-1 .banner-content__logo img {
    width: 270px;
}
.banner-content-1 .banner-content__logo p {
    margin: 0;
    text-transform: uppercase;
    color: #ef7d00;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    top: 4px;
    margin-left: 20px;
}
.banner-content__btn {
    margin-top: 50px;
    padding-left: 30px;
}
.banner-content__btn a.btn {
    text-decoration: none;
    outline: 0;
    color: #dadada;
    border: 1px solid #dadada;
    border-radius: 6px;
    padding: 9px 32px;
    font-size: 20px;
    font-weight: 600;
    background-color: #0f0f11;
}
.banner-content-2 {
    position: relative;
}
.banner-content-2 .banner-content__logo {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 28%;
}
.banner-content-2 .banner-content__logo img {
    width: 56%;
}
.banner {
    padding-top: 89px;
    position: relative;
}
.banner .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
}
.banner .owl-nav button {
    width: 50%;
    background-color: #ef7d00 !important;
    height: 15px;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.banner .owl-nav button i {
    position: absolute;
    width: 22px;
    height: 13.75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner .owl-nav button.owl-prev {
    border-right: 1px solid #231816;
}
.banner .owl-nav button.owl-prev i {
    left: 30%;
    background-image: url(img/arrow-prev.svg);
}
.banner .owl-nav button.owl-prev.disabled i {
    background-image: none;
}
.banner .owl-nav button.owl-prev.disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.banner .owl-nav button.owl-next {
    border-left: 1px solid #231816;
}
.banner .owl-nav button.owl-next i {
    right: 30%;
    background-image: url(img/arrow-next.svg);
}
.banner .owl-nav button.owl-next.disabled i {
    background-image: none;
}
.banner .owl-nav button.owl-next.disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.banner .owl-nav button:hover {
    -webkit-box-shadow: inset 2px 2px 10px #201100;
    box-shadow: inset 2px 2px 10px #201100;
}
.about {
    background-image: url(img/about.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.section-title {
    background: -webkit-gradient(linear, left top, right top, from(#dadada), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #dadada 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #dadada 0, rgba(255, 255, 255, 0) 100%);
    padding: 0 15px;
}
.section-title h2 {
    color: #231816;
    font-size: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    margin: 0;
}
p.section__text {
    margin: 11px 0 0;
    font-size: 27px;
    color: #dadada;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.sert-wrap {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 40px 5px #dadada;
    box-shadow: inset 0 0 40px 5px #dadada;
    padding: 7px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}
.sert-item {
    position: relative;
    padding-top: 144%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sert-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gallery {
    background-image: url(img/gallery-bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 60px;
}
.gallery-slider {
    margin-top: 50px;
}
.gallery-slider.owl-carousel img {
    width: auto;
}
.gallery-slide__item {
    height: 296px;
    background-color: rgba(15, 15, 17, 0.8);
    -webkit-box-shadow: inset 0 0 90px 5px #252b42;
    box-shadow: inset 0 0 90px 5px #252b42;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.gallery-slide__item:hover {
    background-color: #252b42;
}
.gallery-slide__item:first-child {
    margin-bottom: 24px;
}
.brand .owl-carousel .owl-nav,
.gallery .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.brand .owl-carousel .owl-nav button,
.gallery .owl-carousel .owl-nav button {
    outline: 0;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ef7d00 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.brand .owl-carousel .owl-nav button.owl-prev,
.gallery .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
.brand .owl-carousel .owl-nav button.owl-prev::after,
.gallery .owl-carousel .owl-nav button.owl-prev::after {
    border-left: #0f0f11 3px solid;
    border-bottom: #0f0f11 3px solid;
    left: 35px;
}
.brand .owl-carousel .owl-nav button.owl-next,
.gallery .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}
.brand .owl-carousel .owl-nav button.owl-next::after,
.gallery .owl-carousel .owl-nav button.owl-next::after {
    border-top: #0f0f11 3px solid;
    border-right: #0f0f11 3px solid;
    right: 35px;
}
.brand .owl-carousel .owl-nav button::after,
.gallery .owl-carousel .owl-nav button::after {
    content: "";
    position: absolute;
    top: 28px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.brand {
    padding: 100px 0 60px;
    background-image: url(img/brand-bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.brand .section-title {
    background: 0 0;
    padding: 0 15px;
    text-align: center;
}
.brand .section-title h2 {
    color: #dadada;
    font-size: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    margin: 0;
}
.brand-slider {
    margin-top: 50px;
}
.brand-slider.owl-carousel img {
    width: auto;
    max-width: 100%;
}
.brand-slide__item {
    height: 150px;
    background-color: rgba(15, 15, 17, 0.8);
    -webkit-box-shadow: inset 0 0 90px 5px #252b42;
    box-shadow: inset 0 0 90px 5px #252b42;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.brand-slide__item:hover {
    background-color: #252b42;
}
.brand-slide__item:not(:last-child) {
    margin-bottom: 24px;
}
.brand-slide__item a {
    text-decoration: none;
    outline: 0;
    color: #dadada;
    border: 1px solid #dadada;
    border-radius: 6px;
    padding: 9px 29px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    bottom: 15px;
    width: 225px;
    text-align: center;
}
.brand-slide__item:hover a {
    visibility: visible;
    opacity: 1;
}
.brand-slide__item:hover .brand-slide__image {
    top: 4px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 92px;
}
.brand-slide__item:hover .brand-slide__image img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
.brand-slide__item .brand-slide__image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand-slide__item .brand-slide__image img {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.advantage {
    padding: 90px 0 66px;
    background-image: url(img/advantage-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.advantage-items {
    margin-top: 50px;
}
.advantage-items .col-lg-4 {
    margin-bottom: 24px;
}
.advantage-item {
    background-color: #252b42;
    border-radius: 10px;
    color: #dadada;
    padding: 15px;
    text-align: center;
    height: 100%;
}
.advantage-item__icon {
    padding-bottom: 55%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.advantage-item__title {
    margin-top: 30px;
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantage-item__text {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
}
.step {
    padding: 100px 0 60px;
    background-image: url(img/step-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.step .section-title {
    background: -webkit-gradient(linear, left top, right top, from(#dadada), color-stop(80.21%, #dadada), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #dadada 0, #dadada 80.21%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #dadada 0, #dadada 80.21%, rgba(255, 255, 255, 0) 100%);
}
.step-items {
    margin-top: 50px;
    position: relative;
}
.step-items .step-items__line {
    position: absolute;
    width: 83%;
    left: 126px;
    top: 324px;
    border-bottom: 3px dashed #dadada;
}
.step-item {
    position: relative;
    text-align: center;
}
.step-item__text {
    margin-bottom: 0;
    margin-top: 20px;
    color: #dadada;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 22px;
}
.step .col-lg-4:nth-child(-n + 3) {
    margin-bottom: 140px;
}
.step .col-lg-4:nth-child(1),
.step .col-lg-4:nth-child(2) {
    position: relative;
}
.step .col-lg-4:nth-child(1)::after,
.step .col-lg-4:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 99px;
    left: calc(100%);
    border-bottom: 3px dashed #dadada;
    width: 103px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step .col-lg-4 .step-item {
    position: relative;
}
.step .col-lg-4 .step-item::after {
    position: absolute;
    font-size: 36px;
    color: #dadada;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    left: -11px;
    top: -18px;
}
.step .col-lg-4:nth-child(1) .step-item::after {
    content: "1";
}
.step .col-lg-4:nth-child(2) .step-item::after {
    content: "2";
}
.step .col-lg-4:nth-child(3) .step-item::after {
    content: "3";
}
.step .col-lg-4:nth-child(4) .step-item::after {
    content: "4";
}
.step .col-lg-4:nth-child(5) .step-item::after {
    content: "5";
}
.step .col-lg-4:nth-child(3) {
    position: relative;
}
.step .col-lg-4:nth-child(3)::after {
    content: "";
    position: absolute;
    right: -25px;
    width: 130px;
    height: 228px;
    top: 99px;
    background-image: url(img/step/line-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.step .col-lg-4:nth-child(4) {
    position: relative;
}
.step .col-lg-4:nth-child(4)::after {
    content: "";
    position: absolute;
    left: -188px;
    width: 176px;
    height: 228px;
    top: -124px;
    background-image: url(img/step/line-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.step .col-lg-4:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 99px;
    right: calc(100%);
    border-bottom: 3px dashed #dadada;
    width: 103px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.step .col-lg-4:nth-child(5)::before {
    content: "";
    position: absolute;
    top: 99px;
    right: calc(100%);
    border-bottom: 3px dashed #dadada;
    width: 103px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.footer {
    background-image: url(img/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-map {
    height: 383px;
}
.footer__title {
    font-weight: 700;
    color: #dadada;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    padding-top: 63px;
    margin-bottom: 21px;
    padding-left: 37px;
}
.footer-contact__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 24px;
    color: #dadada;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-contact__item a {
    color: #dadada;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    outline: 0;
}
.footer-contact__item p {
    margin: 0;
}
.footer-contact__item:not(:last-child) {
    margin-bottom: 18px;
}
.footer-contact__item img {
    width: 25px;
}
.footer-contact__item .footer-contact__phones,
.footer-contact__item p {
    width: calc(100% - 25px);
    padding-left: 12px;
}
.footer-contact__item .footer-contact__phones a {
    display: block;
    text-decoration: none;
    outline: 0;
}
@media (max-width: 1199.98px) {
    p.section__text {
        font-size: 22px;
    }
    .brand .owl-carousel .owl-nav button.owl-next,
    .gallery .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .brand .owl-carousel .owl-nav button.owl-prev,
    .gallery .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }
    .brand .owl-carousel .owl-nav button,
    .gallery .owl-carousel .owl-nav button {
        width: 60px;
        height: 60px;
    }
    .brand .owl-carousel .owl-nav button::after,
    .gallery .owl-carousel .owl-nav button::after {
        width: 20px;
        height: 20px;
        top: 20px;
    }
    .brand .owl-carousel .owl-nav button.owl-next::after,
    .gallery .owl-carousel .owl-nav button.owl-next::after {
        right: 23px;
    }
    .brand .owl-carousel .owl-nav button.owl-prev::after,
    .gallery .owl-carousel .owl-nav button.owl-prev::after {
        left: 23px;
    }
    .gallery-slide__item {
        padding: 35px;
    }
    .gallery-slider.owl-carousel img {
        max-width: 100%;
        max-height: 100%;
    }
    .gallery-slide__item {
        height: 240px;
    }
    .step .col-lg-4:nth-child(3)::after {
        display: none;
    }
    .step .col-lg-4:nth-child(-n + 3) {
        margin-bottom: 50px;
    }
    .step-items .step-items__line {
        display: none;
    }
    .step .col-lg-4:nth-child(4)::before {
        display: none;
    }
    .step .col-lg-4:nth-child(4)::after {
        display: none;
    }
    .step .col-lg-4:nth-child(1)::after,
    .step .col-lg-4:nth-child(2)::after {
        display: none;
    }
    .step .col-lg-4:nth-child(5)::before {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .top-line__menu {
        display: none;
    }
    .top-line__left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-menu__icon {
        margin-right: 20px;
    }
    .mobile-menu {
        position: relative;
    }
    .mobile-menu.open .mobile-menu__menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .mobile-menu.open .mobile-menu__icon .line.top {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }
    .mobile-menu.open .mobile-menu__icon .line.middle {
        opacity: 0;
    }
    .mobile-menu.open .mobile-menu__icon .line.bottom {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 8px;
    }
    .mobile-menu__menu {
        position: absolute;
        background-color: #fff;
        left: 0;
        top: calc(100% + 16px);
        z-index: 10;
        width: 250px;
        border-radius: 8px;
        padding: 8px 0;
        margin: 0;
        list-style-type: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .mobile-menu__menu li a {
        text-decoration: none;
        outline: 0;
        display: block;
        font-weight: 700;
        color: #231816;
        padding: 12px 15px;
    }
    .mobile-menu__menu li:not(:last-child) a {
        border-bottom: 1px solid #dadada;
    }
    .banner-item {
        height: 530px;
    }
    p.section__text {
        margin-bottom: 50px;
    }
    .brand-slide__item {
        padding: 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .brand-slide__item .brand-slide__image {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 80px;
    }
    .brand-slide__item a {
        position: relative;
        left: auto;
        visibility: visible;
        opacity: 1;
        bottom: 0;
        width: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .brand-slider.owl-carousel img {
        max-height: 80px;
    }
    .brand-slide__item a {
        padding: 9px;
    }
    .brand-slide__item:hover .brand-slide__image {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 80px;
    }
    .brand-slide__item:hover .brand-slide__image img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .footer-contacts {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .banner-item {
        height: 480px;
    }
    .brand .section-title h2,
    .footer__title,
    .section-title h2 {
        font-size: 40px;
    }
    .step-item__icon img {
        width: 175px;
    }
    .form-left {
        padding-right: 0;
        width: 100%;
    }
    .form-right {
        padding-left: 0;
        width: 100%;
    }
    .form-left input:not(:last-child) {
        margin-bottom: 20px;
    }
    .form-left input {
        margin-bottom: 20px;
    }
    .submit-field {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .brand-slider__desktop{
        display: none !important;
    }
    .submit-field__wrap, .file-field__wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .file-field__wrap {
        margin-bottom: 20px;
    }
    .banner {
        padding-top: 77px;
    }
    .top-line__logo span {
        font-size: 15px;
    }
    .top-line__logo img {
        width: 25px;
    }
    .mobile-menu__icon {
        margin-right: 10px;
    }
    
    .top-line__phone-icon {
        display: none;
    }
    .top-line__phone-link a {
        font-size: 14px;
    }
    .top-line__logo span {
        margin-left: 5px;
    }
    .banner-content-1 .banner-content__logo img {
        width: 200px;
    }
    .banner-content-1 .banner-content__logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner-content-1 .banner-content__logo {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .banner-content-1 .banner-content__logo p {
        margin-left: 0;
    }
    .banner-content__btn a.btn {
        display: inline-block;
    }
    .banner-content__btn {
        padding-left: 0;
    }
    .banner-content-1 {
        padding-top: 45px;
    }
    .banner-item {
        height: 400px;
    }
    .banner-content-2 .banner-content__logo {
        width: 270px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .banner-content-2 .banner-content__logo img {
        width: 85%;
        margin: 0 auto;
    }
    .sert-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    p.section__text {
        font-size: 18px;
    }
    .brand .section-title h2,
    .footer__title,
    .section-title h2 {
        font-size: 32px;
    }
    .about {
        padding: 50px 0;
    }
    .brand .owl-carousel .owl-nav button.owl-next,
    .gallery .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .brand .owl-carousel .owl-nav button.owl-prev,
    .gallery .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .gallery-slide__item {
        padding: 15px;
    }
    .gallery-slide__item {
        height: 200px;
    }
    .advantage-item {
        max-width: 400px;
        margin: 0 auto;
    }
    .step-item__icon img {
        width: 120px;
    }
    .step .col-lg-4 .step-item::after {
        left: 0;
        font-size: 30px;
    }
    .step-item__text {
        font-size: 16px;
    }
    .step {
        padding: 50px 0 60px;
    }
    .advantage {
        padding: 50px 0;
    }
    .brand {
        padding: 40px 0;
    }
    .brand {
        padding: 40px 0;
    }
    .footer-contact__item {
        font-size: 18px;
    }
    .popup-form__title {
        font-size: 22px;
    }
    .form-left input,
    .form-right textarea {
        font-size: 18px;
        padding-left: 15px;
    }
    .header {
        padding: 5px 0;
    }
    a.top-line__btn {
        padding: 5px 5px;
    }

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

@media (min-width: 575.98px) {
    .brand-slider__mobile{
        display: none !important;
    }
} 

