@font-face {
  font-family: 'Garamond';
  src: url("GARABD.TTF");
}

img {
  height: auto;
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

body.active {
  height: 100vh;
  overflow: hidden;
}

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

a {
  text-decoration: none;
  color: #CB957D;
}

a:hover {
  cursor: pointer;
}

button {
  border: none;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none !important;
  height: 48px;
  width: 100%;
  font-size: 16px;
  border: none;
  background-color: #EFEFEF;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  font-family: 'Montserrat', serif;
  position: relative;
  display: block;
  color: #513F3D;
}

input:focus {
  border: 1px solid #CB957D;
}

::-webkit-input-placeholder {
  color: rgba(69, 64, 63, 0.5);
}

::-moz-placeholder {
  color: rgba(69, 64, 63, 0.5);
}

/* Firefox 19+ */
:-moz-placeholder {
  color: rgba(69, 64, 63, 0.5);
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: rgba(69, 64, 63, 0.5);
}

textarea {
  -webkit-appearance: none !important;
  height: 136px;
  width: 100%;
  font-size: 14px;
  font-family: "Montserrat";
  border: 1px solid transparent;
  position: relative;
  background-color: #EFEFEF;
  padding: 20px 24px;
  resize: none;
}

textarea:focus {
  border: 1px solid #CB957D;
}

select {
  -webkit-appearance: none !important;
}

::-moz-selection {
  background-color: #BF8368;
  color: #F7F6F4;
}

::selection {
  background-color: #BF8368;
  color: #F7F6F4;
}

.error_404 {
  font-family: 'Garamond', serif;
  font-size: 96px;
  text-align: center;
  color: #513F3D;
}

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

.main {
  background-color: #F7F6F4;
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 380px);
}

.main ul li {
  margin-bottom: 32px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #45403F;
  position: relative;
  padding-left: 62px;
  list-style-type: none;
  margin-bottom: 32px;
}

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

.main ul li::before {
  content: "";
  font-family: 'Garamond';
  width: 12px;
  height: 12px;
  background-color: #CB957D;
  position: absolute;
  left: 15px;
  top: 5px;
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
}

.main ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 40px;
}

.main ol li {
  margin-bottom: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #45403F;
  position: relative;
  padding-left: 62px;
}

.main ol li:last-child {
  margin-bottom: 0;
}

.main ol li::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-family: 'Garamond';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #CB957D;
  padding-bottom: 12px;
  border-bottom: 1px solid #CB957D;
  position: absolute;
  left: 0;
  top: -3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Garamond', serif;
  color: #513F3D;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 56px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 24px;
}

p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #45403F;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 64px;
  margin-top: 32px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #45403F;
}

tr:nth-child(odd) {
  background-color: rgba(81, 63, 61, 0.06);
}

th {
  padding: 20px 10px;
  border-color: rgba(81, 63, 61, 0.06);
  white-space: nowrap;
}

td {
  padding: 20px 10px 20px 32px;
  border-color: rgba(81, 63, 61, 0.06);
  white-space: nowrap;
}

tr th:nth-child(1) {
  text-align: left;
  padding-left: 32px;
}

.btn,
.wpcf7-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  color: #F7F7F7;
  padding: 0 32px;
  height: 60px;
  background-color: #CB957D;
  position: relative;
  z-index: 10;
}

.btn::before,
.wpcf7-submit::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: transparent;
  border: 2px solid #CB957D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn:hover,
.wpcf7-submit:hover {
  cursor: pointer;
  background-color: #BF8368;
}

.btn:hover::before,
.wpcf7-submit:hover::before {
  left: 0;
  top: 0;
  border: 2px solid #BF8368;
}

.btn.disabled,
.wpcf7-submit.disabled {
  background-color: #C7C8CC;
}

.btn.disabled::before,
.wpcf7-submit.disabled::before {
  display: none;
}

.btn_white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  color: #513F3D;
  padding: 0 32px;
  height: 60px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}

.btn_white::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn_white:hover {
  cursor: pointer;
}

.btn_white:hover::before {
  left: 0;
  top: 0;
}

.btn_white.disabled {
  background-color: #C7C8CC;
}

.btn_white.disabled::before {
  display: none;
}

.link {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  color: #513F3D;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 3px;
  background-color: #CB957D;
}

.link:hover {
  letter-spacing: 0.22em;
}

.btn_small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  color: #F7F7F7;
  padding: 0 32px;
  height: 60px;
  background-color: #CB957D;
  position: relative;
  z-index: 10;
}

.btn_small:hover {
  cursor: pointer;
  background-color: #BF8368;
}

.btn_small.disabled {
  background-color: #C7C8CC;
}

.card_wrapper {
  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;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* .skin_card_wrapper .card:nth-child(1) { */
  /* -webkit-box-ordinal-group: 5; */
      /* -ms-flex-order: 4; */
          /* order: 4; */
/* } */

/* .skin_card_wrapper .card:nth-child(4) { */
  /* -webkit-box-ordinal-group: 2; */
      /* -ms-flex-order: 1; */
          /* order: 1; */
/* } */

/* .skin_card_wrapper .card:nth-child(2) { */
  /* -webkit-box-ordinal-group: 3; */
      /* -ms-flex-order: 2; */
          /* order: 2; */
/* } */

/* .skin_card_wrapper .card:nth-child(3) { */
  /* -webkit-box-ordinal-group: 4; */
      /* -ms-flex-order: 3; */
          /* order: 3; */
/* } */

.card {
  width: 47%;
  max-width: 596px;
  margin-bottom: 107px;
}

.card .card_img {
  height: 348px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card .card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  left: 0;
}

.card .card_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E0DD), to(#918884));
  background: linear-gradient(180deg, #E8E0DD 0%, #918884 100%);
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 10;
}

.card:hover .card_img img {
  -webkit-transform: scale(120%);
          transform: scale(120%);
}

.card:hover .card_img::before {
  opacity: .2;
}

.card_title {
  text-overflow: ellipsis;
  display: -webkit-box;
/*   -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-family: 'Garamond', serif;
}

.card_text {
  text-overflow: ellipsis;
  display: -webkit-box;
/*   -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 54px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.8;
  color: #45403F;
  font-weight: normal;
  font-size: 14.5px;
  margin-bottom: 32px;
}

.loadmore_wrapper {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.loadmore_wrapper::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #CB957D;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

.misha_loadmore {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #513F3D;
  position: relative;
  background-color: #F7F6F4;
  padding: 10px 52px 10px 25px;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.misha_loadmore:hover {
  cursor: pointer;
  color: #BF8368;
}

.misha_loadmore:hover::before {
  border-right: 2px solid #BF8368;
  border-bottom: 2px solid #BF8368;
}

.misha_loadmore::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #CB957D;
  border-bottom: 2px solid #CB957D;
  position: absolute;
  right: 23px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

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

.container_full {
  width: 100%;
}

.st_container {
  padding-top: 140px;
  padding-bottom: 80px;
}

.st_container ul {
  margin-bottom: 48px;
}

.st_container *:last-child {
  margin-bottom: 0;
}

.st_container p {
  margin-bottom: 24px;
}

::-webkit-scrollbar-track {
  background-color: #45403F;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #CB957D;
}

::-webkit-resizer {
  width: 7px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
}

[data-aos=fade-left] {
  -webkit-transition: all 1.2s ease-in-out !important;
  transition: all 1.2s ease-in-out !important;
  opacity: 0 !important;
  position: relative;
  top: 50px;
  -webkit-transform: matrix3d(0.98481, 0.17365, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 53.625, 0, 1) !important;
          transform: matrix3d(0.98481, 0.17365, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 53.625, 0, 1) !important;
}

[data-aos=fade-left][data-aos^=fade].aos-animate {
  -webkit-transform: unset !important;
          transform: unset !important;
  opacity: 1 !important;
  top: 0;
}

.banner_image_box img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

[data-aos=fade-up] {
  -webkit-transform: translateY(10%) scaleY(1.2) translateZ(0);
          transform: translateY(10%) scaleY(1.2) translateZ(0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0.8 !important;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1 !important;
  -webkit-transform: translateY(0%) scaleY(1);
          transform: translateY(0%) scaleY(1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.banner {
  min-height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: inherit;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 72px;
  z-index: 10;
  position: relative;
}

.banner .adress_banner {
  padding-left: 36px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color: #45403F;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20vh;
  margin-bottom: 42px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.banner .adress_banner::before {
  content: url("../../../uploads/2020/04/placeholder_ic.svg");
  position: absolute;
  left: 0;
}

.banner .adress_banner:hover {
  color: #BF8368;
}

.banner .subtitle {
  font-family: 'Garamond', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #513F3D;
}

.banner .banner_title {
  margin: 24px 0 32px;
}

.banner .offer {
  color: #45403F;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 32px;
  padding-left: 32px;
  max-width: 510px;
  line-height: 180%;
  font-size: 18px;
  font-weight: 500;
}

.banner .btn {
  margin-left: 32px;
}

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

.banner .social_banner_link {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #513F3D;
  margin-right: 66px;
  margin-top: 15vh;
  display: inline-block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.banner .social_banner_link:first-child::after {
  content: "";
  width: 18px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner .social_banner_link:hover {
  color: #BF8368;
}

.banner_title {
  font-family: 'Garamond', serif;
  color: #513F3D;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.banner_img {
  position: absolute;
  right: 0;
  max-width: 1170px;
  height: 100%;
}

.banner_img img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.main_page {
  background-color: #F7F6F4;
}

.first_services_box {
  padding-top: 128px;
  background-color: #F7F6F4;
}

.first_services_box .wrapper_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.first_services_box .wrapper_services:nth-child(2) {
  padding-top: 96px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first_services_box .wrapper_services:nth-child(2) .description_box {
  padding-left: 0;
  width: 40%;
  padding-right: 0;
}

.first_services_box .wrapper_services:nth-child(2) .description_text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.first_services_box .wrapper_services:nth-child(2) .service_img {
  margin-top: -140px;
  width: 50%;
  height: 418px;
  min-height: 0;
}

.first_services_box .wrapper_services:nth-child(2) .service_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.description_title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.right_description .description_title {
  padding-right: 60px;
}

.right_description .description_text {
  padding-right: 90px;
}

.service_img {
  min-height: 80vh;
  width: 45%;
  max-width: 862px;
}

.service_img img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_animate_box {
  position: relative;
}

.animate {
  position: absolute;
  top: -110px;
  right: -110px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 18s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.description_box {
  padding-left: 5.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55%;
  padding-right: calc((100vw - 1280px) / 2);
}

.description_title {
  font-family: 'Garamond', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #513F3D;
  margin-bottom: 24px;
}

.description_text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #45403F;
  margin-bottom: 40px;
  max-height: 550px;
  overflow-y: auto;
  max-height: 220px;
  overflow-y: auto;
}

.services_box {
  padding-top: 190px;
}

.services_box .wrapper_services_box:nth-child(1) .service_img_box {
  position: relative;
}

.services_box .wrapper_services_box:nth-child(1) .service_img_box::before {
  content: url("../../../uploads/2020/04/bg_circle.png");
  position: absolute;
  right: -45px;
  top: -60px;
}

.services_box .wrapper_services_box:nth-child(2) {
  position: relative;
}

.services_box .wrapper_services_box:nth-child(2)::before {
  content: url("../../../uploads/2020/04/background_flowers.png");
  position: absolute;
  left: 0;
}

.services_box .wrapper_services_box:nth-child(5) {
  position: relative;
}

.services_box .wrapper_services_box:nth-child(5)::before {
  content: url("../../../uploads/2020/04/background_flower2.png");
  position: absolute;
  right: 0;
}

.services_box .wrapper_services_box:last-child {
  padding-bottom: 190px;
}

.wrapper_services_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 112px;
}

.wrapper_services_box:first-child {
  padding-top: 0;
}

.wrapper_services_box:nth-child(even) {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.wrapper_services_box:nth-child(even) .service_description_box {
  padding-right: 80px;
  padding-left: calc((100vw - 1280px) / 2 + 112px);
}

.wrapper_services_box .service_description_box {
  width: 50%;
  padding-left: 129px;
  padding-right: calc((100vw - 1280px) / 2 + 80px);
}

.wrapper_services_box .description_text,
.wrapper_services_box .description_title {
  padding-right: 24px;
}

.wrapper_services_box .service_description_box .link {
  margin-bottom: 60px;
}

.service_img_box {
  width: 50%;
  height: 580px;
}

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

.our_services {
  padding: 128px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.our_services .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.certificate_box {
  width: 40%;
  padding-right: 12px;
}

.certificate_box .description_title {
  color: #F7F6F4;
}

.gifts_text {
  color: #F7F6F4;
  font-weight: normal;
  margin-bottom: 32px;
}

.certificate_img_box {
  width: 60%;
  position: relative;
  margin-top: -200px;
  text-align: center;
}

.certificate_img_box img {
  width: 100%;
  height: auto;
  max-width: 700px;
}

.team {
  padding: 128px 0;
  position: relative;
  overflow: hidden;
}

.team::before {
  content: url("../../../uploads/2020/04/team.png");
  position: absolute;
  left: 0;
}

.team .description_title {
  min-width: 400px;
  margin-right: 140px;
}

.team .team_text {
  display: block;
  padding-right: 7%;
}

.team_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  padding-left: 24px;
  position: relative;
  z-index: 10;
}

.team_prev_btn {
  margin-right: 40px;
}

.team_prev_btn:hover,
.team_next_btn:hover {
  cursor: pointer;
}

.team_prev_btn:hover path,
.team_next_btn:hover path {
  opacity: 0.7;
}

.team_prev_btn path,
.team_next_btn path {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.slider_container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_box {
  width: 100%;
  margin-top: 32px;
  padding-left: calc((100vw - 1320px) / 2);
}

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

.slide {
  margin: 0 20px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.slide_img {
  height: 416px;
  position: relative;
  margin-bottom: 32px;
}

.slide_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E0DD), to(#918884));
  background: linear-gradient(180deg, #E8E0DD 0%, #918884 100%);
  opacity: 0.2;
}

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

.profession {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 auto 16px;
  padding-left: 112px;
  background-color: #F7F6F4;
  position: relative;
  z-index: 10;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #45403F;
}

.profession::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 88px;
  height: 2px;
  background-color: #CB957D;
}

.profession_box {
  position: relative;
}

.profession_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 2px;
  background-color: #CB957D;
}

.name {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #513F3D;
}

.team .slick-list {
  padding: 0 calc((100vw - 1280px) / 2) 0 0 !important;
}

[aria-hidden="true"] {
  opacity: .2;
}

.instagram {
  padding-top: 104px;
  padding-bottom: 192px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.instagram::before {
  position: absolute;
  content: url("../../../uploads/2020/04/background_instagramm2560.jpg");
  left: 0;
  top: 0;
  height: 500px;
  width: 100%;
}

.instagram .description_title {
  margin-bottom: 0;
}

.instagram .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

.instagram .description_title,
.instagram .text {
  color: #F7F6F4;
}

.instagram .description_title p,
.instagram .text p {
  color: #F7F6F4;
}

.instagram .text {
  max-width: 380px;
}

.instagram .text a {
  color: #BF8368;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.instagram .text a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #BF8368;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.instagram .text a:hover {
  color: #CB957D;
}

.instagram .text a:hover::before {
  background-color: #CB957D;
}

.instagram .text span {
  color: #BF8368;
}

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

.instagram .slick-dots .slick-active button {
  background-color: #45403F;
  opacity: 1;
}

.instagram .slick-dots li button {
  opacity: 0.3;
  background-color: #45403F;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.slider_circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(69, 64, 63, 0.3);
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

main .slick-dots li:hover button {
  opacity: 1;
}

.slick-dots li {
  position: relative;
  z-index: 5;
}

main .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.photo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -52px;
  position: relative;
}

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

.photo_container_box .team_buttons {
  display: none;
}

.photo_box {
  width: 100%;
  height: 340px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

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

.photo_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E0DD), to(#918884));
  background: linear-gradient(180deg, #E8E0DD 0%, #918884 100%);
  opacity: 0.2;
}

.photo_box:first-child {
  margin-left: 0;
}

.photo_box:last-child {
  margin-right: 0;
}

.photo_box:nth-child(odd) {
  margin-top: 110px;
}

.photo_box:nth-child(even) {
  margin-top: 60px;
}

blockquote {
  text-align: center;
  margin: 76px 0 24px;
  position: relative;
  font-size: 24px;
  line-height: 1.25;
}

blockquote::before {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.instagram {
  overflow-x: hidden;
}

.instagram .slide {
  padding-top: 192px;
}

.instagram blockquote p {
  max-height: 145px;
  overflow-y: auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  color: #45403F;
}

blockquote {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  color: #45403F;
  position: relative;
}

blockquote::before {
  content: url("../../../uploads/2020/04/quotes_ic.png");
  top: -80px;
}

.instagram_slider_box {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
}

.author_name {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #CB957D;
  text-align: center;
}

.main .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -60px;
  position: absolute;
}

.main .slick-dots li {
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  border: 1px solid rgba(69, 64, 63, 0);
}

.main .slick-dots li:hover {
  cursor: pointer;
}

.main .slick-dots .slick-active {
  border: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.main .slick-dots li button:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slick-dots li.slick-active button:before {
  color: #45403F;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.main .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0 auto;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  z-index: 10;
}

.main .slick-dots li {
  padding-left: 0;
}

.main .slick-dots li button {
  font-size: 0;
}

.main .slick-dots li::before {
  display: none;
}

.photo {
  position: relative;
}

.photo .slick-dots {
  bottom: unset !important;
  top: 104px;
}

.photo .slick-dots li button {
  background-color: #F7F6F4;
  opacity: 0.3;
}

.photo .slick-dots li button:hover {
  cursor: pointer;
}

.photo .slick-dots .slick-active button {
  background-color: #F7F6F4;
  opacity: 1;
}

.photo .slider_circle {
  border: 1px solid rgba(247, 246, 244, 0.3);
}

.photo_slider_buttons {
  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;
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #F7F6F4;
}

.photo_slider_buttons #all_slides {
  opacity: 0.5;
  padding-left: 4px;
}

.photo_slider_buttons .btn_prev,
.photo_slider_buttons .btn_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.photo_slider_buttons .btn_prev path,
.photo_slider_buttons .btn_next path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.photo_slider_buttons .btn_prev:hover,
.photo_slider_buttons .btn_next:hover {
  cursor: pointer;
}

.photo_slider_buttons .btn_prev:hover path,
.photo_slider_buttons .btn_next:hover path {
  stroke: #CB957D;
}

.slider_counter_block {
  margin: 0 100px;
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider_counter_block span {
  width: 25px;
}

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

.banner_page {
  padding-top: 222px;
  position: relative;
}

.banner_page .banner_title {
  margin-bottom: 80px;
}

.banner_page::before {
  content: url("../../../uploads/2020/04/background-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 683px;
  max-height: 683px;
  max-width: 2560px;
  left: 0;
  top: 0;
  overflow: hidden;
}

.banner_page .container,
.banner_page .banner_image_box {
  position: relative;
  z-index: 10;
}

.breadcrumbs_box {
  margin-bottom: 32px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs_box a {
  color: #45403F;
  margin-right: 37px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
}

.breadcrumbs_box a:hover {
  color: #BF8368;
}

.breadcrumbs_box a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  right: -24px;
  top: 46%;
  background-color: #45403F;
}

.breadcrumbs_box a:last-of-type::after {
  opacity: 0.5;
}

.breadcrumbs_box span {
  color: rgba(69, 64, 63, 0.5);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.breadcrumbs_box span::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: rgba(69, 64, 63, 0.5);
  position: absolute;
  top: 50%;
  right: -24px;
}

.breadcrumbs_box span:last-child span::after {
  display: none;
}

.breadcrumbs_box .home_page_breadcrumb_wrap .home_page_breadcrumb {
  color: #45403F;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.breadcrumbs_box span:last-child::after {
  display: none;
}

.breadcrumbs > span {
  margin-right: 37px;
}

.banner_title {
  font-family: 'Garamond', serif;
  color: #513F3D;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 24px 0 32px;
}

.serp_link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #45403F;
}

.banner_image_box {
  max-width: 1383px;
  width: calc(100% - 200px);
  height: 520px;
  position: relative;
  margin-bottom: 88px;
}

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

.banner_image_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E0DD), to(#918884));
  background: linear-gradient(180deg, #E8E0DD 0%, #918884 100%);
  opacity: 0.08;
}

.banner_image_box.no-shadow::before {
  display: none;
}

.banner_image_box .banner_animated_block {
  width: 257px;
  height: 257px;
  position: absolute;
  right: -127px;
  top: 140px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 18s linear infinite;
}

.about_us_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 162px;
}

.about_us_box .title_value {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #45403F;
  opacity: 0.5;
  margin-bottom: 24px;
}

.about_us_box .value {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #513F3D;
}

.about_us_box .box {
  margin-bottom: 24px;
  margin-right: 12%;
}

.about_us_description {
  padding-bottom: 194px;
}

.about_us_description .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_us_description .description_box {
  width: 50%;
  padding-right: 0;
  padding-left: 10%;
}

.about_us_description .description_text {
  max-height: 230px;
}

.about_us_img {
  width: 50%;
  height: 544px;
  max-width: 630px;
  position: relative;
}

.about_us_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}

.about_us_img::before {
  position: absolute;
  left: -78px;
  top: -65px;
  content: "";
  width: 100%;
  height: 120%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.photo_img {
  width: 100%;
  height: 832px;
  position: relative;
}

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

.photo_img::before {
  background: #393A3F;
  opacity: 0.5;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about_our_team .team_buttons {
  display: none;
}

.about_our_team {
  padding-top: 128px;
  padding-bottom: 64px;
}

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

.about_our_team .slider_container {
  padding: 0;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_our_team .slide {
  width: calc(33% - 40px);
  margin-bottom: 64px;
}

.about_our_team .team_buttons {
  position: absolute;
  bottom: 60px;
  left: 0;
  margin-top: 0;
}

.question {
  padding: 220px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.question .btn {
  padding: 0 65px;
  margin-left: 10px;
}

.question .btn::before {
  left: -10px;
}

.question .btn:hover::before {
  left: 0;
}

.question .description_title {
  font-size: 42px;
}

.question_text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #45403F;
  margin-bottom: 32px;
  max-width: 520px;
}

.content .card_wrapper {
  margin-top: 88px;
}

.page_description {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.page_description .text {
  width: 100%;
  max-width: 740px;
}

.page_description .description_title {
  width: 100%;
  max-width: 650px;
}

.detail_page {
  background-color: #F3F1F0;
}

.detail_page .detail_box {
  padding-bottom: 92px;
}

.detail_page .banner_image_box {
  margin-bottom: 0;
}

.detail {
  background-color: #F3F1F0;
}

.detail .detail_cards {
  background-color: #F3F1F0;
}

.detail > *:last-child {
  margin-bottom: 0;
}

.detail > *:first-child {
  margin-top: 0;
}

.detail .card_wrapper {
  background-color: #F3F1F0;
}

.detail .banner_page,
.detail .content {
  background-color: #F3F1F0;
}

.detail_cards {
  background-color: #F7F6F4;
  padding-top: 128px;
}

.detail_cards .card:last-child {
  margin-bottom: 32px;
}

.detail_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 128px;
}

.detail_content img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto 40px;
}

.detail_content h1,
.detail_content h2,
.detail_content h3,
.detail_content h4,
.detail_content h5,
.detail_content h6 {
  margin-top: 88px;
  margin-bottom: 64px;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.detail_content h1:last-of-type,
.detail_content h2:last-of-type,
.detail_content h3:last-of-type,
.detail_content h4:last-of-type,
.detail_content h5:last-of-type,
.detail_content h6:last-of-type {
  margin-bottom: 32px;
}

.detail_box {
  padding-top: 112px;
  width: 59%;
  padding-right: 85px;
  position: relative;
}

.detail_box::before {
  content: "";
  position: absolute;
  width: calc(100% + ((100vw - 1280px) / 2));
  height: 100%;
  right: 0;
  top: 0;
  background-color: #F7F6F4;
}

.detail_box .detail {
  position: relative;
  z-index: 20;
  background-color: #F7F6F4;
}

.detail_box p {
  margin-bottom: 28px;
}

.detail_form_box {
  width: 41%;
  padding-left: 88px;
  padding-top: 112px;
  position: relative;
}

.detail_form {
  background-color: #F7F6F4;
  padding: 40px 32px;
}

.detail_form .btn {
  width: 100%;
}

.detail_form .btn::before {
  display: none;
}

.detail_form button {
  margin-top: 24px;
}

.detail_form h5 {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 42px;
  letter-spacing: 0.03em;
}

.detail_form p {
  text-align: center;
  margin-bottom: 24px;
}

.list {
  padding: 120px 0 128px;
}

.list_wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_wrap:last-child {
  margin-bottom: 0;
}

.list_img {
  width: 57%;
  height: 600px;
  position: relative;
}

.list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.list_img::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E0DD), to(#918884));
  background: linear-gradient(180deg, #E8E0DD 0%, #918884 100%);
  opacity: 0.2;
}

.list_description {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8.7%;
}

.free_numbers,
.main_services_subtitle {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #CB957D;
  margin-bottom: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list_text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #45403F;
  max-height: 230px;
  overflow-y: auto;
  padding-right: 24px;
  margin-bottom: 32px;
}

.cafe_list .list_text {
  max-height: 288px;
}

.list_wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.list_wrap:nth-child(even) .list_description {
  padding-left: 0;
  padding-right: 8.7%;
}

.price_title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #45403F;
  opacity: 0.5;
  margin-top: 40px;
  margin-bottom: 24px;
}

.number_price {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #513F3D;
}

.related_posts {
  padding-top: 128px;
}

.map_box {
  height: 520px;
  width: 100%;
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
}

.contacts {
  background-color: #F7F6F4;
}

.contacts .detail_form_box {
  width: 42.5%;
  padding-left: 0;
}

.contacts .detail_form_box p,
.contacts .detail_form_box h1,
.contacts .detail_form_box h2,
.contacts .detail_form_box h3,
.contacts .detail_form_box h4,
.contacts .detail_form_box h5,
.contacts .detail_form_box h6 {
  text-align: left;
}

.contacts .detail_box {
  width: 57.5%;
}

.contacts .detail_box::before {
  display: none;
}

.contacts .detail_box > *:first-child {
  margin-top: 0;
}

.contacts .contacts_small_title {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #513F3D;
  opacity: 0.4;
  margin-bottom: 24px;
  margin-top: 40px;
}

.contacts .contacts_value {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  color: #513F3D;
}

.working_hours_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.working_hours_wrapper .contacts_value {
  margin-bottom: 18px;
}

.working_hours_wrapper .contacts_value_title {
  margin-bottom: 8px;
}

.working_hours_wrapper .contacts_value_title p {
  margin-bottom: 8px;
}

.working_hours_wrapper.phone_wrapper {
  margin-bottom: 10px;
}

.working_hours_wrapper.phone_wrapper .hours_box {
  margin-top: 2px;
}

.hours_box {
  margin-right: 26px;
  margin-top: 4px;
  min-width: 202px;
}

.hours_box .contacts_value:last-child {
  margin-bottom: 0;
}

.contacts_value_title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #513F3D;
  opacity: 0.5;
}

.contacts_title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #513F3D;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 228px;
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 3px solid #CB957D;
  display: none;
}

.contacts_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 128px;
}

.contacts_img_wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts_img_wrapper .contacts_img_wrap:first-child {
  width: 40%;
  height: 354px;
}

.contacts_img_wrapper .contacts_img_wrap:last-child {
  width: 57%;
  height: 528px;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  padding-left: calc((100vw - 1280px) / 2);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

header.bg {
  background-color: white;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

header.bg .header_container {
  padding-top: 10px;
  padding-bottom: 10px;
}

header li {
  list-style-type: none;
}

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

header .partners_menu a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #53403C;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

header .partners_menu li:hover a {
  color: #BF8368;
}

header .partners_menu li:first-child,
header .partners_menu li:nth-child(2){
  margin-right: 40px;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  max-width: 1280px;
  width: 100%;
}

.phone_header_box {
  margin-left: auto;
  padding-right: 20px;
  position: relative;
}

.phone_header_box::after {
  content: url("../../../uploads/2020/04/Vector.svg");
  position: absolute;
  right: 0;
  top: 0;
}

.phone_header_box a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #53403C;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.phone_header_box .more_numbers {
  position: absolute;
  bottom: -44px;
  padding-top: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.phone_header_box .more_numbers a {
  padding-bottom: 7px;
  display: block;
}

.phone_header_box a:hover {
  color: #BF8368;
}

.phone_header_box:hover .more_numbers {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  bottom: -30px;
}

.more_numbers {
  position: absolute;
  bottom: -44px;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.more_numbers a {
  padding-bottom: 7px;
  display: block;
}

.menu_container .phone_header_box a:hover {
  color: #CB957D;
}

.burger_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 96px;
}

.burger_box:hover {
  cursor: pointer;
}

.burger_box:hover .burger_img::before {
  width: 100%;
  background-color: #BF8368;
}

.burger_box:hover .burger_img::after {
  width: 100%;
  background-color: #BF8368;
}

.burger_box:hover .burger_img span {
  background-color: #BF8368;
}

.burger_box:hover .burger_text {
  color: #BF8368;
}

.burger_img {
  height: 22px;
  width: 32px;
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.burger_img span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #CB957D;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.burger_img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 2px;
  background-color: #CB957D;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.burger_img::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 2px;
  background-color: #CB957D;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.logo_desktop {
  margin-right: 96px;
}

.burger_text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #53403C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.menu_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("http://termysite2.4client.info/wp-content/uploads/2020/04/menu_background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 0;
}

.menu_container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #393A3F;
  /*opacity: 0.95;*/
}

.menu_container .header_container {
  z-index: 300;
  position: relative;
  margin: 0 auto;
}

.menu_container .burger_text {
  color: #F7F6F4;
}

.menu_container .partners_menu a {
  color: #F7F6F4;
}

.menu_container .phone_header_box::after {
  display: none;
}

.menu_container .phone_header_box {
  padding-right: 0;
}

.menu_container .phone_header_box a {
  color: #F7F6F4;
}

.menu_container .burger_img {
  height: 28px;
  width: 28px;
}

.menu_container .burger_img span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #F7F6F4;
}

.menu_container .burger_img::before {
  display: none;
}

.menu_container .burger_img::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  background-color: #F7F6F4;
  bottom: unset;
}

.menu_container .phone_header_box::before {
  content: url("../../../uploads/2020/04/phone_ic.svg");
}

.burger_box:hover {
  cursor: pointer;
}

.phone_header_box::before {
  content: url("../../../uploads/2020/04/phone_ic1.svg");
  position: absolute;
  left: -63px;
  top: -10px;
}

.menu_container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.menu_container::before {
  z-index: -1;
  visibility: hidden;
}

.menu_container.active {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  visibility: visible;
  z-index: 200;
}

.menu_container.active::before {
  z-index: 200;
  visibility: visible;
}

.menu-image-title {
  opacity: .5;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.current_page_item .menu-image-title {
  opacity: 1;
}

#menu-glavnoe-menyu li:hover .menu-image-title {
  opacity: 1;
}

.menu_content_wrapper {
  padding-left: calc((100vw - 1280px) / 2);
  width: 100%;
  position: relative;
  z-index: 250;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 90px);
  padding-bottom: 50px;
  overflow: hidden;
}

.menu_content_wrapper .btn {
  margin-top: 72px;
  margin-bottom: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu_content_wrapper .banner_social_box a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C7C8CC;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.menu_content_wrapper .banner_social_box a:hover {
  color: #BF8368;
}

.menu_content_wrapper .banner_social_box a:first-child {
  margin-right: 66px;
}

.menu_content_wrapper .banner_social_box a:first-child::after {
  content: '';
  position: absolute;
  right: -42px;
  width: 18px;
  height: 2px;
  top: 40%;
}

.menu_content {
  width: 100%;
  max-width: 510px;
  display: block;
  overflow-y: auto;
  padding-top: 100px;
}

.menu_content li {
  margin-bottom: 40px;
}

.menu_content li:hover a {
  opacity: 1;
}

.menu_content li a {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #F7F6F4;
  white-space: nowrap;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.menu_content li.active a {
  opacity: 1;
}

.menu-image-title-before.menu-image-not-hovered img {
  position: absolute;
  right: 30px;
  top: 0;
  width: 58vw;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 0;
  visibility: hidden;
  max-width: 1030px;
}

.current_page_item .menu-image-title-before.menu-image-not-hovered img {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.menu_container.active .current_page_item .menu-image-title-before.menu-image-not-hovered img {
  z-index: 300;
  opacity: 1;
  visibility: visible;
}

.menu_container.active .menu-image-title-before.menu-image-not-hovered img {
  position: absolute;
  right: 30px;
  top: 0;
  width: 58vw;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 400;
}

.menu_container.active .photo_menu_open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.menu-image.menu-image-title-before {
  opacity: 0.5;
  visibility: hidden;
}

.menu-item:hover .menu-image.menu-image-title-before {
  opacity: 1;
  visibility: visible;
}

.menu_img_box {
  width: 54%;
  height: 95%;
  position: absolute;
  top: 0;
  right: 55px;
  display: none;
}

.menu_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

.menu_img.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.photo_menu_open {
  position: absolute;
  right: 30px;
  top: 0;
  width: calc(58vw - 10px);
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 250;
  object-fit: cover;
  max-width: 1020px;
  opacity: 0;
  visibility: hidden;
}

footer {
  background-color: #3A3B3E;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer li {
  list-style-type: none;
}

footer a {
  color: #F7F6F4;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

footer a:hover {
  color: #BF8368;
}

.footer_menu_wrapper {
  width: 100%;
}

.first_footer {
  padding: 82px 0 56px;
  border-bottom: 1px solid grey;
}

.third_footer {
  padding: 25px 0;
  background-color: #343539;
}

.third_footer p,
.third_footer a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  opacity: 0.5;
  color: #F7F6F4;
}

.third_footer span a {
  text-transform: uppercase;
  font-weight: bold;
}

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

.second_footer {
  padding: 32px 0;
}

.second_footer a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
}

.footer_logo {
  margin-right: 95px;
}

.location_box,
.footer_social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location_img {
  margin-right: 16px;
}

.location_link,
.social_text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #F7F6F4;
}

.footer_phone_box {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #F7F6F4;
}

.social_icon_box {
  width: 50px;
  height: 50px;
  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;
  background-color: #CB957D;
  border-radius: 50%;
  margin-left: 24px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.social_icon_box:hover {
  background-color: #BF8368;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  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;
  background-color: rgba(47, 48, 52, 0.7);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.modal#question .form_box .form_subtitle {
  padding: 0 96px;
}

.modal .form_box {
  width: 787px;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
  background-color: #F7F6F4;
}

.modal .form_box.active {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal .detail_form {
  padding: 72px 32px 72px;
}

.modal .detail_form::before {
  content: url("../../../uploads/2020/04/flow_form.png");
  position: absolute;
  left: 0;
  top: 0;
}

.modal .btn {
  padding: 22px 0;
}

.modal .wpcf7-submit {
  width: 100%;
  padding: 0;
}

.modal [type=checkbox],
.modal [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  background-color: unset;
  padding: unset;
  margin-bottom: 0px;
  border: unset;
  -webkit-appearance: checkbox !important;
}

.modal [name=acceptance-445] {
  display: none;
}

.modal .form_description {
  padding-left: 24px;
  padding-right: 24px;
}

.modal .wpcf7-list-item-label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #45403F;
  opacity: 0.8;
  display: block;
  padding: 4px 0 4px 36px;
}

.modal .wpcf7-list-item-label:hover {
  cursor: pointer;
}

.modal .custom_checkbox br {
  display: none;
}

.modal .checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.modal .checkbox_wrapper br {
  display: none;
}

.modal .checkbox_wrapper a {
  color: #45403F;
  text-decoration: underline;
}

.modal .custom_checkbox {
  width: 28px;
  height: 28px;
  background: #F3F1F0;
  border: 1px solid #D8D3D0;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.modal .custom_checkbox::before {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #CB957D;
  border-right: 2px solid #CB957D;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
}

.modal .custom_checkbox.active_check::before {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #CB957D;
  border-right: 2px solid #CB957D;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  opacity: 1;
}

.modal .acceptance {
  margin-bottom: 30px;
}

.modal .wpcf7-list-item {
  margin-left: 0;
}

.modal .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal .detail_form .form_subtitle {
  margin-bottom: 40px;
}

.modal .form_content {
  padding: 0 110px;
}

.modal .form_content p:last-child {
  margin-bottom: 0;
  position: relative;
}

.modal .form_content p:last-child::before {
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: transparent;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.modal .form_content p:last-child:hover::before {
  left: 0px;
  top: 0px;
}

.modal .form_content.active_btn.active p:last-child::before {
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: transparent;
  border: 2px solid #CB957D !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.modal .form_content.active_btn.active p:last-child:hover::before {
  left: 0px;
  top: 0px;
}

.modal .wpcf7-submit::before {
  display: block;
}

.form_box_thanks {
  width: 787px;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
  background-color: #F7F6F4;
}

.form_box_thanks.active {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

.form_box_thanks .detail_form {
  position: relative;
}

.form_box_thanks .thanks_form_content {
  position: relative;
  z-index: 10;
}

.form_box_thanks .thanks_form_content .subtitle {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto;
}

.form_box_thanks .thanks_form_content .sad_text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #45403F;
  opacity: 0.8;
  margin-top: 48px;
  margin-bottom: 40px;
  max-width: 370px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form_box_thanks .thanks_form_content .sad_text::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220px;
  height: 2px;
  background-color: #45403F;
  opacity: .1;
}

.form_box_thanks .thanks_form_content a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #513F3D;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.form_box_thanks .thanks_form_content a::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #CB957D;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.form_box_thanks .thanks_form_content a:hover {
  color: #BF8368;
}

.form_box_thanks .close_thanks {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 32px;
  top: 32px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.form_box_thanks .close_thanks:hover {
  cursor: pointer;
}

.form_box_thanks .close_thanks::before {
  width: 100%;
  height: 2px;
  background-color: #CB957D;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.form_box_thanks .close_thanks::after {
  width: 100%;
  height: 2px;
  background-color: #CB957D;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.form_box_thanks2 {
  width: 100%;
  max-height: unset;
  height: 100%;
}

.form_box_thanks2 .subtitle {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto;
}

.form_box_thanks2 .sad_text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #45403F;
  opacity: 0.8;
  margin-top: 48px;
  margin-bottom: 40px;
  max-width: 370px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form_box_thanks2 .sad_text::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220px;
  height: 2px;
  background-color: #45403F;
  opacity: .1;
}

.form_box_thanks2 a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #513F3D;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.form_box_thanks2 a::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #CB957D;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.form_box_thanks2 a:hover {
  color: #BF8368;
}

.modal.send .detail_form {
  display: none;
}

.modal.send .form_box_thanks2 {
  display: block;
}

.form_box_thanks2 {
  padding: 32px 24px;
  display: none;
}

.form_box_thanks2 .subtitle {
  text-align: center;
}

.form_box_thanks2 h5 {
  text-align: center;
  margin-bottom: 24px;
}

.main .wpcf7-submit {
  width: 100%;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #BF8368;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #513F3D;
}

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

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background-color: #C7C8CC;
}

div.wpcf7 .wpcf7-submit:disabled::before {
  border: 2px solid #CB957D;
}

select,
.wpcf7-select {
  background-color: transparent;
  margin-bottom: 0px;
  border: none;
  width: 100%;
  -webkit-appearance: none !important;
  height: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  position: relative;
  border: none;
  border-radius: unset;
  color: #45403f !important;
}

::-webkit-inner-spin-button {
  display: none;
}

.wpcf7-form-control-wrap {
  background-color: #EFEFEF;
  height: 100%;
  display: block;
}

::-webkit-datetime-edit-text {
  color: #45403F;
  padding: 0 0.3em;
}

::-webkit-datetime-edit-month-field {
  color: #45403F;
}

::-webkit-datetime-edit-day-field {
  color: #45403F;
}

::-webkit-datetime-edit-year-field {
  color: #45403F;
}

input[type="date"] {
  position: relative;
  display: block;
  opacity: 0.5;
}

input[type="date"]:focus {
  opacity: 1;
}

input[type="date"]:focus ::-webkit-datetime-edit-text {
  color: #45403F;
  padding: 0 0.3em;
}

input[type="date"]:focus ::-webkit-datetime-edit-month-field {
  color: #45403F;
}

input[type="date"]:focus ::-webkit-datetime-edit-day-field {
  color: #45403F;
}

input[type="date"]:focus ::-webkit-datetime-edit-year-field {
  color: #45403F;
}

input[type="date"]:visited {
  opacity: 1;
}

input[type="date"]:focus-visible {
  opacity: 1;
}

.wpcf7-select {
  padding: 0 24px;
  opacity: 0.6;
}

.wpcf7-form-control {
  padding: 0 24px;
}

.wpcf7-form-control-wrap.service {
  display: block;
}

.close_popup {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 32px;
  top: 32px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 100;
}

.close_popup:hover {
  cursor: pointer;
}

.close_popup:hover::after, .close_popup:hover::before {
  background-color: #513F3D;
}

.close_popup::after {
  width: 100%;
  height: 2px;
  background-color: #CB957D;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.close_popup::before {
  width: 100%;
  height: 2px;
  background-color: #CB957D;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.wrapper_services_box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wpcf7-textarea {
  padding: 20px 24px;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

span.wpcf7-not-valid-tip {
  color: #BF8368;
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
}

.acceptance-445 {
  background-color: transparent;
}

.modal#online .form_box {
  width: 100%;
  max-width: 1063px;
}

.modal#online .form_subtitle {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.modal#online .wpcf7-submit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 110px;
  padding-right: 110px;
}

.modal#online .wpcf7-display-none {
  display: none !important;
}

.modal#online .detail_form::after {
  content: url("../../../uploads/2020/04/flow2_form.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal#online .wpcf7-form {
  position: relative;
  z-index: 1000;
}

.modal#online span.wpcf7-not-valid-tip {
  bottom: -18px;
  position: absolute;
}

.modal#online .wpcf7-validation-errors {
  width: 100%;
  max-width: 500px;
  margin: 24px auto 0;
}

.modal#online .acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal#online .custom_checkbox {
  left: 0px;
  top: 0;
}

.modal#online .checkbox_wrapper .wpcf7-form-control {
  padding: 0 0;
}

.modal#online .wpcf7-form-control {
  padding: 0 24px;
}

.modal#online .wpcf7-form-control.wpcf7-submit {
  padding-left: 110px;
  padding-right: 110px;
}

#request .detail_form::after,
#certificate .detail_form::after {
  content: url("../../../uploads/2020/04/flow2_form.png");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#request .wpcf7,
#certificate .wpcf7 {
  position: relative;
  z-index: 20;
}

#certificate .wpcf7-acceptance {
  padding-left: 0;
}

#certificate .wpcf7-list-item-label {
  padding-left: 36px;
}

#question .checkbox_wrapper .wpcf7-form-control {
  padding: 0 0px;
}

#question .checkbox_wrapper .wpcf7-list-item-label {
  padding-left: 44px;
}

.page_form_content.service_form .custom_checkbox {
  top: 20px;
}

.page_form_content.service_form .acceptance {
  margin-bottom: 24px;
  padding-top: 0;
}

.page_form_content .acceptance {
  margin-bottom: 20px;
  padding-top: 4px;
}

.page_form_content .custom_checkbox::before {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #CB957D;
  border-right: 2px solid #CB957D;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
}

.page_form_content .custom_checkbox.active_check::before {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #CB957D;
  border-right: 2px solid #CB957D;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  opacity: 1;
}

.page_form_content .custom_checkbox {
  width: 28px;
  height: 28px;
  background: #F3F1F0;
  border: 1px solid #D8D3D0;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page_form_content .wpcf7-list-item {
  margin: 0;
}

.page_form_content .checkbox_wrapper .wpcf7-form-control {
  padding: 0 0;
}

.page_form_content .checkbox_wrapper .wpcf7-list-item-label {
  padding: 4px 0 4px 36px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #45403F;
  opacity: 0.8;
  display: block;
}

.page_form_content .checkbox_wrapper .wpcf7-list-item-label:hover {
  cursor: pointer;
}

.page_form_content .checkbox_wrapper {
  height: 30px;
}

.page_form_content [name=acceptance-445] {
  display: none;
}

.checkbox_wrapper {
  position: relative;
}

.page_form_content .wpcf7-form-control.wpcf7-acceptance {
  position: relative;
}

.page_form_content .custom_checkbox::before {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #CB957D;
  border-right: 2px solid #CB957D;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
}

.page_form_content .custom_checkbox.active_check::before {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #CB957D;
  border-right: 2px solid #CB957D;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  opacity: 1;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #CB957D;
  font-family: 'Garamond', serif;
}

.wpcf7-validation-errors {
  color: #513F3D;
}

.form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.form_flex > p {
  width: 45%;
}

.form_flex > p:last-child::before {
  display: none;
}

.form_flex::before {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  height: calc(100% - 24px);
  width: 2px;
  background-color: #45403F;
  opacity: .1;
  position: absolute;
}

.form_flex .email-266 {
  height: 48px;
}

.modal #onine .form_content p:last-child {
  margin-bottom: 0;
  padding-right: 0px !important;
  position: relative;
}

.main .detail_form {
  background-color: #F7F6F4;
  padding: 40px 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
}

.main .detail_form h5 {
  font-size: 32px;
}

.main.contacts .detail_form {
  background-color: #FFFFFF;
}

.menu-634,
.menu-484 {
  position: relative;
}

.menu-634::before,
.menu-484::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 16px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #CB957D;
  border-bottom: 2px solid #CB957D;
  z-index: 10;
}

span.wpcf7-not-valid-tip {
  bottom: -20px;
}

@media (min-width: 2020px) and (max-width: 2560px) {
  .description_box {
    padding-right: calc((100vw - 1920px)/2);
  }
}

@media only screen and (max-width: 1600px) {
  .animate {
    top: -65px;
    right: 60px;
    width: 130px;
  }
  .description_box {
    padding-right: calc((100vw - 1280px)/2);
  }
  .description_text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #45403F;
    margin-bottom: 40px;
  }
  .first_services_box .wrapper_services:nth-child(2) .service_img {
    margin-top: -60px;
    padding-right: 120px;
  }
  .banner_page {
    padding-top: 150px;
  }
  .banner_page::before {
    height: 563px;
  }
  .banner_image_box {
    height: 420px;
  }
  .banner_image_box .banner_animated_block {
    top: 100px;
  }
  .photo_img {
    width: 100%;
    height: 80vh;
    position: relative;
  }
  .menu_content_wrapper .btn {
    margin-top: 22px;
    margin-bottom: 52px;
  }
  .menu_content li {
    margin-bottom: 0;
  }
  .menu_content li a {
    padding: 12px 0;
    display: inline-block;
  }
  .menu_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .photo .slick-dots {
    bottom: unset !important;
    top: 64px;
  }
}

@media only screen and (max-width: 1320px) {
  .container,
  .page_description,
  .card_wrapper,
  .detail_content,
  .list_wrap,
  .contacts_img_wrapper,
  .header_container,
  .menu_content_wrapper {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .description_box {
    padding-right: 24px;
  }
  .first_services_box .wrapper_services:nth-child(2) .service_img {
    margin-top: 0px;
  }
  .first_services_box .wrapper_services:nth-child(2) .description_box {
    padding-left: 24px;
    padding-right: 24px;
  }
  .right_description .description_title {
    padding-right: 20px;
  }
  .right_description .description_text {
    padding-right: 20px;
  }
  .first_services_box .wrapper_services:nth-child(2) {
    padding-top: 60px;
  }
  .wrapper_services_box:nth-child(even) .service_description_box {
    padding-left: 24px;
  }
  .wrapper_services_box .service_description_box {
    padding-right: 24px;
    padding-left: 80px;
  }
  .services_box .wrapper_services_box:last-child {
    padding-bottom: 60px;
  }
  .certificate_img_box,
  .certificate_box {
    width: 50%;
  }
  .our_services .btn_white {
    margin-bottom: 80px;
  }
  .certificate_img_box {
    max-width: 350px;
    margin: -30px auto 0;
  }
  .logo_desktop {
    margin-right: 0;
  }
  .burger_box {
    margin-left: 40px;
    margin-right: 80px;
  }
  .phone_header_box {
    margin-left: auto;
    margin-right: 32px;
  }
  .header_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu_img_box {
    right: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 6;
    background: -webkit-gradient(linear, left top, right top, from(rgba(232, 223, 221, 0)), color-stop(48.33%, rgba(232, 223, 221, 0.8)), color-stop(79.01%, rgba(232, 223, 221, 0.8)));
    background: linear-gradient(90deg, rgba(232, 223, 221, 0) 0%, rgba(232, 223, 221, 0.8) 48.33%, rgba(232, 223, 221, 0.8) 79.01%);
  }
  .photo_menu_open {
    display: none;
  }
  .description_title {
    font-size: 32px;
  }
  .description_text {
    margin-bottom: 20px;
  }
  .about_us_box {
    padding-bottom: 64px;
  }
  .about_us_box .value {
    font-size: 26px;
  }
  .question {
    padding: 140px 0;
  }
  .detail_box,
  .detail_form_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .detail_box::before {
    display: none;
  }
  .detail_form_box {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 32px;
  }
  .detail_page .detail_box {
    padding-bottom: 48px;
  }
  .modal#online .form_box {
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
  }
  .modal#online .detail_form {
    height: 100vh;
  }
  .page_form_content.service_form .custom_checkbox {
    top: 12px;
  }
  .detail_box h5 {
    margin-top: 60px;
  }
  .detail_box {
    padding-top: 64px;
  }
  .detail_box .detail {
    background-color: #F3F1F0;
  }
  .detail_content {
    padding-bottom: 64px;
  }
  .list {
    padding: 60px 0 64px;
  }
  .instagram {
    padding-bottom: 128px;
  }
  .contacts .detail_box {
    width: 100%;
  }
  .contacts .detail_form_box {
    width: 100%;
  }
  .contacts_img_wrapper {
    padding-bottom: 88px;
  }
  .burger_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 0;
  }
  .logo_desktop {
    margin-right: 32px;
  }
  .partners_menu {
    display: none;
  }
  .menu_img_box {
    display: none;
  }
  .menu_content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 100%;
    display: block;
  }
  .menu_content li {
    margin-bottom: 18px;
  }
  .menu_content ul a {
    font-size: 18px;
  }
  .menu_content_wrapper .btn {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .menu_content_wrapper {
    height: 100vh;
    overflow-y: auto;
  }
  .menu_container.active .menu-image-title-before.menu-image-not-hovered img {
    display: none;
  }
  footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_logo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
  }
  .footer_menu li {
    list-style-type: none;
    width: 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-bottom: 24px;
  }
  .footer_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_phone_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
    margin-top: 32px;
  }
  main .slick-dots li:hover button {
    opacity: 0.3;
  }
  .menu_content_wrapper {
    margin-top: 0;
  }
  .menu-image-title-before.menu-image-title {
    padding-right: 0px;
  }
  .question .description_title {
    font-size: 36px;
  }
  [data-aos=fade-up] {
    -webkit-transform: translateY(0%) scaleY(1) translateZ(0);
            transform: translateY(0%) scaleY(1) translateZ(0);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 1 !important;
  }
  [data-aos=fade-left] {
    -webkit-transition: all 1.2s ease-in-out !important;
    transition: all 1.2s ease-in-out !important;
    opacity: 1 !important;
    position: relative;
    top: 0;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}

@media only screen and (max-width: 1024px) {
  .banner .adress_banner {
    font-size: 14px;
  }
  .banner .subtitle {
    font-size: 20px;
  }
  .banner_title {
    font-size: 42px;
  }
  .service_img,
  .description_box {
    width: 100%;
  }
  .description_box {
    padding-left: 24px;
    padding-right: 24px;
  }
  .service_img {
    height: 300px;
    min-height: 0;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .first_services_box {
    padding-top: 60px;
  }
  .first_services_box .wrapper_services:nth-child(2) {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .first_services_box .wrapper_services:nth-child(2) .description_box {
    width: 100%;
  }
  .first_services_box .wrapper_services:nth-child(2) .service_img {
    width: 100%;
    padding-right: 0;
    height: 300px;
  }
  .description_text {
    max-height: none;
  }
  .wrapper_services_box {
    padding-top: 10px;
  }
  .wrapper_services_box .service_description_box,
  .wrapper_services_box .service_img_box {
    width: 100%;
  }
  .services_box {
    padding-top: 40px;
  }
  .service_img_box {
    height: 300px;
    margin-bottom: 42px;
  }
  .wrapper_services_box:nth-child(even) .service_description_box {
    padding-right: 24px;
  }
  .wrapper_services_box:nth-child(even) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services_box .wrapper_services_box:nth-child(1) .service_img_box {
    overflow: hidden;
  }
  .wrapper_services_box .description_text,
  .wrapper_services_box .description_title {
    padding-right: 0px;
  }
  .wrapper_services_box .service_description_box {
    padding-right: 24px;
    padding-left: 24px;
  }
  .wrapper_services_box .description_title {
    margin-bottom: 7px;
  }
  .free_numbers,
  .main_services_subtitle {
    margin-bottom: 9px;
  }
  .certificate_img_box {
    display: none;
  }
  .certificate_box {
    width: 100%;
  }
  .our_services {
    padding: 64px 0 72px;
  }
  .our_services .btn_white {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0;
  }
  .slider_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team .description_title {
    margin-right: 0;
  }
  .team {
    padding: 64px 0;
  }
  .team .team_text {
    padding-right: 0;
    margin-bottom: 0px;
  }
  .profession {
    padding-left: 48px;
  }
  .profession::before {
    width: 32px;
  }
  .instagram {
    padding-top: 60px;
  }
  .instagram .slide {
    padding-top: 70px;
  }
  .instagram .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .instagram .description_title {
    margin-bottom: 32px;
  }
  .photo_box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .photo_box::before {
    display: none;
  }
  .photo_box:nth-child(odd) {
    margin-top: 60px;
  }
  .about_us_box .value {
    font-size: 22px;
  }
  .about_us_description {
    padding-bottom: 90px;
  }
  .about_us_description .about_us_img,
  .about_us_description .description_box {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .about_our_team .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_img,
  .list_description {
    width: 100%;
  }
  .list_img {
    height: 400px;
    margin-bottom: 48px;
  }
  .list_description {
    padding-left: 0;
  }
  .list_wrap:nth-child(even) .list_description {
    padding-right: 0;
  }
  .location_link,
  .social_text {
    font-size: 16px;
  }
  .modal#online .form_content {
    padding: 0 0px;
  }
  .banner_image_box {
    margin-bottom: 48px;
  }
  .about_our_team .team_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .photo_container_box [aria-hidden="true"] {
    opacity: 1;
  }
  .photo_container_box .team_buttons {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 924px) {
  .about_our_team .slide {
    width: calc(50% - 40px);
    margin-bottom: 64px;
  }
  .card .card_img {
    height: 260px;
  }
  .contacts_img_wrapper .contacts_img_wrap:last-child {
    height: 300px;
  }
  .contacts_img_wrapper .contacts_img_wrap:first-child {
    height: 250px;
  }
  .modal .form_box {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
  }
  .list_wrap {
    margin-bottom: 72px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #certificate .detail_form::after {
    display: none;
  }
  .banner .adress_banner {
    margin-bottom: 24px;
  }
  .banner .subtitle {
    line-height: 1.4;
  }
  .banner .offer {
    font-size: 16px;
  }
  .banner .social_banner_link {
    margin-right: 36px;
  }
  .banner .social_banner_link:first-child::after {
    right: -27px;
  }
  .banner_title {
    font-size: 34px;
    line-height: 1.4;
  }
  .banner_image_box {
    width: 100%;
  }
  .banner_image_box .banner_animated_block {
    display: none;
  }
  .card_title {
    margin-bottom: 16px;
    margin-top: 22px;
  }
  .card_text {
    margin-bottom: 16px;
  }
  .card .card_img {
    height: 340px;
  }
  .card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .card:last-child {
    margin-bottom: 64px;
  }
  .working_hours_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 20px;
  }
  .working_hours_wrapper .contacts_value_title p {
    margin-bottom: 0px;
  }
  .contacts .contacts_value {
    font-size: 18px;
  }
  .working_hours_wrapper .contacts_value {
    margin-bottom: 0px;
  }
  .working_hours_wrapper .contacts_value_title {
    margin-bottom: 0px;
  }
  .contacts .contacts_small_title {
    margin-bottom: 18px;
  }
  .hours_box {
    margin-right: 0;
  }
  .map_box {
    height: 280px;
  }
  .contacts_value,
  .contacts_small_title {
    text-align: center;
  }
  .contacts .contacts_value {
    line-height: 180%;
  }
  .logo_desktop {
    width: 130px;
    margin-right: 0;
  }
  .location_box,
  .footer_social_box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_menu li {
    margin-bottom: 14px;
    width: 100%;
    text-align: center;
  }
  .footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail_form h5 {
    font-size: 24px;
  }
  .main .detail_form h5 {
    font-size: 22px;
  }
  .about_us_img {
    height: 300px;
  }
  .modal#question .form_box .form_subtitle {
    padding: 0 0px;
  }
  .modal .detail_form {
    padding: 64px 24px 72px;
    height: 100vh;
  }
  .modal .form_content {
    padding: 0 0px;
  }
  .form_box_thanks {
    width: 787px;
    height: 100vh;
    max-height: 100vh;
  }
  .menu_content li {
    margin-bottom: 0px;
  }
  .hours_box {
    text-align: center;
  }
  .breadcrumbs > span {
    margin-right: 20px;
  }
  .breadcrumbs_box span::after {
    width: 9px;
    right: -15px;
  }
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team_buttons {
    padding-right: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    margin-top: 24px;
  }
  .team_prev_btn,
  .team_next_btn {
    overflow: hidden;
    width: 50px;
  }
  .team_next_btn svg {
    position: relative;
    right: 86px;
    display: block;
  }
  .wrapper_services_box .service_description_box .link {
    margin-bottom: 50px;
  }
  .about_our_team .team_buttons {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 568px) {
  .about_our_team .slide {
    width: calc(100% - 40px);
  }
  .card_text {
    margin-bottom: 12px;
  }
  .card_title {
    margin-top: 22px;
    margin-bottom: 10px;
  }
  .banner_image_box {
    height: 300px;
  }
  table {
    font-size: 12px;
  }
  tr th:nth-child(1) {
    text-align: left;
    padding-left: 10px;
  }
  .detail_form_box h5 {
    font-size: 22px;
  }
  .form_flex > p {
    width: 100%;
  }
  .form_flex {
    margin-bottom: 40px;
  }
  .form_flex::before {
    display: none;
  }
  .list_img {
    height: 300px;
  }
  .about_our_team .slide:last-child {
    margin-bottom: 0;
  }
  .contacts_img_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 64px;
  }
  .contacts_img_wrapper .contacts_img_wrap:first-child {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .contacts_img_wrapper .contacts_img_wrap:last-child {
    width: 100%;
    height: auto;
  }
  .logo_desktop {
    width: 100px;
    padding-top: 4px;
  }
  .burger_text {
    display: none;
  }
  .burger_img {
    margin-right: 0;
  }
  .burger_img::before {
    width: 100%;
  }
  .burger_img::after {
    width: 100%;
  }
  .third_footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social_text {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .social_icon_box:first-of-type {
    margin-left: 0;
  }
  .social_icon_box {
    width: 40px;
    height: 40px;
  }
  .footer_social_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
  .footer_phone_box {
    font-size: 18px;
    margin-top: 20px;
  }
  .first_footer {
    padding: 20px 0 16px;
    border-bottom: 1px solid grey;
  }
  .third_footer p {
    text-align: center;
  }
  .animate {
    display: none;
  }
  .team .description_title {
    min-width: 100%;
  }
  .services_box .wrapper_services_box:last-child {
    padding-bottom: 20px;
  }
  .description_title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .description_text {
    margin-bottom: 24px;
  }
  .content .card_wrapper {
    margin-top: 48px;
  }
  .banner_page {
    padding-top: 100px;
  }
  .banner_page::before {
    height: 540px;
  }
  .banner_image_box {
    margin-bottom: 50px;
  }
  .location_img {
    margin-right: 10px;
    width: 30px;
  }
  .detail_page .detail_box {
    padding-bottom: 0px;
  }
  .detail h1,
  .detail h2,
  .detail h3,
  .detail h4,
  .detail h5,
  .detail h6 {
    margin-top: 64px;
  }
  .detail h1:last-of-type,
  .detail h2:last-of-type,
  .detail h3:last-of-type,
  .detail h4:last-of-type,
  .detail h5:last-of-type,
  .detail h6:last-of-type {
    margin-bottom: 32px;
  }
  .link {
    font-size: 12px;
    padding-bottom: 16px;
  }
  .link::before {
    bottom: 6px;
  }
}

@media only screen and (max-width: 460px) {
  .banner .adress_banner {
    margin-bottom: 24px;
    margin-top: 13vh;
  }
  .banner .subtitle {
    line-height: 1.4;
  }
  .banner .offer {
    padding-left: 0;
  }
  .banner .btn {
    margin-left: 0;
  }
  .banner_title {
    font-size: 28px;
  }
  .description_title {
    font-size: 26px;
  }
  .list_description .description_title {
    margin-bottom: 18px;
  }
  .list_description .list_text {
    margin-bottom: 18px;
  }
  .btn,
  .btn_white,
  .btn_small {
    max-width: 100%;
    white-space: nowrap;
  }
  .card .card_img {
    height: 300px;
  }
  table td,
  table th {
    display: block;
  }
  tr th:nth-child(1) {
    text-align: center;
    padding-left: 10px;
  }
  table {
    font-size: 16px;
  }
  th,
  td {
    padding: 10px 10px;
    text-align: center;
  }
  .detail_form {
    padding: 24px 16px;
  }
  .list_img {
    height: 240px;
  }
  .main ol li {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .main ol li::before {
    padding-bottom: 6px;
    font-size: 22px;
    top: 0;
  }
  .main ul li {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .main ul li::before {
    left: 5px;
    width: 9px;
    top: 8px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 24px;
  }
  .phone_header_box a {
    font-size: 14px;
  }
  .burger_img {
    height: 18px;
    width: 26px;
  }
  .phone_header_box {
    margin-right: 20px;
  }
  .phone_header_box::before {
    display: none;
  }
  .modal .wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acceptance .wpcf7-list-item {
    position: relative;
  }
  .modal#online .wpcf7-submit {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .modal#online .custom_checkbox {
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .modal .custom_checkbox {
    top: 50%;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .page_form_content.service_form .custom_checkbox {
    top: 20px;
  }
  .contacts .page_form_content .custom_checkbox {
    top: 22px;
  }
  .contacts .page_form_content .acceptance {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .cafe_form .checkbox_wrapper .wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_form_content.cafe_form .acceptance {
    margin-bottom: 40px;
  }
  .page_form_content.cafe_form .custom_checkbox {
    top: 30px;
  }
  .menu_content_wrapper .banner_social_box a:first-child {
    margin-right: 0;
  }
  .menu_content_wrapper .banner_social_box a:first-child::after {
    right: -26px;
  }
  .slider_counter_block {
    margin: 0 60px;
  }
  .photo_img {
    height: 65vh;
  }
  .main .detail_form {
    padding: 40px 15px;
  }
  .close_popup {
    right: 12px;
  }
  div.wpcf7-validation-errors {
    color: #CB957D;
    font-family: 'Garamond', serif;
  }
  .card_title {
    font-size: 22px;
  }
  .card_text {
    padding-right: 40px;
  }
  .right_description .description_title {
    padding-right: 0px;
  }
  .free_numbers,
  .main_services_subtitle {
    font-size: 14px;
  }
  .description_text {
    margin-bottom: 18px;
  }
  .location_link,
  .social_text {
    font-size: 12px;
  }
  .question .description_title {
    font-size: 24px;
  }
  .breadcrumbs_box a {
    margin-right: 24px;
  }
  .breadcrumbs_box a::after {
    right: -19px;
  }
}

@media only screen and (max-width: 360px) {
  .btn,
  .wpcf7-submit {
    padding: 0 20px;
  }
  .card .card_img {
    height: 200px;
  }
  .list_img {
    height: 210px;
  }
  .logo_desktop {
    width: 70px;
  }
  .contacts_title {
    font-size: 13px;
  }
  .banner_title {
    font-size: 24px;
  }
}
/*# sourceMappingURL=main.css.map */
.side-post{
	width: 100%;
}
.side-post .card_img{
	height: 230px;
}
.side-post h3{
	margin-top: 25px !important;
	font-size: 26px;
}
.side-post .card_text{
	padding-right: 0px;
	text-align: left;
	line-height: 1.4;
}
.side-post h3:last-of-type{
	margin-bottom: 8px;
}
.side-post .card_title{
	font-size: 18px;
	line-height: 1.4;
}
.related_heading{
	font-size: 25px;
	margin-top: 10px !important ;
}
.side-post .card{
	margin-bottom: 60px;
}
.menu-484:before{
	z-index: 1 !important;
}
.modal#online .wpcf7-form-control{
	/*z-index: 1 !important;*/
    position: relative !important;
}
select, .wpcf7-select{
	z-index: 1 !important;
    position: relative !important;
}
.menu-634:before, .menu-484:before{
	z-index: 1 !important;
}
.menu-260:before {
    position: absolute;
    content: "";
    right: 20px;
    top: 16px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #CB957D;
    border-bottom: 2px solid #CB957D;
    z-index: 1;
}
.card_text{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.blog-slider .card{
	max-width: 100% !important;
	margin-right: 30px;
}