@charset "UTF-8";

@import url(../libs/animateCSS/animate.css);

@import url(../libs/fancybox/jquery.fancybox.min.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.theme.css);

@import url(../libs/remodal/remodal.css);

@import url(../libs/remodal/remodal-default-theme.css);

@import url(../libs/slick/slick.css);

@import url(../libs/slick/slick-theme.css);

code,
kbd,
pre,
samp,
tt,
var {
  font: 14px/18px Consolas,"Courier New",monospace;
}

body,
optgroup {
  color: #000;
  background: #fff;
}

body,
code,
dl,
dd,
form,
pre {
  margin: 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link img,
a:visited img,
object,
fieldset,
abbr,
acronym {
  border: none;
}

sub,
sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}

sub {
  top: 5px;
  vertical-align: middle;
}

sup {
  top: -2px;
  margin-top: -11px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}

address,
cite,
dfn {
  font-style: normal;
}

code,
pre {
  white-space: pre-wrap;
}

img {
  vertical-align: bottom;
}

td,
th,
textarea {
  vertical-align: top;
}

input,
select,
button {
  overflow: visible;
  vertical-align: middle;
}

legend {
  color: #000;
  margin: 0 0 -2px;
  padding: 0;
}

li {
  display: block;
  list-style: none;
}

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

address,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

q {
  quotes: "\00ab" "\00bb" "\201e" "\201c";
}

q:after {
  content: "\00bb";
}

q:before {
  content: "\00ab";
}

q > q:after {
  content: "\201c";
}

q > q:before {
  content: "\201e";
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: .7;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*end*/

/*Стили сбросса*/

button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s;
}

* {
  box-sizing: border-box;
  outline: none;
}

input::-moz-placeholder {
  padding: 0;
}

input:-ms-input-placeholder {
  padding: 0;
}

input::placeholder {
  padding: 0;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.25s;
}

textarea {
  resize: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
.hamburger,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*конец стилей сбросса*/

input.error {
  border: 1px solid red !important;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.wpcf7-form br {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

input.wpcf7-not-valid {
  border: 1px solid red !important;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

:root {
  --main-family: 'Inter', sans-serif;
  --container-width: 1300px;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

body,
input,
button,
textarea,
a {
  font-family: var(--main-family);
  font-weight: 400;
}

.section {
  position: relative;
}

.wrapper {
  width: var(--container-width);
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.header-language {
  position: relative;
  padding: 10px;
}

.header-language:hover .hover-language {
  max-height: 80px;
  opacity: 1;
}

.active-language .lang-item {
  display: none;
}

.active-language .current-lang {
  display: block;
}

.active-language .current-lang a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

.hover-language {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  max-height: 0px;
  transition: 0.35s;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.hover-language a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

.hover-language a:hover {
  color: #333333;
  text-decoration: underline;
}

.hover-language ul {
  padding: 6px 10px;
}

.hover-language .current-lang {
  display: none;
}

.active-language .current-lang:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  background-image: url("../images/lang-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: 0.25s;
}

.active-language .current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remodal-form {
  width: 450px;
  max-width: 100%;
}

.remodal-close:before {
  display: none;
}

.remodal_form {
  width: 450px;
  max-width: 100%;
}

.remodal-close {
  left: auto;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../images/remodal_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-form__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--main-color);
  margin-bottom: 40px;
}

.input-hidden {
  display: none !important;
}

.remodal_wrapper_2 .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.remodal-form__form {
  width: 100%;
}

.remodal-form__form input {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  line-height: 30px;
  padding: 10px 20px;
  color: var(--main-color);
  font-size: 16px;
}

.remodal-form__form input:focus {
  border: 1px solid #575656;
}

.remodal-form__form input::-moz-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input:-ms-input-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input::placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form label {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.remodal-form__form button {
  width: 100% !important;
}

.remodal-thanks {
  background: #36B37E;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  padding: 50px 30px;
}

.remodal-thanks .remodal-close {
  background-image: url("../img/remodal_close_white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.remodal-thanks__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.remodal-thanks__icon {
  width: 32px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 26px;
  min-width: 32px;
}

.remodal-thnaks__header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  color: #FFFFFF;
}

.remodal_thanks__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  line-height: 16px;
  color: #FFFFFF;
}

.jq-selectbox {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 18px;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.jq-selectbox__select-text {
  padding: 15px 20px;
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox__trigger {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../img/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

.header-hambugreg {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}

.header-hambugreg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg.is-active .header-hamburger-line {
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0;
}

.header-hambugreg.is-active:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.header-hambugreg.is-active:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.header-hamburger-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.pagination-wordpres {
  padding-top: 50px;
}

.pagination-wordpres .screen-reader-text {
  display: none;
}

.pagination-wordpres .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wordpres .nav-links a {
  background: var(--contrast-color);
  border: 1px solid  #E0E0E0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--main-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links a:hover {
  border: 1px solid #D64F52;
}

.pagination-wordpres .nav-links .current {
  background: #D64F52;
  border: 1px solid #D64F52;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--contrast-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links .next,
.pagination-wordpres .nav-links .prev {
  font-size: 0px;
  color: transparent;
}

.pagination-wordpres .nav-links .next {
  background-image: url("../images/pagination_wordpres_next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wordpres .nav-links .prev {
  background-image: url("../images/pagination_wordpre_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.cars-text-seo {
  margin-top: 60px;
}

.main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 300;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.main-header-top {
  background: #601F26;
  padding: 12px 0px;
}

.main-header-top .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-header-email {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 1.6px;
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.main-header-email:before {
  content: '';
  display: block;
  width: 29px;
  height: 24px;
  min-width: 29px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyOSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzhfMzY2KSI+CjxwYXRoIGQ9Ik0xOS43MTk3IDAuNUg2LjU3MzA1QzUuNzcyMjMgMC41IDUuMTIzMDUgMS4xNzE1NyA1LjEyMzA1IDJWMTEuNkM1LjEyMzA1IDEyLjQyODQgNS43NzIyMyAxMy4xIDYuNTczMDUgMTMuMUgxOS43MTk3QzIwLjUyMDUgMTMuMSAyMS4xNjk3IDEyLjQyODQgMjEuMTY5NyAxMS42VjJDMjEuMTY5NyAxLjE3MTU3IDIwLjUyMDUgMC41IDE5LjcxOTcgMC41WiIgZmlsbD0iI0NERTIzNiIgc3Ryb2tlPSIjNjAxRjI2IiBzdHJva2Utd2lkdGg9IjAuOTY2NjY3Ii8+CjxwYXRoIGQ9Ik0yNi42ODAyIDUuMzAwMDVIMTMuNTMzNUMxMi43MzI3IDUuMzAwMDUgMTIuMDgzNSA1Ljk3MTYyIDEyLjA4MzUgNi44MDAwNVYxNS42QzEyLjA4MzUgMTYuNDI4NSAxMi43MzI3IDE3LjEgMTMuNTMzNSAxNy4xSDI2LjY4MDJDMjcuNDgxIDE3LjEgMjguMTMwMiAxNi40Mjg1IDI4LjEzMDIgMTUuNlY2LjgwMDA1QzI4LjEzMDIgNS45NzE2MiAyNy40ODEgNS4zMDAwNSAyNi42ODAyIDUuMzAwMDVaIiBmaWxsPSIjQ0RFMjM2IiBzdHJva2U9IiM2MDFGMjYiIHN0cm9rZS13aWR0aD0iMC45NjY2NjciLz4KPHBhdGggZD0iTTE2LjYyNjMgMTAuMTAwMUgyLjcwNjM1QzEuOTA1NTMgMTAuMTAwMSAxLjI1NjM1IDEwLjc3MTcgMS4yNTYzNSAxMS42MDAxVjIyLjAwMDFDMS4yNTYzNSAyMi44Mjg1IDEuOTA1NTMgMjMuNTAwMSAyLjcwNjM1IDIzLjUwMDFIMTYuNjI2M0MxNy40MjcyIDIzLjUwMDEgMTguMDc2MyAyMi44Mjg1IDE4LjA3NjMgMjIuMDAwMVYxMS42MDAxQzE4LjA3NjMgMTAuNzcxNyAxNy40MjcyIDEwLjEwMDEgMTYuNjI2MyAxMC4xMDAxWiIgZmlsbD0iIzc4MjcyRiIgc3Ryb2tlPSIjNjAxRjI2IiBzdHJva2Utd2lkdGg9IjAuOTY2NjY3Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMjk2NSAxMC4zOTk5QzE2Ljc4MzEgMTAuMzk5OSAxNy4yMTUyIDEwLjYzODUgMTcuNDg3MSAxMS4wMDc1TDkuNTkwMzIgMTcuNzgxNEwxLjc2Mzg5IDExLjEzMDVDMi4wMjU1NiAxMC42OTI0IDIuNDk3NTQgMTAuMzk5OSAzLjAzNjI5IDEwLjM5OTlIMTYuMjk2NVpNMS41NDYzOSAyMS42NzYxVjEyLjMzMjVMNy4xNjIwNiAxNy4xMDQ3TDEuNTU3OTYgMjEuODY3QzEuNTUwMzIgMjEuODA0NCAxLjU0NjM5IDIxLjc0MDcgMS41NDYzOSAyMS42NzYxWk0xLjU1Nzk2IDIxLjg2N0MxLjU3MjcgMjIuMjcwMiAyLjQzMzgyIDIzLjM1ODYgMy4wMzYyOSAyMy4xOTk5SDE2LjI5NjVDMTYuOTcxIDIzLjQxNjcgMTcuODgyNyAyMi40NDE2IDE3Ljc0NTcgMjIuMDMxNEwxMi4wMDIxIDE3LjEwNDdMMTAuMTE3NiAxOC43MjEyQzkuODE0MDggMTguOTgxNiA5LjM3MTk3IDE4Ljk4MjYgOS4wNjczMSAxOC43MjM3TDcuMTYyMDYgMTcuMTA0N0wxLjU1Nzk2IDIxLjg2N1pNMTIuMDAyMSAxNy4xMDQ3TDE3Ljc0NTcgMjIuMDMxNEMxNy43NzIzIDIxLjkxNzQgMTcuNzg2NCAyMS43OTg0IDE3Ljc4NjQgMjEuNjc2MVYxMi4xNDNMMTIuMDAyMSAxNy4xMDQ3WiIgZmlsbD0iI0NERTIzNiIvPgo8cGF0aCBkPSJNMjUuMDM2OSA4SDIzLjY4MzVDMjMuNDE2NiA4IDIzLjIwMDIgOC4yMjM4NiAyMy4yMDAyIDguNVY5LjlDMjMuMjAwMiAxMC4xNzYxIDIzLjQxNjYgMTAuNCAyMy42ODM1IDEwLjRIMjUuMDM2OUMyNS4zMDM4IDEwLjQgMjUuNTIwMiAxMC4xNzYxIDI1LjUyMDIgOS45VjguNUMyNS41MjAyIDguMjIzODYgMjUuMzAzOCA4IDI1LjAzNjkgOFoiIGZpbGw9IiM3ODI3MkYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF84XzM2NiI+CjxyZWN0IHdpZHRoPSIyOSIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-header-email:hover {
  color: #CDE236;
}

.main-header-phone {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 1.6px;
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.main-header-phone:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzZfNzgpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjAwNzc1IDAuMzE4MDU0QzEuNDIyOTMgMC4zMTgwNTQgMC4xMzgxODQgMS42MDI4MSAwLjEzODE4NCAzLjE4NzYyVjE4LjQ5MTlDMC4xMzgxODQgMjAuMDc2OCAxLjQyMjkzIDIxLjM2MTUgMy4wMDc3NSAyMS4zNjE1SDE4LjMxMjFDMTkuODk3IDIxLjM2MTUgMjEuMTgxNyAyMC4wNzY4IDIxLjE4MTcgMTguNDkxOVYzLjE4NzYyQzIxLjE4MTcgMS42MDI4MSAxOS44OTcgMC4zMTgwNTQgMTguMzEyMSAwLjMxODA1NEgzLjAwNzc1Wk0xMS41NDIyIDEzLjcwOTZDOS42NjMxOCAxMi43MTY5IDguNTg5MyAxMS42MzA1IDcuNjk2MjYgOS43NjI3M0M3Ljk5ODc0IDkuMzQ1MjYgOC4zNjg4NyA4Ljg4OTk5IDguODM0NDIgOC41MjIyOUM5LjIzMTggOC4yMDg0MSA5LjQ4MiA3LjcyMTI1IDkuMzcxNzEgNy4yNDE3MkM5LjE3MDk1IDYuMzY4NzUgOS4wOTY1NiA1LjY2NDQ1IDkuMTY3MTcgNC42ODgxOUM5LjIxMjA0IDQuMDY3ODIgOC43MTQ5MyAzLjUyMDE2IDguMDYwODEgMy41MjNMNS44OTM5NyAzLjUzMjM2QzUuNTU2NjcgMy41MzM4MiA1LjIzMTA5IDMuNjgxNDcgNS4wNjkyOSAzLjk2Mjk0QzQuMDM5MjUgNS43NTQ5IDQuNTE1NzEgOC40MDY0NCA1LjIxOTg4IDkuODQ1NDdDNS4yMzA0NyA5Ljg2NzA5IDUuMjQyMjIgOS44ODgxMyA1LjI1NTA1IDkuOTA4NTFDNi4yMjI4OSAxMi4xMDM5IDguMDM4NDggMTQuNjYxMyAxMS4zMjQ3IDE2LjI1MTdDMTIuNzk3OCAxNy4wMjM4IDE1LjI5NjQgMTcuNjU1IDE3LjE2NTggMTYuOTQ1NEMxNy40NzkxIDE2LjgyNjUgMTcuNjcyMyAxNi41MzY5IDE3LjcxNDQgMTYuMjE4NkwxNy45ODQ2IDE0LjE3MzhDMTguMDY2MiAxMy41NTY2IDE3LjU1NDQgMTMuMDIxMyAxNi45MDE1IDEyLjk4OTFDMTUuODc0IDEyLjkzODMgMTUuMTQ3OCAxMi43ODMzIDE0LjI2MDcgMTIuNDg4N0MxMy43NzM0IDEyLjMyNjkgMTMuMjM0OCAxMi41MDQ1IDEyLjg1OTUgMTIuODQyQzEyLjQ1NDkgMTMuMjA1NiAxMS45ODI3IDEzLjQ4NDEgMTEuNTQyMiAxMy43MDk2WiIgZmlsbD0iI0NERTIzNiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzZfNzgiPgo8cmVjdCB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-header-phone:hover {
  color: #CDE236;
}

.main-header-inst {
  width: 27px;
  height: 27px;
  margin-right: 15px;
  min-width: 27px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2XzYwNykiPgo8cGF0aCBkPSJNMjQuMDkwOSAwSDIuOTA5MTRDMS4zMDUwNyAwIDAgMS4zMDUwNyAwIDIuOTA5MTRWMjQuMDkwOEMwIDI1LjY5NDkgMS4zMDUwNyAyNyAyLjkwOTE0IDI3SDI0LjA5MDlDMjUuNjk1IDI3IDI3IDI1LjY5NDkgMjcgMjQuMDkwOFYyLjkwOTE0QzI3IDEuMzA1MDcgMjUuNjk1IDAgMjQuMDkwOSAwWk0yNS40MTggMjQuMDkwOEMyNS40MTggMjQuODIyNiAyNC44MjI3IDI1LjQxOCAyNC4wOTA5IDI1LjQxOEgyLjkwOTE0QzIuMTc3NCAyNS40MTggMS41ODIwMyAyNC44MjI2IDEuNTgyMDMgMjQuMDkwOFYyLjkwOTE0QzEuNTgyMDMgMi4xNzc0IDIuMTc3NCAxLjU4MjAzIDIuOTA5MTQgMS41ODIwM0gyNC4wOTA5QzI0LjgyMjcgMS41ODIwMyAyNS40MTggMi4xNzc0IDI1LjQxOCAyLjkwOTE0VjI0LjA5MDhaIiBmaWxsPSIjQ0RFMjM2Ii8+CjxwYXRoIGQ9Ik03Ljk1NzY5IDEwLjIzOTJINC4xMzY3MkMzLjY5OTg3IDEwLjIzOTIgMy4zNDU3IDEwLjU5MzMgMy4zNDU3IDExLjAzMDJWMjMuMTc5OUMzLjM0NTcgMjMuNjE2NyAzLjY5OTg3IDIzLjk3MDkgNC4xMzY3MiAyMy45NzA5SDcuOTU3NjlDOC4zOTQ1NCAyMy45NzA5IDguNzQ4NzEgMjMuNjE2NyA4Ljc0ODcxIDIzLjE3OTlWMTEuMDMwMkM4Ljc0ODcxIDEwLjU5MzMgOC4zOTQ2IDEwLjIzOTIgNy45NTc2OSAxMC4yMzkyWk03LjE2NjY4IDIyLjM4ODlINC45Mjc3M1YxMS44MjEySDcuMTY2NjhWMjIuMzg4OVpNMTguMzI2MyAxMC4yMzkyQzE3LjQ3OTQgMTAuMjM4OCAxNi42NDM0IDEwLjQzMSAxNS44ODE3IDEwLjgwMTNDMTUuNzgzNSAxMC40NzYgMTUuNDgxNiAxMC4yMzkyIDE1LjEyNDMgMTAuMjM5MkgxMS4zMDMzQzEwLjg2NjQgMTAuMjM5MiAxMC41MTIzIDEwLjU5MzMgMTAuNTEyMyAxMS4wMzAyVjIzLjE3OTlDMTAuNTEyMyAyMy42MTY3IDEwLjg2NjQgMjMuOTcwOSAxMS4zMDMzIDIzLjk3MDlIMTUuMTI0M0MxNS41NjExIDIzLjk3MDkgMTUuOTE1MyAyMy42MTY3IDE1LjkxNTMgMjMuMTc5OVYxNi4xMTU4QzE1LjkxNTMgMTUuNDA0OSAxNi40OTM2IDE0LjgyNjUgMTcuMjA0NCAxNC44MjY1QzE3LjkxNTMgMTQuODI2NSAxOC40OTM2IDE1LjQwNDkgMTguNDkzNiAxNi4xMTU4VjIzLjE3OTlDMTguNDkzNiAyMy42MTY3IDE4Ljg0NzggMjMuOTcwOSAxOS4yODQ2IDIzLjk3MDlIMjMuMTMwOEMyMy41Njc3IDIzLjk3MDkgMjMuOTIxOSAyMy42MTY3IDIzLjkyMTkgMjMuMTc5OVYxNS44MzQ2QzIzLjkyMTggMTIuNzQ5MyAyMS40MTE3IDEwLjIzOTIgMTguMzI2MyAxMC4yMzkyWk0yMi4zMzk4IDIyLjM4ODlIMjAuMDc1NlYxNi4xMTU4QzIwLjA3NTYgMTQuNTMyNSAxOC43ODc1IDEzLjI0NDUgMTcuMjA0MyAxMy4yNDQ1QzE1LjYyMTIgMTMuMjQ0NSAxNC4zMzMyIDE0LjUzMjUgMTQuMzMzMiAxNi4xMTU4VjIyLjM4ODlIMTIuMDk0MlYxMS44MjEySDE0LjMzMzJWMTIuMjUzN0MxNC4zMzMzIDEyLjQwNjQgMTQuMzc3NSAxMi41NTU5IDE0LjQ2MDYgMTIuNjg0QzE0LjU0MzcgMTIuODEyMSAxNC42NjIxIDEyLjkxMzQgMTQuODAxNSAxMi45NzU3QzE0Ljk0MDkgMTMuMDM4MSAxNS4wOTUzIDEzLjA1ODcgMTUuMjQ2MiAxMy4wMzUyQzE1LjM5NzEgMTMuMDExNyAxNS41Mzc5IDEyLjk0NSAxNS42NTE3IDEyLjg0MzJDMTYuMzg2OSAxMi4xODQ3IDE3LjMzOTMgMTEuODIwNyAxOC4zMjYzIDExLjgyMTJDMjAuNTM5NCAxMS44MjEyIDIyLjMzOTggMTMuNjIxNiAyMi4zMzk4IDE1LjgzNDVWMjIuMzg4OVpNNi4wNDcyMyAzLjAyOTExQzQuNTU3NTkgMy4wMjkxMSAzLjM0NTcgNC4yNDEgMy4zNDU3IDUuNzMwNjRDMy4zNDU3IDcuMjIwMjggNC41NTc1OSA4LjQzMjE3IDYuMDQ3MjMgOC40MzIxN0M3LjUzNjg3IDguNDMyMTcgOC43NDg3NiA3LjIyMDI4IDguNzQ4NzYgNS43MzA2NEM4Ljc0ODc2IDQuMjQxIDcuNTM2ODIgMy4wMjkxMSA2LjA0NzIzIDMuMDI5MTFaTTYuMDQ3MjMgNi44NTAwOUM1LjQyOTkyIDYuODUwMDkgNC45Mjc3MyA2LjM0NzkgNC45Mjc3MyA1LjczMDU5QzQuOTI3NzMgNS4xMTMyOCA1LjQyOTkyIDQuNjExMDkgNi4wNDcyMyA0LjYxMTA5QzYuNjY0NTQgNC42MTEwOSA3LjE2NjczIDUuMTEzMjggNy4xNjY3MyA1LjczMDU5QzcuMTY2NzMgNi4zNDc5IDYuNjY0NDkgNi44NTAwOSA2LjA0NzIzIDYuODUwMDlaIiBmaWxsPSIjQ0RFMjM2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTZfNjA3Ij4KPHJlY3Qgd2lkdGg9IjI3IiBoZWlnaHQ9IjI3IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-header-inst:hover {
  opacity: 0.8;
}

.main-header-facebook {
  width: 27px;
  height: 27px;
  min-width: 27px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2XzYxNCkiPgo8cGF0aCBkPSJNMjMuNzExNiAwSDMuMjg4MzZDMS40NzUxNCAwIDAgMS40NzUxNCAwIDMuMjg4MzZWMjMuNzExNkMwIDI1LjUyNDkgMS40NzUxNCAyNyAzLjI4ODM2IDI3SDEzLjc1NjNDMTQuMTk2NiAyNyAxNC41NTM1IDI2LjY0MyAxNC41NTM1IDI2LjIwMjhWMTYuNTM2QzE0LjU1MzUgMTYuMDk1NyAxNC4xOTY2IDE1LjczODggMTMuNzU2MyAxNS43Mzg4SDEwLjg5MDZWMTMuNDY5NUgxMy43NTYzQzE0LjE5NjYgMTMuNDY5NSAxNC41NTM1IDEzLjExMjUgMTQuNTUzNSAxMi42NzIyVjkuNDQ1MzFDMTQuNTUzNSA3LjY5ODk1IDE1Ljk3NDMgNi4yNzgxOSAxNy43MjA3IDYuMjc4MTlIMjAuNDg1N1Y4LjU0NzVIMTcuNzIwN0MxNy4yMjU3IDguNTQ3NSAxNi44MjI5IDguOTUwMzQgMTYuODIyOSA5LjQ0NTM2VjEyLjY3MjNDMTYuODIyOSAxMy4xMTI2IDE3LjE3OTkgMTMuNDY5NSAxNy42MjAxIDEzLjQ2OTVIMjAuNDg1OFYxNS43Mzg4SDE3LjYyMDFDMTcuMTc5OSAxNS43Mzg4IDE2LjgyMjkgMTYuMDk1OCAxNi44MjI5IDE2LjUzNjFWMjYuMjAyOEMxNi44MjI5IDI2LjY0MzEgMTcuMTc5OSAyNy4wMDAxIDE3LjYyMDEgMjcuMDAwMUgyMy43MTE2QzI1LjUyNDkgMjcgMjcgMjUuNTI0OSAyNyAyMy43MTE2VjMuMjg4MzZDMjcgMS40NzUxNCAyNS41MjQ5IDAgMjMuNzExNiAwWk0yNS40MDU1IDIzLjcxMTZDMjUuNDA1NSAyNC42NDU3IDI0LjY0NTcgMjUuNDA1NiAyMy43MTE2IDI1LjQwNTZIMTguNDE3M1YxNy4zMzMzSDIxLjI4MjlDMjEuNzIzMiAxNy4zMzMzIDIyLjA4MDEgMTYuOTc2MyAyMi4wODAxIDE2LjUzNlYxMi42NzIzQzIyLjA4MDEgMTIuMjMyIDIxLjcyMzIgMTEuODc1IDIxLjI4MjkgMTEuODc1SDE4LjQxNzNWMTAuMTQySDIxLjI4MjlDMjEuNzIzMiAxMC4xNDIgMjIuMDgwMSA5Ljc4NTAyIDIyLjA4MDEgOS4zNDQ3NFY1LjQ4MUMyMi4wODAxIDUuMDQwNzIgMjEuNzIzMiA0LjY4Mzc2IDIxLjI4MjkgNC42ODM3NkgxNy43MjA2QzE1LjA5NTEgNC42ODM3NiAxMi45NTkxIDYuODE5ODIgMTIuOTU5MSA5LjQ0NTM2VjExLjg3NUgxMC4wOTM0QzkuNjUzMTMgMTEuODc1IDkuMjk2MTcgMTIuMjMyIDkuMjk2MTcgMTIuNjcyM1YxNi41MzZDOS4yOTYxNyAxNi45NzYzIDkuNjUzMTMgMTcuMzMzMyAxMC4wOTM0IDE3LjMzMzNIMTIuOTU5MVYyNS40MDU1SDMuMjg4MzZDMi4zNTQzMyAyNS40MDU1IDEuNTk0NDIgMjQuNjQ1NyAxLjU5NDQyIDIzLjcxMTZWMy4yODgzNkMxLjU5NDQyIDIuMzU0MzMgMi4zNTQyNyAxLjU5NDQyIDMuMjg4MzYgMS41OTQ0MkgyMy43MTE2QzI0LjY0NTYgMS41OTQ0MiAyNS40MDU1IDIuMzU0MjcgMjUuNDA1NSAzLjI4ODM2VjIzLjcxMTZaIiBmaWxsPSIjQ0RFMjM2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTZfNjE0Ij4KPHJlY3Qgd2lkdGg9IjI3IiBoZWlnaHQ9IjI3IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-header-facebook:hover {
  opacity: 0.8;
}

.main-header-body {
  padding: 12px 0px;
}

.main-header-body .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-logo {
  display: block;
  width: 152px;
}

.main-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.main-menu {
  margin-left: auto;
}

.main-menu ul {
  display: flex;
}

.main-menu ul li {
  margin-left: 40px;
}

.main-menu ul a {
  color: #601F26;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.main-menu ul a:hover {
  opacity: 0.8;
}

.active-language .current-lang a {
  color: #601F26;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.header-language {
  margin-left: 40px;
}

.active-language .current-lang:after {
  width: 5px;
  min-width: 5px;
  margin-left: 5px;
  height: 5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMi45NjkyMyA1LjE0Mjg2TDAgMEg1LjkzODQ2TDIuOTY5MjMgNS4xNDI4NloiIGZpbGw9IiM2MDFGMjYiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.mobile-header-bg {
  display: none;
}

.mobile-header {
  display: none;
}

.page-container {
  position: relative;
  padding-top: 116px;
  width: 100%;
  overflow: hidden;
}

.hero {
  position: relative;
  padding-top: 140px;
  padding-bottom: 200px;
}

.hero-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero-composition {
  background: linear-gradient(97deg, #601F26 32.14%, rgba(96, 31, 38, 0) 100%);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  width: 660px;
  max-width: 100%;
  margin-left: -130px;
  padding: 64px 45px 50px 134px;
}

.hero-title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 30px;
  margin-left: -33px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 4px solid #CDE236;
}

.hero-title strong {
  font-weight: 800;
}

.hero-btns {
  display: flex;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  padding: 10px 20px;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  width: 250px;
  min-height: 51px;
  line-height: normal;
}

.main-btn:hover {
  color: #601F26;
  background: #ffffff;
}

.main-btn-2 {
  background: #601F26;
  width: 230px;
  min-height: 51px;
  padding: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main-btn-2:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}

.hero-btns .main-btn {
  margin-right: 20px;
}

.hero-bg-round {
  width: 1080px;
  height: 687px;
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  bottom: 0px;
  background-image: url("../images/hero-bg-round.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-2 {
  position: relative;
  padding: 120px 0px;
}

.m-2-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-2-left {
  width: calc(50% - 27px);
}

.m-2-right {
  width: calc(50% - 61px);
}

.m-2-left-image:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -27px;
  left: -28px;
  background: #601F26;
  width: 208px;
  height: 182px;
  z-index: 2;
}

.m-2-left-image:after {
  content: '';
  display: block;
  background: #601F26;
  width: 446px;
  height: 309px;
  right: -27px;
  bottom: 38px;
  position: absolute;
}

.m-2-left-image {
  width: calc(100% - 28px);
  margin-left: auto;
  position: relative;
}

.m-2-left-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
}

.section-title {
  margin-bottom: 40px;
  color: #601F26;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 51px;
  padding-left: 30px;
  text-transform: uppercase;
  border-left: 4px solid #CDE236;
}

.m-2-right-text {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.m-2-right-text p {
  margin-bottom: 20px;
}

.m-2-right-text p:last-child {
  margin-bottom: 0px;
}

.m-3 {
  position: relative;
}

.m-3-wrap {
  padding: 80px 60px 50px 60px;
  background: #FFF;
  width: calc(100% + 120px);
  margin-left: -60px;
  margin-right: -60px;
  box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.04);
}

.m-3-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-3-left {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
}

.m-3-left-btns {
  width: 42px;
  min-width: 42px;
  margin-left: -21px;
  margin-right: 77px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.m-3-left-list {
  width: 450px;
  max-width: calc(100% - 98px);
}

.m-3-left-item {
  padding: 15px 0px;
}

/*.m-3-left-item:nth-child(even) .m-3-left-item-wrap {
  background: #804C51;
}*/

.m-3-left-item-wrap {
  width: 100%;
  border-radius: 20px;
  background: #D9C9CB;
  cursor: pointer;
  padding: 10px;
  min-height: 73px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  line-height: 24px;
  letter-spacing: 1.6px;
}

.m-3-right {
  width: calc(50% - 15px);
}

.m-3-right-block {
  display: none;
}

.m-3-right-block.active {
  display: block;
}

.m-3-right-block-image {
  width: 100%;
  margin-bottom: 30px;
  height: 300px;
}

.m-3-right-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.m-3-right-block-text {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
  padding-left: 30px;
  border-left: 4px solid #CDE236;
}

.main-btn-3 {
  margin-left: 33px;
  max-width: 100%;
  border: 1px solid #601F26;
  width: 180px;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #601F26;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: normal;
}

.main-btn-3:hover {
  background: #601F26;
  color: #ffffff;
}

.wrapper {
  position: relative;
  z-index: 20;
}

.m-3-left-btn-prev {
  height: 85px;
  width: 42px;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../images/m-3-arrow-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.25s;
  margin-bottom: 60px;
  border-radius: 10px;
}

.m-3-left-btn-prev:hover {
  background-color: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.m-3-left-btn-next {
  height: 85px;
  width: 42px;
  margin-top: 60px;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../images/m-3-arrow-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.25s;
  border-radius: 10px;
}

.m-3-left-btn-next:hover {
  background-color: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.m-3-left-item.slick-current .m-3-left-item-wrap {
  background: #601F26;
}

.m-4 {
  padding-top: 120px;
  position: relative;
}

.m-4-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.m-4-item {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-top: 30px;
  margin-right: 15px;
  padding: 20px 15px;
  border: 1px solid #601F26;
}

.m-4-item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.m-4-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-4-item-title {
  color: #601F26;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.m-4-item-text {
  color: #343434;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.m-5 {
  padding-top: 120px;
  position: relative;
}

.m-5 .main-btn-3 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.m-5-bottom-text {
  color: #601F26;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-top: 40px;
}

.m-5-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.m-5-item {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  border-radius: 20px;
  position: relative;
  padding-bottom: 48px;
  overflow: hidden;
  padding-top: 35px;
}

.m-5-item-bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.m-5-item-bg-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(116, 47, 55, 0.7);
}

.m-5-item-bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.m-5-item-text {
  padding: 30px 40px 0px 40px;
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.m-5-item-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.m-6 {
  position: relative;
  padding-top: 120px;
	
}

.m-6 .section-title {
  margin-bottom: 30px;
}

.m-6-after-title {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #601F26;
}

.m-6-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.m-6-item-image {
  width: 100%;
  display: flex;
  align-items: center;
  height: 169px;
  justify-content: center;
  margin-top: 11px;
}

.m-6-item-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-6-item-box-content {
  width: 100%;
}

.m-6-item-title {
  color: #601F26;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.m-6-item-text {
  color: #343434;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.m-6-item {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.04);
}

.m-6-item:nth-child(1),
.m-6-item:nth-child(2) {
  width: calc(50% - 30px);
  padding: 20px 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.m-6-item:nth-child(1) .m-6-item-image,
.m-6-item:nth-child(2) .m-6-item-image {
  width: calc(50% - 45px);
  height: 273px;
  justify-content: flex-start;
}

.m-6-item:nth-child(1) .m-6-item-box-content,
.m-6-item:nth-child(2) .m-6-item-box-content {
  width: 50%;
}

.m-7 {
  position: relative;
  padding-top: 120px;
}

.m-7-slick {
  margin-left: -15px;
  margin-right: -15px;
}

.m-7-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.m-7-slide-wrap {
  width: 100%;
  padding: 20px 20px 30px 20px;
  background: #F8F8F8;
}

.m-7-slide-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}

.m-7-slide-data {
  margin-left: auto;
  color: #6C6C6C;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.m-7-slide-photo {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
}

.m-7-slide-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  -o-object-position: center top;
  object-position: center top;
}

.m-7-slide-name {
  color: #601F26;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 14px;
}

.m-7-slide-position {
  color: #6C6C6C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.m-7-slide-text {
  color: #343434;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.m-7-slide-text p {
  margin-bottom: 20px;
}

.m-7-slide-text p:last-child {
  margin-bottom: 0px;
}

.m-7-slide-info-man {
  padding-right: 15px;
}

.slick-prev {
  width: 37px;
  height: 37px;
  border-radius: 37px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-image: url("../images/m-7-slick-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  padding: 0px;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
}

.slick-next {
  width: 37px;
  height: 37px;
  padding: 0px;
  border-radius: 37px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-image: url("../images/m-7-slick-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  height: inherit;
  transform: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots li button {
  display: none;
}

.slick-dots li {
  border-radius: 10px;
  background: #CCC;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  cursor: pointer;
  margin-right: 10px;
}

.slick-dots li.slick-active {
  background: #000;
}

.m-7-sub-title {
  color: #601F26;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-top: 80px;
  margin-bottom: 40px;
	display: none;
}

.m-7-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
	display:none;
}

.m-7-item {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
}

.m-7-item img {
  display: block;
  width: 100%;
  height: auto;
}

.m-8 {
  padding-top: 120px;
}

.m-8-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.m-8-column {
  width: calc(50% - 15px);
}

.m-8-item {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #4F4F4F;
  padding: 27px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.m-8-item:first-child {
  margin-top: 0px;
}

.m-8-item.active .m-8-item-question:after {
  transform: translateY(-50%) rotate(180deg);
}

.m-8-item.active .m-8-item-answer {
  max-height: 400px;
  padding-top: 20px;
}

.m-8-item-question {
  position: relative;
  padding-right: 50px;
  color: #343434;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.m-8-item-question:after {
  content: '';
  display: block;
  width: 11px;
  position: absolute;
  top: 50%;
  right: 0px;
  height: 18px;
  background-image: url("../images/m-8-item-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  transform-origin: center;
  transform: translateY(-50%);
}

.m-8-item-answer {
  max-height: 0px;
  overflow: hidden;
  color: #343434;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.25s;
}

.m-9 {
  padding-top: 120px;
  position: relative;
  padding-bottom: 120px;
}

.m-9-slick {
  margin-left: -15px;
  margin-right: -15px;
}

.m-9-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.m-9-slide-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 108px;
  width: 100%;
  border: 1px solid #601F26;
}

.m-9-slide-wrap img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.m-10 {
  padding-top: 120px;
  position: relative;
  padding-bottom: 120px;
  background: #F8F8F8;
}

.anhor {
  position: absolute;
  top: -110px;
}

.m-10-flex {
  position: relative;
}

.m-10-left {
  width: 640px;
  max-width: 100%;
  position: relative;
  z-index: 30;
}

.m-10-right-woman {
  position: absolute;
  bottom: -120px;
  right: 0px;
}

.m-10-right-woman img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.m-10-form {
  width: 100%;
}

.m-10-form-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m-10-form-item {
  margin-bottom: 20px;
  width: calc(50% - 10px);
}

.m-10-form-item input {
  display: block;
  width: 100%;
  border: 1px solid #BABABA;
  padding: 20px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: transparent;
}

.m-10-form-item input::-moz-placeholder {
  color: #858585;
}

.m-10-form-item input:-ms-input-placeholder {
  color: #858585;
}

.m-10-form-item input::placeholder {
  color: #858585;
}

.m-10-textarea {
  margin-bottom: 20px;
}

.m-10-textarea textarea {
  display: block;
  width: 100%;
  border: 1px solid #BABABA;
  padding: 20px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 180px;
  line-height: 24px;
  background: transparent;
}

.m-10-textarea textarea::-moz-placeholder {
  color: #858585;
}

.m-10-textarea textarea:-ms-input-placeholder {
  color: #858585;
}

.m-10-textarea textarea::placeholder {
  color: #858585;
}

.m-10-bottom-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-10-checkbox {
  max-width: calc(50% - 20px);
}

.m-10-btn {
  max-width: calc(50% - 20px);
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

.m-10-btn button {
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #601F26;
}

.m-10-btn button:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.m-10-check-cf7 {
  display: none;
}

.m-10-checkbox.active .m-10-check-wrap:after {
  opacity: 1;
}

.m-10-check-wrap {
  color: #858585;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.m-10-check-wrap:before {
  content: '';
  top: 4px;
  left: 0px;
  width: 14px;
  position: absolute;
  display: block;
  height: 14px;
  border: 1px solid #BABABA;
  border-radius: 2px;
}

.m-10-check-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  display: block;
  left: 3px;
  background-image: url("../images/m-10-form-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  width: 10px;
  height: 10px;
  opacity: 0;
  z-index: 10;
}

.m-10-check-wrap a {
  color: #601F26;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline !important;
}

.m-10-check-wrap a:hover {
  text-decoration: none !important;
}

.jq-selectbox {
  margin-bottom: 0px;
}

.jq-selectbox {
  border: 1px solid #BABABA;
  border-radius: 0px;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  padding: 20px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.jq-selectbox__trigger {
  transition: 0.25s;
  background-image: url("../images/select-arrow.svg");
}

.jq-selectbox.opened .jq-selectbox__trigger {
  transform: rotate(180deg);
}

.main-footer {
  background: #601F26;
  padding-top: 50px;
  padding-bottom: 25px;
}

.main-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-footer-top-left {
  width: 147px;
  min-width: 147px;
  margin-right: auto;
}

.main-footer-top-left a,
.main-footer-top-left img {
  max-width: 100%;
  height: auto;
  display: block;
}

.main-footer-top-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-footer-menu ul {
  display: flex;
  align-items: center;
  min-height: 39px;
}

.main-footer-menu ul li {
  margin-left: 40px;
}

.main-footer-menu ul a {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.main-footer-menu ul a:hover {
  color: #CDE236;
}

.main-footer-contacts {
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  min-width: 200px;
}

.main-footer-contacts > a {
  margin-bottom: 20px;
  margin-right: 0px;
}

.main-footer-social {
  display: flex;
  align-items: center;
}

.main-footer-bot {
  margin-top: 100px;
  position: relative;
}

.main-footer-bot-links {
  display: flex;
}

.main-footer-bot-links a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 18px;
}

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

.main-footer-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 18px;
}

.main-footer-contacts > a:before {
  width: 25px;
  min-width: 25px;
  margin-right: 10px;
}

.remodal-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.remodal {
  text-align: left;
}

.remodal .m-10-form-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.remodal .m-10-form-item {
  width: 100%;
}

.remodal .m-10-bottom-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.remodal .m-10-checkbox {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.remodal .m-10-btn {
  justify-content: center;
  width: 100%;
  padding-right: 0px;
  max-width: 100%;
}

.m-10-form-name-services--js {
  display: none !important;
}

.hero-text {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 30px;
  margin-top: -30px;
  color: #ffffff;
  width: 300px;
  max-width: 100%;
}

.policy {
  padding-top: 60px;
  padding-bottom: 100px;
}

.policy-h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

.policy-text {
  font-size: 16px;
  line-height: 24px;
}

.policy-text p {
  margin-bottom: 20px;
}

.policy-text ul {
  margin-bottom: 20px;
}

.policy-text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.policy-text ul li:last-child {
  margin-bottom: 0px;
}

.policy-text ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000000;
  position: absolute;
  top: 9px;
  left: 0px;
}

.policy-text h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

/* 
Модальное окно с формой




.remodal_2 {
    width: 409px;
    padding: 19px;
    max-width: 100%;
    background: #fff;
}
.remodal_wrapper_2 {
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 20px;
}
.remodal-close {
    width: 25px;
    line-height: 25px;
    left: auto;
    right: 0;
}
.remodal_wrapper_2 h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    font-family: "Century Gothic";
    text-align: center;
    color: #E14B4C;
    margin-bottom: 20px;
}
.remodal_wrapper_2 p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.remodal_wrapper_2 input {
    background: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.5);
border: 1px solid #000000;
box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.remodal_wrapper_2 button {
    background: #C8102E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    color: #E14B4C;
    border: 2px solid #E14B4C;
    background: #fff;
}
.remodal_wrapper_2 button:hover {
    background: #E14B4C;
    color: #fff;
}
.remodal_2 .remodal-close:before {
    width: 25px;
    line-height: 25px;
}
.remodal_2 .remodal-close {
    width: 25px;
    line-height: 25px;
} 


*/

/* 
Модальное окно - спасибо

.remodal_thanks {
    width: 430px;
    max-width: 100%;
}
.remodal_thanks h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}
.remodal_thanks p {
    text-align: center;
}
.remodal_thanks .remodal_wrapper_2 {
    padding: 20px 10px 20px 10px;
}
@media screen and (max-width: 600px){
    .remodal_thanks .remodal_wrapper_2 h2 {
        font-size: 20px;
        text-align: center;
    }
    .remodal_wrapper_2 p {
        font-size: 16px;
        text-align: center;
    }
} */

/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */

@media screen and (max-width: 1400px) {
  .hero-composition {
    margin-left: -20px;
    padding-left: 20px;
  }

  .hero-title {
    margin-left: 0px;
  }

  .m-7-slick {
    margin-left: 0px;
    margin-right: 0px;
  }

  .main-footer-menu {
    display: none;
  }

  .m-9-slick {
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .m-10-right-woman {
    position: relative;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .m-10-right-woman img {
    height: 250px;
  }

  .m-10-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-10-left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
  }

  .m-10 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1300px) {
	.main-menu ul a {
		font-size: 15px;
	}
	.main-menu ul li {
		margin-left: 20px;
	}
	
	.active-language .current-lang a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1100px) {
  .main-header-body .main-menu {
    display: none;
  }
	
	.header-language {
		margin-left: auto;
		margin-right: 20px;
	}

  .header-hambugreg {
    display: block;
  }

  .header-hamburger-line {
    background: #601F26;
  }

  .header-hambugreg:before {
    background: #601F26;
  }

  .header-hambugreg:after {
    background: #601F26;
  }

  .mobile-header {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 290;
    width: 320px;
    max-width: 100%;
    padding: 160px 20px 40px 20px;
    overflow: auto;
    height: 100vh;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(110%);
    transition: 0.25s;
  }

  .mobile-header.active {
    transform: translateX(0%);
  }

  .mobile-header-bg {
    position: fixed;
    z-index: 280;
    top: 0px;
    display: block;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: 0.25s;
    pointer-events: none;
  }

  .mobile-header-bg.active {
    opacity: 1;
    pointer-events: initial;
  }

  .main-menu ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-menu ul li {
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .main-menu ul li:last-child {
    margin-bottom: 0px;
  }

  .main-menu ul a {
    font-size: 22px;
  }
}

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

  .hero {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .hero-title {
    margin-left: 0px;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-composition {
    padding-left: 20px;
    margin-left: -20px;
  }

  .m-2-flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .m-2-right {
    width: 100%;
    margin-bottom: 30px;
  }

  .m-2-left {
    width: 450px;
    max-width: 100%;
  }

  .m-2-left-image:after {
    display: none;
  }

  .m-2 {
    padding: 80px 0px;
  }

  .section-title {
    font-size: 34px;
    line-height: 32px;
    padding-left: 20px;
  }

  .m-3-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-3-left {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 30px;
    margin-right: -20px;
  }

  .m-3-right {
    width: 100%;
  }

  .m-3-left-list {
    width: 100%;
    max-width: 100%;
  }

  .m-3-left-item {
    padding: 0px 10px;
  }

  .m-3-left-item {
    max-width: 240px;
  }

  .m-3-left-item-wrap {
    min-height: 60px;
    font-size: 16px;
    padding: 5px 10px;
  }

  .m-3-right-block-image {
    height: auto;
  }

  .m-3-right-block-image img {
    height: inherit;
  }

  .main-btn-3 {
    margin-left: 0px;
  }

  .m-3-left-btns {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    flex-direction: row;
    margin-left: 0px;
    margin-right: 0px;
  }

  .m-3-flex {
    position: relative;
    padding-bottom: 100px;
  }

  .m-3-left-btn-prev {
    margin-bottom: 0px;
    transform-origin: center;
    margin-right: 40px;
    transform: rotate(-90deg);
  }

  .m-3-left-btn-next {
    margin-left: 40px;
    margin-top: 0px;
    transform-origin: center;
    transform: rotate(-90deg);
  }

  .m-4-item {
    width: calc(50% - 30px);
  }

  .m-5-item {
    width: calc(50% - 30px);
  }

  .m-6-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .m-6-item {
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }

  .m-6-item:first-child {
    margin-top: 0px;
  }

  .m-6-item:nth-child(1),
  .m-6-item:nth-child(2) {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .m-6-item:nth-child(1) .m-6-item-image,
  .m-6-item:nth-child(2) .m-6-item-image {
    width: 100%;
    height: 160px;
    justify-content: center;
  }

  .m-6-item:nth-child(1) .m-6-item-box-content,
  .m-6-item:nth-child(2) .m-6-item-box-content {
    width: 100%;
  }

  .m-7-item {
    width: calc(50% - 30px);
  }

  .m-8-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-8-column {
    width: 100%;
    margin-top: 20px;
  }

  .m-8-column:first-child {
    margin-top: 0px;
  }

  .m-8-item {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .main-footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-footer-top-left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .main-footer-contacts {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    min-width: 1px;
  }

  .main-footer-bot {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .main-footer-copy {
    position: static;
    transform: none;
    margin-top: 20px;
  }

  .main-footer-contacts > a {
    font-size: 16px !important;
  }

  .main-footer-contacts > a:before {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    padding-left: 0px;
    border-left: none;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 38px;
  }

  .hero-composition {
    padding-right: 20px;
  }

  .hero-btns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-btns .main-btn {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .hero-btns a {
    width: 280px;
    max-width: 100%;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .m-4-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .m-4-item:last-child {
    margin-bottom: 0px;
  }

  .m-4-flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .m-5-flex {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .m-5-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }

  .m-5-item:first-child {
    margin-top: 0px;
  }

  .m-5-item-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-7-slide-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-7-slide-data {
    margin-left: 0px;
    margin-right: auto;
    margin-top: 10px;
  }

  .m-7-slide-name {
    margin-bottom: 5px;
  }

  .m-7-slide-photo {
    margin-bottom: 20px;
  }

  .m-7-flex {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }

  .m-7-item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
  }

  .m-10-form-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-10-form-item {
    width: 100%;
  }

  .m-10-bottom-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-10-checkbox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .m-10-btn {
    justify-content: flex-start;
    width: 100%;
    padding-right: 0px;
    max-width: 100%;
  }

  .m-9-slide {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .section-title {
    font-size: 28px;
  }

  .m-8-item-question {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .remodal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remodal_thanks {
    padding-left: 20px;
    padding-right: 10px;
  }

  .remodal_thanks__icon {
    margin-right: 20px;
  }

  .main-header-email {
    margin-right: 25px;
    font-size: 0px;
    letter-spacing: 0px;
  }

  .main-header-email:before {
    margin-right: 0px;
  }

  .main-header-phone {
    margin-right: 25px;
    font-size: 0px;
    letter-spacing: 0px;
  }

  .main-header-phone:before {
    margin-right: 0px;
  }

  .main-header-inst {
    margin-right: 25px;
  }
}

.m-9 {
	display: none;
}