@charset "UTF-8";
* {
  outline: none;
  font-family: Gilroy;
}

html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  height: 100%;
}

h1 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  color: #222222;
}

p, a {
  font-weight: 300;
}

input[type=text], input[type=submit], textarea {
  -webkit-appearance: none;
}

h1, h2 {
  font-family: Gilroy;
  font-weight: 400;
  margin: 0;
}

h1 span, h2 span {
  color: #DBB972;
  font-family: Gilroy;
  font-weight: 400;
}

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

.caption {
  font-family: Gilroy;
  font-size: 38px;
  font-weight: bold;
  color: #26242F;
  text-align: center;
  padding-top: 100px;
  font-weight: 400;
}

.caption span {
  color: #DBB972;
}

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #26242F;
  position: relative;
  background: linear-gradient(272.18deg, #DBB972 16.31%, #F3D28E 57.42%, #DBB972 95.86%);
  -webkit-box-shadow: 0px -1px 30px 6px rgba(255, 225, 165, 0.44);
          box-shadow: 0px -1px 30px 6px rgba(255, 225, 165, 0.44);
  border-radius: 4px;
  height: 60px;
  width: 285px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  z-index: 10;
}

.button:hover {
  background: linear-gradient(272.18deg, #FED681 16.31%, #F8D284 57.42%, #F1CE86 95.86%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

._req {
  border: 1px solid #d9d9d9;
}

._error {
  border: 1px solid #ff5252;
  -webkit-box-shadow: 0 0 4px #ff5252;
          box-shadow: 0 0 4px #ff5252;
}

.form-popup {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 400px;
  padding: 40px 30px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.form-popup_title {
  font-size: 28px;
  color: #26242F;
  font-weight: 400;
}

.form-popup_subtitle {
  font-size: 20px;
  margin-top: 20px;
  color: #4C4C4C;
  line-height: 27px;
}

.form-popup_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  cursor: pointer;
}

.form-popup_close img {
  width: 24px;
}

.form-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

.header-home {
  background: url(../img/header/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
}

.header-wrapper {
  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: 25px;
}

.header-logo {
  cursor: pointer;
}

.header-logo img {
  width: 210px;
}

.header-nav a {
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  color: #343140;
  font-weight: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-nav a:hover {
  color: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-phone {
  display: inline-block;
  padding-right: 15px;
}

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

.header-phone_number img {
  margin-top: -2px;
  width: 17px;
}

.header-phone_number a {
  text-decoration: none;
  font-size: 20px;
  color: #343140;
  font-weight: 500;
  padding-left: 10px;
}

.header-phone_title p {
  text-align: right;
  padding-top: 7px;
  position: relative;
  cursor: pointer;
}

.header-phone_title p:hover {
  color: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-phone_title p:hover::before {
  background: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-phone_title p::before {
  position: absolute;
  content: '';
  display: block;
  width: 124px;
  height: 1px;
  background: #26242F;
  right: 0;
  top: 25px;
}

.header-social {
  display: inline-block;
}

.header-social a {
  text-decoration: none;
}

.header-social img {
  width: 37px;
  padding-left: 5px;
}

.header-offer {
  margin-top: 110px;
}

.header-offer h1 {
  color: #343140;
  font-size: 56px;
}

.header-offer p {
  color: #4C4C4C;
  font-size: 24px;
  margin-top: 30px;
  line-height: 35px;
  width: 409px;
}

.header-button {
  margin-top: 55px;
}

.header-popup {
  display: block;
  position: absolute;
  background: #ffffff;
  background: linear-gradient(262.47deg, #F5F5F5 0%, #FAFAFA 51.4%, #F7F7F7 93.32%);
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  top: 50%;
  border-radius: 4px;
  left: 50%;
  -webkit-transform: translate(-180px, -313px);
          transform: translate(-180px, -313px);
}

.header-popup_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 360px;
  padding: 50px 40px 50px 40px;
}

.header-popup__title {
  font-size: 28px;
  color: #26242F;
  text-align: center;
}

.header-popup__subtitle {
  font-size: 18px;
  color: #4C4C4C;
  padding-top: 30px;
  text-align: center;
  line-height: 27px;
}

.header-popup_overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 99;
}

.header-popup__text {
  font-size: 14px;
  line-height: 19px;
  padding-top: 35px;
  text-align: center;
}

.header-popup__text a {
  text-decoration: none;
  cursor: pointer;
  color: #DBB972;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-popup__text a:hover {
  color: #F3D28E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-popup__text a:hover::before {
  background: #F3D28E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-popup__text a::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #DBB972;
  right: 0;
  top: 16px;
}

.header-popup_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.header-popup_close img {
  max-width: 24px;
  cursor: pointer;
}

.header-form {
  padding-top: 30px;
}

.header-form form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-form input {
  height: 54px;
  width: 285px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-size: 14px;
  border-radius: 4px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 10px;
}

.header-form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 10;
  font-weight: 400;
  font-size: 16px;
  top: 0px;
  border-radius: 4px;
  border: none;
  height: 54px;
  width: 285px;
  line-height: normal;
}

.header-form_send {
  position: absolute;
  right: 51px;
  bottom: 79px;
  font-size: 16px;
  color: #3d3d3d;
  display: none;
}

.header-menu {
  position: relative;
  width: 40px;
  padding-left: 25px;
  cursor: pointer;
  display: none;
  margin-top: 13px;
  vertical-align: top;
}

.header-menu span {
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #DBB972;
  top: 26%;
  border-radius: 10px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.header-menu span::before, .header-menu span::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #DBB972;
  top: 50%;
  -webkit-transition: 0.21s;
  transition: 0.21s;
  border-radius: 10px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.header-menu span::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.header-menu span::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.header-menu span__active {
  -webkit-transition: 0.21s;
  transition: 0.21s;
}

.header-menu span__active span {
  height: 0;
}

.header-menu span__active span::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-menu span__active span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header-menu_mobile {
  position: fixed;
  background-color: #080808;
  top: 0;
  right: 0;
  opacity: 0.97;
  height: 100vh;
  z-index: 99;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}

.header-menu_mobile__active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  visibility: visible;
  opacity: 0.98;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header-menu_mobile__block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-203px);
          transform: translateY(-203px);
  width: 300px;
  margin: auto;
}

.header-menu_mobile__block a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  padding-top: 20px;
  text-align: center;
  display: block;
}

.header-menu_mobile__close {
  text-align: center;
  position: absolute;
  top: 15px;
  right: 10px;
}

.header-menu_mobile__close p {
  color: #fff;
  font-size: 18px;
}

.header-menu_mobile__close img {
  width: 90px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.header-menu_mobile__phone {
  margin-top: 20px;
}

.header-menu_mobile__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 232px;
  margin: auto;
}

.header-menu_mobile__number img {
  margin-top: -2px;
  width: 17px;
}

.header-menu_mobile__number a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding-left: 10px;
}

.header-menu_mobile__social {
  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;
  margin-top: 55px;
}

.header-menu_mobile__social a {
  text-decoration: none;
}

.header-menu_mobile__social img {
  width: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-menu_mobile__title {
  text-align: center;
}

.header-menu_mobile__title p {
  font-size: 15px;
  color: #bababa;
  padding-top: 4px;
}

@media (min-width: 1920px) {
  .header-home {
    height: 820px;
  }
  .header-offer {
    margin-top: 190px;
  }
  .header-offer h1 {
    font-size: 65px;
  }
  .header-offer p {
    font-size: 26px;
  }
}

@media (max-width: 1600px) {
  .header-home {
    background: url(../img/header/background.jpg) no-repeat;
    background-position: center right;
    background-size: cover;
  }
}

@media (max-width: 1350px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1279px) {
  .header-logo {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .header-nav {
    display: none;
  }
  .header-phone {
    padding-right: 0;
  }
  .header-social {
    display: none;
  }
  .header-menu {
    display: inline-block;
  }
  .header-menu_mobile__phone {
    display: none;
  }
  .header-offer h1 {
    font-size: 47px;
  }
}

@media (max-width: 1179px) {
  .header-home {
    background-position: center right -29px;
  }
  .header-menu_mobile__phone {
    display: none;
  }
}

@media (max-width: 1090px) {
  .header-home {
    background: url(../img/header/background_1.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 970px;
  }
  .header-offer {
    margin-top: 130px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 730px) {
  .header-home {
    height: 880px;
    background-position: right bottom;
  }
  .header-menu {
    margin-top: 0;
  }
  .header-menu span::before {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  .header-menu span::after {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  .header-menu_mobile__block {
    -webkit-transform: translateY(-216px);
            transform: translateY(-216px);
  }
  .header-menu_mobile__phone {
    display: block;
  }
  .header-menu_mobile__social {
    margin-top: 15px;
  }
  .header-phone {
    display: none;
  }
  .header-offer {
    margin-top: 75px;
  }
  .header-offer p {
    margin-top: 20px;
  }
  .header-button {
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-home {
    background: url(../img/header/background_2.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 985px;
  }
  .header-offer h1 {
    font-size: 41px;
  }
  .header-offer p {
    font-size: 26px;
    width: 445px;
  }
}

@media (max-width: 510px) {
  .header-home {
    height: 900px;
  }
  .header-popup {
    -webkit-transform: translate(-168px, -311px);
            transform: translate(-168px, -311px);
  }
  .header-popup_block {
    width: 335px;
    padding: 50px 25px 50px 25px;
  }
  .header-offer {
    margin-top: 50px;
    text-align: center;
  }
  .header-offer p {
    width: auto;
  }
}

@media (max-width: 506px) {
  .header-home {
    height: 875px;
  }
  .header-offer h1 {
    font-size: 35px;
  }
  .header-offer p {
    font-size: 23px;
  }
  .header-button {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .header-home {
    height: 860px;
  }
  .header-logo img {
    width: 190px;
  }
  .caption {
    font-size: 32px;
  }
}

@media (max-width: 436px) {
  .header-home {
    height: 810px;
  }
  .header-offer h1 {
    font-size: 33px;
  }
  .header-offer p {
    font-size: 22px;
  }
}

@media (max-width: 416px) {
  .header-home {
    height: 765px;
  }
  .header-offer {
    margin-top: 45px;
  }
  .header-offer h1 {
    font-size: 31px;
  }
  .header-offer p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 389px) {
  .header-home {
    height: 725px;
  }
  .header-offer h1 {
    font-size: 29px;
  }
  .header-offer p {
    font-size: 20px;
  }
  .header-button {
    margin-top: 35px;
  }
}

@media (max-width: 375px) {
  .caption {
    font-size: 30px;
  }
}

@media (max-width: 360px) {
  .header-home {
    height: 690px;
  }
  .header-offer h1 {
    font-size: 25px;
  }
  .header-offer p {
    font-size: 19px;
  }
}

@media (max-width: 320px) {
  .header-home {
    height: 650px;
  }
  .header-offer p {
    font-size: 17px;
  }
}

.about {
  background: url(../img/about/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 670px;
}

.about-img {
  position: relative;
  bottom: -70px;
}

.about-img img {
  height: 600px;
  position: relative;
  margin-left: 80px;
  margin-right: 80px;
}

.about-img_irada {
  position: absolute;
  text-align: center;
  bottom: 80px;
  left: -7px;
  height: 62px;
  width: 250px;
  background: rgba(250, 250, 250, 0.9);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.about-img_irada__title {
  font-size: 16px;
  color: #26242F;
  font-weight: 700;
  padding-top: 7px;
}

.about-img_irada__subtitle {
  font-size: 16px;
  color: #4C4C4C;
  padding-top: 6px;
}

.about-img_vugar {
  position: absolute;
  text-align: center;
  bottom: 160px;
  right: 60px;
  height: 62px;
  width: 240px;
  background: rgba(250, 250, 250, 0.9);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.about-img_vugar__title {
  font-size: 16px;
  color: #26242F;
  font-weight: 700;
  padding-top: 7px;
}

.about-img_vugar__subtitle {
  font-size: 16px;
  color: #4C4C4C;
  padding-top: 6px;
}

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

.about-text_title {
  padding-top: 100px;
  font-size: 36px;
}

.about-text_title p {
  color: #DBB972;
}

.about-text_subtitle {
  font-size: 20px;
  margin-top: 55px;
}

.about-text_subtitle p {
  padding-bottom: 20px;
  color: #4C4C4C;
  width: 520px;
  line-height: 27px;
  text-indent: 35px;
}

@media (max-width: 1210px) {
  .about {
    height: 641px;
  }
  .about-img img {
    height: 570px;
  }
  .about-img_irada {
    left: 10px;
  }
}

@media (max-width: 1179px) {
  .about {
    background: url(../img/about/background_1.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: auto;
  }
  .about-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    bottom: -4px;
    margin: auto;
  }
  .about-img img {
    height: 700px;
  }
  .about-text_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    width: 100%;
  }
  .about-text_subtitle p {
    width: 100%;
    margin: auto;
    text-align: justify;
  }
}

@media (max-width: 722px) {
  .about-img_vugar {
    right: 80px;
  }
}

@media (max-width: 676px) {
  .about-img img {
    height: 625px;
  }
}

@media (max-width: 583px) {
  .about-img img {
    height: 510px;
  }
  .about-img_vugar {
    right: 12px;
  }
}

@media (max-width: 556px) {
  .about-img_irada {
    width: 225px;
  }
  .about-img_irada p {
    font-size: 15px;
  }
  .about-img_vugar {
    right: 35px;
    width: 220px;
  }
  .about-img_vugar p {
    font-size: 15px;
  }
}

@media (max-width: 532px) {
  .about-img_irada, .about-img_vugar {
    display: none;
  }
}

@media (max-width: 510px) {
  .about-img img {
    margin-left: 0;
    margin-right: 0;
  }
  .about-img_irada, .about-img_vugar {
    display: none;
  }
}

@media (max-width: 479px) {
  .about-img img {
    height: 460px;
  }
  .about-text_title {
    padding-top: 80px;
    font-size: 32px;
  }
  .about-text_subtitle {
    font-size: 18px;
    margin-top: 40px;
  }
}

@media (max-width: 375px) {
  .about-text_title {
    font-size: 30px;
  }
}

@media (max-width: 351px) {
  .about-img img {
    height: 410px;
  }
}

.services-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

.services-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px;
}

.services-wrapper_item {
  border: 1px solid #d9d9d9;
  width: 440px;
  height: 235px;
  border-radius: 4px;
  padding-left: 35px;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
}

.services-wrapper_item__man::before {
  position: absolute;
  content: '';
  top: 32px;
  right: 31px;
  width: 100px;
  height: 87px;
  background: url(../img/services/man.svg) center no-repeat;
  background-size: contain;
}

.services-wrapper_item__woman::before {
  position: absolute;
  content: '';
  top: 32px;
  right: 31px;
  width: 100px;
  height: 87px;
  background: url(../img/services/woman.svg) center no-repeat;
  background-size: contain;
}

.services-wrapper_item__title {
  margin-top: 38px;
}

.services-wrapper_item__title p {
  font-size: 28px;
  color: #26242F;
  font-weight: 500;
}

.services-wrapper_block {
  margin-top: 20px;
}

.services-wrapper_block__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.services-wrapper_block__option__circle {
  width: 8px;
  height: 8px;
  background: linear-gradient(4.15deg, #DBB972 0%, #F3D28E 100%);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(243, 210, 142, 0.37);
          box-shadow: 0px 0px 5px 2px rgba(243, 210, 142, 0.37);
  border-radius: 50%;
  margin-right: 10px;
}

.services-wrapper_block__option a {
  text-decoration: none;
  font-size: 20px;
  color: #4C4C4C;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.services-wrapper_block__option a:hover {
  color: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1081px) {
  .services-wrapper_item__man {
    margin-bottom: 25px;
  }
}

@media (max-width: 510px) {
  .services-wrapper_item {
    padding-left: 25px;
  }
  .services-wrapper_item__man::before {
    top: 20px;
    right: 20px;
    width: 80px;
  }
  .services-wrapper_item__woman::before {
    top: 20px;
    right: 20px;
    width: 90px;
  }
}

@media (max-width: 479px) {
  .services-caption {
    padding-top: 80px;
  }
  .services-wrapper {
    margin-top: 55px;
  }
  .services-wrapper_item {
    margin-right: 0;
    margin-left: 0;
  }
  .services-wrapper_item__title p {
    font-size: 26px;
  }
  .services-wrapper_block__option a {
    font-size: 18px;
  }
}

@media (max-width: 410px) {
  .services-wrapper_item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .services-wrapper_item__man::before {
    top: 3px;
    right: 15px;
    width: 70px;
  }
  .services-wrapper_item__woman::before {
    top: 3px;
    right: 15px;
    width: 75px;
  }
}

.hair-wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.hair-text {
  font-size: 20px;
  margin-top: 55px;
}

.hair-text p {
  padding-bottom: 20px;
  color: #4C4C4C;
  width: 520px;
  line-height: 27px;
  text-indent: 35px;
}

.hair-slider {
  width: 550px;
  margin-right: 80px;
}

.hair-slider_item {
  width: 550px;
}

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

.hair-slider_img img {
  width: 380px;
  margin: auto;
}

.hair-slider_title {
  padding-bottom: 20px;
}

.hair-slider_title p {
  font-size: 28px;
  color: #26242F;
  font-weight: 500;
}

.hair-slider_subtitle {
  width: 550px;
}

.hair-slider_subtitle p {
  font-size: 20px;
  line-height: 27px;
  color: #4C4C4C;
}

.hair-slider_info {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}

.hair-slider_info p {
  font-size: 22px;
  color: #DBB972;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .hair-slider {
    margin-right: 0;
  }
}

@media (max-width: 1179px) {
  .hair-text p {
    width: 100%;
    margin: auto;
    text-align: justify;
  }
  .hair-slider {
    margin: auto;
    width: 700px;
    padding-top: 30px;
  }
  .hair-slider_item {
    width: 700px;
  }
  .hair-slider_img img {
    width: 450px;
  }
  .hair-slider_subtitle {
    width: 702px;
  }
  .hair-slider_info {
    width: 700px;
  }
}

@media (max-width: 780px) {
  .hair-text p {
    width: 100%;
    margin: auto;
  }
  .hair-slider {
    width: 100%;
    padding-top: 10px;
  }
  .hair-slider_item {
    width: 100%;
  }
  .hair-slider_img img {
    width: 350px;
  }
  .hair-slider_subtitle {
    width: 100%;
  }
  .hair-slider_info {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .hair-caption {
    padding-top: 80px;
  }
  .hair-text {
    font-size: 18px;
    margin-top: 40px;
  }
  .hair-slider_title p {
    font-size: 26px;
  }
  .hair-slider_subtitle p {
    font-size: 18px;
  }
  .hair-slider_info p {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .hair-slider_img img {
    width: 295px;
  }
}

.slick-list {
  overflow: hidden;
}

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

.sliderHair {
  min-width: 0;
  position: relative;
}

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

.slick-next::before, .slick-prev::before {
  font-size: 0;
}

.sliderHair .slick-prev {
  left: 0px;
  background: url("../img/icon/arrow-left.svg") 0 0/100% no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sliderHair .slick-prev:hover {
  background: url("../img/icon/arrow-left_active.svg") 0 0/100% no-repeat;
  top: 51.35%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sliderHair .slick-next {
  right: 0px;
  background: url("../img/icon/arrow-right.svg") 0 0/100% no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sliderHair .slick-next:hover {
  background: url("../img/icon/arrow-right_active.svg") 0 0/100% no-repeat;
  top: 51.35%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 759px) {
  .sliderHair .slick-arrow {
    position: absolute;
    top: 48%;
  }
  .sliderHair .slick-prev {
    left: 0px;
    background: url("../img/icon/arrow_left__mobile.svg") 0 0/100% no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 32px;
    height: 32px;
  }
  .sliderHair .slick-prev:hover {
    background: url("../img/icon/arrow_left__mobile.svg") 0 0/100% no-repeat;
    top: 48.30%;
  }
  .sliderHair .slick-next {
    right: 0px;
    background: url("../img/icon/arrow_right__mobile.svg") 0 0/100% no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 32px;
    height: 32px;
  }
  .sliderHair .slick-next:hover {
    background: url("../img/icon/arrow_right__mobile.svg") 0 0/100% no-repeat;
    top: 48.30%;
  }
}

@media (max-width: 423px) {
  .sliderHair .slick-arrow {
    position: absolute;
    top: 44%;
  }
  .sliderHair .slick-prev:hover {
    top: 44.30%;
  }
  .sliderHair .slick-next:hover {
    top: 44.30%;
  }
}

@media (max-width: 400px) {
  .sliderHair .slick-arrow {
    position: absolute;
    top: 41%;
  }
  .sliderHair .slick-prev:hover {
    top: 41.30%;
  }
  .sliderHair .slick-next:hover {
    top: 41.30%;
  }
}

.discount {
  background: url(../img/discount/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 445px;
}

.discount-title {
  padding-top: 60px;
}

.discount-title p {
  font-size: 48px;
  font-weight: 500;
  background: linear-gradient(272.18deg, #DBB972 16.31%, #F3D28E 57.42%, #DBB972 95.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #DBB972;
}

.discount-subtitle {
  padding-top: 20px;
}

.discount-subtitle p {
  font-size: 24px;
  color: #26242F;
}

.discount-text {
  padding-top: 35px;
}

.discount-text p {
  font-size: 20px;
  color: #4C4C4C;
}

.discount-form {
  padding-top: 30px;
}

.discount-form form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.discount-form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-size: 14px;
  border-radius: 4px;
  height: 60px;
  width: 240px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 10px;
}

.discount-form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 10;
  font-weight: 400;
  font-size: 16px;
  top: 0px;
  border-radius: 4px;
  border: none;
  height: 60px;
  width: 285px;
  line-height: normal;
}

.discount-form_send {
  position: absolute;
  right: 51px;
  bottom: 79px;
  font-size: 16px;
  color: #3d3d3d;
  display: none;
}

.discount-privacy {
  font-size: 14px;
  line-height: 19px;
  padding-top: 35px;
}

.discount-privacy a {
  text-decoration: none;
  cursor: pointer;
  color: #DBB972;
  position: relative;
}

.discount-privacy a:hover {
  color: #F3D28E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.discount-privacy a:hover::before {
  background: #F3D28E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.discount-privacy a::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #DBB972;
  right: 0;
  top: 16px;
}

@media (max-width: 835px) {
  .discount {
    height: auto;
  }
  .discount-title, .discount-subtitle, .discount-text {
    text-align: center;
  }
  .discount-privacy {
    text-align: center;
    width: 249px;
    margin: auto;
    padding-bottom: 62px;
  }
  .discount-form form {
    margin: auto;
    width: 285px;
  }
  .discount-form input {
    display: block;
    width: 285px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .discount-title {
    padding-top: 70px;
  }
  .discount-title p {
    font-size: 40px;
  }
  .discount-subtitle p {
    font-size: 22px;
    width: 375px;
    margin: auto;
  }
  .discount-text {
    font-size: 18px;
    width: 294px;
    margin: auto;
  }
}

@media (max-width: 400px) {
  .discount-title p {
    font-size: 37px;
  }
  .discount-subtitle p {
    font-size: 22px;
    width: 270px;
  }
}

@media (max-width: 358px) {
  .discount-title {
    padding-top: 70px;
  }
  .discount-title p {
    font-size: 34px;
  }
  .discount-subtitle p {
    font-size: 20px;
    width: 246px;
    margin: auto;
  }
}

.doctor {
  background: url(../img/doctor/background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 675px;
}

.doctor-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.doctor-img {
  position: relative;
  bottom: -75px;
}

.doctor-img img {
  height: 600px;
  position: relative;
}

.doctor-img_info {
  position: absolute;
  text-align: center;
  bottom: 210px;
  right: -40px;
  height: 62px;
  width: 240px;
  background: rgba(250, 250, 250, 0.9);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.doctor-img_info__title {
  font-size: 16px;
  color: #26242F;
  font-weight: 700;
  padding-top: 7px;
}

.doctor-img_info__subtitle {
  font-size: 16px;
  color: #4C4C4C;
  padding-top: 6px;
}

.doctor-fact_title {
  padding-top: 75px;
  font-size: 36px;
}

.doctor-fact_title p {
  color: #26242F;
  padding-top: 20px;
}

.doctor-fact_title p span {
  color: #DBB972;
}

.doctor-fact_block {
  margin-top: 55px;
}

.doctor-fact_block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin-bottom: 20px;
}

.doctor-fact_block__item__circle {
  width: 8px;
  height: 8px;
  background: linear-gradient(4.15deg, #DBB972 0%, #F3D28E 100%);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(243, 210, 142, 0.37);
          box-shadow: 0px 0px 5px 2px rgba(243, 210, 142, 0.37);
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 8px;
}

.doctor-fact_block__item p {
  width: 550px;
  font-size: 20px;
  color: #4C4C4C;
  line-height: 27px;
}

@media (max-width: 1160px) {
  .doctor-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1090px) {
  .doctor {
    height: auto;
  }
  .doctor-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .doctor-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    bottom: -4px;
    margin: auto;
  }
  .doctor-img img {
    height: 720px;
  }
  .doctor-img_info {
    bottom: 245px;
  }
  .doctor-fact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .doctor-fact_title {
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
  }
  .doctor-fact_block {
    width: 700px;
    margin: auto;
  }
  .doctor-fact_block__item p {
    width: 700px;
  }
}

@media (max-width: 730px) {
  .doctor {
    height: auto;
  }
  .doctor-fact_title {
    margin-bottom: 55px;
  }
  .doctor-fact_block {
    width: 100%;
  }
  .doctor-fact_block__item p {
    width: 100%;
  }
}

@media (max-width: 556px) {
  .doctor-img img {
    height: 470px;
  }
  .doctor-img_info {
    width: 230px;
    bottom: 160px;
  }
  .doctor-img_info p {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .doctor-fact_title {
    padding-top: 55px;
    font-size: 32px;
    margin-bottom: 40px;
  }
  .doctor-fact_block {
    margin-top: 45px;
  }
  .doctor-fact_block__item p {
    font-size: 18px;
  }
}

@media (max-width: 390px) {
  .doctor-img img {
    height: 425px;
  }
  .doctor-img_info {
    bottom: 15px;
    right: 61px;
  }
}

@media (max-width: 375px) {
  .doctor-fact_title {
    font-size: 30px;
  }
}

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

.step-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
  padding-bottom: 100px;
}

.step-block {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.step-block_item {
  background: #ffffff;
  border-radius: 5px;
  padding-top: 70px;
  padding-left: 35px;
  height: 160px;
  width: 375px;
  position: relative;
  border: 1px solid #d9d9d9;
}

.step-block_item__one::before {
  position: absolute;
  content: '';
  top: 25px;
  right: 10px;
  width: 100px;
  height: 70px;
  background: url(../img/step/one.svg) center no-repeat;
  background-size: contain;
}

.step-block_item__two::before {
  position: absolute;
  content: '';
  top: 25px;
  right: 10px;
  width: 100px;
  height: 70px;
  background: url(../img/step/two.svg) center no-repeat;
  background-size: contain;
}

.step-block_item__tree::before {
  position: absolute;
  content: '';
  top: 25px;
  right: 10px;
  width: 100px;
  height: 70px;
  background: url(../img/step/tree.svg) center no-repeat;
  background-size: contain;
}

.step-block_item__number {
  color: rgba(209, 209, 209, 0.22);
  font-size: 100px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 35px;
}

.step-block_item__title {
  padding-bottom: 20px;
  padding-top: 5px;
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.step-block_item__title p {
  font-size: 22px;
  font-weight: 500;
  color: #26242F;
}

.step-block_item__title__tree p {
  padding-right: 23px;
}

.step-block_item__subtitle p {
  font-size: 20px;
  color: #4C4C4C;
  line-height: 27px;
}

@media (max-width: 1350px) {
  .step-block {
    margin: auto;
    padding-top: 75px;
    width: 872px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .step-block_item__one, .step-block_item__two {
    margin-bottom: 25px;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 920px) {
  .step-block {
    width: 440px;
  }
  .step-block_item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 510px) {
  .step-block_item {
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .step-caption {
    padding-top: 80px;
  }
  .step-block {
    padding-top: 55px;
    width: 100%;
  }
  .step-block_item__subtitle p {
    font-size: 18px;
  }
}

@media (max-width: 426px) {
  .step-block_item__one::before, .step-block_item__two::before, .step-block_item__tree::before {
    width: 80px;
  }
}

@media (max-width: 400px) {
  .step-block_item__title p {
    font-size: 20px;
  }
  .step-block_item__one::before, .step-block_item__two::before, .step-block_item__tree::before {
    width: 60px;
    top: 16px;
    right: 20px;
  }
}

@media (max-width: 359px) {
  .step-block_item {
    padding-right: 25px;
  }
}

.result-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

.result-button a {
  text-decoration: none;
}

.result-slider .slick-prev {
  left: -70px;
  background: url("../img/icon/arrow-left.svg") 0 0/100% no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.result-slider .slick-prev:hover {
  background: url("../img/icon/arrow-left_active.svg") 0 0/100% no-repeat;
  top: 51.5%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.result-slider .slick-next {
  right: -70px;
  background: url("../img/icon/arrow-right.svg") 0 0/100% no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.result-slider .slick-next:hover {
  background: url("../img/icon/arrow-right_active.svg") 0 0/100% no-repeat;
  top: 51.5%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.result-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 10;
}

.result-slider {
  position: relative;
  width: 900px;
  margin: auto;
  margin-top: 75px;
}

@media (max-width: 1090px) {
  .result-slider {
    margin-left: 55px;
    margin-right: 55px;
    max-width: 900px;
    width: auto;
  }
}

@media (max-width: 830px) {
  .result-slider {
    margin-left: 40px;
    margin-right: 40px;
  }
  .result-slider .slick-prev {
    left: -40px;
  }
  .result-slider .slick-next {
    right: -40px;
  }
}

@media (max-width: 759px) {
  .result-slider .slick-next {
    right: -46px;
    background: url("../img/icon/arrow_right__mobile.svg") 0 0/100% no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .result-slider .slick-next:hover {
    background: url("../img/icon/arrow_right__mobile.svg") 0 0/100% no-repeat;
    top: 51.5%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .result-slider .slick-prev {
    left: -46px;
    background: url("../img/icon/arrow_left__mobile.svg") 0 0/100% no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
  }
  .result-slider .slick-prev:hover {
    background: url("../img/icon/arrow_left__mobile.svg") 0 0/100% no-repeat;
    top: 51.5%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media (max-width: 600px) {
  .result-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
  .result-slider .slick-prev {
    left: 0px;
  }
  .result-slider .slick-next {
    right: 0px;
  }
}

@media (max-width: 479px) {
  .result-slider {
    margin-top: 55px;
  }
  .result-caption {
    padding-top: 80px;
  }
}

.query-wrapper {
  margin-top: 75px;
  padding-bottom: 90px;
}

.query-block_item {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 900px;
  padding: 20px 35px 20px 35px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
}

.query-block_item__title {
  color: #DBB972;
  display: inline-block;
  vertical-align: top;
}

.query-block_item__title p {
  font-size: 22px;
  color: #26242F;
  font-weight: 500;
}

.query-block_item__img {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0s;
  transition: 0s;
  background: url("../img/icon/arrow-query.svg") 0 0/100% no-repeat;
  right: 35px;
  width: 17px;
  height: 17px;
  top: 29px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.query-block_item__img:hover {
  background: url("../img/icon/arrow-query_active.svg") 0 0/100% no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.query-block_item__img__active {
  background: url("../img/icon/arrow-query_active__up.svg") 0 0/100% no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.query-block_item__img__active:hover {
  background: url("../img/icon/arrow-query_active__up.svg") 0 0/100% no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.query-block_item__subtitle {
  max-height: 0;
  overflow: hidden;
  width: 800px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.query-block_item__subtitle p {
  padding-top: 20px;
  line-height: 24px;
  color: #4C4C4C;
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 941px) {
  .query-block_item {
    width: 100%;
  }
  .query-block_item__subtitle {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .query-block_item__title p {
    font-size: 20px;
  }
}

@media (max-width: 630px) {
  .query-block_item__img {
    top: 42px;
  }
  .query-block_item__title {
    width: 305px;
  }
  .query-block_item__title p {
    line-height: 27px;
  }
}

@media (max-width: 510px) {
  .query-block_item {
    padding-left: 25px;
  }
  .query-block_item__img {
    right: 25px;
  }
}

@media (max-width: 479px) {
  .query-wrapper {
    margin-top: 55px;
  }
  .query-caption {
    padding-top: 80px;
  }
  .query-block_item {
    width: 100%;
  }
  .query-block_item__subtitle p {
    font-size: 18px;
  }
}

@media (max-width: 437px) {
  .query-block_item__title {
    width: 270px;
  }
}

@media (max-width: 405px) {
  .query-block_item__title {
    width: 270px;
  }
  .query-block_item__title p {
    font-size: 18px;
  }
}

@media (max-width: 358px) {
  .query-block_item__title {
    width: 205px;
  }
  .query-block_item__img {
    top: 55px;
  }
}

.contact {
  position: relative;
}

.contact-map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 700px;
}

.contact-block {
  position: absolute;
  top: 60px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 9px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 360px;
  padding: 50px 0px 50px 0px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-title {
  font-size: 30px;
  color: #26242F;
  text-align: center;
}

.contact-subtitle {
  width: 306px;
  text-align: center;
  margin: auto;
  padding-top: 25px;
}

.contact-subtitle p {
  line-height: 27px;
  font-size: 18px;
  color: #4C4C4C;
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 220px;
  margin: auto;
  margin-top: 20px;
}

.contact-link_item {
  text-align: center;
}

.contact-link_item img {
  height: 28px;
}

.contact-link_item p {
  font-size: 15px;
  padding-top: 5px;
}

.contact-form {
  padding-top: 30px;
}

.contact-form form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  width: 285px;
}

.contact-form form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-size: 14px;
  border-radius: 4px;
  height: 54px;
  width: 285px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.contact-form form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 10;
  font-weight: 400;
  font-size: 16px;
  top: 0px;
  border-radius: 4px;
  border: none;
  height: 54px;
  width: 285px;
  line-height: normal;
}

.contact-form_send {
  position: absolute;
  right: 51px;
  bottom: 79px;
  font-size: 16px;
  color: #3d3d3d;
  display: none;
}

.contact-privacy {
  font-size: 14px;
  line-height: 19px;
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}

.contact-privacy a {
  text-decoration: none;
  cursor: pointer;
  color: #DBB972;
  position: relative;
}

.contact-privacy a:hover {
  color: #F3D28E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact-privacy a:hover::before {
  background: #F3D28E;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact-privacy a::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #DBB972;
  right: 0;
  top: 16px;
}

@media (max-width: 767px) {
  .contact-block {
    left: 50%;
    top: 60px;
    -webkit-transform: translateX(-181px);
            transform: translateX(-181px);
  }
  .contact-map {
    height: 1200px;
  }
  .ymaps-2-1-79-zoom {
    top: 670px;
  }
}

@media (max-width: 510px) {
  .contact-block {
    width: 340px;
    -webkit-transform: translateX(-170px);
            transform: translateX(-170px);
  }
}

@media (max-width: 358px) {
  .contact-block {
    width: 300px;
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  .contact-privacy {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer {
  background: #ebebeb;
}

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

.footer-block_logo {
  padding-top: 26px;
  cursor: pointer;
}

.footer-block_logo img {
  width: 210px;
}

.footer-block_menu {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 590px;
  padding-top: 27px;
}

.footer-block_menu__document {
  display: none;
  padding-top: 15px;
  text-align: right;
}

.footer-block_menu__document a {
  text-decoration: none;
  font-size: 15px;
  color: #26242F;
  padding-bottom: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  padding-left: 15px;
}

.footer-block_menu__document a:hover {
  color: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-block_menu__item a {
  text-decoration: none;
  font-size: 15px;
  color: #26242F;
  display: block;
  padding-bottom: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.footer-block_menu__item a:hover {
  color: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-block_info {
  padding-top: 21px;
  text-align: right;
}

.footer-block_info__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.footer-block_info__phone img {
  margin-top: -10px;
  width: 17px;
}

.footer-block_info__phone a {
  text-decoration: none;
  font-size: 20px;
  color: #26242F;
  font-weight: 500;
  padding-left: 10px;
  padding-bottom: 8px;
}

.footer-block_info__schedule p {
  font-size: 15px;
  color: #26242F;
  font-weight: 400;
  padding-bottom: 8px;
}

.footer-block_info__schedule p span {
  font-weight: 500;
}

.footer-block_info__address p {
  font-size: 15px;
  color: #26242F;
  font-weight: 400;
}

.footer-block_info__address p span {
  font-weight: 500;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.footer-content::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  right: 0;
  top: -20px;
}

.footer-content p {
  font-size: 14px;
  color: #26242F;
}

.footer-content p a {
  text-decoration: none;
  font-size: 14px;
  color: #26242F;
  position: relative;
  cursor: pointer;
}

.footer-content p a::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #26242F;
  right: 0;
  top: 16px;
}

.footer-content p a:hover {
  color: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-content p a:hover::before {
  background: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1279px) {
  .footer-block_menu {
    display: none;
  }
  .footer-block_menu__document {
    display: block;
  }
}

@media (max-width: 800px) {
  .footer-content {
    display: block;
  }
  .footer-content p {
    padding-bottom: 7px;
    line-height: 21px;
  }
}

@media (max-width: 588px) {
  .footer-block_menu__document a {
    display: block;
  }
}

@media (max-width: 548px) {
  .footer-block {
    display: block;
  }
  .footer-block_info {
    display: block;
    width: 280px;
    margin-right: 0;
    margin-left: auto;
    padding-top: 25px;
  }
  .footer-block_info__phone {
    display: block;
    padding-bottom: 8px;
  }
  .footer-block_logo {
    display: none;
  }
}

.header-page {
  background: #fff;
  -webkit-box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.18);
  padding-bottom: 25px;
}

.navigation-page {
  margin-bottom: 75px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.navigation-page_link {
  margin-top: 60px;
}

.navigation-page_link a {
  font-size: 14px;
  text-decoration: none;
  color: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
}

.navigation-page_link a:hover {
  color: #f3d28e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navigation-page_link p {
  font-size: 14px;
  color: #26242F;
  display: inline-block;
}

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

.navigation-page_tabs__nav {
  margin-top: 42px;
  color: #26242F;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  width: 325px;
}

.navigation-page_tabs__nav__active {
  color: #DBB972;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navigation-page_tabs__nav__gender {
  font-size: 22px;
  font-weight: 700;
  color: #26242F;
  padding-bottom: 20px;
}

.navigation-page_tabs__nav__woman {
  padding-top: 20px;
}

.navigation-page_tabs__nav__item {
  font-size: 20px;
  width: 325px;
  padding-bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navigation-page_tabs__nav__item:hover {
  color: #DBB972;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navigation-page_tabs__content {
  display: inline-block;
}

.navigation-page_tabs__content__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 0;
}

.navigation-page_tabs__content__item__active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navigation-page_tabs__content__item table {
  border: none;
  border-collapse: collapse;
  border-radius: 4px;
  position: relative;
}

.navigation-page_tabs__content__item table::before {
  position: absolute;
  content: '*Стоимость услуг на сайте указана с учетом акционного предложения';
  font-size: 18px;
  color: #26242F;
  bottom: -70px;
}

.navigation-page_tabs__content__item table::after {
  position: absolute;
  content: '**Стоимость услуг на сайте, носит информационный характер и ни при каких условиях не является публичной офертой';
  font-size: 18px;
  color: #26242F;
  bottom: -130px;
}

.navigation-page_tabs__content__item table td, .navigation-page_tabs__content__item table th {
  border: 1px solid #d9d9d9;
  padding: 0;
  width: 350px;
  height: 50px;
}

.navigation-page_tabs__content__item table th {
  color: #DBB972;
  font-size: 22px;
  font-weight: 500;
  width: 350px;
  height: 50px;
}

.navigation-page_tabs__content__item table td {
  padding-left: 35px;
  font-size: 20px;
  color: #26242F;
}

.navigation-page_title p {
  font-size: 28px;
  font-weight: 500;
  color: #26242F;
  padding-bottom: 30px;
}

.navigation-page_text p {
  padding-bottom: 20px;
  line-height: 27px;
  color: #4C4C4C;
  font-size: 20px;
  text-indent: 35px;
}

.navigation-point {
  margin-left: 35px;
}

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

.navigation-point_item__circle {
  width: 8px;
  height: 8px;
  background: linear-gradient(4.15deg, #DBB972 0%, #F3D28E 100%);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(243, 210, 142, 0.37);
          box-shadow: 0px 0px 5px 2px rgba(243, 210, 142, 0.37);
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 11px;
}

.navigation-point_item p {
  font-size: 20px;
  color: #4C4C4C;
  line-height: 27px;
  width: 650px;
}

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

.privacy {
  padding-bottom: 57px;
}

.privacy-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 90px;
  line-height: 24px;
  color: #26242F;
}

.privacy-subtitle {
  margin-bottom: 35px;
  color: #4C4C4C;
  line-height: 20px;
}

.privacy-subtitle p {
  text-indent: 35px;
}

.licens {
  padding-bottom: 57px;
}

.licens-title {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 80px;
  color: #26242F;
}

.licens-document {
  margin: auto;
  text-align: center;
}

.licens-document img {
  max-width: 100%;
}

@media (max-width: 1097px) {
  .navigation-page_title {
    text-align: center;
  }
  .navigation-page_link {
    position: relative;
  }
  .navigation-page_link::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    top: 65px;
  }
  .navigation-page_link::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    top: 126px;
    left: 0px;
  }
  .navigation-page_text {
    text-align: justify;
  }
  .navigation-page_tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navigation-page_tabs__content {
    width: 100%;
    margin-top: 62px;
  }
  .navigation-page_tabs__content__item table {
    margin: auto;
    margin-bottom: 120px;
  }
  .navigation-page_tabs__content__item table td {
    text-align: center;
    padding-left: 0;
  }
  .navigation-page_tabs__nav {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .navigation-page_tabs__nav__man {
    position: relative;
    padding-left: 20px;
  }
  .navigation-page_tabs__nav__man::before {
    position: absolute;
    content: ':';
    top: 0px;
    right: 2px;
    color: #26242F;
  }
  .navigation-page_tabs__nav__woman {
    padding-left: 50px;
    position: relative;
  }
  .navigation-page_tabs__nav__woman::before {
    position: absolute;
    content: '';
    height: 61px;
    width: 1px;
    background-color: #d9d9d9;
    top: 3px;
    left: 24px;
  }
  .navigation-page_tabs__nav__woman::after {
    position: absolute;
    content: ':';
    top: 20px;
    right: 2px;
    color: #26242F;
  }
  .navigation-page_tabs__nav__gender {
    display: inline-block;
    padding-right: 10px;
  }
  .navigation-page_tabs__nav__item {
    width: auto;
    display: inline-block;
    padding-left: 30px;
    padding-top: 23px;
  }
  .navigation-page_tabs__nav__active {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (max-width: 560px) {
  .navigation-page_tabs__content__item table td {
    font-size: 18px;
  }
  .navigation-page_tabs__content__item table th {
    font-size: 20px;
  }
}

@media (max-width: 551px) {
  .navigation-page_tabs__content__item table {
    margin-bottom: 130px;
  }
  .navigation-page_tabs__content__item table::after {
    bottom: -150px;
  }
}

@media (max-width: 479px) {
  .navigation-page_text p {
    font-size: 18px;
  }
  .navigation-page_title p {
    font-size: 26px;
  }
  .navigation-page_tabs__nav__item {
    font-size: 18px;
  }
  .navigation-page_tabs__nav__woman::before {
    top: 4px;
  }
  .licens-title p {
    font-size: 26px;
  }
}

@media (max-width: 384px) {
  .navigation-page_tabs__content__item table {
    margin-bottom: 150px;
  }
  .navigation-page_tabs__content__item table::after {
    bottom: -170px;
  }
}

@media (max-width: 320px) {
  .navigation-page_tabs__content__item table {
    margin-bottom: 170px;
  }
  .navigation-page_tabs__content__item table::before {
    bottom: -90px;
  }
  .navigation-page_tabs__content__item table::after {
    bottom: -190px;
  }
}
/*# sourceMappingURL=style.css.map */