/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/*
main {
  display: block;
}*/
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
input {
  /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

body {
  height: 100%;
  min-width: 320px;
  font-family: 'Mulish', 'Yeseva One', 'Ruslan Display', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #00150E;
  background: #003F2A;
  margin: 0;
}

body._lock {
  overflow: hidden;
}

ul, ol {
  margin: 0;
  padding: 0 0 10px 0;
}

li {
  margin-left: 24px;
  padding: 10px 0px;
  list-style: none;
}

*::before, *::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button {
  font-family: Ruslan Display;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 21, 14, 0.5);
          box-shadow: 0px 4px 4px rgba(0, 21, 14, 0.5);
  padding: 18px 32px 14px 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5662A), color-stop(100.03%, #FA4A00));
  background: -webkit-linear-gradient(top, #F5662A 0%, #FA4A00 100.03%);
  background: -o-linear-gradient(top, #F5662A 0%, #FA4A00 100.03%);
  background: linear-gradient(180deg, #F5662A 0%, #FA4A00 100.03%);
  color: #EDE4D6;
  border: none;
  border-radius: 0 8px 0 8px;
  cursor: pointer;
}

.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(81.56%, #EDE4D6));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #EDE4D6 81.56%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #EDE4D6 81.56%);
  background: linear-gradient(180deg, #FFFFFF 0%, #EDE4D6 81.56%);
  color: #F5662A;
}

.button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(81.56%, #EDE4D6));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #EDE4D6 81.56%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #EDE4D6 81.56%);
  background: linear-gradient(180deg, #FFFFFF 0%, #EDE4D6 81.56%);
  color: #F5662A;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title {
  font-family: Ruslan Display;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 50px;
}

.title-bc {
  color: #F5662A;
}

.title-lc {
  color: #EDE4D6;
}

.icon {
  width: 42px;
  height: 48px;
  fill: #EDE4D6;
}

.icon:hover {
  fill: #F5662A;
}

.header {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 50;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 80px;
  padding: 30px 20px;
}

.logo {
  z-index: 11;
  width: 120px;
  height: 30px;
  margin-right: 15%;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.menu-link {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-right: 30px;
  cursor: pointer;
}

.menu-link:hover, .menu-link:active {
  color: #F5662A;
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainscreen {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 200px;
}

.mainscreen-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mainscreen__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mainscreen__text {
  position: absolute;
  padding-top: 100px;
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #EDE4D6;
}

.mainscreen-title {
  font-family: Ruslan Display;
  font-style: normal;
  font-weight: normal;
  font-size: 82px;
  line-height: 90px;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 72%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.81%, rgba(0, 63, 42, 0)), color-stop(53.44%, rgba(0, 63, 42, 0.85)), color-stop(94.58%, #003F2A));
  background: -webkit-linear-gradient(top, rgba(0, 63, 42, 0) 12.81%, rgba(0, 63, 42, 0.85) 53.44%, #003F2A 94.58%);
  background: -o-linear-gradient(top, rgba(0, 63, 42, 0) 12.81%, rgba(0, 63, 42, 0.85) 53.44%, #003F2A 94.58%);
  background: linear-gradient(180deg, rgba(0, 63, 42, 0) 12.81%, rgba(0, 63, 42, 0.85) 53.44%, #003F2A 94.58%);
}

.mainscreen__title {
  position: absolute;
  bottom: 30%;
  left: 20%;
}

.mobile-button {
  display: none;
}

.ibg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 40%;
}

.ibg img {
  display: none;
}

.photos {
  margin-bottom: 200px;
}

.photos__swiper {
  position: relative;
  height: 230px;
  overflow: hidden;
  margin-bottom: 50px;
}

.photos__slide {
  position: relative;
  width: 255px;
  height: 230px;
}

.photos__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.photos__desc {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(98.19%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 98.19%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 98.19%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 98.19%);
  color: #00150E;
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.photos__button {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.photos-btn {
  z-index: 8;
  color: #F5662A;
  position: absolute;
  top: 50%;
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 200px;
  font-family: Mulish;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #F5662A;
}

.promo__bg {
  position: relative;
  background: url(/img/salles.jpg) no-repeat center;
  background-size: cover;
}

.promo__bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 21, 14, 0.7)), to(rgba(0, 21, 14, 0.7)));
  background: -webkit-linear-gradient(bottom, rgba(0, 21, 14, 0.7), rgba(0, 21, 14, 0.7));
  background: -o-linear-gradient(bottom, rgba(0, 21, 14, 0.7), rgba(0, 21, 14, 0.7));
  background: linear-gradient(0deg, rgba(0, 21, 14, 0.7), rgba(0, 21, 14, 0.7));
}

.promo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 1240px;
  margin: 8% auto 10%;
}

.promo__text {
  margin: 0 50px 0 20px;
}

.promo__list {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.promo__item {
  list-style: inside;
  margin-right: 20px;
}

.promo-button {
  margin: 20px;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
}

.price-list {
  width: 100%;
  max-width: 690px;
  color: #EDE4D6;
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin: 0 10px 40px 10px;
  padding: 0;
}

.price__item {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  margin-right: 1em;
}

.price__item::before {
  content: '';
  border-bottom: 1px dashed #ccc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 5px;
}

.value {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 200px;
}

.map-contacts {
  padding: 32px 48px;
  border-radius: 0 8px 0 8px;
  background: #EDE4D6;
  color: #00150E;
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}

.map-contacts li {
  margin-left: 0;
}

.map-contacts__title {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.footer {
  margin-top: 200px;
  position: relative;
  background: url(../img/BG-leaves.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 385px;
  bottom: 0;
}

.footer-title {
  font-family: Ruslan Display;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 50px;
  width: 100%;
  max-width: 800px;
}

.footer::before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.53%, rgba(0, 63, 42, 0)), color-stop(59.53%, rgba(0, 63, 42, 0.85)), color-stop(87%, #003F2A));
  background: -webkit-linear-gradient(bottom, rgba(0, 63, 42, 0) 16.53%, rgba(0, 63, 42, 0.85) 59.53%, #003F2A 87%);
  background: -o-linear-gradient(bottom, rgba(0, 63, 42, 0) 16.53%, rgba(0, 63, 42, 0.85) 59.53%, #003F2A 87%);
  background: linear-gradient(0deg, rgba(0, 63, 42, 0) 16.53%, rgba(0, 63, 42, 0.85) 59.53%, #003F2A 87%);
}

.footer__container {
  position: relative;
}

.footer-img {
  position: absolute;
  bottom: 25%;
  right: 0;
  width: 400px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 20px 20px;
}

.footer-button {
  margin-top: 50px;
}

.footer-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 20px 0;
  margin-top: 13%;
  color: #EDE4D6;
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer-social__item {
  cursor: pointer;
  padding: 0 10px;
}

@media (min-width: 961px) {
  .menu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .map-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 20px;
  }
  .map-contacts {
    position: absolute;
    width: 320px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map__frame {
    height: 500px;
    width: 860px;
  }
}

@media (max-width: 1200px) {
  .footer__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer-title {
    max-width: 480px;
  }
  .footer-img {
    margin-right: 40px;
    width: 320px;
    height: 400px;
  }
}

@media (max-width: 1040px) {
  .mainscreen-title {
    font-family: Ruslan Display;
    font-style: normal;
    font-weight: normal;
    font-size: 82px;
    line-height: 90px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 960px) {
  .menu-icon {
    z-index: 5;
    display: block;
    position: relative;
    right: 0;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  .menu-icon span, .menu-icon::before, .menu-icon::after {
    right: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #EDE4D6;
  }
  .menu-icon::before, .menu-icon::after {
    content: '';
  }
  .menu-icon::before {
    top: 0;
  }
  .menu-icon::after {
    bottom: 0;
  }
  .menu-icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
        -ms-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }
  .menu-icon._active span {
    -webkit-transform: scale(0) translate(0px, -50%);
        -ms-transform: scale(0) translate(0px, -50%);
            transform: scale(0) translate(0px, -50%);
  }
  .menu-icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0px, -50%);
        -ms-transform: rotate(-45deg) translate(0px, -50%);
            transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu-icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0px, 50%);
        -ms-transform: rotate(45deg) translate(0px, 50%);
            transform: rotate(45deg) translate(0px, 50%);
  }
  .menu-body {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100%;
    background-color: #003F2A;
    padding: 100px 0px 30px 30px;
    -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    overflow: auto;
  }
  .menu-body._active {
    right: 0;
  }
  .menu-body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    height: 70px;
    background: transparent;
  }
  .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-list li {
    margin-left: 0;
  }
  .menu-link {
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .promo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .map-wrapper {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .map-contacts {
    max-width: 420px;
    margin: 0 auto 20px;
  }
  .map__frame {
    width: 640px;
    height: 400px;
  }
  .footer-img {
    bottom: 10%;
    width: 290px;
    height: 360px;
  }
  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 860px) {
  .footer-img {
    width: 200px;
    height: 280px;
  }
}

@media (max-width: 770px) {
  .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-social {
    margin-bottom: 10px;
  }
  .footer-img {
    display: none;
  }
  .modal-wrapper {
    padding: 30px 40px;
  }
}

@media (max-width: 680px) {
  .mainscreen__title {
    left: 5%;
  }
  .promo__text {
    margin: 0 10px 0 20px;
  }
  .promo__post {
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
  }
  .promo__list {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
  }
  .price__item {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
  }
  .map {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .map-wrapper {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .map-contacts {
    max-width: 420px;
    margin: 0 auto 20px;
  }
  .map__frame {
    width: 440px;
    height: 400px;
  }
}

@media (max-width: 460px) {
  .mainscreen-title {
    font-family: Ruslan Display;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 42px;
  }
  .map__frame {
    width: 100%;
    height: 250px;
  }
}
