@charset "UTF-8";

/* noto-sans-hebrew-300 - hebrew_latin */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-hebrew-v46-hebrew_latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-hebrew-v46-hebrew_latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* noto-sans-hebrew-regular - hebrew_latin */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-hebrew-v46-hebrew_latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-hebrew-v46-hebrew_latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* noto-sans-hebrew-500 - hebrew_latin */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-hebrew-v46-hebrew_latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-hebrew-v46-hebrew_latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* noto-sans-hebrew-600 - hebrew_latin */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-hebrew-v46-hebrew_latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-hebrew-v46-hebrew_latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* noto-sans-hebrew-700 - hebrew_latin */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-hebrew-v46-hebrew_latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-hebrew-v46-hebrew_latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* noto-sans-hebrew-900 - hebrew_latin */
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-hebrew-v46-hebrew_latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-hebrew-v46-hebrew_latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.visually-hidden:not(:focus):not(:active),
input[type=”checkbox”].visually-hidden,
input[type=”radio”].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

a,
button {
  outline: none !important;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
a,
ol,
ul,
li,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  direction: rtl !important;
  unicode-bidi: bidi-override !important;
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  background: #fff;
}

html {
  margin: 0 !important;
  overflow: unset !important;
}

body.noscroll {
  overflow: hidden;
}

.body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

footer {
  margin-top: auto;
}

._conteiner {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

._inner {
  width: 75%;
  margin: 0 auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  border: 0.5px solid #222838;
  -webkit-text-fill-color: #222838;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent;
}

body::-webkit-scrollbar {
  width: 2px;
}

body::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid slategrey;
}

/*-boorger-menu---------------------------------*/

.menu-burger__header {
  display: none;
}

.menu-burger__header._js--open-menu .menu-burger__header-1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-burger__header._js--open-menu .menu-burger__header-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-burger__header._js--open-menu:before,
.menu-burger__header._js--open-menu:after {
  opacity: 0;
}

/*=burger media===============================*/

._desctop {
  display: block !important;
}

._mobile {
  display: none !important;
}

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 140px;
  padding-top: 40px;
}

.header ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
}

.header._js-scroll {
  background-color: #DED5D0;
}

.header.fadeOut {
  top: -100%;
}

.menu-burger__header {
  display: none;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu-item {
  margin-left: 30px;
}

.header__menu-link {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: right;
  color: #222838;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__menu-link:hover {
  color: #B67171;
}

.header__menu-link::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  margin-top: 3px;
  background-color: #B67171;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__menu-link._js-scroll-active {
  color: #B67171;
}

.header__menu-link._js-scroll-active::after {
  width: 100%;
}

.header-logo {
  width: auto;
  height: 160px;
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-phone {
  direction: ltr !important;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-align: right;
  color: #222838;
  margin-right: auto;
  margin-left: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-phone:hover {
  color: #B67171;
}

.header-contacts {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: right;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  background: #B67171;
  border-radius: 50px;
  border: 1px solid #B67171;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-contacts:hover {
  color: #B67171;
  background: transparent;
}

._red {
  color: #B67171;
}

.baner {
  padding-top: 280px;
  background: -webkit-gradient(linear, left top, left bottom, from(#DED5D0), to(#FFFFFF));
  background: linear-gradient(180deg, #DED5D0 0%, #FFFFFF 100%);
}

.baner__title {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  /* or 54px */
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.baner__text {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #222838;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.baner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 0 40px;
  height: 60px;
  background: #B67171;
  border-radius: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border: 1px solid #B67171;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.baner__btn:hover {
  color: #B67171;
  background: transparent;
}

.baner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}

.baner-content__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0% 3%;
  mix-blend-mode: multiply;
}

.baner-content__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.baner-content__title {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  color: #222838;
  margin-bottom: 30px;
}

.baner-content__list {
  margin-bottom: 30px;
}

.baner-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.baner-content__icon {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  margin-left: 20px;
  margin-top: 6px;
}

.baner-content__text {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  /* or 142% */
  text-align: right;
  color: #222838;
}

.baner-content__fotter {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.whyMC {
  padding: 100px 0 80px;
}

.whyMC__title {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #222838;
  margin-bottom: 20px;
}

.whyMC__text {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #222838;
  width: 50%;
  margin: 0 auto;
}

.secret__block-1 {
  background: #F3EFED;
  border-radius: 46px;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.secret__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  border-left: 3px dashed #FFFFFF;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.secret__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.secret__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.secret__item-foto {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}

.secret__item-title {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-align: right;
  color: #222838;
  margin-bottom: 20px;
}

.secret__item-text {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  text-align: right;
  color: #222838;
  padding-left: 12%;
}

.secret__block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
}

.secret__big-foto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 5%;
}

.secret__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-align: right;
  color: #222838;
}

.secret__text p {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.customers {
  padding-top: 50px;
}

.testimoniels__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimoniels__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  position: relative;
  padding: 150px 5% 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimoniels__fon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.testimoniels__icon {
  width: 39px;
  height: 27px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimoniels__text {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #222838;
  margin-bottom: 20px;
}

.testimoniels__autor {
  margin-top: auto;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #222838;
}

.advantages {
  margin-top: 100px;
  background: #F3EFED;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  margin-left: -11%;
  padding-right: 90px;
  margin-top: 120px;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  /* or 110% */
  text-align: right;
  color: #222838;
}

.advantages__foto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%;
}

.advantages__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages__item:not(:last-child) {
  margin-bottom: 30px;
}

.advantages__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 20px;
}

.advantages__item-text {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.advantages__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 0 40px;
  height: 60px;
  background: #B67171;
  border-radius: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto 0px;
  border: 1px solid #B67171;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.advantages__btn:hover {
  color: #B67171;
  background: transparent;
}

.faq {
  padding: 100px 0px;
}

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

.faq__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  /* or 100% */
  text-align: right;
  color: #222838;
}

.faq__questions--list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.faq__questions--item {
  /* Line 5 */
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #222838;
}

.faq__questions--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq__questions--visible:hover .faq__questions--visible-text {
  color: #B67171;
}

.faq__questions--visible-text {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  /* or 312% */
  text-align: right;
  color: #222838;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq__questions--visible--btn {
  display: block;
  position: relative;
}

.faq__questions--visible--btn::after {
  content: "+";
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
  /* or 312% */
  text-align: left;
  color: #B67171;
}

._js-show-hide-content .faq__questions--visible-text {
  color: #B67171;
}

._js-show-hide-content .faq__questions--visible--btn::after {
  content: "-";
}

.faq__questions--hide {
  display: none;
  padding-top: 30px;
}

.faq__questions--hide-text {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#DED5D0), to(#FFFFFF));
  background: linear-gradient(0deg, #DED5D0 0%, #FFFFFF 100%);
}

.footer__title {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  color: #B67171;
  margin-bottom: 20px;
}

.footer__text {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #222838;
  margin-bottom: 80px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__contacts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
}

.footer__contacts-address,
.footer__contacts-phone,
.footer__contacts-mail {
  margin-bottom: 30px;
}

.footer__contacts-title {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-align: right;
  color: #222838;
  margin-bottom: 10px;
}

.footer__contacts-link {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  text-align: right;
  display: block;
  color: #222838;
}

.footer__contacts-phone .footer__contacts-link {
  direction: ltr !important;
}

.footer__contacts-soc .footer__contacts-title {
  margin-bottom: 25px;
}

.footer__contacts-soc--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__contacts--item {
  margin-left: 10px;
}

.footer__contacts--link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}

.footer__contacts--link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__form-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  width: 55%;
}
.footer__form-wrapper p{
margin: 0;
padding: 0;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  border: none;
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border: none;
    color: #46b450;
    margin: 0;
    padding: 0;
}
.footer__form-wrapper input {
  width: 100%;
  height: 65px;
  border: 0.5px solid #222838;
  border-radius: 10px;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
  padding: 0 20px;
  background: transparent;
  direction: rtl !important;
}

.footer__form-wrapper input::-webkit-input-placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer__form-wrapper input::-moz-placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer__form-wrapper input:-ms-input-placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer__form-wrapper input::-ms-input-placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer__form-wrapper input::placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer__form-wrapper input[type=submit] {
  background: #B67171;
  border-radius: 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  /* identical to box height */
  color: #FFFFFF;
  border: 1px solid #B67171;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer__form-wrapper input[type=submit]:hover {
  color: #B67171;
  background: transparent;
}

.footer__form-wrapper textarea {
  width: 100%;
  height: 100px;
  border: 0.5px solid #222838;
  border-radius: 10px;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
  padding: 20px;
  background: transparent;
	resize:none;
}

.footer__form-wrapper textarea::-webkit-input-placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer__form-wrapper textarea::-moz-placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer__form-wrapper textarea:-ms-input-placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer__form-wrapper textarea::-ms-input-placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.footer__form-wrapper textarea::placeholder {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #222838;
}

.form-item {
  margin-bottom: 20px;
}

.footer__footer {
  padding: 80px 0;
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  /* identical to box height, or 69% */
  text-align: center;
  color: #000000;
}

._js-img {
  opacity: 0;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, opacity 0.8s 0.5s ease-in-out, -webkit-transform 0.6s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, opacity 0.8s 0.5s ease-in-out, -webkit-transform 0.6s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.6s 0.5s ease-in-out, opacity 0.8s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.6s 0.5s ease-in-out, opacity 0.8s 0.5s ease-in-out, -webkit-transform 0.6s 0.5s ease-in-out;
}

._js-tl {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.8s 0.1s ease-in-out, -webkit-transform 0.6s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.8s 0.1s ease-in-out, -webkit-transform 0.6s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.1s ease-in-out, opacity 0.8s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.1s ease-in-out, opacity 0.8s 0.1s ease-in-out, -webkit-transform 0.6s 0.1s ease-in-out;
}

._js-tx {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 1s 0.2s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 1s 0.2s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
}

._js-tl-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.8s 0.1s ease-in-out, -webkit-transform 0.6s 0.1s ease-in-out;
  transition: opacity 0.8s 0.1s ease-in-out, -webkit-transform 0.6s 0.1s ease-in-out;
  transition: transform 0.6s 0.1s ease-in-out, opacity 0.8s 0.1s ease-in-out;
  transition: transform 0.6s 0.1s ease-in-out, opacity 0.8s 0.1s ease-in-out, -webkit-transform 0.6s 0.1s ease-in-out;
}

._js-tx-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
}

._js-bk {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.1s ease-in-out, -webkit-transform 0.8s 0.1s ease-in-out;
  transition: opacity 1s 0.1s ease-in-out, -webkit-transform 0.8s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out, opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out, opacity 1s 0.1s ease-in-out, -webkit-transform 0.8s 0.1s ease-in-out;
}

._js-bt {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
}

._js-bt-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
}

._js_active._js-img {
  opacity: 1;
}

._js_active._js-tl,
._js_active._js-tx,
._js_active._js-bk,
._js_active._js-bt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

._js_active._js-tl-2,
._js_active._js-tx-2,
._js_active._js-bt-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@-webkit-keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@-webkit-keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@media (max-width: 1700px) {
  .header__menu-item {
    margin-left: 20px;
  }

  .header__menu-link {
    font-size: 22px;
  }

  .header__menu-link::after {
    margin-top: 1px;
  }

  .header-logo {
    height: 130px;
    top: 30px;
  }

  .header {
    padding-bottom: 105px;
    padding-top: 30px;
  }

  .header-phone {
    font-size: 25px;
    line-height: 1;
    margin-left: 20px;
  }

  .header-contacts {
    font-size: 22px;
    width: 130px;
    height: 40px;
  }

  .baner {
    padding-top: 210px;
  }

  .baner__title {
    font-size: 48px;
    margin-bottom: 25px;
  }

  .baner__text {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .baner__btn,
  .advantages__btn {
    font-size: 22px;
    padding: 0 30px;
    height: 50px;
  }

  .baner-content {
    padding-top: 35px;
  }

  .baner-content__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .baner-content__icon {
    width: 15px;
    height: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-left: 10px;
    margin-top: 3px;
  }

  .baner-content__text {
    font-size: 20px;
  }

  .baner-content__item {
    margin-bottom: 15px;
  }

  .baner-content__list {
    margin-bottom: 20px;
  }

  .baner-content__fotter {
    font-size: 22px;
  }

  .whyMC {
    padding: 80px 0 60px;
  }

  .secret__title {
    font-size: 50px;
  }

  .secret__item-foto {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
  }

  .secret__item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .secret__item-text {
    font-size: 18px;
  }

  .secret__block-2 {
    padding-top: 60px;
  }

  .secret__text p {
    margin-bottom: 15px;
  }

  .secret__text {
    font-size: 22px;
  }

  .testimoniels__item {
    padding: 110px 5% 70px;
  }

  .testimoniels__icon {
    width: 30px;
    height: 25px;
    margin-bottom: 15px;
  }

  .testimoniels__text {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .testimoniels__autor {
    font-size: 22px;
  }

  .advantages {
    margin-top: 80px;
    border-radius: 40px;
  }

  .advantages__title {
    padding-right: 70px;
    margin-top: 80px;
    font-size: 42px;
  }

  .advantages__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .advantages__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
    margin-left: 15px;
  }

  .advantages__item-text {
    font-size: 22px;
  }

  .faq {
    padding: 80px 0px;
  }

  .faq__title {
    font-size: 60px;
  }

  .faq__questions--visible-text {
    font-size: 26px;
  }

  .faq__questions--item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .faq__questions--hide {
    display: none;
    padding-top: 15px;
  }

  .faq__questions--hide-text {
    font-size: 22px;
  }

  .faq__questions--visible--btn::after {
    font-size: 26px;
  }

  .footer__title {
    font-size: 60px;
    margin-bottom: 15px;
  }

  .footer__text {
    font-size: 26px;
    margin-bottom: 60px;
  }

  .footer__form-wrapper input {
    height: 55px;
    font-size: 18px;
  }

  .footer__form-wrapper input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper input::-moz-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper input:-ms-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper input::-ms-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper input::placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea {
    height: 90px;
    font-size: 18px;
  }

  .footer__form-wrapper textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea::-moz-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea:-ms-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea::-ms-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea::placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper input[type=submit] {
    font-size: 22px;
  }

  .footer-img {
    margin-right: 20px;
    width: auto;
    height: 440px;
    -ms-flex-item-align: self-end;
    -ms-grid-row-align: self-end;
    align-self: self-end;
  }

  .footer__contacts-title {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .footer__contacts-link {
    font-size: 22px;
  }

  .footer__contacts-address,
  .footer__contacts-phone,
  .footer__contacts-mail {
    margin-bottom: 25px;
  }

  .footer__contacts-soc .footer__contacts-title {
    margin-bottom: 15px;
  }

  .footer__footer {
    padding: 60px 0;
    font-size: 20px;
  }

  .whyMC__title {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .whyMC__text {
    font-size: 22px;
  }

  .form-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 1500px) {
  .form-item {
    margin-bottom: 10px;
  }

  .whyMC__title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .whyMC__text {
    font-size: 20px;
  }

  .header__menu-item {
    margin-left: 15px;
  }

  .header__menu-link {
    font-size: 20px;
  }

  .header__menu-link::after {
    margin-top: 1px;
  }

  .header-logo {
    height: 100px;
    top: 20px;
  }

  .header {
    padding-bottom: 90px;
    padding-top: 20px;
  }

  .header-phone {
    font-size: 22px;
    line-height: 1;
    margin-left: 15px;
  }

  .header-contacts {
    font-size: 20px;
    width: 110px;
    height: 35px;
  }

  .baner {
    padding-top: 190px;
  }

  .baner__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .baner__text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .baner__btn,
  .advantages__btn {
    font-size: 20px;
    padding: 0 30px;
    height: 40px;
  }

  .baner-content {
    padding-top: 30px;
  }

  .baner-content__title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .baner-content__icon {
    width: 15px;
    height: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-left: 10px;
    margin-top: 3px;
  }

  .baner-content__text {
    font-size: 18px;
  }

  .baner-content__item {
    margin-bottom: 10px;
  }

  .baner-content__list {
    margin-bottom: 15px;
  }

  .baner-content__fotter {
    font-size: 20px;
  }

  .whyMC {
    padding: 60px 0 40px;
  }

  .secret__title {
    font-size: 40px;
  }

  .secret__item-foto {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .secret__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .secret__item-text {
    font-size: 16px;
  }

  .secret__block-2 {
    padding-top: 40px;
  }

  .secret__text p {
    margin-bottom: 15px;
  }

  .secret__text {
    font-size: 20px;
  }

  .testimoniels__item {
    padding: 100px 5% 50px;
  }

  .testimoniels__icon {
    width: 27px;
    height: 22px;
    margin-bottom: 15px;
  }

  .testimoniels__text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .testimoniels__autor {
    font-size: 20px;
  }

  .advantages {
    margin-top: 60px;
    border-radius: 30px;
  }

  .advantages__title {
    padding-right: 50px;
    margin-top: 60px;
    font-size: 36px;
  }

  .advantages__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .advantages__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
    margin-left: 10px;
  }

  .advantages__item-text {
    font-size: 20px;
  }

  .faq {
    padding: 60px 0px;
  }

  .faq__title {
    font-size: 40px;
  }

  .faq__questions--visible-text {
    font-size: 22px;
  }

  .faq__questions--item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .faq__questions--hide {
    display: none;
    padding-top: 10px;
  }

  .faq__questions--hide-text {
    font-size: 20px;
  }

  .faq__questions--visible--btn::after {
    font-size: 22px;
  }

  .footer__title {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .footer__text {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .footer__form-wrapper input {
    height: 50px;
    font-size: 16px;
  }

  .footer__form-wrapper input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper input::-moz-placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper input:-ms-input-placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper input::-ms-input-placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper input::placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper textarea {
    height: 80px;
    font-size: 16px;
  }

  .footer__form-wrapper textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper textarea::-moz-placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper textarea::-ms-input-placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper textarea::placeholder {
    font-size: 16px;
  }

  .footer__form-wrapper input[type=submit] {
    font-size: 20px;
  }

  .footer-img {
    margin-right: 15px;
    width: auto;
    height: 360px;
    -ms-flex-item-align: self-end;
    -ms-grid-row-align: self-end;
    align-self: self-end;
  }

  .footer__contacts-title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .footer__contacts-link {
    font-size: 20px;
  }

  .footer__contacts-address,
  .footer__contacts-phone,
  .footer__contacts-mail {
    margin-bottom: 20px;
  }

  .footer__contacts-soc .footer__contacts-title {
    margin-bottom: 10px;
  }

  .footer__footer {
    padding: 40px 0;
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .form-item {
    margin-bottom: 10px;
  }

  .whyMC__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .whyMC__text {
    font-size: 18px;
  }

  .header__menu-item {
    margin-left: 15px;
  }

  .header__menu-link {
    font-size: 18px;
  }

  .header__menu-link::after {
    margin-top: 1px;
  }

  .header-logo {
    height: 60px;
    top: 20px;
  }

  .header {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .header-phone {
    font-size: 20px;
    line-height: 1;
    margin-left: 15px;
  }

  .header-contacts {
    font-size: 18px;
    width: 80px;
    height: 30px;
  }

  .baner {
    padding-top: 130px;
  }

  .baner__title {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .baner__text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .baner__btn,
  .advantages__btn {
    font-size: 18px;
    padding: 0 30px;
    height: 35px;
  }

  .advantages__btn {
    margin-top: 20px;
  }

  .baner-content {
    padding-top: 30px;
  }

  .baner-content__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .baner-content__icon {
    width: 15px;
    height: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-left: 10px;
    margin-top: 3px;
  }

  .baner-content__text {
    font-size: 16px;
  }

  .baner-content__item {
    margin-bottom: 10px;
  }

  .baner-content__list {
    margin-bottom: 15px;
  }

  .baner-content__fotter {
    font-size: 18px;
  }

  .whyMC {
    padding: 60px 0 40px;
  }

  .secret__title {
    font-size: 34px;
  }

  .secret__item-foto {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .secret__item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .secret__item-text {
    font-size: 16px;
  }

  .secret__block-2 {
    padding-top: 40px;
  }

  .secret__text p {
    margin-bottom: 15px;
  }

  .secret__text {
    font-size: 18px;
  }

  .testimoniels__item {
    padding: 90px 5% 40px;
  }

  .testimoniels__icon {
    width: 27px;
    height: 22px;
    margin-bottom: 15px;
  }

  .testimoniels__text {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .testimoniels__autor {
    font-size: 18px;
  }

  .advantages {
    margin-top: 40px;
    border-radius: 30px;
  }

  .advantages__title {
    padding-right: 30px;
    margin-top: 50px;
    font-size: 30px;
  }

  .advantages__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .advantages__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
    margin-left: 10px;
  }

  .advantages__item-text {
    font-size: 18px;
  }

  .faq {
    padding: 40px 0px;
  }

  .faq__questions--visible-text {
    font-size: 20px;
  }

  .faq__questions--item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .faq__questions--hide {
    display: none;
    padding-top: 10px;
  }

  .faq__questions--hide-text {
    font-size: 18px;
  }

  .faq__questions--visible--btn::after {
    font-size: 20px;
  }

  .footer__title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .footer__text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .footer__form-wrapper input {
    height: 40px;
    font-size: 16px;
  }

  .footer__form-wrapper textarea {
    height: 70px;
    font-size: 16px;
  }

  .footer__form-wrapper input[type=submit] {
    font-size: 18px;
  }

  .footer-img {
    margin-right: 15px;
    width: auto;
    height: 300px;
    -ms-flex-item-align: self-end;
    -ms-grid-row-align: self-end;
    align-self: self-end;
  }

  .footer__contacts-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .footer__contacts-link {
    font-size: 18px;
  }

  .footer__contacts-address,
  .footer__contacts-phone,
  .footer__contacts-mail {
    margin-bottom: 15px;
  }

  .footer__footer {
    padding: 30px 0;
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  /*=burger media===============================*/

  .menu-burger__header {
    position: relative;
    /* задаем относительное позиционирование */
    width: 34px;
    /* определяем размеры блока */
    height: 34px;
    display: block;
  }

  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    width: 24px;
    height: 3px;
    border-radius: 0.93px;
    background: #B67171;
    position: absolute;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .menu-burger__header span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .menu-burger__header:after {
    bottom: 7px;
  }

  .menu-burger__header:before {
    top: 7px;
  }

  .header ._inner,
  ._inner {
    width: 90%;
    margin: 0 auto;
  }

  .header__menu {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(250%);
    -ms-transform: translateX(250%);
    transform: translateX(250%);
    padding: 0 5%;
    width: 100%;
    height: 100vh;
    background: #DED5D0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  ._js--open-menu.header__menu {
    visibility: visible;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header-contacts {
    font-size: 16px;
    width: 85px;
    height: 30px;
  }

  .header__menu-item {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .header__menu-link {
    font-size: 30px;
  }

  .header-phone {
    font-size: 28px;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: 70px;
  }

  .baner__title {
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 20px;
    width: 80%;
  }

  .baner__text {
    width: 90%;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .baner-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .baner-content__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    mix-blend-mode: multiply;
    margin-bottom: 20px;
  }

  .baner-content__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .baner-content__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .baner-content__item {
    margin-bottom: 15px;
  }

  .baner-content__icon {
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    margin-left: 13px;
    margin-top: 0px;
  }

  .baner-content__text {
    font-size: 18px;
  }

  .baner-content__fotter {
    font-size: 26px;
  }

  .whyMC__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .whyMC__text {
    width: 100%;
  }

  .whyMC {
    padding: 60px 0;
  }

  .secret__block-1 {
    border-radius: 30px;
    padding: 30px;
  }

  .secret__title {
    font-size: 30px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
    border: unset;
  }

  .secret__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .secret__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .secret__block-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .secret__item-title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }

  .secret__item-text {
    font-size: 18px;
    padding: 0;
    text-align: center;
  }

  .secret__item-foto {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .secret__block-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .secret__big-foto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .secret__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 24px;
    text-align: center;
  }

  .testimoniels__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimoniels__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .testimoniels__item {
    padding: 80px 50px;
    margin-bottom: 10px;
  }

  .testimoniels__item:nth-child(2) {
    padding: 100px 50px;
  }

  .testimoniels__item:nth-child(1) {
    padding: 50px 50px;
  }

  .testimoniels__text {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .testimoniels__icon {
    width: 35px;
    height: 24px;
    margin-bottom: 10px;
  }

  .advantages {
    margin-top: 40px;
    border-radius: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages__title {
    margin: 0;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 22%;
    text-align: center;
    font-size: 30px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .advantages__foto {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 100%;
    width: 100%;
  }

  .advantages__list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .advantages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: 4%;
    margin-bottom: 30px !important;
  }

  .advantages__item-text {
    font-size: 18px;
    text-align: center;
  }

  .advantages__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .faq ._inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq__title {
    font-size: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .faq__questions--list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .faq__questions--item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .footer__title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .footer-img {
    display: none;
  }

  .footer__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer__form-wrapper input {
    height: 50px;
    font-size: 18px;
  }

  .footer__form-wrapper input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper input::-moz-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper input:-ms-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper input::-ms-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper input::placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea {
    height: 90px;
    font-size: 18px;
  }

  .footer__form-wrapper textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea::-moz-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea:-ms-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea::-ms-input-placeholder {
    font-size: 18px;
  }

  .footer__form-wrapper textarea::placeholder {
    font-size: 18px;
  }

  .footer__contacts-title {
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center;
  }

  .footer__contacts-link {
    font-size: 22px;
    text-align: center;
  }

  .footer__contacts-address,
  .footer__contacts-phone,
  .footer__contacts-mail {
    margin-bottom: 30px;
  }

  .footer__contacts-soc--list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__contacts-soc .footer__contacts-title {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 20px;
  }

  .baner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -60px;
    left: 10%;
    width: 100px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/about-icon-mob.svg);
  }

  .baner {
    padding-top: 130px;
    position: relative;
  }

  ._desctop {
    display: none !important;
  }

  ._mobile {
    display: block !important;
  }
}