@charset "UTF-8";
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

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

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

html {
  font-size: 100%;
}

html.lock {
  overflow-y: hidden;
}

.scroll_lock {
  overflow: hidden;
}
.scroll_lock body {
  overflow: hidden;
}

button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.hauto {
  height: auto !important;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.2;
  font-weight: 500;
  font-size: 10px;
  min-height: 100vh;
  overflow-x: hidden;
  color: #202020;
  background-color: #fff;
  letter-spacing: -0.016em;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #E4C6C1;
}
body::-webkit-scrollbar-thumb {
  background-color: #CF8888;
  border-radius: 3px;
}
body.bg-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 17;
  pointer-events: none;
}
body.bg-black .header__search.is_input {
  z-index: 18;
}

.container {
  max-width: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.wrapper {
  position: relative;
  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: 100lvh;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1024px) {
  .wrapper main {
    padding-top: 0;
  }
}
.wrapper .footer {
  margin-top: auto;
}

.scroll-lock {
  overflow: hidden !important;
}

.start_page {
  padding: 24px;
  margin: 20px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.04);
}
.start_page li:not(:last-child) {
  margin-bottom: 15px;
}
.start_page li a {
  font-size: 22px;
  font-weight: 500;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

ol {
  list-style: decimal;
  padding-left: 15px;
}

.bg_image {
  position: absolute;
  left: 0;
  background: url(../img/bg-vector-main.svg) repeat;
  width: 100%;
  height: 678px;
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .main {
    position: relative;
  }
}

.patter1 {
  display: none;
}
@media (min-width: 1024px) {
  .patter1 {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    height: 1149px;
    top: 1219px;
    left: 0;
    background: url(../img/patter1_light.png);
    background-size: 100%;
    display: block;
  }
}

.patter2 {
  display: none;
}
@media (min-width: 1024px) {
  .patter2 {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    height: 1900px;
    top: 5349px;
    left: 0;
    background: url(../img/patter1_light.png);
    background-size: 100%;
    display: block;
  }
}

.page_block {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .page_block {
    margin-bottom: 70px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.tab_block {
  display: none;
}
.tab_block.active {
  display: block;
}

.btn_accent {
  border-radius: 30px;
  background-color: #CF8888;
  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;
  height: 30px;
  padding: 0 20px;
  color: #fff;
  font-size: 10px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  white-space: nowrap;
  border: 1px solid #CF8888;
}
@media (min-width: 1024px) {
  .btn_accent {
    height: 35px;
    padding: 0 55px;
    font-size: 12px;
  }
  .btn_accent:hover {
    background-color: #fff;
    color: #CF8888;
  }
}

.btn_accent[type=submit]:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn_border {
  width: 100%;
  border-radius: 30px;
  height: 35px;
  border: 1px solid #CF8888;
  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;
  cursor: pointer;
  color: #CF8888;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .btn_border {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    height: 40px;
    font-size: 16px;
  }
  .btn_border:hover {
    background-color: #CF8888;
    color: #fff;
  }
}

.section__bottom .btn_border,
.section_reviews__bottom .btn_border,
.section_video__bottom .btn_border,
.section_articles__bottom .btn_border {
  background-color: #fff;
}
.section__bottom .btn_border:hover,
.section_reviews__bottom .btn_border:hover,
.section_video__bottom .btn_border:hover,
.section_articles__bottom .btn_border:hover {
  background-color: #CF8888;
  color: #fff;
}

.field_set {
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .field_set {
    margin-bottom: 15px;
  }
}
.field_set__input {
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
  border: 1px solid #CF8888;
  font-size: 10px;
  font-weight: 500;
  height: 40px;
  border-radius: 30px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  color: #CF8888;
}
.field_set__input.error {
  border-color: #FD0505;
  color: #FD0505;
}
.field_set__input.success {
  border-color: #1F9138;
}
@media (min-width: 1024px) {
  .field_set__input {
    height: 60px;
    font-size: 16px;
  }
}
.field_set__input::-webkit-input-placeholder {
  color: #E4C6C1;
  font-weight: 500;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .field_set__input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.field_set__input:-moz-placeholder {
  color: #E4C6C1;
  font-weight: 500;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .field_set__input:-moz-placeholder {
    font-size: 16px;
  }
}
.field_set__input::-moz-placeholder {
  color: #E4C6C1;
  font-weight: 500;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .field_set__input::-moz-placeholder {
    font-size: 16px;
  }
}
.field_set__input:-ms-input-placeholder {
  color: #E4C6C1;
  font-weight: 500;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .field_set__input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.field_checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .field_checkbox {
    margin-bottom: 20px;
    padding-left: 14px;
  }
}
.field_checkbox input {
  display: none;
}
.field_checkbox input:checked ~ .field_checkbox__check {
  background-color: #CF8888;
}
.field_checkbox__check {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #CF8888;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.field_checkbox__text {
  color: #CF8888;
  font-size: 10px;
  font-weight: 500;
}
.field_checkbox__text a {
  text-decoration: underline;
}
.field_checkbox__text a:hover {
  text-decoration: none;
}

.field_submit button, .field_submit input {
  width: 100%;
}

.swiper-nav {
  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;
}
.swiper-nav .swiper-pagination-bullet {
  margin: 0 !important;
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  background-color: #F9F6ED !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .swiper-nav .swiper-pagination-bullet {
    background-color: #fff !important;
  }
}
.swiper-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CF8888 !important;
}
.swiper-nav .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px !important;
}

.swiper-rarrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.swiper-rarrow__left, .swiper-rarrow__right {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 32px;
  height: 50px;
  border-radius: 49px;
  background-color: #fff;
  border: 1px solid #CF8888;
  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;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.swiper-rarrow__left.swiper-button-disabled, .swiper-rarrow__right.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.25;
}
.swiper-rarrow__left:hover, .swiper-rarrow__right:hover {
  background-color: #CF8888;
}
.swiper-rarrow__left:hover svg path, .swiper-rarrow__right:hover svg path {
  stroke: #fff;
}
.swiper-rarrow__left {
  left: 0;
}
.swiper-rarrow__right {
  right: 0;
}

.h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  color: #CF8888;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 50px;
  }
}

.breadcrumb {
  display: none;
}
@media (min-width: 1024px) {
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 27px;
    margin-top: 52px;
    padding: 0 20px;
  }
}
.breadcrumb a, .breadcrumb span {
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb a {
  position: relative;
  color: #E4C6C1;
  margin-right: 12px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.breadcrumb a:hover, .breadcrumb a.active {
  color: #CF8888;
}
.breadcrumb a::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -8px;
  pointer-events: none;
  color: #E4C6C1;
}
.breadcrumb span {
  color: #CF8888;
}

.footer__content {
  padding: 15px 0;
  background-color: #E4C6C1;
}
.footer__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .footer__content .container {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .footer__content {
    padding: 50px 0;
  }
}
.footer__logo {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-bottom: 26px;
  }
}
.footer__logo img {
  width: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
}
@media (min-width: 1024px) {
  .footer__logo img {
    width: 78px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
  }
}
.footer__logo span {
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width:1024px) {
	.footer__logo span {
		font-size: 16px;
	}
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__contact .block {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__contact .block:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .footer__contact .block:not(:last-child) {
    margin-bottom: 22px;
  }
}
.footer__contact .block span, .footer__contact .block a {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
}
.footer__contact .block a {
  text-decoration: underline;
}
.footer__contact .block a:hover {
  text-decoration: none;
}
.footer__menu {
  display: none;
}
@media (min-width: 1024px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 50%;
    width: 100%;
    padding-right: 220px;
  }
}
.footer__menu .block ul li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__menu .block ul li a {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.footer__menu .block ul li a:hover {
  text-decoration: underline;
}
.footer__copy {
  padding: 18px 0;
  background-color: #CF8888;
}

.footer-line-bottom__wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

@media (min-width: 1024px) {
  .footer-line-bottom__wrapper {
    align-items: center;
    flex-direction: row;
    gap: 64px;
  }
}


.footer__copy .d_left {
  /*max-width: 50%;*/
  white-space: nowrap;

  /*padding-right: 220px;*/
}

.footer-line-bottom__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  gap: 8px;
}

@media (min-width: 1024px) {
  .footer-line-bottom__list {
    gap: 8px;
  }
}


.footer-line-bottom__list svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer__copy {
    padding: 36px 0;
  }
}
@media (min-width: 1024px) {
  .footer__copy .d_right {
    /*max-width: 50%;*/
    width: 100%;
    /*padding-right: 220px;*/
  }
}
.footer__copy .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .footer__copy .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 207px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__copy span, .footer__copy a {
  color: #E4C6C1;
}
.footer__copy a {
  text-decoration: underline;
}
.footer__copy a:hover {
  text-decoration: none;
}
.footer__copy .text {
  font-size: 8px;
}
.footer__social {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .footer__social {
    position: absolute;
    z-index: 2;
    bottom: -110px;
    right: 50%;
    transform: translateX(110%);
  }
  .footer__copy .text {
	font-size: 10px;
  }
}
.footer__social a {
  display: block;
}
.footer__social a svg{
  width: 30px;
  height: 30px;
}
.footer__social a:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .footer__social a:not(:last-child) {
    margin-right: 5px;
  }
}
@media (min-width: 1024px) {
  .footer__social a:hover svg path {
    fill: #fff;
  }
  .footer__social a svg path {
    fill: #E4C6C1;
  }
}

.header {
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 13px 0;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #CF8888;
}
.header__logo img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  max-width: 32px;
  width: 32px;
}
@media (min-width: 1024px) {
  .header__logo img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
    max-width: 78px;
    width: 78px;
  }
}
.header__logo span {
  margin-left: 4px;
  color: #CF8888;
  text-transform: uppercase;
  font-size: 8px;
}
@media (min-width: 1024px) {
  .header__logo span {
    margin-left: 10px;
    font-size: 16px;
  }
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .header__contact {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.header__contact .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 42px;
}
@media (max-width: 1023px) {
  .header__contact .block {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__contact .block {
    margin-bottom: 6px;
  }
}
.header__contact .block span {
  color: #CF8888;
}
.header__contact .block span:not(:last-child) {
  margin-bottom: 8px;
}
.header__contact .block a {
  color: #CF8888;
  text-decoration: underline;
  white-space: nowrap;
}
.header__contact .block a:hover {
  text-decoration: none;
}
.header__contact .block a:not(:last-child) {
  margin-bottom: 8px;
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  .header__social {
    display: none;
  }
}
.header__contact .btn_accent {
	padding: 0 35px;
	max-width: 158px;
}
.header__social a {
  width: 35px;
  height: 35px;
}
.header__social a:not(:last-child) {
  margin-right: 5px;
}
.header__social a:hover svg path {
  fill: #CF8888;
}
.header__social a svg {
  width: 100%;
  height: 100%;
}
.header__social a svg path {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.header__nav {
  position: relative;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 35px;
  background-color: #E4C6C1;
  border-radius: 25px;
  padding: 0 55px;
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav > li.parent > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav > li.parent > a::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjMiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zIDMgMCAwaDZ6Ii8+PC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 6px;
  display: block;
  margin-left: 4px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.header__nav > li.parent > a.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__nav > li > a {
  color: #fff;
  font-size: 12px;
}
.header__nav .menu_open {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 55px;
  display: none;
}
.header__nav .menu_open__wrapper {
  display: grid;
  gap: 30px 10px;
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
  max-height: 320px;
  overflow-y: auto;
}
.header__nav .menu_open__wrapper::-webkit-scrollbar {
  width: 2px;
}
.header__nav .menu_open__wrapper::-webkit-scrollbar-track {
  background-color: #E4C6C1;
}
.header__nav .menu_open__wrapper::-webkit-scrollbar-thumb {
  background-color: #CF8888;
  border-radius: 3px;
}
.header__nav .menu_open__wrapper a:hover {
  text-decoration: underline;
}
.header__nav .menu_open__wrapper > li > a {
  color: #CF8888;
  font-size: 12px;
  text-transform: uppercase;
}
.header__nav .menu_open__wrapper > li > ul {
  margin-top: 10px;
}
.header__nav .menu_open__wrapper > li > ul li:not(:last-child) {
  margin-bottom: 10px;
}
.header__nav .menu_open__wrapper > li > ul li a {
  color: #CF8888;
  font-size: 10px;
}
.header__nav .menu_open.active {
  display: block;
}
.header__burger {
  background-color: #E4C6C1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .header__burger {
    display: none;
  }
}
.header__burger span {
  width: 17px;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}
.header__burger span:not(:last-child) {
  margin-bottom: 5px;
}
.header__burger.active span:first-child {
  /*display: none;*/
  transform: rotate(135deg);
  margin-bottom: -1px;
}
.header__burger.active span:last-child {
  transform: rotate(45deg);
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .mobile_menu {
    display: none !important;
  }
}
.mobile_menu.open {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  pointer-events: visible;
}
.mobile_menu::-webkit-scrollbar {
  width: 4px;
}
.mobile_menu::-webkit-scrollbar-track {
  background-color: #E4C6C1;
}
.mobile_menu::-webkit-scrollbar-thumb {
  background-color: #CF8888;
  border-radius: 3px;
}
.mobile_menu__wrapper {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.mobile_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile_menu__list li {
  text-align: center;
}
.mobile_menu__list > li:not(:last-child) {
  margin-bottom: 30px;
}
.mobile_menu__list > li > ul {
  margin-top: 15px;
}
.mobile_menu__list > li > ul > li > a {
  font-size: calc(0.00375 * 100vw + 10.8px);
  text-transform: uppercase;
  color: #CF8888;
}
.mobile_menu__list > li > ul > li > ul {
  margin-top: 10px;
}
.mobile_menu__list > li > ul > li > ul li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile_menu__list > li > ul > li > ul li a {
  color: #CF8888;
  font-size: calc(0.005 * 100vw + 8.4px);
}
.mobile_menu__list > li > a {
  font-size: calc(0.0025 * 100vw + 13.2px);
  text-transform: uppercase;
  color: #CF8888;
}
.mobile_menu__social {
  margin-top: 85px;
  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;
}
.mobile_menu__social a:not(:last-child) {
  margin-right: 10px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  overflow-x: auto;
  display: none;
}
.modal__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__wrapper {
  position: absolute;
  top: 52px;
  left: 10px;
  width: calc(100% - 20px);
  border-radius: 25px;
}
@media (min-width: 1024px) {
  .modal__wrapper {
    left: 50%;
    top: 120px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
  }
}
.modal__close {
  position: absolute;
  width: 32px;
  height: 32px;
  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;
  cursor: pointer;
  top: -42px;
  right: 0;
  z-index: 2;
  border-radius: 50%;
  background-color: #F9F6ED;
}
.modal.v2 .modal__wrapper {
  max-width: 614px;
}
@media (min-width: 615px) {
  .modal.v2 .modal__wrapper {
    left: 50%;
    top: 120px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.section_advantages {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section_advantages {
    margin-bottom: 40px;
  }
}
.section_advantages .section__header {
  margin-bottom: 27px;
}
@media (min-width: 1024px) {
  .section_advantages .section__header {
    margin-bottom: 47px;
  }
}
.section_advantages__content {
  position: relative;
}
.section_advantages__content .swiper-rarrow {
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section_advantages__content .swiper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.advantages_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages_item__image {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 1px solid #CF8888;
  overflow: hidden;
}
.advantages_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages_item__info {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages_item__info .d_title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .advantages_item__info .d_title {
    font-size: 16px;
  }
}
.advantages_item__info .d_text {
  margin-top: 13px;
  font-size: 10px;
  color: #CF8888;
  text-align: center;
}
@media (min-width: 1024px) {
  .advantages_item__info .d_text {
    margin-top: 14px;
    max-width: 200px;
  }
}

.section_answers {
  margin-bottom: 50px;
}
.section_answers .section__header {
  margin-bottom: 30px;
}
.answers_block {
  position: relative;
}
.answers_block:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .answers_block:not(:last-child) {
    margin-bottom: 10px;
  }
}
.answers_block__header {
  min-height: 40px;
  border: 1px solid #CF8888;
  background-color: #F9F6ED;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .answers_block__header {
    min-height: 60px;
  }
}
.answers_block__header .d_title {
  padding-left: 25px;
  color: #CF8888;
  font-size: 14px;
  font-weight: 500;
  max-width: 90%;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .answers_block__header .d_title {
    padding-left: 95px;
    font-size: 16px;
  }
}
.answers_block__header .arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  border: 1px solid #CF8888;
  background-color: #fff;
  cursor: pointer;
  padding: 4px;
  margin-right: 4px;
}
@media (min-width: 1024px) {
  .answers_block__header .arrow {
    width: 45px;
    height: 45px;
    margin-right: 8px;
  }
}
.answers_block__content {
  display: none;
  padding-top: 15px;
  padding-left: 25px;
  color: #CF8888;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .answers_block__content {
    font-size: 12px;
    margin-bottom: 20px;
    padding-left: 95px;
    padding-right: 95px;
  }
}
.answers_block.active .answers_block__header .arrow {
  background-color: #CF8888;
}
.answers_block.active .answers_block__header .arrow svg path {
  stroke: #fff;
}
.answers_block.active .answers_block__header .arrow svg path:first-child {
  display: none;
}

.article_banner {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .article_banner {
    margin-bottom: 70px;
    position: relative;
  }
}
.article_banner__item {
  position: relative;
  background-color: #F9F6ED;
  border-radius: 25px;
}
@media (min-width: 1024px) {
  .article_banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.article_banner__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/article_banner_vector.png) repeat;
  pointer-events: none;
}
.article_banner__item .d_image {
  border-radius: 14px;
  height: 320px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .article_banner__item .d_image {
    position: relative;
    z-index: 3;
    height: 600px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 590px;
            flex: 0 0 590px;
    max-width: 590px;
  }
}
.article_banner__item .d_image img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_banner__item .d_info {
  position: relative;
  z-index: 2;
  padding: 0 10px 15px 10px;
}
@media (min-width: 1024px) {
  .article_banner__item .d_info {
    padding: 20px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-right: 20px;
  }
}
.article_banner__item .d_title {
  margin-top: 24px;
  color: #CF8888;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.article_banner__item .d_text {
  margin-top: 15px;
  font-size: 14px;
  color: #CF8888;
}
.article_banner__item .d_price {
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
  margin-top: 15px;
  text-transform: uppercase;
}
.article_banner__item .btn_border {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .article_banner__item .btn_border {
    max-width: 380px;
  }
  .article_banner__item .d_title {
	font-size: 40px;
  }
}

.section_articles {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section_articles {
    margin-bottom: 70px;
  }
}
.section_articles .section__header {
  margin-bottom: 50px;
}
.section_articles__bottom {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .section_articles__bottom {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section_articles__bottom .btn_border {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.article_item {
  background-color: #F9F6ED;
  border-radius: 15px;
  padding: 10px;
  display: block;
}
.article_item__image {
  margin-bottom: 14px;
  border-radius: 15px;
  overflow: hidden;
  height: 282px;
}
@media (min-width: 1024px) {
  .article_item__image {
    border-radius: 25px;
    height: 263px;
  }
}
.article_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .article_item__image img {
    border-radius: 25px;
  }
}
.article_item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .article_item__info {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.article_item__info .d_title {
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .article_item__info .d_title {
    font-size: 16px;
  }
}
.article_item__info .d_text {
  font-size: 10px;
  color: #CF8888;
}

.section_contact_full {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .section_contact_full {
    margin-bottom: 70px;
	margin-top: 70px;
  }
  .section_contact_full .container {
    position: relative;
  }
}
.section_contact_full .section__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_contact_full .section__header {
    margin-bottom: 50px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .section_contact_full__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .section_contact_full__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 556px;
            flex: 0 0 556px;
    max-width: 556px;
  }
}
.section_contact_full__images .d_image {
  height: 415px;
  border-radius: 15px;
  overflow: hidden;
  border: 7px solid #F9F6ED;
  background-color: #E4C6C1;
}
@media (min-width: 1024px) {
  .section_contact_full__images .d_image {
    height: 465px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    border-radius: 25px;
  }
  .section_contact_full__images .d_image:not(:last-child) {
    margin-right: 32px;
  }
}
.section_contact_full__images .d_image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .section_contact_full__images .d_image img {
    border-radius: 25px;
  }
}
@media (max-width: 1023px) {
  .section_contact_full__images .d_image:not(:first-child) {
    display: none;
  }
}
.section_contact_full__info {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .section_contact_full__info {
    margin-top: 0;
    padding-top: 55px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 332px;
            flex: 0 0 332px;
    max-width: 332px;
	padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .section_contact_full__sm {
    display: none !important;
  }
}
.section_contact_full__sm .block:not(:last-child) {
  margin-bottom: 40px;
}
.section_contact_full__sm .block span, .section_contact_full__sm .block a {
  text-transform: uppercase;
}
.section_contact_full__sm .block span {
  color: #CF8888;
  font-size: 14px;
  line-height: 150%;
  display: block;
}
.section_contact_full__sm .block span:not(:last-child) {
  margin-bottom: 15px;
}
.section_contact_full__sm .block a:not([class]) {
  color: #CF8888;
  font-size: 14px;
  display: block;
  text-decoration: underline;
}
.section_contact_full__sm .block a:not([class]):not(:last-child) {
  margin-bottom: 15px;
}
.section_contact_full__sm .block a:not([class]):hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .section_contact_full__sm {
    display: none;
  }
}
.section_contact_full__lg {
  display: none;
}
@media (min-width: 1024px) {
  .section_contact_full__lg {
    display: block !important;
  }
}
.section_contact_full__lg .block:not(:last-child) {
  margin-bottom: 30px;
}
.section_contact_full__lg .block span {
  text-transform: uppercase;
  color: #CF8888;
  font-size: 16px;
  display: block;
  line-height: 130%;
}
.section_contact_full__lg .block span:not(:last-child) {
  margin-bottom: 15px;
}
.section_contact_full__lg .block a:not([class]) {
  text-transform: uppercase;
  color: #CF8888;
  font-size: 16px;
  display: block;
}
.section_contact_full__lg .block a:not([class]):not(:last-child) {
  margin-bottom: 15px;
}
.section_contact_full__lg .block a:not([class]):hover {
  text-decoration: underline;
}
.section_contact_full__lg .block .phone {
  text-transform: uppercase;
  color: #CF8888;
  font-size: 16px;
  display: block;
  text-align: right;
  white-space: nowrap;
}
.section_contact_full__lg .block .phone:hover {
  text-decoration: underline;
}
.section_contact_full__lg .block .phone:not(:last-child) {
  margin-bottom: 15px;
}
.section_contact_full .block_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}
.section_contact_full .block_social .d_row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section_contact_full .block_social .d_row .soc_item:not(:last-child) {
  margin-right: 10px;
}
.section_contact_full .block_social .d_row .soc_item svg path {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.section_contact_full .block_social .d_row .soc_item:hover svg path {
  fill: #CF8888;
}
.section_contact_full .btn_accent, .section_contact_full .btn_border {
  font-size: 12px;
  height: 35px;
  background-color: #fff;
  color: #CF8888;
}

.section_contact {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section_contact {
    margin-bottom: 66px;
  }
}
.section_contact .section__header {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .section_contact .section__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section_contact .section__header .d_title {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .section_contact__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section_contact__content .d_text {
  color: #CF8888;
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .section_contact__content .d_text {
    font-size: 12px;
  }
}
.section_contact__content .d_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
.section_contact__content .d_row .soc_item {
  width: 30px;
}
@media (min-width: 1024px) {
  .section_contact__content .d_row .soc_item {
    width: 60px;
  }
}
.section_contact__content .d_row .soc_item svg {
  width: 100%;
  height: 100%;
}
.section_contact__content .d_row .soc_item:not(:last-child) {
  margin-right: 10px;
}
.section_contact__content .d_row .soc_item:hover svg path {
  fill: #CF8888;
}

.discounts_block {
  position: relative;
  background-color: #CF8888;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  /* Styles for when the slider is disabled */
}
@media (min-width: 1024px) {
  .discounts_block {
    /* padding-top: 70px; */
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.discounts_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .discounts_block::before {
    background: url(../img/white-bg-before.png) no-repeat;
  }
}
@media (min-width: 1024px) {
  .discounts_block::before {
    background: url(../img/white-bg-before-lg.png) repeat;
  }
}
.discounts_block .section__header {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .discounts_block .section__header {
    margin-bottom: 50px;
  }
}
.discounts_block .section__header .d_title {
  color: #fff;
  font-size: 30px;
}
@media (min-width: 1024px) {
  .discounts_block .section__header .d_title {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .discounts_block .section__header .swiper_arrow {
    display: none;
  }
}
.discounts_block .section__header .swiper_arrow svg path {
  fill: #fff;
}
.discounts_block .swiper.-non-slider .swiper-wrapper {
  -webkit-transform: inherit !important;
      -ms-transform: inherit !important;
          transform: inherit !important;
}
.discounts_block .swiper.-non-slider .swiper-slide {
  width: inherit !important;
  /* Initialize the width of the slides */
}
.discounts_block .swiper.-non-slider .swiper-slide-duplicate {
  /* Remove slide duplicates（loop:true） */
  display: none;
}
@media (max-width: 1023px) {
  .discounts_block .swiper {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .discounts_block .swiper {
    width: 1010px;
  }
}
@media (max-width: 1023px) {
  .discounts_block .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .discounts_block .swiper-slide:not(:last-child) {
    margin-bottom: 20px;
  }
}
.discounts_block__content {
  position: relative;
  z-index: 2;
}
.discounts_block__content {
  .swiper-slide {
    height: auto;
  }
  .card_item_v2 {
    height: 100%;
  }
}
.discounts_block .swiper-rarrow {
  display: none;
}
@media (min-width: 1024px) {
  .discounts_block .swiper-rarrow {
    top: 155px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.card_item_v2 {
  background-color: #F9F6ED;
  border-radius: 15px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .card_item_v2 {
    padding: 7px;
    border-radius: 30px;
  }
}
.card_item_v2__image {
  position: relative;
}
.card_item_v2__image .d_image {
  border-radius: 14px;
  background-color: #E4C6C1;
  height: 158px;
}
@media (min-width: 1024px) {
  .card_item_v2__image .d_image {
    border-radius: 25px;
    height: 263px;
  }
}
.card_item_v2__image .d_image img {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .card_item_v2__image .d_image img {
    border-radius: 25px;
  }
}
.card_item_v2__info {
  margin-top: 10px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.card_item_v2__info.x2-extension {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .card_item_v2__info {
    margin-top: 20px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.card_item_v2__box-title {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1024px) {
  .card_item_v2__box-title {
    margin-bottom: 14px;
  }
}
.card_item_v2__info .d_title {
  color: #CF8888;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*max-width: 80%;*/
}
@media (min-width: 1024px) {
  .card_item_v2__info .d_title {
    font-size: 16px;
  }
}
.card_item_v2__info .d_title span {
  font-size: 10px;
  color: #CF8888;
  text-transform: none;
}
.card_item_v2__info .d_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card_item_v2__info .d_text .d_label, .card_item_v2__info .card_item_v2__box-title .d_label {
  color: #CF8888;
  font-size: 10px;
  margin-right: 14px;
}
.card_item_v2__info .d_text .d_price {
  position: relative;
  font-size: 14px;
  color: #CF8888;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .card_item_v2__info .d_text .d_price {
    font-size: 16px;
  }
}
.card_item_v2__info .d_text .d_price__last {
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 2;
  color: #E4C6C1;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .card_item_v2__info .d_text .d_price__last {
    font-size: 16px;
  }
}
.card_item_v2__info .btn_border {
  margin-top: 15px;
}

.section_discounts {
  position: relative;
  background-color: #CF8888;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section_discounts {
    padding-top: 65px;
    padding-bottom: 70px;
    margin-bottom: 67px;
  }
}
.section_discounts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .section_discounts::before {
    background: url(../img/white-bg-before.png) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .section_discounts::before {
    background: url(../img/white-bg-before-lg.png) repeat;
  }
}
.section_discounts .section__header {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_discounts .section__header {
    margin-bottom: 47px;
  }
}
.section_discounts .section__header .d_title {
  color: #fff;
}
@media (min-width: 1024px) {
  .section_discounts .section__header .swiper_arrow {
    display: none;
  }
}
.section_discounts .section__header .swiper_arrow svg path {
  fill: #fff;
}
@media (max-width: 1023px) {
  .section_discounts .swiper {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .section_discounts .swiper {
    width: 1010px;
  }
}
.section_discounts__content {
  position: relative;
  z-index: 2;
}
.section_discounts .swiper-rarrow {
  display: none;
}
@media (min-width: 1024px) {
  .section_discounts .swiper-rarrow {
    top: 155px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section_discounts.v2 .section__header .d_title {
  font-size: 30px;
}
@media (min-width: 1024px) {
  .section_discounts.v2 .section__header .d_title {
    font-size: 40px;
  }
}

.card_item {
  background-color: #F9F6ED;
  border-radius: 15px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .card_item {
    padding: 7px;
    border-radius: 30px;
  }
}
.card_item__image {
  position: relative;
}
.card_item__image .d_image {
  border-radius: 14px;
  background-color: #E4C6C1;
  height: 158px;
}
@media (min-width: 1024px) {
  .card_item__image .d_image {
    border-radius: 25px;
    height: 263px;
  }
}
.card_item__image .d_image img {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .card_item__image .d_image img {
    border-radius: 25px;
  }
}
.card_item__info {
  margin-top: 10px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1024px) {
  .card_item__info {
    margin-top: 16px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.card_item__info .d_title {
  margin-bottom: 10px;
  color: #CF8888;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .card_item__info .d_title {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
.card_item__info .d_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card_item__info .d_text .d_label {
  color: #CF8888;
  font-size: 10px;
}
.card_item__info .d_text .d_price {
  font-size: 14px;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .card_item__info .d_text .d_price {
    font-size: 16px;
  }
}

.modal_form_consultation {
  position: relative;
  background-color: #F9F6ED;
  border-radius: 25px;
  overflow: hidden;
}
.modal_form_consultation::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/bg-form.png) repeat;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .modal_form_consultation::before {
    background: url(../img/bg-form-lg.png) repeat;
  }
}
.modal_form_consultation__wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .modal_form_consultation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 25px;
  }
}
.modal_form_consultation__image {
  width: 100%;
  height: 220px;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .modal_form_consultation__image {
    height: auto;
    border-radius: 25px;
    margin-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 573px;
            flex: 0 0 573px;
    max-width: 573px;
  }
}
.modal_form_consultation__image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .modal_form_consultation__image img {
    border-radius: 25px;
  }
}
.modal_form_consultation__form {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .modal_form_consultation__form {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.modal_form_consultation__form .d_text {
  margin-top: 12px;
  margin-bottom: 30px;
  font-size: 10px;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .modal_form_consultation__form .d_text {
    margin-top: 20px;
    font-size: 16px;
  }
}
.modal_form_consultation__form .btn_accent {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .modal_form_consultation__form .btn_accent {
    font-size: 16px;
    height: 40px;
  }
}
.modal_form_consultation.v2 .h2 {
  text-align: center;
}
.modal_form_consultation.v2 .modal_form_consultation__form .d_text {
  text-align: center;
}
.modal_form_consultation.v2 .modal_form_consultation__image {
  display: none;
}

.section_form_consultation {
  position: relative;
  background-color: #F9F6ED;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .section_form_consultation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section_form_consultation::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/bg-form.png) repeat;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .section_form_consultation::before {
    background: url(../img/bg-form-lg.png) repeat;
  }
}
.section_form_consultation__wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section_form_consultation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section_form_consultation__image {
  width: 100%;
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section_form_consultation__image {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 1024px) {
  .section_form_consultation__image {
    height: auto;
    border-radius: 25px;
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 573px;
            flex: 0 0 573px;
    max-width: 573px;
  }
}
.section_form_consultation__image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .section_form_consultation__image img {
    border-radius: 25px;
  }
}
.section_form_consultation__form {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .section_form_consultation__form {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.section_form_consultation__form .d_text {
  margin-top: 10px;
  margin-bottom: 27px;
  font-size: 10px;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .section_form_consultation__form .d_text {
    font-size: 16px;
  }
}

.section_form_review {
  position: relative;
  background-color: #F9F6ED;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .section_form_review {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section_form_review::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/bg-form.png) repeat;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .section_form_review::before {
    background: url(../img/bg-form-lg.png) repeat;
  }
}
.section_form_review__wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section_form_review__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section_form_review__image {
  width: 100%;
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section_form_review__image {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 1024px) {
  .section_form_review__image {
    height: auto;
    border-radius: 25px;
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 573px;
            flex: 0 0 573px;
    max-width: 573px;
  }
}
.section_form_review__image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .section_form_review__image img {
    border-radius: 25px;
  }
}
.section_form_review__form {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .section_form_review__form {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.section_form_review__form .h2 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_form_review__form .h2 {
    margin-bottom: 56px;
  }
}
.section_form_review__form .d_text {
  margin-top: 12px;
  margin-bottom: 30px;
  font-size: 10px;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .section_form_review__form .d_text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.section_gallery {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section_gallery {
    margin-bottom: 70px;
  }
}
.section_gallery .section__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_gallery .section__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section_gallery .section__header .swiper_arrow {
    display: none;
  }
}
.section_gallery__slider {
  /* Styles for when the slider is disabled */
}
@media (max-width: 1023px) {
  .section_gallery__slider .swiper {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section_gallery__slider .swiper.-non-slider .swiper-wrapper {
  -webkit-transform: inherit !important;
      -ms-transform: inherit !important;
          transform: inherit !important;
}
.section_gallery__slider .swiper.-non-slider .swiper-slide {
  width: inherit !important;
  /* Initialize the width of the slides */
}
.section_gallery__slider .swiper.-non-slider .swiper-slide-duplicate {
  /* Remove slide duplicates（loop:true） */
  display: none;
}
@media (min-width: 1024px) {
  .section_gallery__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 280px);
    gap: 15px;
  }
  .section_gallery__slider .swiper-wrapper .swiper-slide:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .section_gallery__slider .swiper-wrapper .swiper-slide:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .section_gallery__slider .swiper-wrapper .swiper-slide:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .section_gallery__slider .swiper-wrapper .swiper-slide:nth-child(4) {
    grid-area: 1/3/3/4;
  }
  .section_gallery__slider .swiper-wrapper .swiper-slide:nth-child(5) {
    grid-area: 1/4/2/5;
  }
  .section_gallery__slider .swiper-wrapper .swiper-slide:nth-child(6) {
    grid-area: 2/4/3/5;
  }
}

.gallery_item {
  display: block;
  cursor: pointer;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .gallery_item {
    height: 100%;
    width: 100%;
    border-radius: 25px;
  }
}
.gallery_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .gallery_item img {
    border-radius: 25px;
  }
}

.section_license {
  margin-bottom: 50px;
}
@media (min-width:1024px) {
	.section_license {
		margin-bottom: 66px;
	}
}
@media (max-width: 1023px) {
  .section_license {
    position: relative;
  }
  .section_license::before {
    content: "";
    position: absolute;
    top: 184px;
    left: 0;
    width: 100%;
    height: 813px;
    background: url(../img/patter1-sm.png) no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
  }
}
.section_license .section__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_license .section__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section_license .section__header .swiper_arrow {
    /*display: none;*/
  }
}
.section_license__bottom {
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .section_license__bottom {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section_license.w100 .section_license__slider .swiper {
    max-width: 100%;
  }
}
.section_license__slider {
  position: relative;
}
@media (min-width: 1024px) {
  .section_license__slider .swiper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_license__slider .swiper-rarrow {
  display: none;
}
@media (min-width: 1024px) {
  .section_license__slider .swiper-rarrow {
    top: 170px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.license_item {
  position: relative;
}
.license_item__image {
  overflow: hidden;
  /*height: 384px;*/
  border-radius: 15px;
  background-color: #fff;
  border: 7px solid #F9F6ED;
}
@media (min-width: 1024px) {
  .license_item__image {
    border-radius: 25px;
    height: 350px;
  }
}
.license_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .license_item__image img {
    border-radius: 25px;
  }
}
.license_item__info {
  margin-top: 17px;
  font-size: 10px;
  font-weight: 500;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .license_item__info {
    font-size: 12px;
    padding-left: 20px;
	margin-top: 28px;
  }
}

.main_banner {
  position: relative;
  margin-bottom: 47px;
}
@media (min-width: 1024px) {
  .main_banner {
    margin-bottom: 67px;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .main_banner__slider {
    position: relative;
    border-radius: 15px;
    background-color: #F9F6ED;
    padding-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .main_banner__slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg-vector-sm.png) no-repeat;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .main_banner__slider .swiper {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 1024px) {
  .main_banner__item {
    max-height: 450px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background-color: #F9F6ED;
    border-radius: 25px;
  }
  .main_banner__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg-vector.png) repeat;
    opacity: 0.5;
    pointer-events: none;
  }
}
.main_banner__item .d_image {
  border-radius: 14px;
  height: 274px;
  pointer-events: none;
  max-width: 800px;
}
@media (min-width: 1024px) {
  .main_banner__item .d_image {
    position: relative;
    z-index: 3;
    height: 600px;
  }
}
.main_banner__item .d_image img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_banner__item .d_info {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .main_banner__item .d_info {
    padding: 20px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: auto;
    max-width: 500px;
	width: 100%;
  }
}
.main_banner__item .d_title {
  margin-top: 24px;
  color: #CF8888;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .main_banner__item .d_title {
    font-size: 50px;
    line-height: 100%;
  }
}
.main_banner__item .d_text {
  margin-top: 5px;
  font-size: 14px;
  color: #CF8888;
}
.main_banner__item .btn_border {
  margin-top: 27px;
}
@media (min-width: 1024px) {
  .main_banner__item .btn_border {
    width: 380px;
  }
  .main_banner__item .d_text {
	font-size: 16px;
  }
}
.main_banner__nav {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .main_banner__nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
}

.section_about_as {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section_about_as {
    margin-bottom: 66px;
  }
}
.section_about_as .section__header {
  display: none;
}
@media (min-width: 1024px) {
  .section_about_as .section__header {
    display: block;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section_about_as__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section_about_as__info {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .section_about_as__info {
    margin-top: -7px;
  }
}
.section_about_as__info .d_text {
  margin-top: 15px;
  font-size: 10px;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .section_about_as__info .d_text {
    margin-top: 20px;
    font-size: 16px;
  }
}
.section_about_as__info .d_text span {
  color: #F9F6ED;
  background-color: #CF8888;
  border-radius: 3px;
  padding: 1px 3px;
}
.section_about_as__image {
  height: 154px;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .section_about_as__image {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1024px) {
  .section_about_as__image {
    border-radius: 25px;
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 574px;
            flex: 0 0 574px;
    max-width: 574px;
    height: 280px;
  }
}
@media (min-width: 1440px) {
  .section_about_as__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 574px;
            flex: 0 0 574px;
    max-width: 574px;
  }
}
.section_about_as__image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .section_about_as__image img {
    border-radius: 25px;
  }
}

.section_our_team_v2 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_our_team_v2 {
    margin-bottom: 70px;
  }
}
.section_our_team_v2 .section__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_our_team_v2 .section__header {
    margin-bottom: 67px;
  }
}
@media (min-width: 1024px) {
  .section_our_team_v2 .section__header .swiper_arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section_our_team_v2__content {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .section_our_team_v2__content .swiper {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section_our_team_v2__content .swiper-rarrow {
  display: none;
}
@media (min-width: 1024px) {
  .section_our_team_v2__content .swiper-rarrow {
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section_our_team_v2__bottom {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section_our_team_v2__bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .section_our_team_v2__bottom {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .section_our_team_v2__bottom .btn_border {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .section_our_team_v2__wrappper {
    position: relative;
    background-color: #F9F6ED;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px;
    border-radius: 15px;
  }
  .section_our_team_v2__wrappper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/our_team_bg_vector.png);
    background-size: 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}

.our_team_item_v2 {
  position: relative;
  z-index: 2;
}
.our_team_item_v2__image {
  height: 320px;
  width: 100%;
  background-color: #E4C6C1;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .our_team_item_v2__image {
    height: 280px;
    width: 100%;
    border-radius: 25px;
  }
}
.our_team_item_v2__image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .our_team_item_v2__image img {
    border-radius: 25px;
  }
}
.our_team_item_v2__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .our_team_item_v2__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .our_team_item_v2__info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.our_team_item_v2__info .d_title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .our_team_item_v2__info .d_title {
    font-size: 16px;
  }
}
.our_team_item_v2__info .d_text {
  font-size: 14px;
  color: #CF8888;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .our_team_item_v2__info .d_text {
    font-size: 10px;
  }
}
.our_team_item_v2__info .btn_border {
  margin-top: 5px;
}

.section_our_team {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_our_team {
    margin-bottom: 70px;
  }
}
.section_our_team .section__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_our_team .section__header {
    margin-bottom: 67px;
  }
}
@media (min-width: 1024px) {
  .section_our_team .section__header .swiper_arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section_our_team__content {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .section_our_team__content .swiper {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .section_our_team__content .swiper {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section_our_team__content .swiper-rarrow {
  display: none;
}
@media (min-width: 1024px) {
  .section_our_team__content .swiper-rarrow {
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section_our_team__bottom {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section_our_team__bottom .btn_border {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }
}

.our_team_item__image {
  height: 300px;
  width: 100%;
  background-color: #E4C6C1;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .our_team_item__image {
    height: 245px;
    width: 245px;
    border-radius: 25px;
  }
}
.our_team_item__image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .our_team_item__image img {
    border-radius: 25px;
  }
}
.our_team_item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .our_team_item__info {
    margin-top: 33px;
  }
}
.our_team_item__info .d_title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #CF8888;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .our_team_item__info .d_title {
    font-size: 16px;
  }
}
.our_team_item__info .d_text {
  font-size: 10px;
  color: #CF8888;
  /* margin-top: auto; */
  margin-bottom: 18px;
}
.our_team_item__info .btn_border {
  margin-top: auto;
}

.section_our_works {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section_our_works {
    margin-bottom: 66px;
  }
}
.section_our_works .section__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_our_works .section__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section_our_works .section__header .swiper_arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section_our_works__content {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .section_our_works__content .swiper {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .section_our_works__content .swiper {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section_our_works__content .swiper-rarrow {
  display: none;
}
@media (min-width: 1024px) {
  .section_our_works__content .swiper-rarrow {
    top: 148px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section_our_works__content .card_item__image {
  height: 158px;
  overflow: hidden;
  border-radius: 14px;
}
@media (min-width: 1024px) {
  .section_our_works__content .card_item__image {
    height: 263px;
    border-radius: 25px;
  }
}
.section_our_works__content .card_item__info .d_title {
  margin-bottom: 10px;
}
.section_our_works__bottom {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .section_our_works__bottom {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section_our_works__bottom .btn_border {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section_price {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .section_price {
    margin-top: 70px;
    margin-bottom: 65px;
  }
}
.section_price .section__header {
  margin-bottom: 27px;
}
@media (min-width: 1024px) {
  .section_price .section__header {
    margin-bottom: 47px;
  }
}
@media (max-width: 1023px) {
  .section_price__content .price_block {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section_price__content .price_block:nth-child(2n) {
  background-color: #fff;
}

.price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 30px;
  padding: 13px 0 12px 0;
  background-color: #F9F6ED;
}
@media (min-width: 1024px) {
  .price_block {
    padding-left: 95px;
    padding-right: 75px;
  }
}
.price_block__title, .price_block__count {
  color: #CF8888;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .price_block__title, .price_block__count {
    font-size: 16px;
  }
}

.section_reviews {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section_reviews {
    margin-bottom: 70px;
  }
}
.section_reviews .section__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_reviews .section__header {
    margin-bottom: 67px;
  }
}
@media (min-width: 1024px) {
  .section_reviews .section__header .swiper_arrow {
    display: none;
  }
}
.section_reviews__slider {
  position: relative;
}
@media (min-width: 1024px) {
  .section_reviews__slider .swiper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_reviews__slider .swiper-rarrow {
  display: none;
}
@media (min-width: 1024px) {
  .section_reviews__slider .swiper-rarrow {
    top: 130px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section_reviews__bottom {
  display: none;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section_reviews__bottom {
    display: block;
  }
}
@media (min-width: 1024px) {
  .section_reviews__bottom .btn_border {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.review_item {
  background-color: #FFFFFF;
  border: 7px solid #F9F6ED;
  border-radius: 15px;
  padding: 10px;
}
@media (min-width: 1024px) {
  .review_item {
    border-radius: 25px;
    padding: 36px 145px;
  }
}
.review_item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .review_item__top {
    margin-bottom: 15px;
  }
}
.review_item__top-avatar {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.review_item__top-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review_item__top-name {
  text-transform: uppercase;
  font-size: 16px;
  color: #CF8888;
}
.review_item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .review_item__rating {
    margin-bottom: 16px;
  }
}
.review_item__rating .item {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0U0QzZDMSIgZD0ibTggMCAxLjggNS41M2g1LjhsLTQuNyAzLjQxIDEuOCA1LjUzTDggMTEuMDZsLTQuNyAzLjQxIDEuOC01LjUzTC40IDUuNTNoNS44eiIvPjwvc3ZnPg==");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.review_item__rating .item:not(:last-child) {
  margin-right: 2px;
}
.review_item__text {
  font-size: 10px;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .review_item__text {
    font-size: 16px;
  }
}

.section__header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  .section__header {
    margin-bottom: 47px;
  }
}
.section__header .d_title {
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
  text-transform: uppercase;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .section__header .d_title {
    font-size: 16px;
    padding-left: 16px;
  }
}
.section__header .swiper_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__header .swiper_arrow__left {
  margin-right: 30px;
}
.section__header .swiper_arrow__left, .section__header .swiper_arrow__right {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
}
.section__header .swiper_arrow__left.swiper-button-disabled, .section__header .swiper_arrow__right.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.section__bottom {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .section__bottom {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section__bottom .btn_border {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.section_service {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .section_service {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}
.section_service .swiper-slide {
  height: auto;
}
.section_service .swiper-slide .service_item {
  height: 100%;
}

.service_item {
  position: relative;
  border-radius: 15px;
  background-color: #F9F6ED;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .service_item {
    position: relative;
    border-radius: 30px;
  }
}
.service_item__all-link {
  position: absolute;
  inset: 0;
}
.service_item__price .btn_border {
  position: relative;
  z-index: 2;
}
.service_item__image {
  position: relative;
  min-height: 282px;
  border-radius: 14px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .service_item__image {
    position: relative;
    min-height: auto;
    /*height: 263px;*/
    border-radius: 25px;
  }
  .service_item__image:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
}
.service_item__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_item__info {
  margin-top: 16px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .service_item__info {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.service_item__info .d_title {
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .service_item__info .d_title {
    font-size: 16px;
  }
}
.service_item__info .d_text {
  margin-top: 12px;
  font-size: 10px;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .service_item__info .d_text {
    margin-top: 14px;
  }
}
.service_item__price {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .service_item__price {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
}
.service_item__price .d_price {
  font-size: 14px;
  color: #CF8888;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .service_item__price .d_price {
    font-size: 16px;
  }
}
.service_item__price .btn_border {
  margin-top: 16px;
}

.section_text_block {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .section_text_block {
    overflow: hidden;
  }
  .section_text_block::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/bg-material-block.png);
    background-size: 100%;
    width: 100%;
    height: 490px;
    pointer-events: none;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .section_text_block {
    padding-bottom: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) {
  .section_text_block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .section_text_block__content {
    max-width: 540px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-right: 20px;
    padding-left: 20px;
  }
}
.section_text_block__content .d_title {
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .section_text_block__content .d_title {
    margin-bottom: 27px;
    font-size: 16px;
  }
}
.section_text_block__content .d_text {
  font-size: 10px;
  font-weight: 500;
  color: #CF8888;
}
.section_text_block__content .d_text ul,
.section_text_block__content .d_text ol {
  padding-left: 20px;
}
.section_text_block__content .d_text li:not(:last-child) {
  margin-bottom: 2px;
}
.section_text_block__content .d_text li {
  position: relative;
}
.section_text_block__content .d_text li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 100%;
  background: #CF8888;
  position: absolute;
  top: calc(50% - 2px);
  left: -11px;
}
@media (min-width: 1024px) {
  .section_text_block__content .d_text {
    font-size: 12px;
  }
}
.section_text_block__right {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section_text_block__right {
    margin-right: 20px;
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 274px;
            flex: 0 0 274px;
    max-width: 274px;
  }
}

.block_material {
  position: relative;
  background-color: #F9F6ED;
  border-radius: 30px;
  padding: 10px;
  width: 100%;
}
.block_material__image {
  height: 280px;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .block_material__image {
    height: 257px;
  }
}
.block_material__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.block_material__info {
  margin-top: 15px;
  padding: 0 10px 10px 10px;
}
@media (min-width: 1024px) {
  .block_material__info {
    margin-top: 20px;
  }
}
.block_material__info .d_label {
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 500;
  color: #CF8888;
  display: block;
}
@media (min-width: 1024px) {
  .block_material__info .d_label {
    font-size: 12px;
  }
}
.block_material__info .d_title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .block_material__info .d_title {
    font-size: 16px;
  }
}
.block_material__info .d_text {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #CF8888;
}
.section_video {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .section_video {
    margin-bottom: 70px;
  }
}
.section_video .section__header {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section_video .section__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section_video .section__header .swiper_arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section_video__slider {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .section_video__slider .swiper {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .section_video__slider .swiper {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section_video__slider .swiper-rarrow {
  display: none;
}
@media (min-width: 1024px) {
  .section_video__slider .swiper-rarrow {
    top: 130px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section_video__bottom {
  display: none;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section_video__bottom {
    display: block;
  }
}
@media (min-width: 1024px) {
  .section_video__bottom .btn_border {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }
}

.video_item {
  display: block;
  cursor: pointer;
}
.video_item__video {
  background-color: #fff;
  border: 7px solid #F9F6ED;
  height: 200px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.video_item__video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .video_item__video {
    height: 323px;
    border-radius: 25px;
  }
}
.video_item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .video_item__info {
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.video_item__info .d_title {
  font-size: 14px;
  text-transform: uppercase;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .video_item__info .d_title {
    font-size: 16px;
  }
}
.video_item__info .d_text {
  margin-top: 15px;
  font-size: 10px;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .video_item__info .d_text {
    margin-top: 10px;
    max-width: 280px;
  }
}

.page_error {
  height: 100vh;
}
@media (min-width: 1024px) {
  .page_error {
    height: 100%;
  }
}
.page_error .container {
  height: inherit;
}
.page_error__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F6ED;
  border-radius: 15px;
  position: relative;
  height: inherit;
}
@media (max-width: 1023px) {
  .page_error__wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .page_error__wrapper {
    border-radius: 25px;
    padding-bottom: 140px;
  }
}
.page_error__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/404_vector_sm.png);
  background-size: 100%;
}
@media (min-width: 1024px) {
  .page_error__wrapper::before {
    background: url(../img/404_vector_lg.png);
    background-size: 100%;
  }
}
.page_error__logo {
  position: relative;
  z-index: 2;
  max-width: 238px;
  margin-bottom: 145px;
  margin-top: 30vh;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .page_error__logo {
    max-width: 620px;
    margin-top: 130px;
    margin-bottom: 120px;
  }
}
.page_error__link {
  position: relative;
  z-index: 2;
  max-width: 284px;
  height: 30px;
  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;
  border-radius: 30px;
  border: 1px solid #CF8888;
  color: #CF8888;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  background-color: transparent;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.page_error__link:hover {
  background-color: #CF8888;
  color: #fff;
}
@media (min-width: 1024px) {
  .page_error__link {
    height: 40px;
    max-width: 500px;
    font-size: 16px;
  }
}

.title_bg {
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 10px;
  background-color: #F9F6ED;
  position: relative;
}
@media (min-width: 1024px) {
  .title_bg {
    padding: 20px 40px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .title_bg.block-md {
    display: none;
  }
}
.title_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/article_bg_vector.png);
  background-size: 100%;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .title_bg::before {
    background: url(../img/article_bg_vector_sm.png);
  }
}
.title_bg h1, .title_bg h2, .title_bg h3 {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  color: #CF8888;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .title_bg h1, .title_bg h2, .title_bg h3 {
    font-size: 40px;
  }
}

.article_grid {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .article_grid {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .article_grid .article_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 3);
            flex: 0 0 calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article_grid .article_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .article_grid .article_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 45px) / 4);
            flex: 0 0 calc((100% - 45px) / 4);
    max-width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .article_grid .article_item:nth-child(4n) {
    margin-right: 0;
  }
}
.article_grid .article_item:not(:last-child) {
  margin-bottom: 15px;
}

.page_contact {
  margin-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 246, 237, 0)), to(#f9f6ed));
  background: -o-linear-gradient(top, rgba(249, 246, 237, 0), #f9f6ed 100%);
  background: linear-gradient(180deg, rgba(249, 246, 237, 0), #f9f6ed 100%);
  position: relative;
}
@media (max-width: 1023px) {
  .page_contact {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .page_contact {
    margin-bottom: 70px;
    background: #F9F6ED;
    border-radius: 25px;
  }
}
.page_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/contact_page_vector.png);
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .page_contact::before {
    background: url(../img/contact_page_vector_lg.png);
  }
}
@media (min-width: 1024px) {
  .page_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 5px;
    border-radius: 25px;
  }
}
.page_contact__right {
  margin-bottom: 30px;
  height: 300px;
  position: relative;
  z-index: 2;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page_contact__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 590px;
            flex: 0 0 590px;
    max-width: 590px;
    height: 590px;
    margin-bottom: 0;
	border-radius: 25px;
  }
}
.page_contact__right img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_contact__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .page_contact__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-bottom: 0;
    padding: 25px 15px 25px 15px;
  }
}
.page_contact__left .d_title {
  display: none;
}
@media (min-width: 1024px) {
  .page_contact__left .d_title {
    display: block;
    margin-bottom: 59px;
    text-transform: uppercase;
    color: #CF8888;
    font-size: 40px;
    font-weight: 500;
  }
}
.page_contact__left .block_top,
.page_contact__left .block_bottom {
  color: #CF8888;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.page_contact__left .block_top:not(:last-child),
.page_contact__left .block_bottom:not(:last-child) {
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .page_contact__left .block_top,
.page_contact__left .block_bottom {
    font-size: 16px;
  }
}
.page_contact__left .block_top a,
.page_contact__left .block_bottom a {
  text-decoration: underline;
}
.page_contact__left .block_top a:hover,
.page_contact__left .block_bottom a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .page_contact__left .block_top {
    margin-bottom: auto !important;
  }
}

.equipment_list {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .equipment_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .equipment_list .equipment_item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .equipment_list .equipment_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 45px) / 4);
            flex: 0 0 calc((100% - 45px) / 4);
    max-width: calc((100% - 45px) / 4);
    margin-bottom: 10px;
  }
  .equipment_list .equipment_item:not(:nth-child(4n)) {
    margin-right: 15px;
  }
}

.equipment_item {
  background-color: #F9F6ED;
  border-radius: 15px;
  padding: 10px;
}
.equipment_item:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.equipment_item__image {
  margin-bottom: 12px;
  height: 282px;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width:1024px) {
	.equipment_item__image {
		height: 263px;
		border-radius: 25px;
		margin-bottom: 16px;
	}
}
.equipment_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.equipment_item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.equipment_item__info-title {
  color: #CF8888;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width:1024px) {
	.equipment_item__info-title {
		font-size: 16px;
	}
}
.equipment_item__info-btn {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  height: 30px;
  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;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #CF8888;
  color: #CF8888;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 12px;
}
.equipment_item__info-btn:hover {
  background-color: #CF8888;
  color: #fff;
}

.page_services {
  margin-bottom: 50px;
  /* Styles for when the slider is disabled */
}
.page_services .page_default__nav {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page_services .page_default__nav {
    margin-bottom: 50px;
  }
  .equipment_item__info-btn {
	margin-top: 17px;
	height: 40px;
  }
}
@media (min-width: 1024px) {
  .page_services .section__header {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .page_services .section__header .swiper_arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page_services .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_services .swiper.-non-slider .swiper-wrapper {
  -webkit-transform: inherit !important;
      -ms-transform: inherit !important;
          transform: inherit !important;
}
.page_services .swiper.-non-slider .swiper-slide {
  width: inherit !important;
  /* Initialize the width of the slides */
}
.page_services .swiper.-non-slider .swiper-slide-duplicate {
  /* Remove slide duplicates（loop:true） */
  display: none;
}

.page_default__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .page_default__nav {
    padding-left: 20px;
    max-width: 76%;
  }
}
.page_default__nav .nav_btn {
  min-width: 200px;
  height: 25px;
  padding: 0 20px;
  border: 1px solid #CF8888;
  border-radius: 30px;
  color: #CF8888;
  font-size: 10px;
  font-weight: 500;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .page_default__nav .nav_btn {
    min-width: 300px;
    height: 35px;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0 55px;
  }
}
.page_default__nav .nav_btn:hover, .page_default__nav .nav_btn.active {
  background-color: #CF8888;
  color: #fff;
}

@media (min-width: 1024px) {
  .page_services__grid .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_services__grid .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 45px) / 4);
            flex: 0 0 calc((100% - 45px) / 4);
    max-width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-bottom: 15px;
    height: auto;
  }
  .page_services__grid .swiper-slide .service_item {
    height: 100%;
  }
  .page_services__grid .swiper-slide:nth-child(4n) {
    margin-right: 0;
  }
}

.page_price_list .page_default__nav {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  /* .page_price_list .page_default__nav {
    margin-bottom: 70px;
  } */
}
.page_price_list .answers_block__content {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page_price_list .answers_block__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.answers_block__content ul li {
	position: relative;
    padding-left: 15px;
}
.answers_block__content ul, .answers_block__content ol {
	margin-top: 20px;
	margin-bottom: 20px;
}
.answers_block__content ul li::before {
	content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #CF8888;
}

.price_header {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #CF8888;
  margin-top: 15px;
}
.price_header:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .price_header:not(:first-child) {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .price_header {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .price_category .price_block {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.price_category .price_block:nth-child(2n) {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .page_review .section__header {
    display: none;
  }
}

.page_sertificate {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .page_sertificate {
    margin-bottom: 70px;
  }
}

.sertificate_card {
  margin-bottom: 85px;
}
@media (min-width: 1024px) {
  .sertificate_card {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sertificate_card .ml-auto {
  margin-left: auto;
}
.sertificate_card .ml-10 {
  margin-left: 10px !important;
}
.sertificate_card.disabled .sertificate_card__price-count {
  background: #E4C6C1;
}
.sertificate_card.disabled .sertificate_card__price-count::before {
  background: url(../img/sertificat_bg_sm_disabled.png);
  background-size: 100%;
}
.sertificate_card__price {
  background-color: #F9F6ED;
  border-radius: 15px;
  padding: 5px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .sertificate_card__price {
    margin-bottom: 0;
    border-radius: 30px;
    padding: 7px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 498px;
            flex: 0 0 498px;
    max-width: 498px;
    margin-right: 36px;
  }
}
.sertificate_card__price-count {
  position: relative;
  height: 158px;
  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;
  border-radius: 15px;
  background-color: #CF8888;
  color: #F9F6ED;
  font-size: 50px;
  font-weight: 500;
  line-height: 100%;
  overflow: hidden;
}
.sertificate_card__price-count img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .sertificate_card__price-count {
    height: 262px;
    border-radius: 30px;
    font-size: 82px;
    line-height: 100%;
  }
}
.sertificate_card__price-count::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sertificat_bg_sm.png);
  background-size: 100%;
  pointer-events: none;
}
.sertificate_card__price-title {
  color: #CF8888;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .sertificate_card__price-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .sertificate_card__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sertificate_card__info-title {
  margin-bottom: 12px;
  color: #CF8888;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .sertificate_card__info-title {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.sertificate_card__info-list {
  margin-top: 10px;
}
.sertificate_card__info-list li {
  position: relative;
  font-size: 10px;
  font-weight: 500;
  color: #CF8888;
  padding-left: 16px;
}
.sertificate_card__info-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .sertificate_card__info-list li {
    font-size: 12px;
  }
}
.sertificate_card__info-list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #CF8888;
}
.sertificate_card__control {
  position: relative;
  margin-top: 40px;
  background-color: #F9F6ED;
  padding: 5px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  .sertificate_card__control {
    margin-top: auto;
  }
}
.sertificate_card__control-count {
  position: relative;
  height: 30px;
  background-color: #FFFFFF;
  border: 1px solid #CF8888;
  border-radius: 30px;
  min-width: 90px;
  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;
}
@media (min-width: 1024px) {
  .sertificate_card__control-count {
    height: 40px;
    min-width: 140px;
  }
}
.sertificate_card__control-count span {
  color: #CF8888;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .sertificate_card__control-count span {
    font-size: 16px;
    line-height: 100%;
  }
}
.sertificate_card__control-count .tl {
  font-size: 10px;
  font-weight: 500;
  color: #CF8888;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .sertificate_card__control-count .tl {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .sertificate_card__control .btn_accent {
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 2;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .sertificate_card__control .btn_accent {
    height: 40px;
    margin-left: 10px;
  }
}
.sertificate_card__control .block_calc {
  position: relative;
}
@media (min-width: 1024px) {
  .sertificate_card__control .block_calc {
    margin-left: auto;
  }
}
.sertificate_card__control .block_calc .tl {
  font-size: 10px;
  font-weight: 500;
  color: #CF8888;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .sertificate_card__control .block_calc .tl {
    font-size: 12px;
  }
}
.sertificate_card__order {
  margin-top: 15px;
  height: 30px;
  width: 100%;
  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;
  background-color: #CF8888;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #CF8888;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  border-radius: 30px;
}
@media (min-width: 1024px) {
  .sertificate_card__order {
    height: 40px;
    font-size: 12px;
    margin-top: 13px;
  }
}
.sertificate_card__order:hover {
  background-color: #fff;
  color: #CF8888;
}

.block_calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
  background-color: #FFFFFF;
  border: 1px solid #CF8888;
  border-radius: 30px;
  width: 100px;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .block_calc {
    height: 40px;
    width: 140px;
  }
}
.block_calc__minus, .block_calc__plus {
  width: 16px;
  height: 16px;
  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;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .block_calc__minus, .block_calc__plus {
    width: 28px;
    height: 28px;
  }
}
.block_calc__input {
  color: #CF8888;
  font-size: 10px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .block_calc__input {
    font-size: 16px;
    text-transform: uppercase;
  }
}
.block_calc__input::-webkit-input-placeholder {
  color: #CF8888;
}
.block_calc__input::-moz-placeholder {
  color: #CF8888;
}
.block_calc__input:-ms-input-placeholder {
  color: #CF8888;
}
.block_calc__input::-ms-input-placeholder {
  color: #CF8888;
}
.block_calc__input::placeholder {
  color: #CF8888;
}

.specialists_grid {
  margin-top: 50px;
  /* margin-bottom: 50px; */
}
@media (min-width: 768px) {
  .specialists_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  /* .specialists_grid {
    margin-bottom: 70px;
  } */
}
@media (min-width: 768px) {
  .specialists_grid .our_team_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 3);
            flex: 0 0 calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .specialists_grid .our_team_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .specialists_grid .our_team_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 45px) / 4);
            flex: 0 0 calc((100% - 45px) / 4);
    max-width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .specialists_grid .our_team_item:nth-child(4n) {
    margin-right: 0;
  }
}
.specialists_grid .our_team_item {
	display: flex;
	flex-direction: column;
}
.specialists_grid .our_team_item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .specialists_grid .our_team_item,
  .specialists_grid .our_team_item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.specialists_grid .our_team_item__image {
  width: 100%;
  height: 280px;
}
.specialists_grid .our_team_item__info {
  margin-top: 18px;
  flex: 1;
}
.specialists_grid .our_team_item__info .d_title, .specialists_grid .our_team_item__info .d_text {
  padding: 0 20px;
}

.page_content {
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 10px;
  font-weight: 500;
  color: #CF8888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .page_content {
    padding: 0 20px;
    font-size: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .page_content__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    max-width: 540px;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .page_content__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .page_content__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 574px;
            flex: 0 0 574px;
    max-width: 574px;
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  .page_content__image img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
  .page_content__image img:not(:first-child) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page_content__image img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 25px;
  }
  .page_content__image img:not(:last-child) {
    margin-bottom: 30px;
  }
}
.page_content h1, .page_content h2, .page_content h3 {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .page_content h1, .page_content h2, .page_content h3 {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.page_content ul, .page_content ol {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page_content ul li {
  position: relative;
  padding-left: 15px;
}
.page_content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #CF8888;
}
.page_content ul li:not(:last-child), .page_content ol li:not(:last-child) {
  margin-bottom: 15px;
}

.page_media {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .page_media {
    margin-bottom: 70px;
  }
}
.page_media__section:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .page_media__section:not(:last-child) {
    margin-bottom: 35px;
  }
}
.page_media__section .d_title {
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
  display: block;
}
@media (min-width: 1024px) {
  .page_media__section .d_title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .page_media__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .page_media__items .media_item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .page_media__items .media_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 3);
            flex: 0 0 calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .page_media__items .media_item:nth-child(3n) {
    margin-right: 0;
  }
}

.media_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media_item:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.media_item__image {
  height: 200px;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .media_item__image {
    height: 238px;
    border-radius: 25px;
  }
}
.media_item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  border: 7px solid #F9F6ED;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .media_item__image img {
    border-radius: 25px;
  }
}
.media_item__info {
  margin-top: 15px;
}
.media_item__info-title {
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .media_item__info-title {
    font-size: 16px;
  }
}
.media_item__info-descr {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #CF8888;
}
@media (min-width: 1024px) {
  .media_item__info-descr {
    margin-top: 14px;
  }
}

.work_grid {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .work_grid .work_item:not(:last-child) {
    margin-bottom: 26px;
  }
}
@media (min-width: 1024px) {
  .work_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .work_grid .work_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 3);
            flex: 0 0 calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .work_grid .work_item:nth-child(3n) {
    margin-right: 0;
  }
}

.work_item {
  position: relative;
  display: block;
}
.work_item:hover img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.work_item__preview {
  position: relative;
  margin-bottom: 10px;
  height: 200px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.work_item__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  border: 7px solid #F9F6ED;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.work_item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.work_item__info .d_title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #CF8888;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .work_item__info .d_title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.work_item__info .d_text {
  font-size: 10px;
  color: #CF8888;
}

.btn_basket {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 2px;
	margin-left: 4px;
}
.btn_basket span {
	position: absolute;
	top: -6px;
	right: -5px;
	color: #fff;
	background-color: #E4C6C1;
	width: 11px;
	height: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 2;
	font-size: 8px;
	font-weight: 500;
}
@media (max-width:1024px) {
	.btn_basket {
		margin-left: 4px;
		margin-right: 2px;
	}
	.btn_basket span {
		top: -4px;
		right: -2px;
	}
}

.modal_form_consultation__result {
	width: 100%;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.modal_form_consultation__result .d_title {
	color: #CF8888;
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.modal_form_consultation__result .d_text {
	color: #CF8888;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 120%;
}
@media (max-width:1024px) {
	.modal_form_consultation__result .d_title {
		margin-bottom: 14px;
		font-size: 30px;
	}
	.modal_form_consultation__result .d_text {
		font-size: 10px;
		line-height: 120%;
	}
}

.page_contact__right .bx-yandex-view-layout,
.page_contact__right .bx-yandex-view-map,
.page_contact__right .bx-yandex-map {
	width: 100% !important;
	height: 100% !important;
}

/* @media (min-width:1025px) {
	.modal_form_consultation__result {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		flex: 0 0 100%;
		max-width: 100%;
	}
} */
/*# sourceMappingURL=main.css.map */
