@charset "UTF-8";

#cube-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#550015));
  background: -o-linear-gradient(top, #000000 0%, #550015 100%);
  background: linear-gradient(180deg, #000000 0%, #550015 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#cube-loader .caption {
  margin: 0 auto;
}

#cube-loader .cube-loader {
  margin: 0 auto;
  position: relative;
}

#cube-loader .cube-loader span {
  display: inline-block;
  font-weight: bold;
  color: #FAE4D9;
  font-size: 40px;
  font-family: Merriweather;
  -webkit-animation: cube-loader 1.5s linear alternate infinite;
          animation: cube-loader 1.5s linear alternate infinite;
}

#cube-loader.done {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes cube-loader {
  0%, 10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  20%, 30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  30%, 40% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  40%, 50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  50%, 60% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }

  60%, 70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  70%, 80% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }

  80%, 90% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }

  90%, 100% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}

@keyframes cube-loader {
  0%, 10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  20%, 30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  30%, 40% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  40%, 50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  50%, 60% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }

  60%, 70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  70%, 80% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }

  80%, 90% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }

  90%, 100% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto Condensed", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

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

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #FFFFFF;
}

.lock {
  overflow: hidden;
}

.container {
  max-width: 1120px;
  margin: auto;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

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

.fullscreen {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.button {
  width: 337px;
  height: 57px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  margin: 15px;
  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;
}

.logo {
  max-height: 100px;
}

.logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section,
footer {
  background: #1D1B1B;
}

.title-block {
  position: relative;
}

.padding {
  padding-top: 85px;
  padding-bottom: 20px;
}

.title {
  display: block;
  position: relative;
  color: #F5F5F5;
  z-index: 8;
  font-weight: bold;
  font-size: 44px;
  line-height: 130%;
}

.title-block.menu-column-link__title {
  margin: 15px 0px;
}

.title-block.menu-column-link__title a {
  color: #F5F5F5;
  font-weight: 600;
  font-size: 18px;
  z-index: 8;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}

.title-block.menu-column-link__title a:hover {
  color: #E0B98D;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.undertitle {
  position: absolute;
  color: #1F1F1F;
  top: -50px;
  left: 15px;
  font-weight: 800;
  font-size: 64px;
  line-height: 140%;
  z-index: 7;
  letter-spacing: 0.02em;
}

.undertitle.menu-column-link__undertitle {
  left: 10px;
  top: -30px;
  line-height: 54px;
  font-size: 42px;
}

.subtitle {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.02em;
  display: block;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #1F1F1F;
  width: 398px;
  height: 479px;
  padding: 30px;
}

.form__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.02em;
  display: block;
}

.form__subtitle {
  display: block;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.form__point {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  display: block;
  padding-bottom: 15px;
}

.form__point span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #E0B98D;
  display: inline-block;
  padding-right: 10px;
}

.form__inputs {
  color: #C5C5C5;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
  background: transparent;
  border-bottom: 1px solid #797979;
  width: 100%;
}

.form__inputs:focus {
  border-bottom: 1px solid #F5F5F5;
}

.form__file {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.form__file span {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.button__form {
  margin: 0;
  width: 100%;
}

.form__description {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #797979;
}

.form__description a {
  color: #797979;
  border-bottom: 1px solid #797979;
}

.form-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}

textarea {
  height: 34px;
  overflow: hidden;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: rgba(0, 0, 0, 0.74);
  z-index: 9999;
  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;
}

.popup__body {
  background: url("../img/menu/pop-up.png") center/cover no-repeat;
  position: relative;
  width: 764px;
  height: 452px;
  -webkit-transition: 1s 0.8s ease 0s;
  -o-transition: 1s 0.8s ease 0s;
  transition: 1s 0.8s ease 0s;
  border-radius: 10px;
}

.popup__content {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-close {
  position: absolute;
  padding: 10px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.popup__top {
  font-family: Philosopher;
  color: #373737;
}

.popup__title {
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  line-height: 20px;
  padding-bottom: 6px;
}

.popup__subtitle {
  font-size: calc(22px + 6 * ((100vw - 320px) / 1600));
  line-height: 31px;
  color: #373737;
  padding-bottom: 30px;
}

.popup__form {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.popup__input {
  background: #F8F8F8;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 4px 4px rgba(149, 149, 149, 0.24);
          box-shadow: inset 0px 4px 4px rgba(149, 149, 149, 0.24);
  border-radius: 7px;
  max-width: 400px;
  height: 54px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 21px;
  color: #959595;
  margin-bottom: 20px;
}

.popup__input:last-child {
  margin-bottom: 35px;
}

.popup__button {
  color: #423A2A;
  text-shadow: 0px 1px 0px #B99C5D;
  margin-bottom: 20px;
}

.popup__info {
  font-weight: 300;
  font-size: calc(10px + 2 * ((100vw - 320px) / 1600));
  line-height: 14px;
  color: #373737;
  max-width: 325px;
}

.popup__info a {
  color: #B99C5D;
  text-decoration: underline;
}

.open {
  opacity: 1;
  visibility: visible;
}

.popup-thanks__body {
  background: url("../img/menu/pop-up-thanks.png") center/cover no-repeat;
}

.popup-thanks__logo {
  display: block;
  text-align: center;
  padding-bottom: 57px;
}

.popup-thanks__logo img {
  margin: auto;
}

.popup-thanks__top {
  font-family: Philosopher;
  color: #373737;
}

.popup-thanks__title {
  font-size: calc(24px + 4 * ((100vw - 320px) / 1600));
  line-height: 31px;
  padding-bottom: 15px;
}

.popup-thanks__subtitle {
  line-height: 20px;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  padding-bottom: 70px;
}

.popup-thanks__socials-text {
  font-size: calc(10px + 2 * ((100vw - 320px) / 1600));
  line-height: 14px;
  display: inline-block;
  padding-bottom: 10px;
}

.popup-thanks__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-thanks__socials img {
  padding-right: 20px;
}

.popup-thanks-steps__subtitle {
  font-family: Philosopher;
  color: #373737;
  max-width: 305px;
  max-height: 120px;
}

.popup__video-content {
  padding: 20px;
}

.popup__video-content iframe {
  border-radius: 10px;
}

.videos-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup__video-close {
  right: -5px;
  top: -5px;
}

.menu_active {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.menu-button {
  position: relative;
  height: 60px;
  width: 60px;
  border: none;
  background-color: transparent;
  margin-left: -20px;
  cursor: pointer;
}

.menu-button__line {
  position: absolute;
  height: 3px;
  width: 40px;
  margin-top: -1px;
  margin-left: -10px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu-button__line:nth-child(1) {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.menu-button__line:nth-child(3) {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.line_active span:nth-child(1) {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.line_active span:nth-child(2) {
  height: 0;
}

.line_active span:nth-child(3) {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  position: relative;
  background: #000000;
}

.background_image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.background_image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
}

.header-container {
  position: relative;
}

.navbar-content {
  position: absolute;
  width: 100%;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}

.navbar_active {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0.65;
      -ms-flex: 0.65;
          flex: 0.65;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.navbar__link {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding: 0px 3px;
  color: #ffffff;
}

.navbar__link:hover {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border-bottom: 1px solid #AE3150;
}

.navbar__locations {
  font-size: 17px;
  line-height: 130%;
}

.navbar__location {
  margin-bottom: 11px;
  display: block;
}

.navbar__contacts a {
  margin-right: 5px;
}

.navbar__contacts a img {
  margin-bottom: -3px;
}

.contacts__phone {
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  line-height: 130%;
}

.header__title {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 140%;
  color: #FAE4D9;
  text-shadow: 6px 4px 4px rgba(0, 0, 0, 0.5);
  margin-top: 100px;
  margin-bottom: 59px;
  max-width: 530px;
}

.header__subtitle {
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 59px;
  max-width: 505px;
}

.header-button_more {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 41px;
  display: block;
  max-width: 250px;
}

.button_viber {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  padding: 20px 70px;
  background: #AE3150;
  text-align: center;
  -webkit-animation: btn 2.5s infinite linear;
          animation: btn 2.5s infinite linear;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.button_viber:hover {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background: #A23B8A;
}

.header__button-margin {
  margin-bottom: 156px;
}

@-webkit-keyframes btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.navbar-link__item {
  cursor: pointer;
  position: relative;
}

.navbar-link__top {
  position: relative;
  padding-right: 15px;
  display: inline-block;
}

.arc {
  position: absolute;
  top: 9px;
  left: 75px;
}

.spoiler_active.navbar-link__top {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block !important;
  border-bottom: 1px solid #AE3150;
}

.navbar-link__bootom {
  position: absolute;
  left: 0;
  top: 25px;
  min-width: 190px;
  padding: 5px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#550015));
  background: -o-linear-gradient(top, #000000 0%, #550015 100%);
  background: linear-gradient(180deg, #000000 0%, #550015 100%);
}

.navbar-link_a {
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}

.navbar-link_a:hover {
  color: #AE3150;
}

.navbar-link-mobile__top {
  margin-bottom: 15px;
  max-width: 68px;
}

.header-block_content {
  position: absolute;
  padding: 40px 50px 35px;
  width: 60%;
  bottom: 0;
  right: 0;
  height: 149px;
  background: #000000;
}

.header-block_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-block_item {
  position: relative;
  font-size: 22px;
  line-height: 130%;
  padding-top: 14px;
  padding-right: 109px;
}

.header-block_item:last-child {
  padding-right: 0px;
}

.header-block_item:before {
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#AE3150), to(rgba(255, 255, 255, 0))), #FF0404;
  background: -o-linear-gradient(top, #AE3150 0%, rgba(255, 255, 255, 0) 100%), #FF0404;
  background: linear-gradient(180deg, #AE3150 0%, rgba(255, 255, 255, 0) 100%), #FF0404;
}

.video {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.video video {
  width: 533px;
  height: 398px;
}

.mobile_nav {
  position: fixed;
  padding-left: 15px;
  padding-top: 40px;
  padding-right: 15px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#550015));
  background: -o-linear-gradient(top, #000000 0%, #550015 100%);
  background: linear-gradient(180deg, #000000 0%, #550015 100%);
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
          transform: translateX(-110%);
  z-index: 4;
}

.mobile__title {
  max-width: 190px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #FAE4D9;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin-left: auto;
}

.navbar__menu {
  padding: 40px 0;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 40%;
}

.link__mobile {
  margin-bottom: 15px;
}

.link__mobile:last-child {
  margin: 0px 0px 0px 0px;
}

.navbar__contacts {
  text-align: center;
}

.menu_active {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.menu-button {
  display: none;
  position: relative;
  height: 50px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 5;
}

.menu-button__line {
  position: absolute;
  background-color: #ffffff;
  height: 3px;
  width: 40px;
  margin-top: -1px;
  margin-left: -10px;
  border-radius: 2px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu-button__line:nth-child(1) {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.menu-button__line:nth-child(3) {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.line_active span:nth-child(1) {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.line_active span:nth-child(2) {
  height: 0;
}

.line_active span:nth-child(3) {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.background_image-links img {
  height: auto;
}

.about {
  padding-bottom: 75px;
  background: #050507;
  background: url("../img/bgabout.png") center/cover no-repeat;
  padding-top: 87px;
  overflow: hidden;
}

.about__title_bg {
  background: #050507;
}

.about__title {
  margin-top: 0px;
  padding-bottom: 50px;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__text {
  margin: 0;
  padding-bottom: 50px;
}

.about__img {
  display: block;
  height: auto;
  min-width: 50%;
  font-size: 22px;
  line-height: 130%;
}

.about__img img {
  padding-bottom: 30px;
  max-width: 100%;
  height: auto;
}

.about__img span {
  font-size: 22px;
  display: block;
  line-height: 130%;
}

.about__img span:last-child {
  padding-bottom: 20px;
}

.width img {
  width: 100%;
}

.about__me {
  display: block;
  min-width: 48%;
  padding-left: 2%;
}

.about_more {
  padding-bottom: 0 !important;
}

.cards {
  margin-top: -4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#550015));
  background: -o-linear-gradient(top, #000000 0%, #550015 100%);
  background: linear-gradient(180deg, #000000 0%, #550015 100%);
}

.cards__title {
  padding-bottom: 52px;
}

.section__title {
  font-family: Merriweather;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
}

.section__description {
  display: block;
  font-size: 17px;
  line-height: 130%;
  margin: auto;
}

.more {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.more:hover {
  color: #AE3150;
}

.cards__description {
  padding-bottom: 50px;
}

.cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 76px;
  margin: 0px -25px;
  padding-top: 152px;
}

.cards__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  margin: 0px 25px;
}

.cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  overflow: hidden;
  width: 340px;
  height: 256px;
  margin-bottom: 3%;
  position: relative;
}

.cards__item:after {
  content: '';
  display: block;
  bottom: 20px;
  right: 110%;
  width: 30px;
  height: 20px;
  position: absolute;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  background: url("../img/icon/Arrowcards.svg") center/contain no-repeat;
}

.item__img {
  position: absolute;
  left: -110%;
  height: 100%;
  top: 0;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.item__title {
  font-family: Merriweather;
  font-weight: 900;
  padding-bottom: 15px;
  color: #000000;
  font-size: 19px;
  line-height: 25px;
  color: #4C4E51;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.item__content {
  padding: 20px;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.item__text {
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.column__img-bg {
  position: relative;
  width: 100%;
}

.column__img-bg img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 150%;
}

.feedback {
  background: url("../img/bgfeedback.png") center/cover no-repeat;
  padding-bottom: 122px;
  padding-top: 152px;
}

.feedback__title {
  text-align: center;
  padding-bottom: 50px;
}

.feedback__description {
  max-width: 730px;
  text-align: center;
  padding-bottom: 70px;
}

.slider {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 0px 60px 0px 60px;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
  margin: -30px 10px;
}

.slider .slick-prev {
  left: 0;
  background: url("../img/LeftArrow.svg") center center no-repeat;
}

.slider .slick-next {
  right: 0;
  background: url("../img/RightArrow.svg") center center no-repeat;
}

.slider__item {
  padding: 0 20px;
  min-width: 230px;
  height: 400px;
}

.slider__img {
  height: 100%;
  width: 100%;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.slick-dots {
  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;
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #000000;
  border: 2px solid #FFFFFF;
  margin: 0px 10px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.slick-dots li.slick-active button {
  background-color: #AE3150;
}

.small {
  font-size: 12px;
  text-align: center;
  padding-top: 15px;
}

.price {
  margin-top: -5px;
  background: url(../img/principles.png) center/cover no-repeat;
  padding-bottom: 152px;
}

.price__title {
  padding-top: 48px;
  padding-bottom: 50px;
  text-align: center;
}

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

.price__text {
  max-width: 536px;
  font-size: 17px;
  line-height: 130%;
}

.price__cost {
  display: inline-block;
  max-width: 110px;
}

.price__seans {
  vertical-align: top;
}

.price__btn {
  padding-top: 50px;
}

.footer {
  position: relative;
  background: #000000;
  padding: 10px 0;
}

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

.footer__title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

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

.footer__locations {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.up {
  height: 40px;
  width: 40px;
  padding: 8px;
  margin-left: 30px;
  border: 1px solid #FFFFFF;
}

.up__img {
  display: block;
  margin: auto;
}

.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.hide_abs {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
}

.show_rel {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: relative;
}

.display_none {
  display: none !important;
}

.err {
  border: 1px solid red;
}

.padding_none {
  padding-bottom: 0px !important;
}

.spoiler_none,
.accordion-spoiler_none {
  display: none;
}

.spoiler_active,
.accordion-spoiler_active {
  display: block;
}

.spoiler_active .service-price__logo:after,
.spoiler_active .service-price__logo:before,
.accordion-spoiler_active .service-price__logo:after,
.accordion-spoiler_active .service-price__logo:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.spoiler_active .service-price__logo:before,
.accordion-spoiler_active .service-price__logo:before {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.spoiler_active .service-price__logo:after,
.accordion-spoiler_active .service-price__logo:after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.spoiler_active .price-item__cost:after,
.spoiler_active .price-item__cost:before,
.accordion-spoiler_active .price-item__cost:after,
.accordion-spoiler_active .price-item__cost:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.spoiler_active .price-item__cost:before,
.accordion-spoiler_active .price-item__cost:before {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.spoiler_active .price-item__cost:after,
.accordion-spoiler_active .price-item__cost:after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.accordion-spoiler_active.accordion__top:after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.content-present-item-4__select-title.spoiler_active:after,
.content-present-item-4__select-title.spoiler_active:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.content-present-item-4__select-title.spoiler_active:before {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.content-present-item-4__select-title.spoiler_active:after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.scrollbar-thumb {
  background: #D9BD89 !important;
  width: 6px  !important;
}

.scrollbar-track-y {
  width: 6px !important;
  background: #EEEEEE !important;
  border-radius: 4px !important;
}

.main-content-steps-top__left .scrollbar-track-y {
  right: 10px !important;
  top: 20px !important;
  height: 220px !important;
}

.content-price-form__range {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  min-width: 200px;
}

.content-price-form__range-input {
  max-width: 80px;
  margin-right: 15px;
  max-height: 42px;
  margin-bottom: 0;
}

.range-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.range-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.content-price-form__range {
  margin-bottom: 30px;
}

.ui-slider.ui-slider-horizontal {
  position: relative;
  height: 7px;
  border: none;
  background: #F9F9F9;
  border-radius: 12px;
}

.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  background: url("../img/price/range.svg") 0 0 no-repeat;
  position: absolute;
  border-right: none;
  top: -3px;
  margin-left: -5px;
  cursor: pointer;
}

.ui-slider .ui-slider-range {
  background: -o-linear-gradient(267.26deg, #DAB171 -6.32%, #F3DEAD -6.31%, #F4E6CB 36.24%, #D9BD89 78.81%);
  background: linear-gradient(182.74deg, #DAB171 -6.32%, #F3DEAD -6.31%, #F4E6CB 36.24%, #D9BD89 78.81%);
  height: 7px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.ymaps-2-1-77-controls__control {
  right: 10px !important;
  left: auto !important;
  top: 40px !important;
}

.ymaps-2-1-77-zoom {
  z-index: 999;
}

.ymaps-2-1-77-controls__toolbar,
.ymaps-2-1-77-copyrights-pane {
  display: none;
}

.ymaps-2-1-77-ground-pane {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  filter: url(/img/filters.svg#grayscale);
  -webkit-filter: grayscale(1);
}

.ymaps-2-1-77-balloon__tail {
  display: none !important;
}

.ymaps-2-1-77-balloon {
  border-radius: 10px;
  top: 40px !important;
  left: -150px !important;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 5px 15px -7px rgba(255, 255, 255, 0.5) !important;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 5px 15px -7px rgba(255, 255, 255, 0.5) !important;
}

.ymaps-2-1-77-balloon:before {
  content: 'Адрес';
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  top: -53%;
  padding-top: 6px;
  font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  line-height: 19px;
  width: 174.03px;
  border-radius: 10px;
  height: 28px;
  position: absolute;
  background: #fff url("../img/footer/map.svg") top 8px left 43px/14px 14px no-repeat;
}

.ymaps-2-1-77-balloon__content {
  text-align: center;
  font-family: Gilroy !important;
}

.map__baloon {
  font-weight: 500;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  line-height: 137.5%;
  display: block;
  position: relative;
}

.map__baloon-2 {
  font-weight: 300;
  font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  color: #373737;
}

@media (min-width: 576.98px) {
  .header-container {
    padding-top: 111px !important;
  }

  .navbar-content {
    z-index: 2;
  }

  .navbar-content_active {
    background: url("../img/portraitmain3.png") top/100% no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

@media (min-width: 991.98px) {
  .cards__item:hover .item__title,
  .cards__item:hover .item__text {
    color: #ffffff;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
  }

  .cards__item:hover .item__img {
    left: 0;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
  }

  .cards__item:hover:after {
    right: 20px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
  }
}

@media (max-width: 1310px) {
  .header-block_items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-block_item {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    margin: auto;
  }

  .background_image img {
    left: 60%;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 991.98px) {
  .logo {
    height: 100%;
  }

  section,
  footer {
    margin-top: -2px;
  }

  .padding {
    padding-top: 65px;
  }

  .navbar__location {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 16px;
  }

  .header__title {
    max-width: 482px;
    margin-top: 46px;
    margin-bottom: 18px;
  }

  .header__subtitle {
    max-width: 482px;
    margin-bottom: 35px;
  }

  .header-button_more {
    margin-bottom: 30px;
  }

  .header__button-margin {
    margin-bottom: 179px;
  }

  .navbar__links {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .header-block_content {
    width: 100%;
  }

  .video video {
    width: 349px;
  }

  .about {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .about__text {
    padding-bottom: 30px;
  }

  .cards__title {
    padding-right: 60px;
  }

  .more {
    padding-bottom: 90px;
  }

  .cards__description {
    padding-bottom: 30px;
  }

  .cards__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-top: 65px;
    padding-bottom: 50px;
  }

  .cards__column {
    margin: 0;
  }

  .cards__item:after {
    right: 20px;
  }

  .item__img {
    left: 0;
  }

  .item__title {
    color: #ffffff;
  }

  .item__text {
    color: #ffffff;
  }

  .column__img-bg {
    display: none;
  }

  .column-1__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .column-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .column-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .column-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .feedback {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .feedback__title {
    padding-bottom: 30px;
  }

  .feedback__description {
    padding-bottom: 50px;
  }

  .price {
    padding-bottom: 137px;
  }

  .price__title {
    padding-top: 97px;
  }

  .price__btn {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .container {
    min-width: 100%;
    padding: 0 10px;
  }

  .navbar__desktop_loc {
    display: none;
  }

  .navbar__desktop_loc {
    display: none;
  }

  .cards__item {
    min-width: 48%;
  }

  .cards__img {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .title-block.menu-column-link__title {
    margin: 10px 0px;
  }

  .undertitle {
    display: none;
  }

  .contacts__phone {
    font-size: 18px;
  }

  .cards__item {
    width: 275px;
    height: 285px;
  }
}

@media (max-width: 576.98px) {
  .button {
    width: 100%;
    margin: 10px 0px;
  }

  .title-block {
    text-align: center;
  }

  .padding {
    padding-top: 40px;
  }

  .title {
    font-size: 27px;
  }

  .subtitle {
    font-size: 18px;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .form {
    padding: 18px;
    width: 100%;
  }

  .background_image img {
    left: 58%;
    max-height: 550px;
  }

  .navbar-content {
    position: relative;
  }

  .navbar__location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header__subtitle {
    max-width: 300px;
  }

  .header-button_more {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .header__button-margin {
    margin-bottom: 100px;
  }

  .navbar-link_ul {
    margin-bottom: 20px;
  }

  .header-block_content {
    padding: 10px;
    height: auto;
  }

  .header-block_item:before {
    width: 27px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .header-block_item {
    font-size: 16px;
    padding-top: 7px;
    min-width: 98px;
    text-align: center;
  }

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

  .video video {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .about {
    padding-top: 40px;
    padding-bottom: 54px;
  }

  .about__title {
    padding-bottom: 30px;
  }

  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__img {
    font-size: 18px;
  }

  .about__img img {
    margin: 0px -10px;
    max-width: 110%;
  }

  .about__img span {
    font-size: 18px;
  }

  .width img {
    margin: 0;
  }

  .about__me {
    padding-left: 0;
  }

  .cards__title {
    padding-bottom: 30px;
  }

  .section__title {
    font-size: 24px;
  }

  .section__description {
    font-size: 16px;
  }

  .more {
    padding-bottom: 40px;
  }

  .cards__block {
    padding-top: 50px;
  }

  .cards__item {
    width: 100%;
    height: auto;
    min-height: 240px;
  }

  .item__img {
    height: 100%;
    width: 100%;
  }

  .column-1__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .column-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .column-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .column-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .feedback {
    padding-top: 40px;
    padding-bottom: 53px;
  }

  .feedback__description {
    padding-bottom: 30px;
  }

  .slider {
    padding: 0;
  }

  .slider__item {
    padding: 0;
    min-width: auto;
    height: auto;
  }

  .price {
    padding-bottom: 70px;
  }

  .price__title {
    padding-top: 29px;
    padding-bottom: 40px;
  }

  .price__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .price__btn {
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .header__button {
    text-align: center;
    padding: 37px 0px;
    background: #000000;
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
  }

  .header__title {
    margin-top: 21px;
    margin-bottom: 30px;
    max-width: 231px;
    font-size: 26px;
    line-height: 140%;
  }

  .header__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 130%;
  }

  .header__description {
    font-size: 17px;
    line-height: 15px;
  }

  .menu-button {
    display: block;
  }

  .navbar__desktop {
    display: none;
  }

  .cards__item {
    min-width: 100%;
    margin-bottom: 5%;
  }

  .footer__title {
    padding-bottom: 15px;
  }

  .footer__location {
    margin-bottom: 0;
  }

  .footer__contacts {
    padding-top: 15px;
  }

  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .up {
    position: absolute;
    right: 15px;
  }
}

@media (max-width: 420px) {
  .price__cost {
    margin-left: auto;
    display: block;
    text-align: right;
  }
}

.webp .popup__body{ background: url(../img/menu/pop-up.webp) center/cover no-repeat; }

.webp .popup-thanks__body{ background: url(../img/menu/pop-up-thanks.webp) center/cover no-repeat; }

.webp .about{ background: url(../img/bgabout.webp) center/cover no-repeat; }

.webp .feedback{ background: url(../img/bgfeedback.webp) center/cover no-repeat; }

.webp .price{ background: url(../img/principles.webp) center/cover no-repeat; }

@media (min-width: 576.98px){

  .webp .navbar-content_active{ background: url(../img/portraitmain3.webp) top/100% no-repeat; }
}