body {
  font-family: 'Montserrat', sans-serif;
  color: #020202;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #020202;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

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

button:focus {
  outline: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.hidden-anim {
  opacity: 0;
  visibility: hidden;
}

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

section {
  padding: 80px 0 100px;
}

.header {
  background: #D3E1E5;
  display: block;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 0;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-header ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.menu-header ul li a {
  color: #020202;
  font-size: 16px;
  font-weight: 400;
}

.header_right_side {
  display: flex;
  align-items: center;
  gap: 27px;
}

.soc_header {
  display: flex;
  align-items: center;
  gap: 15px;
}


.dropdown_lang .dropdown_menu a,
.header_lang__btn span {
  font-size: 16px;
  line-height: 21px;
  color: #020202;
  transition: 0.3s;
}

.header:hover .header_lang__btn span,
.header:hover .dropdown_lang .dropdown_menu a {
  color: #13100D;
}


.dropdown_lang .dropdown_menu a:hover {
  color: #876C84 !important;
}

.header_lang__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}



.header.sticky .dropdown_lang .dropdown_menu a,
.header.sticky .header_lang__btn span {
  color: black;
}

.dropdown_lang svg {
  margin-bottom: 5px;
}

.dropdown_lang svg path {
  fill: black;
}

.dropdown_lang svg path {
  transition: 0.3s;
}

.header.sticky .dropdown_lang svg path {
  fill: black;
}

.dropdown_lang .dropdown_menu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 10px;
  position: relative;
  top: 1px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header.sticky .dropdown_lang .dropdown_menu {
  background-color: white;
  border-radius: 8px;
}

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


.dropdown_item.disabled {
  display: none;
}

.dropdown_lang {
  position: relative;
  top: 10px;
}

.header-logo-img {
  max-width: 320px;
  transition: 0.7s;
}

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

.header_phone {
  color: #020202;
  font-size: 20px;
  font-weight: 500;
  text-decoration-line: underline;
}

.soc_header a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_section {
  background: #D3E1E5;
  padding: 105px 0 100px;
  margin-top: 37px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.top_section_wrapper {
  display: flex;
  align-items: center;
}

.top_section_text {
  flex-basis: 50%;
  transition: 1s;
  translate: -60px 0;
}

.top_section_text.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.top_section_img {
  flex-basis: 50%;
}

.top_section_title {
  color: #020202;
  font-family: 'Cormorant Garamond', serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 10px;
}

.top_section_subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.top_section_subtitle span {
  color: #020202;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
}

.top_section_list li {
  color: #020202;
  font-size: 16px;
  font-weight: 400;

}

.top_section_list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
  list-style: disc;
}

.order_btn_top {
  margin-top: 50px;
}

.order_btn {
  border-radius: 50px;
  background: #876C84;
  height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s;
}

.order_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #020202;
  background: transparent;
  left: -5px;
  bottom: -5px;
  transition: 0.3s;
  z-index: -1;
  box-sizing: border-box;
}

.order_btn:hover {
  background-color: #8E87A1;
  color: white;
}

.order_btn:hover:before {
  left: 0;
  bottom: 0;
  border: 1px solid #8E87A1;
}

.top_section_img {
  display: flex;
  justify-content: center;
}

.top_img_wrapper {
  position: relative;
  translate: 60px 0;
  transition: 1s;
}

.top_img_wrapper.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.5s;
}

.top_img_wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2023/11/beforeimg-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -20px;
  left: -30px;
  z-index: -1;
}

.sale_btn {
  position: absolute;
  left: -80px;
  bottom: 78px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #99A2B7;
  transition: 0.9s ease-out;
  z-index: 2;
  transition: 1s;
  translate: 0 30px;
}

.sale_btn:before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #8E87A1;
  opacity: 0;
  transition: 1s;
}

.sale_btn.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 1s;
}

.sale_btn svg {
  transition: 0.9s;
}

.sale_btn:hover:before {
  opacity: 1;
}

.sale_btn:hover svg {
  rotate: 45deg;
}

.circle__wrapper {
  position: absolute;
  left: -132px;
  bottom: 26px;
  width: 200px;
  height: 200px;
  animation: animate 10s linear infinite;
  z-index: 1;
  transition: 1s;
  translate: 0 30px;
}

.circle__wrapper.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 1s;
}

.circle__wrp {
  position: relative;
  width: 200px;
  height: 200px;
  transform: rotate(180deg);
}

@media(min-width: 992px) {
  .circle__wrapper {
    bottom: 30px;
  }

  .sale_btn {
    width: 105px;
    height: 105px;
    left: -83px;
  }
}

.circle__wrp>span {
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.circle__svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  margin: auto;
}

.circle__svg text {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Cormorant Garamond', serif;
}

.circle__svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  right: unset;
  bottom: unset;
  width: 317px;
  height: 320px;
  /* border: 1px solid; */
}

@keyframes animate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.top_circ_bg {
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
}

.top_circ_bg_1 {
  bottom: 56px;
  left: 93px;
  transition: 1s;
  translate: -50px 0;
}

.top_circ_bg_1.show-elements {
  translate: 0 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.top_circ_bg_2 {
  top: 17px;
  right: -7px;
}

.about {
  overflow: hidden;
}

.about_title {
  margin-bottom: 20px;
  translate: -40px 0;
  transition: 0.8s;
  opacity: 0;
}

.about_title.show-element {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.about_subtitle {
  color: #020202;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  display: block;
  max-width: 870px;
  margin: 0 auto 60px;
  transition: 0.8s;
  translate: -40px 0;
}

.about_subtitle.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.4s;
}

.about_wrapper {
  display: flex;
  gap: 60px;
}

.about_img_wrapper {
  position: relative;
  transition: 1s;
  translate: -50px 0;
}

.about_img {
  border-bottom-left-radius: 48%;
  border-bottom-right-radius: 48%;
}

.about_img_wrapper.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.4s;
}

.about_img_wrapper:before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2023/11/about-img-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.about_side_text_top {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.about_text_item {
  display: flex;
  gap: 20px;
  transition: 0.7s;
  translate: -40px 0;
}

.about_text_item.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.7s;
}

.about_text_item:nth-child(2) {
  transition-delay: 0.8s;
}

.icon_wrapper {
  height: 75px;
  /* height: 80px; */
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DCCDE5;
}

.about_text_item span {
  max-width: 300px;
  color: #020202;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.about_side_text_bottom {
  transition: 0.6s;
  translate: -50px 0;
}

.about_side_text_bottom.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.9s;
}

.about_side_text_bottom p {
  color: #020202;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.about_side_txt_btn {
  transition: 0.7s;
  translate: -50px 0;
}

.about_side_txt_btn.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.5s;
}


.about_side_text_bottom p:not(:last-child) {
  margin-bottom: 20px;
}

.about_side_text_bottom {
  margin-bottom: 60px;
}

.about_waves_bg {
  position: absolute;
  bottom: 20px;
  left: -40px;
  z-index: -1;
}

.howit {
  background: #C5D5DA;
  overflow: hidden;
}

.howit_title {
  margin-bottom: 45px;
  transition: 0.8s;
  translate: 0 50px;
}

.howit_title.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.howit_wrapper {
  display: flex;
  gap: 40px;
  align-items: start;
}

.howit_items {
  flex-basis: 55%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  transition: 0.8s;
  translate: -50px 0;
}

.howit_items.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.3s;
}

.howit_item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #8E87A1;
  height: 100%;
  height: 223px;
  justify-content: space-between;
}

.mobile-tabs-wrapper {
  flex-basis: 31%;
}

.howit_item_icon {
  margin-bottom: 15px;
}

.howit_descr_items {
  flex-basis: 45%;
  translate: 40px 0;
  transition: 0.8s;
}

.howit_descr_items.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.3s;
}

.howit_descr_item img {
  width: 100%;
}

.howit_item_title {
  font-family: 'Cormorant Garamond', serif;
  color: #020202;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.howit_item_icon,
.howit_item_title,
.howit_item svg {
  pointer-events: none;
}

.howit_item_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E3E1E9;
}

.howit_descr_item_descr {
  margin-top: 30px;
}

.howit_descr_item_descr p {
  color: #020202;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.active-tab.howit_item {
  border-radius: 10px;
  border: 1px solid #8E87A1;
  background: #8E87A1;
}

.active-tab.howit_item span {
  color: white;
}

.active-tab.howit_item path {
  stroke: white;
}

.advant {
  overflow: hidden;
}

.advant_title {
  margin-bottom: 55px;
  transition: 0.7s;
  translate: 0 50px;
}

.advant_title.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.advant_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 50px;
}

.advant_item {
  display: flex;
  flex-direction: column;
  transition: 1s;
  translate: -40px 0;
}

.advant_item.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.advant_item:nth-child(2) {
  transition-delay: 0.2s;
}

.advant_item:nth-child(3) {
  transition-delay: 0.3s;
}

.advant_item:nth-child(4) {
  transition-delay: 0.4s;
}

.advant_item:nth-child(5) {
  transition-delay: 0.5s;
}

.advant_item:nth-child(6) {
  transition-delay: 0.6s;
}

.advant_item_icon img {
  height: 50px;
}

.advant_item_icon {
  margin-bottom: 15px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #DCCDE5;
}

.advant_item_icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2023/12/adv-circ.svg);
  background-size: contain;
  top: -10px;
  right: -30px;
  z-index: -1;
  transition: 0.7s;
}

.advant_item:hover .advant_item_icon:before {
  top: 0;
  right: 0;
}

.advant_item span {
  color: #020202;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 20px;
}

.advant_item_descr p {
  margin: 0;
  color: #020202;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}

.tech {
  background: #324247;
}

.tech_title {
  color: white;
  margin-bottom: 50px;
  transition: 0.7s;
  translate: 0 40px;
}

.tech_title.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.tech_wrapper {
  display: flex;
  gap: 100px;
}

.tech_side {
  flex-basis: 50%;
}

.tech_img_side {
  padding-left: 130px;
  position: relative;
}

.tech_img_descr {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  max-width: 245px;
  transition: 0.8s;
  translate: 0 40px;
}

.tech_img_descr.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.6s;
}

.tech_img_descr strong {
  font-weight: 600;
}

.tech_img {
  position: relative;
  isolation: isolate;
  transition: 0.8s;
  translate: 0 50px;
}

.tech_img.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.3s;
}

.tech_img:before {
  content: '';
  position: absolute;
  width: 116px;
  height: 186px;
  top: 65px;
  left: -30px;
  background-image: url(/wp-content/uploads/2023/12/tech-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.tech_img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  background-image: url(/wp-content/uploads/2023/12/tech-img-bg.svg);
  background-repeat: no-repeat;
}

.tech_img_side img {
  width: 100%;
}

.tech_descr {
  transition: 0.8s;
  translate: 0 50px;
}

.tech_descr.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.8s;
}

.tech_descr p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.tech_descr p:not(:last-child) {
  margin-bottom: 20px;
}

.tech_img .tech_circ_bg {
  position: absolute;
  left: -130px;
  bottom: -40px;
  z-index: -1;
  width: 200px;
  height: 200px;
  transition: 1s;
  translate: -60px 40px;
}

.tech_img .tech_circ_bg.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.4s;
}

.tech_txt_side {
  position: relative;
  isolation: isolate;
}

.tech_btn {
  margin-top: 50px;
  height: 55px;
  padding: 0 25px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #8E87A1;
  background: transparent;
  color: #1B282C;
  transition: 0.6s;
  position: relative;
  /* isolation: isolate; */
  translate: 0 50px;
}

.tech_btn.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.tech_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: white;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  opacity: 0.9;
  transition: 0.3s;
}

.tech_btn:hover {
  border: 1px solid transparent;
  color: #1B282C;
}

.tech_btn:hover:before {
  background-color: white;
  bottom: 0;
  left: 0;
}

.form {
  background: #DCCDE5;
  position: relative;
}

.form_img_wrapper {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -47px;
  z-index: 2;
}

.form_img {
  /* position: absolute;
  right: 0;
  top: -47px;
  z-index: 2; */
  transition: 0.9s;
  translate: 50px 0;
}


.form_img.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.5s;
}

.form_wrapper {
  width: 50%;
  position: relative;
  z-index: 10;
  transition: 0.8s;
  translate: -50px 0;
}

.form_wrapper.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.2s;
}

.form_circ_img {
  position: absolute;
  top: 235px;
  left: -35px;
  z-index: 1;
  transition: 1.2s;
  translate: 0 50px;
}

.form_circ_img.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.8s;
}

.form_title {
  margin-bottom: 10px;
  text-align: left;
}

.form_subtitle {
  color: #020202;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.form_block {
  margin-top: 45px;
}

.form_block p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.form_block p span input {
  padding: 15px 0;
  width: 100%;
  max-width: 530px;
  background: transparent;
  border: unset;
  border-bottom: 1px solid #020202;
  border-radius: unset;
}

.form_block p span input::placeholder {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.form_block p span input:focus-visible {
  outline: none;
  border-bottom: 1px solid #876C84;
}

.form_block .wpcf7-submit {
  margin-top: 30px;
  border-radius: 50px;
  background: #876C84;
  border: unset;
  height: 55px;
  padding: 0 30px;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 3;
}

.form_block .wpcf7-submit:hover {
  background-color: #8E87A1;
}

.form_block .wpcf7-not-valid-tip {
  font-size: 0;
  display: none;
}

.form_block .wpcf7-not-valid {
  border-bottom: 1px solid red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding-left: 0;
  font-size: 14px;
}

.form_circ {
  position: absolute;
  top: 0;
  right: 75px;
  width: 810px;
  height: 810px;
  pointer-events: none;
}

.form_circ_fig_wrapper {
  overflow: hidden;
  width: 810px;
  height: 810px;
  position: relative;
}

.form_circ_fig {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #C3B6CB;
  top: -264px;
  transition: 0.8s;
  translate: 0 -50px;
}

.form_circ_fig.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.8s;
}

.recom {
  overflow: hidden;
}

.recom_tabs {
  display: flex;
  justify-content: space-between;
  /* gap: 20px; */
  padding-bottom: 12px;
  margin-bottom: 60px;
  border-radius: 5px;
  position: relative;
  transition: 0.8s;
  translate: 0 50px;
}

.recom_tabs.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.recom_tabs:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  height: 4px;
  width: 100%;
  background-color: #D9D9D9;
}

.recom_tab_item {
  flex-basis: 50%;
  cursor: pointer;
  text-align: left;
  color: #B1B1B1;
  position: relative;
  font-size: 47px;
}

.recom_tab_item.active-tab:after {
  content: '';
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  background-color: #494949;
  border-radius: 5px;
  transition: 0.3s;
  z-index: 1;
}

.recom_tab_item.active-tab {
  color: #020202;
  pointer-events: none;
}

.recom_tab_item_after {
  text-align: end;
}


.recom_description_item {
  display: flex;
  transition: 0.4s;
}

.recom_descriptions {
  position: relative;
}

.recomDescrHide.recom_description_item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
}

.recom_description_item_side {
  flex-basis: 50%;

}

.recom_description_item_side_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  transition: 0.6s;
  translate: -50px 0;
}

.recom_description_item_side_txt.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.4s;
}

.recom_descr_txt ul {
  margin: 20px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.recom_descr_txt ul li,
.recom_descr_txt p {
  color: #020202;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.recom_descr_txt ul li:not(:last-child) {
  margin-bottom: 15px;
}

.recom_description_img_right {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  position: relative;
  transition: 0.8s;
  translate: 40px 0;
}

.recom_description_img_right.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.6s;
}

.recom_description_img_right:before {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 460px;
  height: 100%;
  background-image: url(/wp-content/uploads/2023/12/recom_before_line.png);
  background-repeat: no-repeat;
  right: 70px;
  bottom: -20px;
  z-index: -1;
}

.recom_descr_r_b {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.download_btn {
  gap: 10px;
  background: #479081;
}

.download_btn:hover {
  background: #347265;
}

.recom_description_img_left {
  padding-left: 30px;
  position: relative;
}

.recom_description_img_left:before {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 460px;
  height: 100%;
  background-image: url(/wp-content/uploads/2023/12/recom_before_line.png);
  background-repeat: no-repeat;
  left: 60px;
  bottom: -20px;
  z-index: -1;
}

.recom_descr_l_b {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.prices {
  background: #C5D5DA;
  position: relative;
  isolation: isolate;
}

.prices_title {
  transition: 0.7s;
  translate: 0 40px;
}

.prices_title.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.prices_tabs {
  display: flex;
  align-items: center;
  width: 420px;
  margin: 40px auto 28px;
  position: relative;
  transition: 0.8s;
  translate: 0 40px;
}

.prices_tabs.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.3s;
}

.prices_tabs:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #B5B5B5;
}

.prices_tab {
  font-family: 'Cormorant Garamond', serif;
  color: #828282;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  flex-basis: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}

.prices_tab:after {
  content: '';
  position: absolute;
  bottom: -8px;
  height: 4px;
  border-radius: 5px;
  left: 0;
  right: 0;
  width: 100%;
  background: #494949;
  transition: 0.3s;
  opacity: 0;
}

.prices_tab.active-tab {
  color: #020202;
}

.prices_tab.active-tab:after {
  opacity: 1;
}

.prices_val_title {
  color: #020202;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 20px;

}

.prices_val_title_female {
  transition: 0.7s;
  translate: 0 30px;
}

.prices_val_title_female.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.4s;
}

.prices_value_items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.prices_value_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 10px;

}

.prices_value_item_female {
  transition: 0.8s;
  translate: 0 40px;
}

.prices_value_item_female.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.5s;
}

.prices_value_item img {
  width: 100%;
  max-height: 190px;
  object-fit: cover;
}

.prices_value_item_bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.prices_value_item_title {
  display: block;
  color: #020202;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0;
}

.prices_value_item_subtitle {
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  padding: 0 10px;
  display: block;
  margin-bottom: 8px;
}

.prices_value_item_price {
  color: #4F4F4F;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.prices_btn {
  margin: 50px auto 0;
  translate: 0 30px;
}

.prices_btn.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.3s;
}

.prices_btn_wrapper {
  display: flex;
  justify-content: center;
}

.complex_wrapper {
  margin: 40px 0 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.complex_title {
  transition: 0.8s;
  translate: 0 40px;
}

.complex_title.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.complex_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #A9C2CA;
  overflow: hidden;
  position: relative;
  transition: 0.8s;
  translate: 0 40px;
}

.complex_item.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.complex_item:nth-child(2) {
  transition-delay: 0.2s;
}

.complex_item:nth-child(3) {
  transition-delay: 0.4s;
}

.complex_item:nth-child(4) {
  transition-delay: 0.6s;
}

.complex_item:nth-child(5) {
  transition-delay: 0.8s;
}

.complex_btn {
  translate: 0 30px;
}

.complex_btn.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.3s;
}

.complex_item img {
  max-height: 190px;
  width: 100%;
}

.complex_item_title {
  display: block;
  color: #020202;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  padding: 0 20px;
  margin: 20px 0 6px;
}

.complex_item_short {
  position: absolute;
  left: 0;
  top: 20px;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  background: linear-gradient(152deg, #CF927C 9.56%, #D0B9B1 82.63%);
  text-transform: uppercase;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.complex_prices {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.complex_price_new {
  color: #C00;
  font-size: 23px;
  font-weight: 600;
  line-height: normal;
}

.complex_price_old {
  color: #7E7E7E;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
}

.slick-initialized .slick-slide.sales_slider_item {
  display: flex;
  height: 495px;
}

.sales_side_txt {
  flex-basis: 53%;
}

.sales_side_img {
  flex-basis: 47%;
}

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

.sales_slider_item:nth-child(1) {
  background: #C2ACCE;
}

.sales_slider_item:nth-child(2) {
  background: #D0937D;
}

.sales_slider_item:nth-child(3) {
  background: #FEE28E;
}

.sales_slider_item:nth-child(3) .sales_side_txt_bottom {
  color: #997C26;
}

.sales_slider_item:nth-child(4) {
  background: #47B2D5;
}

.sales_slider_item:nth-child(5) {
  background: #E397B4;
}

.sales {
  padding: 0;
  padding-bottom: 120px;
  transition: 0.8s;
  translate: 0 50px;
}

.sales.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.3s;
}

.sales_side_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc((100vw - 1300px) / 2 + 15px);
  padding-right: 40px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.sales_slider_sale_num {
  width: 100%;
  max-width: 465px;
  z-index: 3;
}

.sales_side_title {
  color: #FFF;
  font-size: 27px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  display: block;
  z-index: 3;
}

.sales_side_subtitle {
  margin: 30px 0 40px;
  display: block;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  z-index: 3;
}

.sales_side_txt_bottom {
  color: #FFF;
  text-align: right;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  position: relative;
  z-index: 3;
}

.sales_side_txt_bg {
  position: absolute;
}

.sales_side_txt_bg_1 {
  top: 0;
  right: 95px;
  z-index: 2;
}

.sales_side_txt_bg_2 {
  right: 50px;
  top: 80px;
  z-index: 1;
}

.sales .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -40px;
  translate: -50% 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sales .slick-dots button {
  font-size: 0;
  color: transparent;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.sales .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #A8A8A8;
}

.sales .slick-dots li.slick-active {
  background-color: #494949;
  border: 1px solid #494949;
}

.masters {
  padding-top: 0;
}

.masters_wrapper {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.masters_title {
  transition: 0.8s;
  translate: 0 50px;
}

.masters_title.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.master_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: 0.8s;
  translate: 0 50px;
}

.master_item>div {
  text-align: center;
}

.master_item.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.master_item:nth-child(2) {
  transition-delay: 0.2s;
}

.master_item:nth-child(3) {
  transition-delay: 0.4s;
}

.master_item:nth-child(4) {
  transition-delay: 0.6s;
}

.master_item:nth-child(5) {
  transition-delay: 0.8s;
}

.master_item img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.master_name {
  margin: 20px 0 8px;
  display: block;
  color: #020202;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.master_position {
  margin-bottom: 20px;
  color: #020202;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}

.reviews {
  background-image: url(/wp-content/uploads/2023/12/bg-reviews.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.8s;
  translate: 0 40px;
}

.more_reviews {
  display: block;
  margin-top: 80px;
  text-align: center;
  width: 100%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
}

.reviews.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.reviews_item img {
  width: 95px;
  margin-bottom: 25px;
}

.reviews_title {
  margin-bottom: 40px;
  transition: 0.8s;
  translate: 0 40px;
}

.reviews_title.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.3s;
}

.reviews_item.slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  padding: 30px 40px;
  border-radius: 10px;
}

.review_text {
  color: #020202;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.reviews_wrapper {
  max-width: 760px;
  /* border: 1px solid #B6D7CE; */
  margin: 0 auto;
  border-radius: 10px;
  transition: 0.8s;
  translate: 0 40px;
}

.reviews_wrapper .slick-track {
  display: flex;
  align-items: center;
}

.reviews_wrapper.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.5s;
}

.user_name {
  color: #020202;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 30px;
}

.reviews_wrapper .slick-dots {
  position: absolute;
  display: flex;
  gap: 10px;
  left: 50%;
  translate: -50% 0;
  bottom: -40px;
}

.reviews_wrapper .slick-dots button {
  font-size: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  border: unset;
  padding: 0;
  background-color: transparent;
}

.reviews_wrapper .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #A8A8A8;
  background-color: transparent;
}

.reviews_wrapper .slick-dots li.slick-active {
  background-color: #494949;
  border: 1px solid #494949;
}



.slick-arrow {
  position: absolute;
  top: 50%;
  left: -80px;
  translate: 0 -50%;
  font-size: 0;
  color: transparent;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: unset;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(10px);
  padding: 0;
  z-index: 10;
  transition: 0.4s;
}

.slick-arrow:hover {
  background: rgba(255, 255, 255, 0.50);
}

.slick-arrow:before {
  content: '';
  position: absolute;
  inset: 50%;
  translate: -50% -50%;
  background-image: url(/wp-content/uploads/2023/12/review-slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}


.slick-next {
  right: -80px;
  left: unset;
}

.slick-prev {
  rotate: 180deg;
}

.sales .slick-arrow {
  left: 30px;
  bottom: 30px;
  top: unset;
}

.sales .slick-next {
  left: 110px;
}

.faq_title {
  margin-bottom: 45px;
  transition: 0.8s;
  translate: 0 40px;
}

.faq {
  overflow: hidden;
}

.faq_title.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.faq_cat_item {
  border-radius: 10px;
  background: #F5F5F5;
  padding: 25px 30px 25px 30px;
  margin-bottom: 10px;
  transition: 0.8s;
  translate: 0 40px;
}

.faq_cat_item.show-elements {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transition-delay: 0.3s;
}

.faq_ques {
  color: #020202;
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  padding-right: 10px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
  cursor: pointer;
  /* margin-top: 25px; */
}

.faq_ques.active {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #B7CBD1;
}

.faq_answ {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.4s;
  translate: 0 -15px;
  margin-top: 0;
  color: #020202;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.faq_ques.active+.faq_answ {
  opacity: 1;
  visibility: visible;
  translate: 0;
  /* margin-top: 10px; */
}

.faq_ques_icon {
  position: relative;
  width: 20px;
}

.faq_ques_icon:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #020202;
}

.faq_ques_icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-right: 1px solid #020202;
  height: 20px;
  transition: 0.4s;
}

.faq_ques.active .faq_ques_icon:after {
  height: 0;
}

.faq_wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.footer_contacts {
  display: flex;
  align-items: center;
  background: #D3E1E5;
  position: relative;
  isolation: isolate;
}

.footer_contacts_map {
  flex-basis: 58%;
  height: 630px;
}

.footer_contacts_map iframe {
  width: 100%;
  height: 100%;
}

.footer_contacts_info {
  flex-basis: 42%;
  /* max-width: 237px; */
  padding-left: 80px;
}

.footer_logo {
  margin-bottom: 40px;
}

.footer_num {
  color: #020202;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_email {
  margin-bottom: 24px;
  color: #020202;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
}

.work_time_footer {
  color: #020202;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_address {
  color: #020202;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 390px;
}

.footer_contacts_info svg {
  min-width: 24px;
}

.footer_social {
  margin-top: 47px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 237px;
}

.foter_bottom {
  background: #273539;
  padding-top: 40px;
}

.menu-footer ul li {
  padding: 0 8.8%;
  border-right: 1px solid rgba(197, 213, 218, 0.20);
}

.menu-footer ul li:first-child {
  padding-left: 0;
}

.menu-footer ul li:last-child {
  padding-right: 0;
  border-right: unset;
}

.menu-footer ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.menu-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_content_bottom {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(197, 213, 218, 0.10);
}

.footer_bottom_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.footer_bottom_wrapper span {
  color: #88A6B0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.footer_bottom_wrapper span a {
  transition: 0.4s;
}

.footer_bottom_wrapper span a:hover {
  color: white;
}

.footer_bg {
  position: absolute;
  z-index: -1;
}

.footer_bg_big {
  right: 0;
  top: 0;
}

.footer_bg_small {
  bottom: 0;
  right: 170px;
}

.sales_ankor {
  padding-top: 80px;
  margin-top: -80px;
}

.burger_block {
  display: none;
}

.burger-menu-wraper {
  display: none;
  width: 45px;
  height: 27px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  margin-right: 15px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.show-menu span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.show-menu span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.show-menu span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.show-menu span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.mobile_menu {
  display: none;
}

.about_img_wrapper_mobile {
  display: none;
}

.page-404 {
  background-image: url(/wp-content/uploads/2023/11/404-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  padding: 0;
}

.page-404-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  isolation: isolate;
}

.page-404-text-under {
  color: #020202;
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 110%;
  margin-top: 60px;
  text-align: center;
}

.link-to-home {
  margin-top: 60px;
}

.top_404 img {
  width: 100%;
}





























@media (max-width: 1280px) {
  .tech_img:after {
    background-size: contain;
  }
}

@media (max-width: 1230px) {
  .header-logo-img {
    max-width: 210px;
  }

  .menu-header ul {
    gap: 30px;
  }

  .soc_header {
    gap: 10px;
  }

  .header_phone {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {

  .header_phone {
    font-size: 20px;
  }

  .menu-header {
    display: none;
  }

  .menu-footer ul li {
    padding: 0 7.8%;
  }

  .soc_header {
    display: none;
  }

  .dropdown_lang {
    display: none;
  }

  .burger_block {
    display: block;
  }

  .burger-menu-wraper {
    display: block;
  }

  .mobile_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    padding-top: 80px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(211, 225, 229, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    opacity: 0;
    visibility: hidden;
    translate: 0 -50px;
    scale: 0.8;
    transition: 0.8s;
  }

  .mobile_menu.show-menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
    scale: 1;
  }

  .mobile_menu .menu-header ul {
    flex-direction: column;
    gap: 20px;
    margin: 50px 0;
  }

  .mobile_menu .menu-header,
  .mobile_menu .soc_header {
    display: block;
  }

  .mobile_menu .soc_header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }

  .menu-header ul li a {
    font-size: 22px;
    font-weight: 500;
  }

  .lang_list {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .current-lang {
    font-weight: 600;
  }

  .top_section_title {
    font-size: 45px;
  }

  .top_img_wrapper img {
    width: 100%;
  }

  .top_img_wrapper img.top_circ_bg_2 {
    width: auto;
  }

  .top_section_text {
    flex-basis: 60%;
  }

  .top_section_img {
    flex-basis: 40%;
  }

  .top_circ_bg_1 {
    bottom: -44px;
    left: -56px;
  }

  .top_section_list li {
    font-size: 14px;
  }

  .top_section_list {
    gap: 10px;
  }

  .icon_wrapper {
    height: 60px;
  }

  .about_img_wrapper {
    display: none;
  }

  .about_img_wrapper_mobile {
    display: block;
    width: 50%;
  }

  .about_side_text_bottom {
    width: 50%;
  }

  .about_wrapper {
    gap: 0;
  }

  .about_side_text_top {
    width: 100%;
    justify-content: space-around;
  }

  .about_text_item span {
    max-width: 420px;
  }

  .about_side_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .about_side_txt_btn {
    margin: 50px auto 0;
  }

  .header_right_side,
  .logo_wrapper {
    position: relative;
    z-index: 110;
  }

  .howit_descr_items {
    display: none;
  }

  .howit_items {
    flex-basis: 100%;
  }

  .howit_item>div {
    pointer-events: none;
  }

  .mobile-tabs-wrapper {
    flex-basis: 100%;
  }

  .howit_item {
    height: 200px;
  }

  .howit_descr_item {
    margin-top: 18px;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .howit_descr_item_descr {
    margin-top: 0;
  }

  .howit_descr_item img {
    width: 40%;
  }

  .howit_descr_item_descr {
    width: 60%;
  }

  .advant_wrapper {
    gap: 15px;
  }

  .tech_descr p {
    font-size: 14px;
  }

  .form_circ_img {
    display: none;
  }

  .form_title {
    font-size: 42px;
  }

  .form_img_wrapper {
    width: 80%;
    top: 135px;
  }

  .form_img_wrapper img {
    width: 100%;
  }

  .recom_tab_item {
    font-size: 36px;
  }

  .recom_descr_txt ul li,
  .recom_descr_txt p {
    font-size: 14px;
  }

  .recom_description_item_side_img {
    flex-basis: 40%;
  }

  .recom_description_item_side_img img,
  .recom_description_img_left img {
    width: 100%;
  }

  .recom_description_item_side_txt {
    flex-basis: 60%;
  }

  .recom_description_img_right:before {
    background-size: contain;
    right: 30px;
  }

  .recom_description_item_side_img img.recom_descr_r_b,
  .recom_description_img_left img.recom_descr_l_b {
    width: auto;
  }

  .recom_description_item {
    gap: 70px;
  }

  .recom_description_img_left:before {
    background-size: contain;
  }

  .recom_description_item_side_txt_r {
    padding-left: 50px;
  }

  .slick-initialized .slick-slide.sales_slider_item {
    height: 280px;
  }

  .sales_slider_sale_num {
    max-width: 260px;
  }

  .sales_side_subtitle {
    margin: 25px 0 20px;
    font-size: 18px;
  }

  .sales_side_txt_bottom {
    font-size: 20px;
  }

  .sales_side_title {
    font-size: 22px;
  }

  .sales_side {
    padding-left: 15px;
  }

  .complex_item_title {
    font-size: 18px;
  }

  .complex_price_old {
    font-size: 14px;
  }

  .complex_price_new {
    font-size: 18px;
  }

  .complex_wrapper {
    gap: 13px;
  }

  .complex_item_short {
    font-size: 18px;
  }

  .complex_item_short {
    width: 50px;
    height: 30px;
  }

  .master_name {
    font-size: 22px;
  }

  .master_btn_order {
    height: 44px;
  }

  .faq_ques {
    font-size: 24px;
    gap: 10px;
  }

  .faq_answ {
    font-size: 14px;
  }
}

@media (max-width: 992px) {

  .footer_contacts_info {
    padding-left: 60px;
  }

  .top_section_wrapper {
    justify-content: space-between;
  }

  .top_section_img {
    flex-basis: 35%;
  }

  .top_section_list li {
    font-size: 13px;
  }

  .footer_num {
    font-size: 20px;
  }

  .top_section_subtitle span {
    font-size: 20px;
  }

  .menu-footer ul li {
    border: unset;
    padding: 0 10px;
  }

  .slick-arrow {
    top: unset;
    translate: unset;
    bottom: -60px;
    left: 85px;
  }

  .slick-next {
    left: unset;
    right: 85px;
  }

  .recom_tab_item {
    font-size: 26px;
  }

  .top_img_wrapper:before {
    top: -15px;
    left: -18px;
  }

  .sale_btn {
    left: -70px;
  }

  .circle__wrapper {
    left: -122px;
  }

  section {
    padding: 40px 0 67px;
  }

  h2 {
    font-size: 36px;
  }

  .about_subtitle {
    font-size: 14px;
    translate: -40px 0;
    margin: 0 auto 40px;
  }

  .about_text_item span {
    font-size: 12px;
  }

  .about_img_wrapper img {
    width: 100%;
  }

  .about_img_wrapper {
    width: 30%;
  }

  .about_side_text_bottom {
    width: 70%;
    padding-left: 35px;
  }

  .about_side_text_bottom p {
    font-size: 14px;
  }

  .about_img_wrapper:before {
    top: -10px;
    right: -10px;
  }

  .about_side_txt_btn {
    margin: 10px auto 0;
  }

  .howit_item>div {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .howit_item_icon {
    margin-bottom: 0;
  }

  .howit_item svg {
    display: none;
  }

  .howit_item {
    height: auto;
  }

  .advant_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .top_section {
    padding: 90px 0 70px;
  }

  .tech_wrapper {
    gap: 45px;
  }

  .form_wrapper {
    width: 85%;
  }

  .form {
    overflow: hidden;
  }

  .prices_tabs {
    margin-top: 30px;
  }

  .prices_tab {
    font-size: 26px;
  }

  .prices_val_title {
    font-size: 30px;
    margin-bottom: 7px;
  }

  .prices_value_items {
    gap: 15px;
  }

  .prices_value_item_title {
    font-size: 18px;
  }

  .prices_value_item_price {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .complex_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .sales_side_txt {
    flex-basis: 48%;
  }

  .sales_side_img {
    flex-basis: 52%;
  }

  .sales {
    padding-bottom: 70px;
  }

  .master_name {
    font-size: 20px;
  }

  .masters_wrapper {
    gap: 15px;
  }

  .faq_ques {
    font-size: 22px;
  }
}

@media (max-width: 500px) {

  .page-404-text-under {
    font-size: 45px;
  }

  .masters_wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
    row-gap: 22px;
  }

  .master_name {
    font-size: 17px;
    margin: 8px 0;
  }

  .masters {
    padding-bottom: 53px;
  }

  .master_position {
    margin-bottom: 10px;
  }

  .reviews {
    padding: 31px 0 100px;
  }

  .master_btn_order {
    height: 38px;
    font-size: 12px;
  }

  .menu-footer ul {
    flex-direction: column;
    justify-content: unset;
    gap: 15px;
  }

  .footer_content_bottom {
    margin-top: 31px;
    padding: 30px 0;
  }

  .footer_bottom_wrapper {
    flex-direction: column;
  }

  .menu-footer ul li {
    padding: 0;
  }

  .prices_tabs {
    width: auto;
  }

  .header_phone {
    font-size: 14px;
  }

  .header-logo-img {
    max-width: 150px;
  }

  .header_right_side {
    gap: 20px;
  }

  .top_section_title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
  }

  .top_section_wrapper {
    flex-direction: column-reverse;
    gap: 95px;
  }

  .top_section_list {
    margin-top: 25px;
  }

  .header.sticky .header-logo-img {
    max-width: 150px;
  }

  .top_section {
    padding: 60px 0;
  }

  .sale_btn {
    left: 36%;
    bottom: -47px;
  }

  .circle__wrapper {
    left: 22%;
    bottom: -98px;
  }

  .order_btn_top {
    width: 100%;
  }

  h2 {
    font-size: 26px;
  }

  .about_subtitle {
    font-size: 13px;
    margin: 0 auto 25px;
  }

  .about_side_text_top {
    flex-direction: column;
  }

  .about_img_wrapper {
    width: 100%;
  }

  .about_side_text_bottom {
    width: 100%;
    padding-left: 0;
    margin: 20px 0 25px;
  }

  .about {
    padding-bottom: 47px;
  }

  .howit_title {
    margin-bottom: 25px;
  }

  .howit {
    padding: 30px 0 55px;
  }

  .howit_item_icon {
    width: 60px;
    height: 60px;
  }

  .howit_item_icon img {
    width: 37px;
  }

  .howit_item {
    padding: 12px;
  }

  .howit_item_title {
    font-size: 18px;
    font-weight: 500;
  }

  .howit_descr_item {
    flex-direction: column-reverse;
  }

  .howit_descr_item_descr p {
    font-size: 15px;
    line-height: 140%;
  }

  .howit_descr_item_descr {
    width: 100%;
  }

  .howit_descr_item {
    margin-top: 10px;
    gap: 10px;
  }

  .howit_descr_item img {
    width: 100%;
  }

  .advant_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .advant_item span {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .advant_item_descr p {
    line-height: 140%;
  }

  .advant_item_icon {
    margin-bottom: 5px;
    width: 70px;
    height: 70px;
  }

  .advant_item_icon:before {
    top: -7px;
    right: -14px;
  }

  .advant_title {
    margin: 0 auto 30px;
    max-width: 310px;
  }

  .advant {
    padding-bottom: 40px;
  }

  .tech_wrapper {
    flex-direction: column;
  }

  .tech_img .tech_circ_bg {
    left: -181px;
    bottom: 0;
    width: 120px;
    height: 120px;
  }

  .tech_img_descr {
    z-index: 5;
  }

  .tech_descr p:not(:last-child) {
    margin-bottom: 12px;
  }

  .tech_descr p {
    line-height: 135%;
  }

  .tech_btn {
    margin-top: 35px;
    width: 100%;
  }

  .tech {
    padding-bottom: 55px;
    overflow: hidden;
  }

  .about_img_wrapper img.about_waves_bg {
    width: 200px;
  }

  .tech_img:after {
    right: -11px;
    bottom: -14px;
  }

  .form_wrapper {
    width: 100%;
  }

  .form_img_wrapper {
    top: unset;
    bottom: 0;
  }

  .form_title {
    font-size: 30px;
  }

  .form_block {
    margin-top: 25px;
  }

  .form_subtitle {
    font-size: 14px;
  }

  .form {
    padding-top: 30px;
  }

  .form_block p span input {
    padding: 10px 0;
  }

  .recom_tab_item {
    font-size: 20px;
  }

  .recom_description_item {
    flex-direction: column;
    gap: 20px;
  }

  .recom_description_item_rev {
    flex-direction: column-reverse;
  }

  .recom_description_img_left:before {
    left: 40px;
    bottom: -15px;
  }

  .recom_tabs {
    margin-bottom: 20px;
  }

  .recom_descr_txt ul li,
  .recom_descr_txt p {
    line-height: 140%;
  }

  .recom_descr_txt ul {
    margin: 10px 0;
  }

  .recom_descr_txt ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .recom_description_item_side_txt {
    gap: 15px;
  }

  .download_btn {
    font-size: 12px;
    width: 100%;
  }

  .recom_description_img_right:before {
    right: 10px;
    bottom: -14px;
  }

  .prices_tab {
    font-size: 22px;
  }

  .prices_val_title {
    font-size: 21px;
    text-align: center;
    margin-bottom: 12px;
  }

  .prices_value_items {
    grid-template-columns: repeat(2, 1fr);
  }

  .prices_btn {
    margin: 40px auto 0;
  }

  .prices {
    padding-bottom: 50px;
  }

  .complex {
    padding: 36px 0 48px;
  }

  .complex_wrapper {
    margin: 30px 0 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .complex_price_new {
    font-size: 16px;
  }

  .complex_price_old {
    font-size: 12px;
  }

  .complex_item_title {
    font-size: 16px;
    line-height: 103%;
    padding: 0 10px;
    margin: 12px 0 9px;
  }

  .complex_prices {
    margin-bottom: 15px;
  }

  .top_section_text.show-elements {
    transition-delay: 0.6s;
  }

  .top_img_wrapper.show-elements {
    transition-delay: unset;
  }

  .slick-initialized .slick-slide.sales_slider_item {
    flex-direction: column;
  }

  .sales_side {
    padding: 0;
  }

  .slick-initialized .slick-slide.sales_slider_item {
    height: 420px;
  }

  .sales_slider_sale_num {
    max-width: 215px;
  }

  .sales_side.sales_side_txt {
    padding: 0 15px;
  }

  .sales_side_title {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .sales_side_subtitle {
    margin: 15px 0;
    font-size: 16px;
  }

  .reviews_item img {
    width: 70px;
    margin-bottom: 17px;
  }

  .review_text {
    font-size: 14px;
    line-height: 140%;
  }

  .user_name {
    font-size: 20px;
    margin-top: 15px;
  }

  .slick-arrow {
    bottom: -55px;
    width: 40px;
    height: 40px;
  }

  .slick-arrow:before {
    width: 15px;
    height: 15px;
  }

  .reviews_title {
    margin-bottom: 30px;
  }

  .faq_title {
    margin-bottom: 25px;
  }

  .faq_ques {
    font-size: 20px;
    line-height: 130%;
  }

  .faq_ques.active {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .faq_answ {
    font-size: 13px;
    line-height: 140%;
  }

  .faq_ques_icon {
    min-width: 20px;
  }

  .faq_cat_item {
    padding: 15px;
  }

  .footer_contacts {
    flex-direction: column-reverse;
    padding-top: 45px;
    gap: 25px;
  }

  .footer_contacts_info {
    padding: 0 15px;
  }

  .footer_logo {
    display: flex;
    justify-content: center;
  }

  .faq {
    padding-bottom: 40px;
  }

  .footer_num {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .footer_email {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .work_time_footer {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .footer_social {
    margin: 35px auto 0;
  }

  .footer_contacts_map {
    flex-basis: unset;
    height: 250px;
    width: 100%;
  }

  .foter_bottom {
    padding-top: 35px;
  }

}

@media (max-width: 414px) {
  .circle__wrapper {
    left: 23%;
  }
}

@media (max-width: 375px) {
  .circle__wrapper {
    left: 21%;
  }
}

@media (max-width: 321px) {
  .header_phone {
    display: none;
  }

  .circle__wrapper {
    left: 18%;
    bottom: -99px;
  }

  .top_section_title {
    font-size: 28px;
  }

  .tech_img:before {
    width: 64px;
    height: 120px;
  }

  .complex_price_old {
    font-size: 10px;
  }

  .complex_price_new {
    font-size: 12px;
  }

  .sales_slider_sale_num {
    max-width: 155px;
  }

  .master_position {
    line-height: 125%;
    display: block;
    font-size: 12px;
  }

  .order_btn {
    padding: 0 20px;
  }

  .slick-arrow {
    left: 40px;
  }

  .slick-next {
    left: unset;
    right: 40px;
  }

  .footer_bottom_wrapper span {
    font-size: 12px;
  }
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}