/*!
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: GothamPro;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/GothamPro/GothamPro.eot);
    src: url(fonts/GothamPro/GothamPro.eot?#iefix) format("embedded-opentype"), url(fonts/GothamPro/GothamPro.woff) format("woff"), url(fonts/GothamPro/GothamPro.ttf) format("truetype");
}

@font-face {
    font-family: GothamPro;
    font-weight: 500;
    font-style: normal;
    src: url(fonts/GothamProMedium/GothamProMedium.eot);
    src: url(fonts/GothamProMedium/GothamProMedium.eot?#iefix) format("embedded-opentype"), url(fonts/GothamProMedium/GothamProMedium.woff) format("woff"), url(fonts/GothamProMedium/GothamProMedium.ttf) format("truetype");
}

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


::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: #fdc045;
    color: #fff;
}
::selection {
    background-color: #fdc045;
    color: #fff;
}
* {
    min-height: 0;
    min-width: 0;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: GothamPro, sans-serif;
    overflow-x: hidden;
    color: #2d2d2d;
    background-color: #f8f4ee;
}
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;
}
.hidden {
	display: none;
}
.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;
}
.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: 0 auto;
    background-color: #fff;
    max-width: 480px;
    position: relative;
    padding: 30px;
}
.popup-form .form-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}
.popup-form .form-title span {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}
.popup-form .text-field input {
    width: 100%;
    outline: 0;
    margin-bottom: 25px;
    height: 50px;
    border: 2px #fdc045 solid;
    background-color: transparent;
    color: #2d2d2d;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 500;
}
.popup-form .text-field input::-webkit-input-placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .text-field input::-moz-placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .text-field input:-ms-input-placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .text-field input::-ms-input-placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .text-field input::placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .text-field input:focus {
    border-color: green;
}
.popup-form .text-field .textarea-field {
    color: #2d2d2d;
    font-size: 16px;
    width: 100%;
    outline: 0;
    margin-bottom: 25px;
    background-color: transparent;
    border: 2px #fdc045 solid;
    height: 120px;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 10px;
}
.popup-form .text-field .textarea-field::-webkit-input-placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .text-field .textarea-field::-moz-placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .text-field .textarea-field:-ms-input-placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .text-field .textarea-field::-ms-input-placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .text-field .textarea-field::placeholder {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
}
.popup-form .submit-field {
    text-align: center;
}
.popup-form .submit-field input {
    height: 55px;
    outline: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: -o-linear-gradient(135deg, rgba(236, 154, 10, 0.6) 0, rgba(255, 255, 255, 0) 100%), #fcb344;
    background: linear-gradient(315deg, rgba(236, 154, 10, 0.6) 0, rgba(255, 255, 255, 0) 100%), #fcb344;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.3), 0 4px 10.44px rgba(191, 141, 64, 0.3);
    box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.3), 0 4px 10.44px rgba(191, 141, 64, 0.3);
    border-radius: 25px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 60px;
}
.popup-form .submit-field input:hover {
    background-color: #fcaf13;
}
.popup-form .submit-field input:disabled {
    cursor: not-allowed;
}
.checkbox-field {
    width: 100%;
    margin-top: 15px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.checkbox-field input {
    opacity: 0;
    position: absolute;
}
.checkbox-field label {
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: 0 0;
    border: 1px solid #2d2d2d;
    border-radius: 5px;
    margin-bottom: 0;
}
.checkbox-field label::after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 11px;
    height: 6px;
    background: 0 0;
    top: 7px;
    left: 6px;
    border: 3px solid #2d2d2d;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox-field input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.checkbox-field span {
    display: inline-block;
    padding-left: 10px;
    font-size: 10px;
    color: #787878;
    text-align: left;
    width: calc(100% - 25px);
}
.checkbox-field span a {
    color: #787878;
    text-decoration: underline;
}
#hidden-success {
    background-color: rgba(0, 0, 0, 0.8);
    min-width: 300px;
    padding: 40px 20px;
    margin: 0 auto;
    position: relative;
    color: #fdc045;
    text-align: center;
    max-width: 500px;
}
#hidden-success span {
    display: block;
    font-size: 30px;
}
#hidden-success p {
    font-size: 18px;
}
.top-line {
    padding: 12px 0;
    position: fixed;
    width: 100%;
    z-index: 200;
    background-color: #000;
}
.top-line__wrap {
    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__menu-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    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__menu-list li:not(:last-child) {
    margin-right: 40px;
}
.top-line__menu-list a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.top-line__menu-list a:hover {
    color: #fdc045;
}
.top-line__contact {
    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;
}
a.top-line__phones {
    text-decoration: none;
    outline: 0;
    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;
    color: #fdc045;
    font-weight: 500;
}
a.top-line__phones img {
    margin-right: 5px;
}
.top-line__mes-link {
    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;
    width: 45px;
    height: 45px;
}
.top-line__mes {
    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 32px;
}
.top-line__mes-link {
    border-radius: 50%;
}
.top-line__mes-link_whatsapp {
    background-color: #45d354;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 10px 4px rgba(58, 177, 71, 0.4);
    box-shadow: 0 0 10px 4px rgba(58, 177, 71, 0.4);
}
.top-line__mes-link_telegram {
    background-color: #37aee2;
    -webkit-box-shadow: 0 0 10px 3px rgba(48, 159, 208, 0.4);
    box-shadow: 0 0 10px 3px rgba(48, 159, 208, 0.4);
}
.top-line__lang-list {
    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;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.top-line__lang-list li:first-child {
    border-right: 1px solid #fff;
}
.top-line__lang-list li:first-child a {
    padding-right: 10px;
}
.top-line__lang-list li:last-child a {
    padding-left: 10px;
}
.top-line__lang-list li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.top-line__lang-list li a.active {
    color: #fdc045;
}
.top-line__lang-list li a:hover {
    color: #fdc045;
}
.banner {
    background-color: #000;
}
.banner-slide__content {
    max-width: 540px;
}
.banner-slide {
    height: 680px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    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;
}
.banner__title {
    margin-bottom: 30px;
    color: #fdc045;
    font-family: Philosopher, sans-serif;
    font-size: 40px;
    font-weight: 400;
}
.banner__subtitle {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 50px;
    color: #fff;
}
.banner__btn a {
    background: -o-linear-gradient(135deg, rgba(236, 154, 10, 0.6) 0, rgba(255, 255, 255, 0) 100%), #fcb344;
    background: linear-gradient(315deg, rgba(236, 154, 10, 0.6) 0, rgba(255, 255, 255, 0) 100%), #fcb344;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.3), 0 4px 10.44px rgba(191, 141, 64, 0.3);
    box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.3), 0 4px 10.44px rgba(191, 141, 64, 0.3);
    border-radius: 25px;
    text-decoration: none;
    outline: 0;
    padding: 17px 60px 15px;
    color: #000;
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: inline-block;
}
.banner__btn a:hover {
    -webkit-box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.5), 0 4px 10.44px rgba(191, 141, 64, 0.5);
    box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.5), 0 4px 10.44px rgba(191, 141, 64, 0.5);
}
.section-title__wrap_center {
    text-align: center;
}
.font_philosopher {
    font-family: Philosopher, sans-serif;
}
.section__title {
    font-weight: 400;
    font-size: 30px;
    color: #000;
}
.section__subtitle {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}
.company {
    padding: 100px 0 0;
}
.section-content {
    margin-top: 85px;
}
.company-video {
    position: relative;
    margin-bottom: 20px;
}
.company-video__preview {
    padding-top: 48%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}
.company-video__preview::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.company-video__preview:hover::after {
    opacity: 0.3;
}
.company-video__play {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.company-advantage {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(216, 191, 171, 0.5);
    box-shadow: 0 0 15px 1px rgba(216, 191, 171, 0.5);
}
.company-advantage__icon {
    width: 180px;
    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;
}
.company-advantage__content {
    width: calc(100% - 180px);
}
.company-advantage__title {
    font-size: 24px;
    color: #000;
    margin: 0 0 20px;
}
.company-advantage__descr {
    margin: 0;
    font-size: 15px;
}
.company-advantages .col-lg-6 {
    margin-bottom: 20px;
}
.catalog {
    padding: 80px 0 95px;
}
.catalog-items {
    display: grid;
    grid-gap: 90px;
    grid-template-columns: repeat(1, 1fr);
}
.offer {
    background-color: #fff;
    padding: 60px 50px;
    -webkit-box-shadow: 0 0 15px 1px rgba(216, 191, 171, 0.5);
    box-shadow: 0 0 15px 1px rgba(216, 191, 171, 0.5);
    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;
}
.offer-content {
    width: 50%;
}
.offer-image {
    width: 50%;
}
.offer-image img {
    max-width: 100%;
}
.offer__title {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}
.offer__description {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.stands {
    padding: 100px 0 50px;
}
.review {
    padding: 80px 0 100px;
}
.s-faq {
    padding-bottom: 100px;
}
.faq {
    background-color: #fff;
    padding: 60px 50px;
    -webkit-box-shadow: 0 0 15px 1px rgba(216, 191, 171, 0.5);
    box-shadow: 0 0 15px 1px rgba(216, 191, 171, 0.5);
}
.faq .section-title__wrap {
    margin-bottom: 50px;
}
.faq-item .faq-item__header {
    padding: 22px 70px 22px 30px;
    position: relative;
    background-color: #f6f6f6;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.faq-item .faq-item__header-text {
    margin: 0;
    color: #000;
}
.faq-item .faq-item__header-btn {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 1px rgba(216, 191, 171, 0.5);
    box-shadow: 0 0 10px 1px rgba(216, 191, 171, 0.5);
    background-color: #f6f6f6;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}
.faq-item .faq-item__header-btn::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    right: 14px;
    top: 12px;
}
.faq-item__answer {
    padding: 0 30px;
    background-color: #f6f6f6;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 15px;
    line-height: 1.4;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.faq-item:not(:last-child) {
    margin-bottom: 20px;
}
.faq-item.faq-item_open .faq-item__answer {
    max-height: 800px;
    opacity: 1;
    visibility: visible;
    padding: 25px 30px;
}
.faq-item__answer-text:last-child {
    margin-bottom: 0;
}
.footer {
    background-color: #000;
    padding: 50px 0;
    color: #fff;
}
.footer__logo {
    text-align: center;
    margin-bottom: 50px;
}
.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-menu__item:not(:last-child) {
    margin-right: 35px;
}
.footer-menu__item a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.footer-menu__item a:hover {
    color: #fdc045;
}
.footer-menu__title {
    margin-bottom: 20px;
    font-size: 24px;
}
.footer-submenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-submenu li:not(:last-child) {
    margin-bottom: 12px;
}
.footer-submenu li a {
    font-size: 14px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.footer-submenu li a:hover {
    color: #fdc045;
}
.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;
}
.footer-contact__item:not(:last-child) {
    margin-bottom: 20px;
}
.footer-contact__item .top-line__phones {
    color: #fff;
    font-weight: 400;
}
.footer-contact__item .top-line__phones img {
    margin-right: 10px;
    width: 17px;
}
.copyright {
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
}
.banner .owl-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: 40px;
}
.banner .owl-dot {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background-color: #fff !important;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
.banner .owl-dot:hover {
    background-color: #fdc045 !important;
}
.banner .owl-dot.active {
    background-color: #fdc045 !important;
}
.review-slider.owl-carousel {
    margin-top: 85px;
}
.review-slider.owl-carousel img {
    width: auto;
}
.review-slide__image {
    text-align: center;
}
.review-slide__image img {
    border-radius: 50%;
    margin: 0 auto;
}
.review-slide__content {
    text-align: center;
    margin-top: 40px;
}
.review-slide__name {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
}
.review-slide__prof {
    color: #000;
}
.review-slide__text {
    margin: 20px 0 0;
    color: #000;
    font-size: 15px;
    line-height: 1.45;
}
.review-slider .owl-nav {
    position: absolute;
    top: 90px;
    left: -30px;
    width: calc(100% + 60px);
}
.review-slider .owl-nav button {
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
}
.review-slider .owl-nav button::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.review-slider .owl-nav button::after {
    width: 13px;
    height: 13px;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.review-slider .owl-nav button:hover::before {
    background-color: #fdc045;
}
.review-slider .owl-nav button:hover.owl-prev::after {
    border-left: 2px solid #fdc045;
    border-bottom: 2px solid #fdc045;
}
.review-slider .owl-nav button:hover.owl-next::after {
    border-right: 2px solid #fdc045;
    border-top: 2px solid #fdc045;
}
.review-slider .owl-nav button.owl-prev {
    left: 0;
}
.review-slider .owl-nav button.owl-prev::after {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    left: 0;
    top: 6px;
}
.review-slider .owl-nav button.owl-next {
    right: 0;
}
.review-slider .owl-nav button.owl-next::after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    right: 0;
    top: 6px;
}
.stands .section-title__wrap {
    margin-bottom: 85px;
}
.stand-item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    overflow: hidden;
}
.stand-item::before {
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(13.94%, #000), color-stop(80.27%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000 13.94%, rgba(0, 0, 0, 0) 80.27%);
    background: linear-gradient(0deg, #000 13.94%, rgba(0, 0, 0, 0) 80.27%);
}
.stand-item__image img {
    max-width: 100%;
}
.stand-item__title {
    position: absolute;
    color: #fdc045;
    bottom: 30px;
    left: 30px;
    font-size: 24px;
}
.stand-items .col-lg-4,
.stand-items .col-lg-8 {
    margin-bottom: 30px;
}
.offer-content {
    padding-right: 80px;
}
.form-field {
    margin-bottom: 25px;
}
.form-field input {
    outline: 0;
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #fdc045;
    color: #000;
}
.form-field input::-webkit-input-placeholder {
    color: #828282;
}
.form-field input::-moz-placeholder {
    color: #828282;
}
.form-field input:-ms-input-placeholder {
    color: #828282;
}
.form-field input::-ms-input-placeholder {
    color: #828282;
}
.form-field input::placeholder {
    color: #828282;
}
.offer .submit-field {
    margin-top: 40px;
}
.offer .submit-field input {
    height: 50px;
    outline: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: -o-linear-gradient(135deg, rgba(236, 154, 10, 0.6) 0, rgba(255, 255, 255, 0) 100%), #fcb344;
    background: linear-gradient(315deg, rgba(236, 154, 10, 0.6) 0, rgba(255, 255, 255, 0) 100%), #fcb344;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.3), 0 4px 10.44px rgba(191, 141, 64, 0.3);
    box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.3), 0 4px 10.44px rgba(191, 141, 64, 0.3);
    border-radius: 25px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 60px;
}
.offer .submit-field input:hover {
    background-color: #fcaf13;
}
.offer .submit-field input:disabled {
    cursor: not-allowed;
}
.catalog-items {
    margin-top: 85px;
}
.catalog-item__title {
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 22px;
}
.catalog-item__descr {
    margin: 0 0 30px;
    line-height: 1.45;
    font-size: 15px;
}
.catalog-advantade {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-advantade:not(:last-child) {
    margin-bottom: 28px;
}
.catalog-advantade__icon {
    width: 70px;
}
.catalog-advantade__text {
    margin: 0;
    font-size: 15px;
    width: calc(100% - 70px);
    padding-left: 15px;
    color: #000;
    line-height: 1.45;
}
.catalog-slider__main-slide .slide-image {
    padding-top: 64%;
}
.catalog-slider__thumb .slide-image {
    padding-top: 100%;
}
.slide-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.catalog-slider__main-slide {
    outline: 0;
}
.catalog-slider__main {
    margin-bottom: 10px;
}
.catalog-slider__main .slick-arrow, .catalog-slider__thumb .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    z-index: 10;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: transparent;
    cursor: pointer;
}
.catalog-slider__main .slick-arrow:hover{
    background: rgba(255, 255, 255, 0.2);
}
.catalog-slider__thumb .slick-arrow {
	background: rgba(0, 0, 0, 0.7);
}
.catalog-slider__main .slick-arrow::before, .catalog-slider__thumb .slick-arrow::before {
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fff;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.catalog-slider__main .slick-arrow::after, .catalog-slider__thumb .slick-arrow::after {
    width: 13px;
    height: 13px;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.catalog-slider__main .slick-arrow:hover::before, .catalog-slider__thumb .slick-arrow:hover::before{
    background-color: #fdc045;
}
.catalog-slider__main .slick-next, .catalog-slider__thumb .slick-next{
    right: 15px;
}
.catalog-slider__main .slick-next::after, .catalog-slider__thumb .slick-next::after{
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 8px;
    top: 19px;
}
.catalog-slider__main .slick-next:hover::after, .catalog-slider__thumb .slick-next:hover::after{
    border-right: 2px solid #fdc045;
    border-top: 2px solid #fdc045;
}
.catalog-slider__main .slick-prev, .catalog-slider__thumb .slick-prev{
    left: 15px;
}
.catalog-slider__main .slick-prev::after, .catalog-slider__thumb .slick-prev::after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 8px;
    top: 19px;
}
.catalog-slider__main .slick-prev:hover::after, .catalog-slider__thumb .slick-prev:hover::after{
    border-left: 2px solid #fdc045;
    border-bottom: 2px solid #fdc045;
}
.catalog-slider__thumb-slide {
    padding: 6px;
    outline: 0;
    cursor: pointer;
}
.catalog-btn {
    margin-top: 40px;
}
.catalog-btn a {
    display: inline-block;
    outline: 0;
    text-decoration: none;
    color: #000;
    background: -o-linear-gradient(135deg, rgba(236, 154, 10, 0.6) 0, rgba(255, 255, 255, 0) 100%), #fcb344;
    background: linear-gradient(315deg, rgba(236, 154, 10, 0.6) 0, rgba(255, 255, 255, 0) 100%), #fcb344;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.3), 0 4px 10.44px rgba(191, 141, 64, 0.3);
    box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.3), 0 4px 10.44px rgba(191, 141, 64, 0.3);
    border-radius: 25px;
    padding: 17px 65px 15px;
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.catalog-btn a:hover {
    -webkit-box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.5), 0 4px 10.44px rgba(191, 141, 64, 0.5);
    box-shadow: -1px -5px 10px rgba(254, 195, 104, 0.5), 0 4px 10.44px rgba(191, 141, 64, 0.5);
}
.catalog-sliders__main-wrap {
    position: relative;
}
.slider-mark {
    position: absolute;
    left: 0;
    top: 23px;
    width: 271px;
    height: 41px;
    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;
    padding-left: 8px;
    color: #000;
    font-size: 14px;
    z-index: 10;
    font-weight: 500;
}
.slider-mark__image_gold {
    background-image: url(img/mark-gold.png);
}
.slider-mark__image_silver {
    background-image: url(img/mark-silver.png);
}
.slider-mark__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 0 center;
    background-size: contain;
    background-repeat: no-repeat;
}
.slider-mark__text {
    position: relative;
    z-index: 10;
}
.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: 15px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #ededed;
    opacity: 1;
    border-radius: 50%;
    margin: 0 4px;
}
.slick-dots li.slick-active {
    background-color: #fdc045;
}
.slick-dots li button {
    border: none;
    outline: 0;
    width: 8px;
    height: 8px;
    background-color: #ededed;
    opacity: 0.7;
    font-size: 0;
    border-radius: 50%;
    opacity: 0;
}
.catalog-item:nth-child(even) .slider-mark__image {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog-item:nth-child(even) .slider-mark {
    right: 0;
    left: auto;
    padding-left: 30px;
}
.company-video {
    position: relative;
}
.company-video__youtube {
    z-index: 15;
    cursor: pointer;
}
.company-video__youtube, .company-video__youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.company-video__youtube img {
    opacity: 0;
    max-width: 100%;
}




@media (max-width: 1199.98px) {
    .top-line__logo img {
        width: 150px;
    }
    .top-line__mes-link {
        width: 35px;
        height: 35px;
    }
    .top-line__mes-link img {
        width: 19px;
    }
    .top-line__menu-list li:not(:last-child) {
        margin-right: 20px;
    }
    .company-advantage__title {
        font-size: 22px;
    }
    .company-advantage__title br {
        display: none;
    }
    .company-advantage {
        padding: 30px 20px;
    }
}
@media (max-width: 991.98px) {
    .top-line__menu {
        display: none;
    }
    .mobile-menu__icon {
        width: 22px;
        height: 17px;
        position: relative;
        margin-left: 15px;
    }
    .mobile-menu__icon span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .mobile-menu.mobile-menu__active .mobile-menu__icon span.top {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 9px;
    }
    .mobile-menu.mobile-menu__active .mobile-menu__icon span.middle {
        opacity: 0;
    }
    .mobile-menu.mobile-menu__active .mobile-menu__icon span.bottom {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 6px;
    }
    .mobile-menu__icon span.top {
        top: 0;
    }
    .mobile-menu__icon span.middle {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .mobile-menu__icon span.bottom {
        bottom: 0;
    }
    .mobile-menu {
        position: relative;
    }
    .mobile-menu__menu {
        position: absolute;
        background-color: #fff;
        right: 0;
        top: calc(100% + 15px);
        border-radius: 5px;
        width: 250px;
        padding: 10px 0;
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .mobile-menu__menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        text-align: right;
    }
    .mobile-menu__menu ul a {
        display: block;
        padding: 10px 10px;
        color: var(--text);
        text-decoration: none;
        outline: 0;
    }
    .mobile-menu__menu ul.sub-menu.sub-menu__open {
        visibility: visible;
        opacity: 1;
        max-height: 500px;
    }
    .menu-item-has-children > a span {
        position: relative;
        display: inline-block;
    }
    .mobile-menu.mobile-menu__active .mobile-menu__menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
    .mobile-menu__menu > .mobile-menu__nav > ul > li:not(:first-child) > a {
        border-top: rgba(0, 0, 0, 0.2) 1px solid;
    }
    .banner-slide {
        position: relative;
        height: 580px;
    }
    .banner-slide::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        left: 0;
        top: 0;
        opacity: 0.4;
    }
    .footer .col-lg-7 {
        margin-bottom: 50px;
    }
    .offer-content {
        padding-right: 0;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px;
    }
    .offer-image {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .catalog-item .col-lg-5 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .catalog-item .col-lg-7 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .catalog-item__title_desktop {
        display: none;
    }
    .catalog-item__title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .catalog-sliders {
        margin-bottom: 60px;
    }
}
@media (max-width: 767.98px) {
    .top-line__logo img {
        width: 150px;
    }
    .top-line__wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-line__logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .top-line__contact {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 15px;
    }
    .top-line__mes-link {
        width: 25px;
        height: 25px;
    }
    .top-line__mes-link img {
        width: 13px;
    }
    .top-line__mes {
        margin: 0 14px 0 9px;
    }
    .mobile-menu {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .mobile-menu__icon {
        margin: 0;
    }
    .banner__title {
        font-size: 35px;
    }
    .banner__subtitle br {
        display: none;
    }
    .stand-item {
        height: 420px;
    }
}
@media (max-width: 575.98px) {
    .company-video__preview {
        padding-top: 60%;
    }
    .company-advantage__icon {
        width: 60px;
    }
    .company-advantage__icon img {
        max-width: 100%;
    }
    .company-advantage__content {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
    .company-advantage {
        padding: 20px 8px;
    }
    .company-advantage__title {
        font-size: 19px;
    }
    .company-advantage__descr {
        font-size: 14px;
    }
    .banner__title {
        font-size: 25px;
    }
    .banner__subtitle {
        font-size: 16px;
    }
    a.top-line__phones {
        font-size: 14px;
    }
    .top-line a.top-line__phones img {
        display: none;
    }
    .top-line__mes-link_whatsapp {
        margin-right: 5px;
    }
    .top-line__lang-list li:first-child a {
        padding-right: 6px;
    }
    .top-line__lang-list li:last-child a {
        padding-left: 6px;
    }
    .company {
        padding-top: 80px;
    }
    .top-line__contact {
        margin-top: 8px;
    }
    .section__title {
        font-size: 25px;
    }
    .section__subtitle {
        font-size: 17px;
    }
    .section__subtitle br {
        display: none;
    }
    .company-video__play img {
        width: 50px;
    }
    .faq {
        padding: 30px 10px;
    }
    .faq-item .faq-item__header {
        padding: 18px 40px 18px 10px;
    }
    .faq-item .faq-item__header-btn {
        width: 30px;
        height: 30px;
        right: 5px;
    }
    .faq-item .faq-item__header-btn::after {
        width: 10px;
        height: 10px;
        right: 10px;
        top: 9px;
    }
    .faq-item .faq-item__header-text {
        font-size: 15px;
    }
    .faq-item__answer {
        font-size: 14px;
    }
    .faq-item.faq-item_open .faq-item__answer {
        padding: 18px 10px;
    }
    .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-menu__item:not(:last-child) {
        margin-right: 0;
    }
    .footer-menu__item:first-child {
        margin-bottom: 20px;
    }
    .footer-contact .top-line__phones {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        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;
        font-size: 14px;
    }
    .footer-contact .top-line__phones img {
        width: 17px;
        margin-right: 0;
    }
    .footer-contact .top-line__phones span {
        width: calc(100% - 17px);
        padding-left: 8px;
    }
    .footer-contact p {
        margin-bottom: 0;
    }
    .review-slider .owl-nav {
        width: 100%;
        left: 0;
    }
    .review-slider.owl-carousel .review-slide__image img {
        width: 190px;
    }
    .stand-item {
        height: 300px;
        width: 300px;
        margin: 0 auto;
    }
    .stand-item__title {
        left: 15px;
        bottom: 15px;
        font-size: 20px;
    }
    .offer {
        padding: 30px 10px;
    }
    .offer__description {
        font-size: 15px;
    }
    .catalog-item__title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .slider-mark {
        display: none;
    }
    .catalog-slider__main .slick-prev {
        left: 5px;
    }
    .catalog-slider__main .slick-next {
        right: 5px;
    }
}
@media (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
    .catalog-item__title_mobile {
        display: none;
    }
}
