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

@font-face {
  font-family: 'Fact';
  src: url(font/Fact-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Fact';
  src: url(font/Fact-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Fact';
  src: url(font/Fact-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Fact';
  src: url(font/Fact-Regular.woff2);
}

:root {
  --red: #FF4538;
}

.home_banner .flex_between .col,
.swiper-pagination,
.social {
  width: 30% !important;
}

body {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.container {
  max-width: 1100px;
  width: 100% !important;
  margin: 0 auto;
  /* padding: 0 20px; */
}

a {
  text-decoration: none;
}

.home_slider .swiper {
  height: 650px;
}

.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

.flex_start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.procces_page .flex_between .col1 .image_cont img,
.procces_page .flex_between .col2 .image_cont img {
  width: 100%;
}

a.btn_red,
a.btn_outline,
.tab-button.active {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  background: var(--red);
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  transition: all ease 0.3s;
  border: 1px solid #FF4538;
  cursor: pointer;
}

a.btn_red:hover {
  background: none;
  border: 1px solid #FF4538;
  color: var(--red);
}

/* Большая кнопка ЗАЛИШИТИ ЗАЯВКУ */
.main_request_button_container {
  padding: 60px 0;
  background: transparent;
}

.main_request_button_banner {
  width: 100%;
  margin-top: 40px;
  padding: 20px 0;
}

a.btn_request_large {
  width: auto !important;
  min-width: 400px;
  padding: 24px 48px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255, 69, 56, 0.3);
}

a.btn_request_large:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 69, 56, 0.4);
}

@media (max-width: 768px) {
  a.btn_request_large {
    min-width: 100%;
    padding: 20px 32px !important;
    font-size: 16px !important;
  }

  .main_request_button_container {
    padding: 40px 0;
  }

  .main_request_button_banner {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  .main_request_button_banner a.btn_request_large {
    width: 100% !important;
    min-width: 100%;
  }
}

/* .wpcf7 form.wpcf7-form p{
    row-gap: 10px;
} */

a.btn_outline {
  background: none;
  border: 1px solid #FF4538;
  color: var(--red);
}

a.btn_outline {
  color: #fff;
}

a.btn_outline:hover {
  background: var(--red);
  border: 1px solid #FF4538;
  color: #FFFFFF;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}

h2 {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
}

p {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #A7A9AC;
}

h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}

/* home */
.home_banner,
.obidi_banner {
  width: 100%;
  height: 800px;
  background: url(./img/bg_home.png) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  position: relative;
}

.home_banner::after {
  content: '';
  display: block;
  width: 170px;
  height: 90px;
  background: url(./img/arrows_home.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -35px;
  left: calc(50% - 85px);
  position: absolute;
}


.swiper .swiper-slide h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.swiper .swiper-slide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.swiper .swiper-slide .flex_start {
  column-gap: 40px;
}

.swiper .swiper-slide .col {
  max-width: 480px;
  width: 100%;
}

.swiper .swiper-slide .col a {
  width: 240px;
  white-space: nowrap;
}

.swiper .swiper-slide .col a.btn_outline {
  border-color: #fff;
}

.swiper-wrapper {
  border-radius: 20px;
}

.swiper-pagination-bullet {
  background: #FF4538 !important;
  opacity: 0.5 !important;
  width: 6px !important;
  margin-right: 20px !important;
  height: 6px !important;
}

.swiper-pagination-bullet-active {
  background: #FF4538 !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
}

.home_banner .container {
  height: 100%;
  width: 100%;
}

header {
  height: 100px;
}

header nav,
footer nav,
footer ul {
  column-gap: 50px;
}

header nav div ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
}

header nav li {
  list-style: none;
}

header nav a,
footer nav a,
footer ul a {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  transition: 0.3s;
}

header nav a:hover,
footer nav a:hover,
footer ul a:hover {
  color: var(--red);
}

.home_banner_text {
  row-gap: 40px;
  margin-top: 200px;
}

.home_banner_text h5 {
  width: 80%;
}

.home_banner_text .flex_center {
  column-gap: 40px;
}

.home_banner_text .flex_center a:first-of-type {
  width: 245px;
}

.home_banner_text .flex_center a:last-of-type {
  width: 200px;
}

.home_banner .flex_between .col {
  padding-left: 40px;
  border-left: 2px solid #FF4538;
}

.home_banner .flex_between .col a {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
  transition: all ease 0.3s;
  white-space: nowrap;
}

.home_banner .flex_between .col a:last-of-type {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;

  color: #FFFFFF;
}

.home_banner .flex_between .col a:hover {
  color: var(--red);
}

.home_banner .flex_between .col span {
  color: #FFFFFF;
}

.social {
  column-gap: 40px;
}

.social a svg path {
  transition: all ease 0.3s;
}

.social a:hover svg path {
  fill: var(--red);
}

.home_about {
  column-gap: 80px;
  margin-bottom: 100px;
}

.home_about_cont {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.home_about .col h2,
.our_menu_cont .container h2 {
  margin-bottom: 20px;
}

.home_about .col p {
  margin-bottom: 10px;
}

.home_about .col p:last-of-type {
  margin: 0;
}

.home_about .col a {
  margin-top: 40px;
}

.home_about .col2 {
  column-gap: 40px;
}

.container_popup .wpcf7 {
  width: 100%;
}

.home_about_cont::after {
  content: '';
  width: 180px;
  height: 180px;
  display: block;
  background: url(../assets/./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 8px;
  right: -13px;
  z-index: -1;
}

.home_about .col2 img {
  width: 240px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.our_menu_cont {
  position: relative;
}

.our_menu_cont::after {
  content: '';
  display: block;
  width: 275px;
  height: 275px;
  position: absolute;
  left: -30px;
  top: 0;
  background: url(../assets/./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.our_menu_cont .container p {
  margin-bottom: 60px;
  width: 69%;
  text-align: center;
}

.our_menu_cont .container .flex_between,
.our_menu_cont .container .flex_between .flex_column {
  row-gap: 40px;
}

.our_menu_cont .container .flex_between img {
  height: 33%;
  height: 490px;
  border-radius: 10px;
  object-fit: cover;
}

.our_menu_cont .container .flex_between .flex_column img {
  width: 100%;
  height: 225px;
  border-radius: 10px;
  object-fit: cover;
}

.our_menu_cont,
.choose_cont,
.we,
.contact_form,
.obidi_banner,
.variants,
.custom,
.procces,
.reviews,
.gallery,
.faq,
.customization_image_cont,
.benefits_list {
  margin-bottom: 100px;
}

.choose_cont h2 {
  text-align: center;
  margin-bottom: 60px;
}

.choose_cont .flex_between .col {
  transition: all ease 0.3s;
}

.choose_cont .flex_between .col:hover {
  transform: translateY(-10px);
}

.choose_cont .flex_between .col img {
  max-height: 80px;
  object-fit: cover;

}

.image_text_cont .flex_between {
  column-gap: 80px;
}

.image_text_cont .flex_between .scale_cont {
  width: 50%;
}

.image_text_cont .flex_between .scale_cont img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
  transition: 0.3s;
}

.image_text_cont .flex_between .flex_column {
  width: 50%;
}

.image_text_cont .flex_between .flex_column p {
  margin: 20px 0 40px 0;
  width: 92%;
}

.choose_cont .flex_between .col {
  width: 28%;
  padding: 30px 10px 30px 30px;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  background-color: #fff;
}

.choose_cont .flex_between .col h4 {
  margin: 30px 0 20px 0;
  font-size: 20px;
}

.we {
  position: relative;
  overflow-x: hidden;
}

.we::after {
  content: '';
  display: block;
  width: 410px;
  height: 410px;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 21%;
  right: -9px;
  z-index: -1;
}

.contact_form .container {
  width: 100%;
  padding: 40px 80px;
  background: url(./img/bg_contact.png) no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-position: center;
  background-attachment: fixed;
}

.contact_form .container .col {
  width: 50%;
}

.contact_form .container .col h2,
.contact_form .container .col p {
  color: #fff;
}

.contact_form .container .col p {
  margin-top: 20px;
  width: 83%;
}

.contact_form .container form,
#popup_form .container_popup form,
#popup_form2 .container_popup form,
#popup_form3 .container_popup form {
  width: 43%;
  row-gap: 20px;
}

#popup_form .container_popup,
#popup_form2 .container_popup,
#popup_form3 .container_popup {
  background-position: center;
  /* чтобы изображение было выровнено по центру */
  background-attachment: fixed;
}

.wpcf7 {
  width: 43%;
}

.wpcf7 form.wpcf7-form {
  width: 100%;
}

.wpcf7 form.wpcf7-form p {
  display: flex;
  flex-direction: column;
}

.contact_form .container form input,
.contact_form .container form textarea,
#popup_form .container_popup form input,
#popup_form .container_popup form textarea,
#popup_form2 .container_popup form input,
#popup_form2 .container_popup form textarea,
#popup_form3 .container_popup form input,
#popup_form3 .container_popup form textarea {
  height: 46px;
  border-radius: 10px;
  background-color: #fff;
  border: 0;
  outline: none;
  padding: 12px 20px;
  font-family: 'Fact';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  width: 100%;
}

.contact_form .container form input::placeholder,
.contact_form .container form textarea::placeholder {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #A7A9AC;
}

.contact_form .container form textarea,
#popup_form .container_popup form textarea,
#popup_form2 .container_popup form textarea,
#popup_form3 .container_popup form textarea {
  height: 114px;
  resize: none;
}

.contact_form .container form input[type="submit"],
.container_popup .wpcf7 input[type="submit"],
#popup_form .container_popup form button,
#popup_form2 .container_popup form button,
#popup_form3 .container_popup form button {
  width: 100% !important;
  height: 46px !important;
  background-color: #000000 !important;
  border-radius: 10px !important;
  /*     border: 1px solid #000000!important; */
  color: #FFFFFF !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all ease 0.3s !important;
}

.contact_form .container form input[type="submit"]:hover,
.container_popup .wpcf7 input[type="submit"]:hover,
#popup_form .container_popup form button:hover,
#popup_form2 .container_popup form button:hover,
#popup_form3 .container_popup form button:hover {
  background: #fff !important;
  color: #000000 !important;
  border: 0;
}

footer {
  background-color: #000000;
  padding: 40px 0 60px 0;
}

footer .container {
  row-gap: 60px;
}

/* obidi */
.obidi_banner {
  background: url(./img/obidi_banner.png) no-repeat;
  height: 800px;
}

.obidi_banner .container .home_banner_text {
  margin-top: 200px;
}

.variants {
  position: relative;
}

.variants::after {
  content: '';
  width: 146px;
  height: 146px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -50px;
  left: -40px;
}

.variants::before {
  content: '';
  width: 92px;
  height: 92px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -80px;
  right: 300px;
}

.variants h2 {
  margin-bottom: 60px;
}

.variants .container .flex_between {
  gap: 40px;
  flex-wrap: wrap;
}

.burger {
  display: none;
}

.variants .container .flex_between .col {
  width: 48%;
  border-radius: 20px;
  padding: 40px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
  overflow-x: hidden;
  cursor: pointer;
}

.variants .container .flex_between .col::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease 0.3s;
  backdrop-filter: blur(5px);
}

.variants .container .flex_between .col:hover::after {
  opacity: 1;
}

.variants .container .flex_between .col:hover h2 {
  opacity: 0;
  margin-bottom: 80px;
}

.variants .container .flex_between .col:nth-of-type(4) {
  padding-top: 75px;
  padding-bottom: 50px;
}

.variants .container .flex_between .col:nth-of-type(4):hover h2 {
  opacity: 1;
}

.variants .container .flex_between .col:hover a,
.variants .container .flex_between .col:hover .flex_column {
  opacity: 1;
  z-index: 22;
}

.variants .container .flex_between .col h2 {
  color: #fff;
  width: 50%;
  text-align: center;
  transition: 0.3s;
}

.variants .container .flex_between .col:nth-of-type(1) {
  background: url(./img/variant1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.variants .container .flex_between .col:nth-of-type(2) {
  background: url(./img/variant2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.variants .container .flex_between .col:nth-of-type(3) {
  background: url(./img/variant3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.variants .container .flex_between .col:nth-of-type(4) {
  border: 1px solid #A7A9AC;
  flex-direction: column;
  align-items: center;
  cursor: auto;
  justify-content: space-between;
}

.variants .container .flex_between .col:nth-of-type(4) h2 {
  color: #000000;
  font-size: 24px;
  width: 75%;
  margin-bottom: 0;
  position: relative;
}

.variants .container .flex_between .col:nth-of-type(4) h2::after {
  content: '';
  display: block;
  width: 26px;
  height: 110px;
  background: url(./img/arrow_radius.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: -88px;
}

.variants .container .flex_between .col:nth-of-type(4) a {
  position: relative;
  opacity: 1;
  top: auto;
  left: auto;
  bottom: auto;
}

.variants .container .flex_between .col:nth-of-type(4)::after {
  display: none;
}

.variants .container .flex_between .col a {
  position: absolute;
  bottom: 84px;
  left: center;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -1;
}

.variants .container .flex_between .col .flex_column {
  row-gap: 16px;
  margin-bottom: 50px;
  position: absolute;
  top: 76px;
  left: 33%;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -1;
}

.variants .container .flex_between .col .flex_column span {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}

.custom {
  position: relative;
}

.custom::before {
  content: '';
  display: block;
  width: 313px;
  height: 313px;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  /* background-position-x: 50px; */
  position: absolute;
  right: 0;
  top: -95px;
  z-index: -1;
}

.custom::after {
  content: '';
  display: block;
  width: 205px;
  height: 205px;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  /* background-position-x: -50px; */
  position: absolute;
  left: 0;
  bottom: -186px;
  z-index: -1;
}

.custom .flex_between {
  align-items: flex-start;
  column-gap: 80px;
}

.custom .flex_between .col {
  width: 50%;
}

.custom .flex_between .col h2 {
  margin-bottom: 80px;
  width: 80%;
}

.custom .flex_between .col p {
  margin-left: 60px;
  padding: 40px 0;
  border-bottom: 1px solid #A7A9AC;
}

.custom .flex_between .col p:first-of-type {
  padding-top: 0;
}

.custom .flex_between .col p:last-of-type {
  padding-bottom: 0;
  border: 0;
}

.custom .flex_between img {
  width: 50%;
  height: 600px;
  border-radius: 20px;
  object-fit: cover;
}

.procces .container h2 {
  text-align: center;
  margin-bottom: 60px;
}

.procces .container .flex_between {
  column-gap: 100px;
  row-gap: 80px;
  flex-wrap: wrap;
  position: relative;
}

.procces .container .flex_between::after {
  content: '';
  display: block;
  width: 800px;
  height: 177px;
  background: url(./img/divider.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 23%;
  left: 13%;
}

.procces .container .flex_between .col {
  align-items: flex-start;
  width: 45%;
}

.procces .container .flex_between .col span {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: var(--red);
}

.procces .container .flex_between .col h3 {
  margin-bottom: 10px;
}

.procces .container .flex_between .col .flex_column {
  margin-top: 30px;
  margin-left: 8px;
}

.reviews h2 {
  text-align: center;
  margin-bottom: 40px;
}

.reviews_slider {
  max-width: 1005px;
  margin: 0 auto;
  position: relative;
}

.reviews_slider .rev_slide {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #A7A9AC;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
  max-width: 320px;
  margin: 0 7.5px;
  transition: all ease 0.3s;
}

.reviews_slider .rev_slide .flex_center {
  column-gap: 24px;
  justify-content: start;
}

.reviews_slider .rev_slide .flex_center p {
  font-size: 12px;
}

.reviews_slider .rev_slide .flex_center img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.reviews_slider .rev_slide h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-align: left;
  color: #000000;
}

.rev_slider_cont {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: var(--red);
  cursor: pointer;
}

.swiper-button-prev {
  left: 5px;
}

.swiper-button-next {
  right: 5px;
}

.gallery .container .flex_between {
  align-items: flex-start;
  column-gap: 40px;
}

.gallery {
  position: relative;
}

.gallery::after {
  content: '';
  width: 87px;
  height: 87px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -50px;
  left: 21%;
  z-index: -1;
}

.gallery .container .flex_between .col {
  width: 36%;
}

.gallery .container img {
  border-radius: 10px;
}

.gallery .container .row1 .wrap:first-of-type img {
  width: 230px;
  height: 225px;
  object-fit: cover;
  position: relative;
}

.gallery .container .row1 .wrap,
.gallery .container .row2 .wrap,
.gallery .container .row3 .wrap {
  overflow: hidden;
  border-radius: 10px;
}

.gallery .container .row1 img,
.gallery .container .row2 img,
.gallery .container .row3 .wrap img {
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .container .row1 img:hover,
.gallery .container .row2 img:hover {
  transform: scale(1.1);
}

.gallery .container .row1 img:last-of-type {
  width: 340px;
  height: 490px;
  object-fit: cover;
}

.gallery .container .flex_between .flex_center {
  align-items: flex-start;
  column-gap: 40px;
}

.gallery .container .row2 {
  column-gap: 40px;
  margin-top: -225px;
}

.gallery .container .row2 img {
  width: 340px;
  height: 225px;
  object-fit: cover;
}

.gallery .container .row3 {
  margin-top: 40px;
  column-gap: 40px;
}

.gallery .container .row3 .wrap {
  width: 50%;
  height: 300px;
  object-fit: cover;
}

.faq h2 {
  margin-bottom: 60px;
  text-align: center;
}

details {
  border-radius: 8px;
  border: 1px solid #A7A9AC;
  background-color: #fff;
  margin-bottom: 20px;
}

details summary h4 {
  transition: all ease 0.3s;
}

details[open] summary h4 {
  color: var(--red);
}

details summary {
  list-style: none;
  /* Убираем стандартный маркер */
}

details summary::-webkit-details-marker {
  display: none;
  /* Убираем маркер в браузерах на основе Webkit */
}


details {
  overflow: hidden;

  summary {
    cursor: pointer;
    grid-template-columns: 1fr auto;
    padding-block: 30px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  div {
    overflow: hidden;
    margin-block-end: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }


}

summary svg,
summary svg path {
  transition: all ease 0.3s;
}

details[open] summary svg {
  transform: rotate(-90deg);
}

details[open] summary svg path {
  fill: var(--red);
}

/* about */
.black_header {
  margin: 0 !important;
}

.black_header nav a {
  color: #000000;
}

.about_us {
  padding: 100px 0;
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.about_us::before {
  content: '';
  width: 162px;
  height: 162px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  left: -50px;
}

.about_img_circle {
  position: absolute;
  width: 182px;
  height: 182px;
  object-fit: fill;
  z-index: -1;
}

.about_img_circle:first-of-type {
  top: 53%;
  right: -25px;
}

.about_img_circle:nth-of-type(2) {
  bottom: 120px;
  left: -50px;
}

.about_us::after {
  content: '';
  width: 106px;
  height: 106px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -25px;
  right: 160px;
}

.about_us .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about_us h2,
.about_us p {
  text-align: center;
}

.about_us p {
  width: 50%;
  margin: 30px 0 60px 0;
}

.about_us .container .wrap:first-of-type {
  width: 100%;
  height: 700px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 100px;
}

.about_us .container .wrap:first-of-type img {
  transition: all ease 0.3s;
}

.about_us .container .wrap:first-of-type img:hover {
  transform: scale(1.1);
}

.wrap {
  overflow: hidden;
  border-radius: 10px;
}

.wrap img {
  transition: all ease 0.3s;
}

.wrap:hover img {
  transform: scale(1.1);
}

.about_us .container .flex_between {
  column-gap: 50px;
  margin-bottom: 40px;
}

.about_us .container .flex_between:last-of-type {
  margin: 0;
}

.about_us .container .flex_between .wrap_im {
  width: 40%;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
}

.about_us .container .flex_between .wrap_im img {
  border-radius: 10px;
  object-fit: cover;
  margin: 0;
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
}

.about_us .container .flex_between .wrap_im img:hover {
  transform: scale(1.1);
}

.about_us .container .flex_between p {
  margin: 0;
  width: auto;
  text-align: left;
}

.about_us .container .flex_between .flex_column {
  row-gap: 20px;
  width: 65%;
}

.about_us .container .flex_between .flex_column .flex_column {
  width: 100%;
}

/* faq_page */
.faq_page {
  position: relative;
}

.faq_page::before {
  content: '';
  width: 180px;
  height: 180px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 130px;
  left: -116px;
  z-index: -1;
}

.contact_form,
.faq_container {
  position: relative;
}

.faq_container::after {
  content: '';
  width: 146px;
  height: 146px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -85px;
  right: -0;
  z-index: -1;
}

.img_circle_faq {
  width: 146px;
  height: 146px;
  position: absolute;
  bottom: -150px;
  left: -65px;
  z-index: -1;
}

.faq_page h2 {
  margin-top: 100px;
}

.faq_page h2,
.faq_page p {
  text-align: center;
}

.faq_page p {
  width: 50%;
  margin: 30px auto 80px auto;
  position: relative;
}

.faq_page p::after {
  content: '';
  position: absolute;
  display: block;
  width: 118px;
  height: 243px;
  background: url(./img/arrow_faq.svg) no-repeat;
  background-size: 100% 100%;
  right: -41%;
  bottom: -0;
}

/* blog */
.blog {
  position: relative;
  overflow: hidden;
}

.blog::after {
  content: '';
  width: 130px;
  height: 130px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10%;
  left: -13px;
  z-index: -1;
}

.blog .flex_between .col .content a {
  color: #000000;
}

.blog::before {
  content: '';
  width: 130px;
  height: 130px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 22%;
  right: 13px;
  z-index: -1;
}

.circle_blog {
  position: absolute;
  width: 218px;
  height: 218px;
  bottom: -8%;
  left: -5%;
  z-index: -1;
}

.blog h2 {
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center;
}

.blog p {
  margin: 0 auto;
  width: 37%;
  text-align: center;
}

.blog .row {
  margin-top: 60px;
  margin-bottom: 100px;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 40px;
}

.form_blog {
  display: none;
}

.blog .flex_between .col {
  width: 29%;
}

.blog .flex_between .col img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.blog .flex_between .col .content {
  padding: 24px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #A7A9AC;
  border-bottom: 1px solid #A7A9AC;
  border-left: 1px solid #A7A9AC;
  margin-top: -6px;
  height: 104px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slick-slide {
  height: auto !important;
}

.blog .flex_between .col .content span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 218px;
  text-overflow: ellipsis;
  font-family: 'Fact';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;

}

/* single_page */
.single_page h2 {
  width: 57%;
  text-align: center;
  text-transform: uppercase;
}

.single_page .container>.flex_center {
  align-items: flex-start;
  margin-bottom: 40px;
  margin-top: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  column-gap: 132px;
}

.single_block {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 165px;
  position: relative;
}

.single_block::before {
  content: '';
  display: block;
  width: 130px;
  height: 130px;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  right: -28%;
  z-index: -1;
}

.single_page {
  position: relative;
}

.single_page::after {
  content: '';
  display: block;
  width: 218px;
  height: 218px;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -5%;
  left: -40px;
  z-index: -1;
}

.single_page::before {
  content: '';
  display: block;
  width: 130px;
  height: 130px;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10%;
  left: -0%;
  z-index: -1;
}

.single_block .image_single_cont {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 40px;
  overflow: hidden;
}

.single_block .image_single_cont img {
  transition: all ease 0.3s;
  border-radius: 20px;
}

.single_block .image_single_cont img:hover {
  transform: scale(1.1);
}

.single_block h4 {
  margin: 24px 0 12px 0;
  width: 100%;
  text-align: left;
  font-size: 20px;
}

/* policy */
.policy {
  position: relative;
  padding: 100px 0;
}

.policy::after {
  content: '';
  display: block;
  width: 218px;
  height: 218px;
  position: absolute;
  left: -38px;
  bottom: -127px;
  background: url(./img/circle_menu.svg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.circle_policy {
  position: absolute;
  left: -55px;
  top: 35px;
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.policy::before {
  content: '';
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  right: -0;
  top: 21%;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.policy h1 {
  color: #000000;
  margin-bottom: 40px;
}

.policy p {
  font-size: 16px;
  margin-bottom: 20px;
}

.policy h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 20px;
}

.policy li {
  list-style: numeric;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #A7A9AC;
  margin-left: 17px;
}

.policy li:last-of-type {
  margin-bottom: 20px;
}

/* popup_form */
#popup_form .container_popup,
#popup_form2 .container_popup,
#popup_form3 .container_popup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 40px;
  width: 600px;
  height: auto;
  border-radius: 20px;
  background: url(./img/popup_bg.png) no-repeat;
  background-size: cover;
  padding: 60px;
  background-position: center;
  /* чтобы изображение было выровнено по центру */
  background-attachment: fixed;
}

#popup_form h2,
#popup_form2 h2,
#popup_form3 h2 {
  color: #fff;
  text-align: center;
  width: 50%;
}

#popup_form .container_popup form,
#popup_form2 .container_popup form,
#popup_form3 .container_popup form {
  width: 100%;
}

.fancybox-content {
  padding: 0 !important;
  border-radius: 20px;
  background: none !important;
}

.fancybox-button svg path {
  fill: #fff !important;
}

.fancybox-button svg {
  width: 60px !important;
  height: 60px !important;
  margin-left: -45px;
}

/* menu */
.menu {
  padding: 100px 0 140px 0;
  position: relative;
}

.menu::after {
  content: '';
  width: 162px;
  height: 162px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10%;
  left: -59px;
  z-index: -1;
}

.menu::before {
  content: '';
  width: 176px;
  height: 176px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 54%;
  right: -0;
  z-index: -1;
}

.circle_menu_page {
  width: 218px;
  height: 218px;
  position: absolute;
  bottom: -6%;
  left: -4%;
  z-index: -1;
  display: none;
}

.menu .container {
  max-width: 800px;
}

.menu_combo .container {
  max-width: 1100px;
}

.menu .container .flex_start {
  margin-bottom: 40px;
}

.arrow_mob {
  display: none;
}

.menu .container .flex_start a {
  width: 40px;
  height: 40px;
  padding: 0;
}

.menu .container .flex_start h2 {
  margin: 0 auto;
}

.menu .container .flex_start a svg {
  width: 25px;
}

.menu .container .flex_start a:hover svg g polyline,
.menu .container .flex_start a:hover svg g line {
  stroke: var(--red);
}

.menu .container .flex_center {
  column-gap: 40px;
}

.menu .tab-content>p {
  margin: 40px auto 80px auto;
  width: 65%;
  text-align: center;
}

.menu .container .menu_item>h4 {
  color: var(--red);
  font-size: 20px;
  width: 23%;
  text-align: center;
  margin-right: 30px;
}

.menu .container .menu_item {
  padding-bottom: 30px;
  border-bottom: 1px solid #A7A9AC;
  margin-bottom: 30px;
}

.menu .container .menu_item:last-of-type {
  margin: 0;
  border: 0;
}

.menu .container .menu_item .menu_item_row {
  column-gap: 40px;
}

.menu_combo .container .menu_item .menu_item_row {
  justify-content: flex-start;
  align-items: flex-start;
}

.menu .container .menu_item .menu_item_row img {
  width: 160px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 10px;
}

.menu .container .menu_item .menu_item_row h4 {
  text-align: center;
}

.menu .container .menu_item .menu_item_row .flex_column {
  position: relative;
  align-items: center;
}

.menu_combo .container .menu_item .menu_item_row .flex_column {
  width: 22%;
  height: 184px;

}

.menu .container .menu_item .menu_item_row .flex_column:nth-of-type(1)::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url(./img/plus.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 25px);
  right: -34px;
}

.menu .container .menu_item .menu_item_row .flex_column:nth-last-child(2)::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url(./img/plus.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 25px);
  right: -34px;
}

.menu .container .menu_item .menu_item_row.row_four .flex_column:nth-of-type(2)::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url(./img/plus.svg) no-repeat;
  background-size: auto;
  background-size: cover;
  position: absolute;
  top: calc(50% - 25px);
  right: -34px;
}

.tab-content {
  display: none;
  /* Все табы скрыты по умолчанию */
}

.tab-content.active {
  display: block;
  /* Активный таб видим */
}

.menu_all {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.menu_all h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.menu_all .flex_between {
  column-gap: 50px;
}

.menu_all .flex_between h4 {
  white-space: nowrap;
}

.menu_all .flex_between p {
  font-size: 12px;
}

.menu_all_item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

/* procces_banner */
.procces_banner {
  background: url(./img/procces_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.procces_banner::after {
  display: none;
}

.procces_banner .home_banner_text {
  margin-top: 200x;
}

.procces_banner .home_banner_text h1 {
  width: 50%;
}

.procces_banner .home_banner_text h5 {
  width: 62%;
}

.procces_page {
  padding: 80px 0 100px 0;
  position: relative;
  overflow: hidden;
}

.procces_page::before {
  content: '';
  width: 195px;
  height: 195px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -30px;
  left: 10%;
  z-index: -1;
}

.procces_page h2 {
  text-align: center;
  margin-bottom: 60px;
}

.procces_page .flex_between {
  column-gap: 100px;
  margin-bottom: 100px;
}

.procces_page .flex_between .col1 {
  margin-top: 113px;
  width: 50%;
  row-gap: 100px;
}

.procces_page .flex_between .col2 {
  width: 50%;
  row-gap: 100px;
  position: relative;
}

.procces_page .flex_between .col2::after {
  content: '';
  width: .5px;
  height: calc(100% + 50px);
  background-color: #A7A9AC;
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
}

.procces_page .flex_between .col2::before {
  content: '';
  width: 238px;
  height: 238px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -15%;
  right: -37%;
  z-index: -1;
}

.procces_page .flex_between .col1 h4,
.procces_page .flex_between .col2 h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.procces_page .flex_between .col1 .image_cont,
.procces_page .flex_between .col2 .image_cont {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.procces_page .flex_between .col1 .image_cont img,
.procces_page .flex_between .col2 .image_cont img {
  object-fit: cover;
  /*     margin-top: 20px; */
  transition: all ease 0.3s;
}

.procces_page .flex_between .col1 .image_cont img:hover,
.procces_page .flex_between .col2 .image_cont img:hover {
  transform: scale(1.1);
}

.procces2 .flex_between {
  align-items: flex-start;
  margin-bottom: 60px;
}

.procces2 .flex_between:last-of-type {
  margin-bottom: 100px;
}

.procces2 p {
  width: 48%;
}

.procces2 .flex_between .col {
  width: 26%;
}

.procces2 .flex_between .col p {
  width: 100%;
}

.procces2 .flex_between .col h4 {
  margin-bottom: 20px;
  font-size: 20px;
}

.procces2 .flex_between .col img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 40px;
}

.image_text {
  column-gap: 120px;
}

.image_text .image_cont {
  width: 50%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
  overflow: hidden;
}

.image_text .image_cont img {
  border-radius: 20px;
  transition: all ease 0.3s;
  object-fit: cover;
}

.image_text .image_cont img:hover {
  transform: scale(1.1);
}

.image_text .flex_column {
  width: 50%;
}

.image_text .flex_column h2,
.image_text .flex_column p {
  text-align: left;
}

.image_text .flex_column h2 {
  margin-bottom: 20px;
}

.image_text .flex_column p {
  width: 85%;
  margin-bottom: 15px;
}

.image_text .flex_column p:last-of-type {
  margin: 0;
}

.image_text_details {
  align-items: flex-start;
}

.image_text_details h2 {
  text-align: left;
  width: 90%;
}

.image_text_details .col {
  width: 50%;
}

.image_text_details .col .details_procces {
  border: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #A7A9AC;
  border-radius: 0;
  margin-bottom: 40px;
}

.details_procces summary {
  padding: 0;
  padding-bottom: 10px;
}

.details_procces summary h4 {
  color: rgba(0, 0, 0, 0.5);
}

.details_procces div {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image_text_details .image_cont {
  width: 54%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.image_text_details .image_cont img {
  transition: all ease 0.3s;
  border-radius: 20px;
}

.image_text_details .image_cont img:hover {
  transform: scale(1.1);
}

.image_text_details {
  position: relative;
}

.image_text_details::after {
  content: '';
  width: 238px;
  height: 238px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -22%;
  right: -6%;
  z-index: -1;
}

.customization h2 {
  margin-bottom: 20px;
}

.customization p {
  text-align: center;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.customization_image_cont {
  position: relative;
  padding-top: 215px;
  padding-bottom: 120px;
}

.customization_image_cont::before {
  content: '';
  width: 238px;
  height: 238px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  left: -17%;
  z-index: -1;
}

.customization_image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 436px;
  height: 430px;
  object-fit: cover;
}

.customization .col {
  width: 200px;
  height: 200px;
  border: 1px solid #A7A9AC;
  border-radius: 50%;
  row-gap: 15px;
  position: absolute;
}

.customization .col img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  position: relative;
}

.customization .col:nth-of-type(1) {
  left: 12%;
  top: 8%;
}

.customization .col:nth-of-type(2) {
  right: 6%;
  top: 23%;
}

.customization .col:nth-of-type(3) {
  left: 0;
  bottom: 10%;
}

.customization .col:nth-of-type(4) {
  right: 0;
  bottom: 0;
}

.customization .col img.customization_arrow {
  width: auto;
  height: auto;
  position: absolute;
}

.customization .col:nth-of-type(1) img.customization_arrow {
  top: 100px;
  right: -105px;
}

.customization .col:nth-of-type(2) img.customization_arrow {
  bottom: -77px;
  left: -27px;
}

.customization .col:nth-of-type(3) img.customization_arrow {
  bottom: 50px;
  right: -162px;
}

.customization .col:nth-of-type(4) img.customization_arrow {
  top: 30px;
  left: -168px;
}

.benefits_list h2 {
  text-align: left;
  margin-bottom: 60px;
}

.benefits_list .flex_between {
  column-gap: 30px;
}

.benefits_list .flex_between .col {
  align-items: flex-start;
  width: 33%;
}

.benefits_list .flex_between .col span {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: var(--red);
}

.benefits_list .flex_between .col h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.benefits_list .flex_between .col .flex_column {
  margin-top: 30px;
  margin-left: 5px;
}

.benefits_list .flex_between .col .flex_column p {
  padding-right: 30px;
  border-right: 1px solid #A7A9AC;
}

.benefits_list .flex_between .col:last-of-type .flex_column p {
  border: 0;
}

.staff {
  position: relative;
}

.staff::before {
  content: '';
  width: 318px;
  height: 318px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  right: -17%;
  z-index: -1;
}

.staff h2 {
  margin-bottom: 20px;
}

.staff p {
  margin-bottom: 60px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.staff .flex_between {
  column-gap: 40px;
  margin-bottom: 0;
}

.staff .flex_between .image_cont {
  width: 33%;
  height: 490px;
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
}

.staff .flex_between .image_cont img {
  transition: all ease 0.3s;
  border-radius: 10px;
  object-fit: cover;
}

.staff .flex_between .image_cont img:hover {
  transform: scale(1.1);
}

.staff .flex_between .flex_column {
  row-gap: 40px;
  width: 33%;
}

.staff .flex_between .flex_column .image_cont {
  width: 100%;
  height: 225px;
}

.staff .flex_between .flex_column img {
  width: 100%;
  height: 225px;
  border-radius: 10px;
  object-fit: cover;
}

/* contacts_page */
.contacts_page {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.contacts_page::before {
  content: '';
  width: 130px;
  height: 130px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 21%;
  right: -2%;
  z-index: -1;
}

.contacts_page::after {
  content: '';
  width: 130px;
  height: 130px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 7%;
  left: -4%;
  z-index: -1;
}

.contacts_page h1 {
  color: #000000;
  margin-bottom: 60px;
}

.contacts_page iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}

.contacts_page .iframe_container {
  position: relative;
}

.contacts_page .iframe_container::before {
  content: '';
  width: 218px;
  height: 218px;
  display: block;
  background: url(./img/circle_variant2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -30%;
  left: -11%;
  z-index: -1;
}

.contacts_page .col {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #fff;
  border-radius: 10px;
  height: calc(100% - 80px);
  padding: 24px 40px;
}

.contacts_page .col h4 {
  margin-bottom: 24px;
  font-size: 20px;
}

.contacts_page .col a,
.contacts_page .col span {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #A7A9AC;
}

.contacts_page .col a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 16px;
}

.contacts_page .col a:hover {
  text-decoration: underline;
}

.contacts_page .col a img {
  width: 16px;
  height: 16px;
}

.contacts_page .col a:last-of-type {
  margin-bottom: 40px;
}

.contacts_page .col .flex_between {
  column-gap: 28px;
}

.contacts_page .col span {
  margin-bottom: 16px;
}

/*  */
.contacts_page,
.policy,
.faq_container,
.contact_form,
.blog,
.single_page,
.menu,
.home_about_cont,
.our_menu_cont,
.we,
.home_about_cont {
  max-width: 1280px;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.single_page {
  overflow: hidden;
}

a.btn_red.btn_mob {
  display: none;
}

/*  */
.mob_menu {
  height: 652px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 32px;
  transition: all ease 0.3s;
  transform: translateY(-100%);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 22;
  border-top: 1px solid hsla(253, 10%, 17%, 0.1);
}

header {
  position: relative;
  z-index: 25;
}

.mob_menu.active {
  transform: translateY(83px);
}

.burger.active div:nth-of-type(2) {
  opacity: 0;
}

.burger.active div:nth-of-type(1) {
  transform: rotate(45deg) translateX(6px);
}

.burger.active div:nth-of-type(3) {
  transform: rotate(-45deg) translateX(5px);
}

.mob_menu .flex_column {
  width: 100%;
}

.mob_menu .flex_column nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mob_menu .flex_column nav li {
  width: 100%;
  list-style: none;
  padding: 24px 0;
  border-bottom: 1px solid #A7A9AC;
  width: 100%;
  text-align: center;
}

.mob_menu .flex_column a {

  font-family: 'Fact';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.mob_menu .flex_column a.btn_red {
  margin-top: 50px;
  color: #fff;
  height: 52px;
  width: 100%;
}

.mob_menu .flex_column a.btn_red:hover {
  background: var(--red);
  color: #fff;
}

.single .logo_header img,
.single .logo_footer img {
  height: 60px;
}


.home_slide {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  border-radius: 20px;
  height: 400px;
}

.home_slide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background: url(https://i.imgur.com/wRb07pc.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 360px;
  margin-top: 20px;
  border-radius: 20px;
}

.home_slide .swiper-slide img {
  width: 50%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  position: absolute;
  top: -20px;
  left: 0px;
  box-shadow: 5px 0px 9px -3px rgba(0, 0, 0, 0.75);
}

.home_slide .swiper-slide .text {
  padding: 55px 38px 55px 85px;
  width: 50%;
  height: 360px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 10px;
}

.home_slide .swiper-slide .text h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.home_slide .swiper-slide .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.home_slide .swiper-slide .text .btn_red {
  background: #000;
  width: 50%;
}

.home_slide .swiper-slide .text .btn_outline {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  width: 50%;
  white-space: nowrap;
}

.home_slide .swiper-slide .text .flex_start {
  column-gap: 20px;
}

/*  */
@media (min-width: 1350px) {

  .about_us,
  .contacts_page,
  .blog,
  .menu,
  .home_about_cont,
  .our_menu_cont,
  .single_page,
  .custom,
  .variants {
    overflow: visible;
  }

  .home_banner,
  .obidi_banner,
  .custom,
  .variants {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }

  .home_banner,
  .obidi_banner {
    max-width: 100%;
    background-size: cover !important;
  }
}

@media (max-width: 1130px) {
  .home_slide .swiper-slide .text h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 20px;
  }

  .container,
  .contact_form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_slide .swiper-slide .text .flex_start {
    column-gap: 20px;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }

  .home_slide .swiper-slide .text .flex_start a {
    width: 100%;
  }

  .home_slide .swiper-slide .text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }

  .gallery .container .row2 {
    width: 62%;
  }

  header nav,
  footer nav,
  footer ul {
    column-gap: 32px;
  }

  .blog .row {
    gap: 40px;
  }

  .blog .flex_between .col {
    width: 30%;
  }

  .home_about {
    column-gap: 50px;
  }

  .our_menu_cont .container .flex_between {
    column-gap: 24px;
  }

  .our_menu_cont .container .flex_between .flex_column {
    row-gap: 24px;
  }

  .gallery .container .row2 .wrap {
    width: 50%;
  }

  .our_menu_cont .container .flex_between img {
    /*         width: 33%; */
    width: 100%;
    max-width: 333px;
  }

  .our_menu_cont .container .flex_between .flex_column img {
    height: 233px;
  }

  .choose_cont .flex_between .col {
    width: 31%;
    height: 310px;
  }

  .our_menu_cont .container .flex_between .flex_column {
    width: 33%;
  }

  .variants .container .flex_between {
    gap: 24px;
  }

  .variants .container .flex_between .col h2 {
    width: 100%;
  }

  .custom .flex_between .col p {
    margin-left: 25px;
  }

  .custom .flex_between .col h2 {
    margin-bottom: 40px;
    width: 96%;
  }

  .custom .flex_between {
    column-gap: 40px;
  }

  .procces .container .flex_between {
    column-gap: 0;
  }

  .procces .container .flex_between::after {
    display: none;
  }

  .procces2 .flex_between {
    column-gap: 50px;
  }

  .customization .col {
    width: 165px;
    height: 165px;
  }

  .customization .col h4 {
    white-space: wrap;
    width: 50%;
    text-align: center;
  }

  .benefits_list .flex_between {
    column-gap: 0px;
  }

  .staff .flex_between {
    column-gap: 24px;
  }
}

.image_text .image_cont img {
  width: 100%;
}

@media (max-width: 950px) {

  header nav,
  footer nav,
  footer ul {
    column-gap: 20px;
  }

  .procces_page .flex_between .col2::after {
    display: none;
  }

  .contact_form .container {
    padding: 40px;
    background-position: -10px;
  }

  .about_us .container .wrap:first-of-type {
    height: 550px;
    margin-bottom: 65px;
  }

  .about_us .container .wrap:first-of-type img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .about_us .container .flex_between {
    column-gap: 65px;
  }

  .about_us .container .flex_between img {
    height: 440px;
    margin-bottom: 0;
  }

  .home_about {
    flex-direction: column;
    row-gap: 40px;
  }

  .home_about .col2 {
    width: 100%;
  }

  .home_about .col2 img {
    /*         width: 49%; */
    width: 100%;
    height: auto;
    max-width: 240px;
  }

  .image_text_cont .flex_between {
    column-gap: 60px;
  }

  .choose_cont .flex_between {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }

  .choose_cont .flex_between .col {
    width: 45%;
    height: auto;
  }

  .image_text .image_cont {
    width: 50%;
    object-fit: cover;
  }

  .variants .container .flex_between .col {
    width: 70%;
  }

  .variants .container .flex_between {
    justify-content: center;
  }

  .custom .flex_between img {
    width: 40%;
    height: 460px;
  }

  .custom .flex_between .col p {
    padding: 25px 0;
  }

  .image_text .image_cont {
    height: auto;
  }

  .procces .container .flex_between .col {
    width: 49%;
  }

  .procces_page .flex_between {
    column-gap: 45px;
  }

  .procces2 .flex_between .col {
    width: 33%;
  }

  .image_text_details {
    align-items: center;
  }

  .image_text_details img {
    height: auto;
  }

  .customization .col:nth-of-type(3) {
    left: 0;
    bottom: 3%;
  }

  .customization .col:nth-of-type(4) {
    right: 0;
    bottom: -4%;
  }

  .customization .col:nth-of-type(2) {
    right: -2%;
    top: 29%;
  }

  .customization .col:nth-of-type(1) {
    left: 5%;
    top: 8%;
  }

  .staff .flex_between {
    column-gap: 24px;
  }

  .benefits_list .flex_between {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .benefits_list .flex_between .col {
    width: auto;
  }

  .benefits_list .flex_between .col .flex_column p {
    border: 0;
  }

  .staff .flex_between .flex_column {
    row-gap: 24px;
  }

  .staff .flex_between .flex_column img {
    height: 232px;
  }

  .procces_page h2 {
    margin-bottom: 0;
  }

  .gallery .container .flex_between .col {
    width: 100%;
  }

  .gallery .container .row1 {
    flex-wrap: wrap;
  }

  .gallery .container .row1 .flex_center {
    width: 50%;
  }

  .gallery .container .row1 .flex_center img {
    width: 100%;
    /* height: auto; */
    height: 450px;
  }

  .gallery .container .row1 .wrap:first-of-type img {
    display: none;
  }

  .gallery .container .row2 .wrap {
    width: 100%;
  }

  .gallery .container .row2 {
    margin: 0;
    position: absolute;
    right: 16px;
    top: 112px;
    flex-direction: column;
    row-gap: 16px;
    width: 45%;
  }

  .gallery .container .row2 img,
  .gallery .container .row3 img {
    width: 100%;
    height: auto;
  }

  .gallery .container .row2 .wrap {
    /* height: 264px; */
    height: 50%;
  }

  .gallery .container .row2 {
    height: 450px;
  }

  .gallery .container {
    position: relative;
  }

  .gallery .container .row3 {
    /*         flex-direction: column; */
    row-gap: 16px;
    margin-top: 16px;
    width: 100%;
  }

  .gallery .container .flex_between .col p {
    max-width: 343px;
    margin-bottom: 24px;
  }
}

ul::marker,
ol::marker,
li::marker {
  display: none;
}

ul,
ol {
  list-style-type: none;
  /* Убираем стандартные маркеры у всех списков */
}

@media (max-width: 850px) {

  header nav.flex_center,
  .faq_page p::after,
  .faq_page::before,
  .faq_container::after,
  .img_circle_faq,
  .blog::before,
  .blog::after,
  .circle_blog,
  .single_page::before,
  .single_page::after,
  .single::before,
  .about_us::before,
  .about_us::after,
  .about_img_circle:nth-of-type(2),
  .about_img_circle:first-of-type,
  .we::after,
  .our_menu_cont::after,
  .home_about_cont::after,
  .menu::after,
  .menu::before,
  .circle_menu_page,
  .variants::before,
  .variants::after,
  .custom::before,
  .custom::after,
  .procces .container .flex_between::after,
  .gallery::after {
    display: none;
  }

  .arrow_mob {
    display: block;
  }

  /* .reviews_slider .rev_slide{
        max-width: 50%;
        width: 300px!important;
    } */
  .wpcf7 {
    width: 100%;
  }

  .single .logo_header img,
  .single .logo_footer img {
    margin: 0;
    height: 40px;
    border-radius: 0;
  }

  /*     .wpcf7 form.wpcf7-form p{
        row-gap: 6px;
    } */
  footer .container .flex_between .social {
    display: flex;
  }

  .fancybox-button {
    margin-right: 24px !important;
  }

  .fancybox-button svg {
    width: 50px !important;
    height: 50px !important;
    margin-right: 24px;
  }

  .menu_combo .container .menu_item .menu_item_row .flex_column {
    height: 200px;
  }

  .logo_footer {
    margin-bottom: 40px;
  }

  #popup_form .container_popup,
  #popup_form2 .container_popup,
  #popup_form3 .container_popup {
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 20px;
  }

  #popup_form h2,
  #popup_form2 h2,
  #popup_form3 h2 {
    width: 100%;
    text-align: center;
  }

  header.black_header {
    background-color: #fff;
  }

  header a.burger div {
    background-color: #fff;
  }

  header.black_header a.burger div {
    background-color: #000000;
  }

  .burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3px;
  }

  .logo_header img {
    height: 40px;
  }

  header {
    height: 80px;

  }

  /* Кнопка с телефоном в мобильной версии хедера */
  header .header_btn {
    display: flex !important;
    margin-left: auto;
    margin-right: 20px;
    font-size: 12px;
    padding: 8px 16px !important;
    height: 36px !important;
    white-space: nowrap;
  }

  .header_container {
    border-top: 1px solid hsla(253, 10%, 17%, 0.1);
    border-bottom: 1px solid hsla(253, 10%, 17%, 0.1);
  }

  .burger div {
    width: 18px;
    height: 1px;
    border-radius: 10px;
    transition: all ease 0.3s;
    background-color: #000000;
  }

  .blog .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog .flex_between .col {
    width: 47%;
  }

  .policy {
    padding: 65px 0;
  }

  .faq_page h2,
  .blog h2 {
    margin-top: 65px;
  }

  h1 {
    font-size: 40px;
  }

  .circle_policy,
  .policy::before {
    width: 115px;
    height: 115px;
  }

  details {
    summary {
      padding-left: 25px;
      padding-right: 25px;
    }

    div {
      padding-left: 25px;
      padding-right: 25px;
    }
  }

  .contact_form .container {
    flex-direction: column;
    row-gap: 40px;
  }

  .contact_form .container .col,
  .contact_form .container form {
    width: 100%;
  }

  .faq_page p {
    width: 67%;
    margin-bottom: 65px;
  }

  .single_page .container>.flex_center {
    flex-direction: column;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 24px;
  }

  .single_page h2 {
    width: 100%;
  }

  .single_page,
  .single_block {
    max-width: 600px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .single .image_single_cont {
    width: 100%;
    height: 300px;
  }

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

  .single_block {
    padding-bottom: 80px;
  }

  .image_text_details::after {
    display: none;
  }

  .about_us .container .flex_between {
    flex-direction: column;
    row-gap: 24px;
  }

  .about_us .container img:first-of-type {
    margin-bottom: 40px;
  }

  .about_us .container .flex_between .wrap_im {
    width: 60%;
    height: auto;
    margin: 0;
  }

  .about_us .container .flex_between .wrap_im img {
    width: 100%;
    object-fit: cover;
  }

  .about_us .container .flex_between:last-of-type {
    flex-direction: column-reverse;
  }

  .image_text_cont .flex_between {
    column-gap: 30px;
  }

  .menu .container .menu_item {
    flex-direction: column;
    row-gap: 24px;
  }

  .menu .container .menu_item>h4 {
    width: 100%;
  }

  .custom .flex_between {
    flex-direction: column;
    row-gap: 24px;
  }

  .custom .flex_between .col {
    width: 100%;
  }

  .custom .flex_between img {
    width: 100%;
    height: auto;
  }

  .procces_page .flex_between .col1 img,
  .procces_page .flex_between .col2 img {
    height: auto;
    width: 100%;
  }

  .procces_page .flex_between .col1 .image_cont,
  .procces_page .flex_between .col2 .image_cont {
    height: auto;
  }

  .procces_page .flex_between {
    column-gap: 75px;
  }

  .procces_page .flex_between .col1 {
    row-gap: 75px;
  }

  .procces_page .flex_between .col2::before,
  .procces_page .flex_between .col2::after,
  .procces_page::before {
    display: none;
  }

  .procces_page .flex_between {
    column-gap: 30px;
  }

  .customization .col img.arrow_mob {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
  }

  .customization .col img.customization_arrow,
  .customization_image_cont::before,
  .staff::before {
    display: none;
  }

  .customization_image {
    width: 350px;
    height: auto;
  }

  .customization .col:nth-of-type(1) img.arrow_mob {
    bottom: -60%;
    left: 40%;
  }

  .customization .col:nth-of-type(2) img.arrow_mob {
    bottom: -48%;
    left: 16%;
  }

  .customization .col:nth-of-type(3) img.arrow_mob {
    top: -60%;
    left: 77%;
  }

  .customization .col:nth-of-type(4) img.arrow_mob {
    top: -42%;
    left: 8%;
  }

  .customization .col:nth-of-type(1) {
    left: 17%;
    top: 3%;
  }

  .customization .col:nth-of-type(2) {
    right: 6%;
    top: 10%;
  }

  .customization .col:nth-of-type(3) {
    left: 4%;
    bottom: -2%;
  }

  .customization .col:nth-of-type(4) {
    right: 5%;
    bottom: 4%;
  }

  .fancybox-button {
    margin-right: 0 !important;
  }

  .fancybox-button svg {
    width: 40px !important;
    height: 40px !important;
    margin-left: -4px;
    margin-top: -11px;
  }

  .menu_combo .container .menu_item .menu_item_row {
    justify-content: center;
    column-gap: 20px;
  }

  .menu .container .menu_item .menu_item_row .flex_column:nth-of-type(1)::after,
  .menu .container .menu_item .menu_item_row.row_four .flex_column:nth-of-type(2)::after,
  .menu .container .menu_item .menu_item_row .flex_column:nth-last-child(2)::after {
    right: -20px;
  }
}

@media (max-width: 650px) {

  .home_slide,
  .home_slide .swiper-slide {
    height: fit-content;
  }

  .home_slide .swiper-slide {
    flex-direction: column;
  }

  .home_slide .swiper-slide .text,
  .home_slide .swiper-slide img {
    width: 100%;
  }

  .home_slide .swiper-slide img {
    position: relative;
    top: auto;
    left: auto;
    height: 170px;
    display: block;
    object-fit: cover;
  }

  .home_banner {
    height: auto;
  }

  .home_slide .swiper-slide {
    margin-top: 0;
  }

  .swiper-wrapper {
    height: fit-content;
  }

  .swiper .swiper-slide .flex_start {
    flex-direction: column;
    row-gap: 20px;
  }

  .swiper .swiper-slide p {
    margin-bottom: 80px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .our_menu_cont .container .flex_between img {
    max-width: 100%;
  }

  .home_slide {
    padding-bottom: 50px;
  }

  .image_text_cont .flex_between .scale_cont {
    width: 100%;
  }

  .swiper-pagination {
    width: 100% !important;
    margin-top: 40px;
  }

  h1 {
    font-size: 32px;
  }

  .contacts_page h1 {
    margin-bottom: 40px;
  }

  .menu .container .menu_item .menu_item_row .flex_column:nth-last-child(2)::after {
    width: 12px;
    height: 28px;
    object-fit: cover;
    background-size: 100%;
    right: -16px;
  }

  .home_slide .swiper-slide .text h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .home_slide .swiper-slide .text {
    width: 90%;
    margin-top: -16px;
    height: auto;
    background: url(https://i.imgur.com/wRb07pc.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .home_slide .swiper-slide {
    background: none;
  }

  .home_slide {
    margin-top: 100px;
  }

  .menu_combo .container .menu_item .menu_item_row.row_four {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .menu_combo .container .menu_item .menu_item_row.row_four .flex_column {
    width: 47%;
  }

  home_banner {
    heigth: 750px !important;
  }

  .menu .container .menu_item .menu_item_row.row_four .flex_column:nth-of-type(2)::after {
    display: none;
  }

  .policy {
    padding: 40px 0;
  }

  .policy p,
  .policy li {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 24px;
  }

  .policy li {
    margin-bottom: 5px;
  }

  .policy h4 {
    margin-bottom: 12px;
  }

  .policy::before,
  .policy::after,
  .circle_policy,
  .contacts_page::before,
  .contacts_page::after,
  .contacts_page .iframe_container::before {
    display: none;
  }

  .contacts_page {
    padding: 40px 0 80px 0;
  }

  .image_text .image_cont,
  .image_text_details .image_cont {
    width: 100%;
    height: auto;
  }

  .contacts_page .iframe_container {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
  }

  .contacts_page .col {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0;
  }

  .contacts_page iframe {
    width: calc(100% + 32px);
    margin-left: -16px;
    height: 400px;
  }

  .contacts_page .col h4 {
    margin-bottom: 16px;
  }

  .about_us .container .flex_between .flex_column {
    width: 100%;
  }

  .contacts_page .col a:last-of-type {
    margin-bottom: 24px;
  }

  .fancybox-slide--html .fancybox-close-small {
    right: 15px !important;
    top: 5px !important;
  }

  footer .container {
    row-gap: 40px;
  }

  footer {
    position: relative;
  }

  footer .container .flex_between,
  footer .container .flex_between .flex_center {
    flex-direction: column;
    align-items: flex-start;
  }

  .about_us .container .flex_between .wrap_im {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .about_us .container .wrap:first-of-type {
    height: 220px;
  }

  .about_us .container .wrap:first-of-type img {
    margin: 0;
  }

  footer .container .flex_between .social {
    position: absolute;
    top: 40px;
    right: 16px;
    row-gap: 40px;
  }

  .logo {
    width: auto;
    height: 40px;
    margin-bottom: 40px;
  }

  .logo img {
    height: 100%;
    width: 100%;
  }

  footer .container .flex_between .flex_center {
    row-gap: 20px;
  }

  footer ul a {
    font-size: 12px;
  }

  footer {
    padding: 40px 0;
  }

  .faq_page p {
    width: 100%;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 60px;
  }

  /*     details[open] summary{
        padding-bottom: 16px;
    } */
  details div {
    margin-block-end: 24px;
  }

  .faq_page h2,
  .blog .row {
    margin-top: 40px;
  }

  .faq {
    margin-bottom: 80px;
  }

  .contact_form .container {
    padding: 24px;
  }

  .contact_form .container .col h2 {
    text-align: center;
    font-size: 27px;
  }

  .contact_form .container .col p {
    text-align: center;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .contact_form .container form {
    row-gap: 16px;
  }

  .contact_form .container {
    background: url(img/form_mob_bg.png) no-repeat;
  }

  .blog .flex_between .col,
  .blog p,
  .blog .flex_between .col .content h4 {
    width: 100%;
  }

  .blog p {
    font-size: 19px;
  }

  .blog .flex_between .col .content h4 {
    font-size: 15px;
  }

  .blog .flex_between .col .content {
    height: 92px;
  }

  .blog .row {
    gap: 24px;
    margin-bottom: 80px;
  }

  .form_blog {
    display: block;
    margin-bottom: 80px;
  }

  .blog h2 {
    margin: 40px 0 24px 0;
  }

  .single {
    padding-bottom: 80px;
  }

  .single_page .container>.flex_center {
    width: 100%;
    margin-top: 40px;
  }

  .single .image_single_cont {
    height: 200px;
    border-radius: 8px;
    margin-bottom: 24px;
  }

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

  .about_us .container img:first-of-type {
    height: 220px;
    border-radius: 8px;
  }

  .about_us .container .flex_between img {
    height: 340px;
  }

  .about_us .container .flex_between p {
    font-size: 16px;
  }

  .about_us .container .flex_between .flex_column {
    row-gap: 15px;
  }

  .about_us p {
    width: 100%;
    margin: 24px 0;
    font-size: 20px;
  }

  .about_us {
    padding: 40px 0 80px 0;
  }

  .about_form,
  .info_row_home,
  .home_banner::after {
    display: none;
  }

  .home_banner .container {
    justify-content: start;
  }

  .home_banner_text {
    margin-top: 200px;
  }

  .home_banner_text h1 {
    width: 80%;
  }

  .home_banner_text .flex_center {
    flex-direction: column;
    row-gap: 16px;
  }

  .home_banner_text .flex_center a,
  .home_banner_text .flex_center a:first-of-type,
  .home_banner_text .flex_center a:last-of-type {
    width: 245px;
  }

  .home_banner_text h5 {
    width: 100%;
    font-size: 20px;
  }

  .home_about {
    position: relative;
  }

  .home_about .col a {
    position: absolute;
    width: 100%;
    bottom: -78px;
  }

  .home_about .col2 {
    column-gap: 24px;
  }

  .our_menu_cont {
    margin-top: 60px;
  }

  .our_menu_cont .container p {
    width: 100%;
    margin-bottom: 24px;
  }

  .home_about .col h2,
  .our_menu_cont .container h2 {
    margin-bottom: 16px;
  }

  .home_banner .flex_between .col,
  .social {
    display: none;
  }

  .our_menu_cont .container .flex_between {
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .our_menu_cont .container .flex_between img,
  .our_menu_cont .container .flex_between .flex_column {
    width: 100%;
    row-gap: 16px;
  }

  .our_menu_cont .container .flex_between .scale_cont {
    width: 100%;
  }

  .our_menu_cont .container .scale_cont:last-of-type {
    display: none;
  }

  .our_menu_cont .container .flex_between .flex_column .scale_cont {
    display: block;
  }

  .variants .container .flex_between .col a {
    display: none;
  }

  .variants .container .flex_between .col .flex_column {
    top: 65px;
    left: 26%;
  }

  .our_menu_cont .container .flex_between .flex_column img {
    display: block;
  }

  a.btn_red.btn_mob {
    width: 100%;
    display: flex;
    margin-top: 24px;
  }

  .our_menu_cont,
  .choose_cont,
  .we,
  .contact_form,
  .obidi_banner,
  .variants,
  .custom,
  .procces,
  .reviews,
  .gallery,
  .faq,
  .customization_image_cont,
  .benefits_list {
    margin-bottom: 80px;
  }

  .choose_cont h2 {
    text-align: left;
    margin-bottom: 16px;
  }

  .choose_cont .flex_between .col {
    width: 100%;
    padding: 24px;
  }

  .variants .container .flex_between .col:nth-of-type(4) a {
    display: block;
  }

  .variants .container .flex_between .col:nth-of-type(4) {
    padding: 40px;
    overflow: visible;
    height: auto;
  }

  details summary h4 {
    width: 90%;
  }

  .choose_cont .flex_between {
    gap: 16px;
  }

  .image_text_cont .flex_between {
    flex-direction: column-reverse;
    row-gap: 24px;
    position: relative;
    padding-bottom: 75px;
  }

  .image_text_cont .flex_between .flex_column,
  .image_text_cont .flex_between img {
    width: 100%;
  }

  .image_text_cont .flex_between .flex_column a {
    position: absolute;
    bottom: 0;
    width: calc(100% - 32px);
  }

  .image_text_cont .flex_between .flex_column p {
    margin-bottom: 0;
  }

  .menu .container .menu_item .menu_item_row.row_four {
    column-gap: 20px;
  }

  .menu .container .menu_item .menu_item_row img {
    width: 100px;
    height: 80px;
  }

  .menu .container .menu_item .menu_item_row h4 {
    font-size: 12px;
    line-height: 1;
  }

  .menu .container .menu_item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .menu .container .menu_item>h4 {
    margin-right: 0;
  }

  .menu .container .menu_item .menu_item_row .flex_column:nth-of-type(1)::after,
  .menu .container .menu_item .menu_item_row .flex_column:nth-of-type(2)::after {
    width: 12px;
    height: 28px;
    object-fit: cover;
    background-size: 100%;
    right: -16px;
  }

  .menu_combo .container .menu_item .menu_item_row .flex_column {
    width: 30%;
  }

  .menu .container .flex_center {
    flex-direction: column;
    width: calc(100% - 32px);
    row-gap: 16px;
    position: absolute;
    top: 160px;
  }

  .menu .container .flex_center a {
    width: 100%;
  }

  .menu .tab-content>p {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 230px;
  }

  .menu .container {
    position: relative;
  }

  .menu_all .flex_between {
    column-gap: 20px;
  }

  .menu {
    padding-bottom: 80px;
    padding-top: 40px;
  }

  .menu .container .flex_start {
    margin-bottom: 16px;
  }

  .variants .container .flex_between .col {
    width: 100%;
    height: 240px;
    border-radius: 12px;
  }

  .variants .container .flex_between .col h2 {
    font-size: 20px;
    width: 58%;

  }

  .variants .container .flex_between .col:nth-of-type(4) h2 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 24px;
  }

  .variants .container .flex_between .col:nth-of-type(4) h2::after {
    display: none;
  }

  .procces .container .flex_between {
    flex-direction: column;
    row-gap: 16px;
  }

  .procces .container .flex_between .col {
    width: 100%;
  }

  .reviews_slider .rev_slide {
    max-width: 500px;
    width: 343px;
  }

  .slick-slider .slick-track {
    display: flex;
    column-gap: 9px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: -35px;
  }

  .reviews h2 {
    margin-bottom: 90px;
  }

  .swiper-button-prev {
    left: 17px;
  }

  .swiper-button-next {
    right: 17px;
  }

  .procces .container h2 {
    margin-bottom: 24px;
    text-align: left;
  }

  .custom .flex_between .col p {
    margin-left: 0;
    padding: 16px 0;
  }

  .custom .flex_between .col h2 {
    margin-bottom: 24px;
  }

  .variants h2 {
    margin-bottom: 16px;
  }

  .gallery .container .flex_between .col {
    width: 100%;
  }

  .gallery .container .row1 {
    flex-wrap: wrap;
  }

  .gallery .container .row1 .flex_center {
    width: 45%;
  }

  .gallery .container .row1 .flex_center img {
    width: 100%;
    height: 240px;
  }

  .gallery .container .row1 .wrap:first-of-type {
    display: none;
  }

  .gallery .container .row2 {
    margin: 0;
    position: absolute;
    right: 16px;
    top: 156px;
    flex-direction: column;
    row-gap: 16px;
    width: 45%;
  }

  .gallery .container .row3 .wrap {
    width: 100%;
    height: 195px;
  }

  .gallery .container .row2 {
    height: 240px;
    top: 112px;
  }

  .gallery .container .row1 .flex_center .wrap {
    width: 100%;
  }

  .gallery .container .row2 img,
  .gallery .container .row3 img {
    width: 100%;
    height: auto;
  }

  .gallery .container .row2 img {
    height: 112px;
  }

  .gallery .container {
    position: relative;
  }

  .gallery .container .row3 {
    flex-direction: column;
    row-gap: 16px;
    margin-top: 16px;
    width: 100%;
  }

  .gallery .container .flex_between .col p {
    max-width: 343px;
    margin-bottom: 24px;
  }

  .faq h2 {
    text-align: left;
    margin-bottom: 24px;
  }

  .procces_banner {
    height: 732px;
  }

  .procces_banner .home_banner_text h1,
  .procces_banner .home_banner_text h5 {
    width: 100%;
  }

  .procces_page h2 {
    text-align: left;
  }

  .procces_page .flex_between {
    row-gap: 40px;
    flex-wrap: wrap;
  }

  .procces_page .flex_between .col1,
  .procces_page .flex_between .col2 {
    width: 100%;
    row-gap: 40px;
  }

  .procces_page .flex_between .col1 {
    margin-top: 24px;
  }

  .procces_page .container>.flex_between {
    margin-bottom: 80px;
  }

  .procces2 p,
  .procces2 .flex_between .col,
  .image_text .flex_column,
  .image_text img,
  .image_text_details .col,
  .image_text_details img {
    width: 100%;
  }

  .image_text img {
    height: 240px;
  }

  .procces2>.flex_between {
    row-gap: 16px;
  }

  .procces2 .flex_between:last-of-type {
    row-gap: 40px;
  }

  .procces2 .flex_between .col {
    text-align: center;
  }

  .procces2 .flex_between .col img {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }

  .menu_combo .container .menu_item .menu_item_row .flex_column {
    height: 120px;
  }

  .procces2 .flex_between .col h4 {
    margin-bottom: 8px;
  }

  .procces_page .image_text {
    flex-direction: column-reverse;
  }

  .procces_page h2 {
    margin-bottom: 24px;
  }

  .image_text_details {
    row-gap: 24px;
  }

  .image_text_details .col .details_procces:last-of-type {
    margin-bottom: 0;
  }

  .customization h2 {
    text-align: center;
  }

  .customization p {
    width: 100%;
    margin-bottom: 0;
  }

  .customization_image {
    width: 200px;
  }

  .customization .col {
    width: 120px;
    height: 120px;
  }

  .customization .col img {
    width: 40px;
    height: 40px;
  }

  .procces_page .flex_between {
    row-gap: 24px;
  }

  .customization .col h4 {
    font-size: 12px;
    line-height: 140%;
  }

  .customization_image_cont {
    padding-top: 194px;
    margin-bottom: 95px;
  }

  .customization .col:nth-of-type(1) {
    left: 3%;
    top: 8%;
  }

  .customization .col:nth-of-type(1) img.arrow_mob {
    bottom: -78%;
    left: 28%;
  }

  .customization .col:nth-of-type(2) {
    right: 1%;
    top: 17%;
  }

  .customization .col:nth-of-type(2) img.arrow_mob {
    bottom: -59%;
    left: 50%;
  }

  .customization .col:nth-of-type(3) {
    left: 4%;
    bottom: -8%;
  }

  .customization .col:nth-of-type(3) img.arrow_mob {
    top: -81%;
    left: 26%;
  }

  .customization .col:nth-of-type(4) {
    right: 3%;
    bottom: -4%;
  }

  .customization .col:nth-of-type(4) img.arrow_mob {
    top: -64%;
    left: 52%;
  }

  .home_slide {
    margin-top: 160px;
  }

  .benefits_list .flex_between {
    row-gap: 16px;
    margin-bottom: 80px;
  }

  .benefits_list .flex_between .col .flex_column p {
    font-size: 15px;
  }

  .staff h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .staff p {
    width: 100%;
  }

  .staff .flex_between {
    row-gap: 16px;
  }

  .staff .flex_between img,
  .staff .flex_between .flex_column {
    width: 100%;
  }

  .staff .flex_between .image_cont:last-of-type {
    display: none;
  }

  .staff .flex_between .flex_column .image_cont {
    display: block;
  }

  .staff .flex_between .flex_column img {
    display: block;
    height: 200px;
  }

  .procces_page {
    padding-bottom: 80px;
  }

  .staff .flex_between .image_cont,
  .staff .flex_between .flex_column .image_cont {
    height: auto;
    width: 100%;
  }
}

.procces_page .flex_between .col1 img,
.procces_page .flex_between .col2 img,
.customization .col,
.blog .flex_between .col,
.blog .flex_between .col .content a {
  transition: all ease 0.3s;
}

.procces_page .flex_between .col1 img:hover,
.procces_page .flex_between .col2 img:hover,
.blog .flex_between .col:hover {
  transform: scale(1.05);
}

.blog .flex_between .col .content a:hover {
  color: var(--red);
}

.header_btn {
  padding: 0 20px !important;
  height: 40px;
}

.header_box {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 3;
}

@-moz-document url-prefix() {
  .wpcf7 form.wpcf7-form p {
    row-gap: 6px;
  }
}

.home_banner,
.obidi_banner {
  margin-top: -100px;
}

.header_black_cont {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all ease 0.3s;
}

.scale_cont {
  overflow: hidden;
  border-radius: 10px;
}

.scale_cont img {
  transition: all ease 0.3s;
}

.scale_cont img:hover {
  scale: 1.05;
}

.home_about .col2 img {
  transition: all ease 0.3s;
  overflow: hidden;
}

.home_about .col2 img:hover {
  scale: 1.05;
}

.wpcf7-not-valid-tip {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  margin-top: 3px;
}

.procces_page .flex_between .col1 {
  margin-top: 0;
}

.fancybox-content {
  overflow: visible !important;
}

.procces_banner {
  background-size: cover !important;
}

/* new-style */
.obidi_banner_lunches{
  position: relative;
}
.obidi_banner_lunches::before{
  content:"";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.6);
}
.obidi_banner_lunches .home_banner_text {
  position: relative;
  z-index: 1;
}
.home_banner_row {
  display: flex;
  gap: 24px;
}

.home_banner_row .el {
  width: 25%;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius:8px;
  background:#fff;
}

.hero-btns {
  margin-top: 40px;
}

.hero-btns a:first-of-type {
  width: auto !important;
}

.hero-btns a:last-of-type {
  text-transform: none;
  width: auto !important;
  border: 1px solid var(--red);
  background: #fff;
  color: var(--red);
}

.hero-btns a:last-of-type:hover {
  background: var(--red);
  color: #fff;
}

.work {
  padding-bottom: 60px;

}

.work h2 {
  text-align: center;
}

.work-row {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}

.work-item {
  width: 25%;
}

.work-item__icon {
  margin: 0 auto;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--red)
}

.work-item__icon svg {
  width: 42px;
  height: 42px;
}

.work-item__text {
  font-size: 20px;
  text-align: center;
  line-height: 130%;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 21px;
}

.beggin {
  padding: 60px 0;
}

.beggin h2 {
  text-align: center;
}

.beggin-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 40px;
}

.beggin-item {
  width: calc(50% - 20px);
  display: flex;
  gap: 20px;
}

.beggin-item__icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--red);
}

.beggin-item__icon svg {
  width: 42px;
  height: 42px;
}

.beggin-item__col h3 {
  font-size: 22px;
}

.beggin-item__col p {
  margin-top: 18px;
  font-size: 18px;
}

.beggin-bottom {
  margin-top: 60px;
  display: flex;
  gap: 40px;
}

.beggin-bottom__item {
  width: 50%;
  height: 400px;
  position: relative;
}

.beggin-bottom__item:hover .beggin-bottom__item-text {
  transform: translate(-50%, -20px);
  transition: all ease .5s;
}

.beggin-bottom__item-img {
  width: 100%;

  border-radius: 10px;
  overflow: hidden;
}

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

.beggin-bottom__item-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
  padding: 14px;
  color: #fff;
  background: var(--red);
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  transition: all ease .3s;
}

.clients {
  padding: 40px 0;
}

.clients h2 {
  text-align: center;
}

.clients-row {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}

.clients-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-item img {
  max-width: 60%;
}

.obidi-gallery {
  padding-bottom: 60px;
}
.obidi-gallery h2{
  text-align: center;
}
.obidi-gallery__row {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.obidi-gallery__item {
  width: calc(33.33% - 14px);
}

.obidi-gallery__item img {
  width: 100%;
}
.seo-block{
  margin-bottom: 80px;
}
.seo-block h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.seo-block h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.seo-block p {
  font-size: 16px;
  margin-bottom: 15px;
}

.seo-block p:last-child {
  margin-bottom: 0;
}

.seo-block strong {
  font-weight: 600;
  /* color: #5a5a5a; */
}
.menu {
}

.menu-top {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.menu-top__btn {
  display: inline-flex;
  align-items:center;
  justify-content: center;
  background: none;
  border: 1px solid #FF4538;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  transition: all ease 0.3s;
  color:#FF4538;
}
.menu-top__btn:hover{
  background: var(--red);
  color:#fff;
  transition: all ease 0.3s;
}
.menu-top__btn.active{
  background: var(--red);
  color:#fff;
}

.menu-wrap {
  margin-top: 32px;
}
.menu-item {
  display: none;
}
.menu-item.active{
  display: block;
}
.menu-item__top {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.menu-item__top-el {
  cursor: pointer;
  display: inline-flex;
  align-items:center;
  justify-content: center;
  background: none;
  border: 1px solid #FF4538;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  transition: all ease 0.3s;
  color:#FF4538;
}
.menu-item__top-el:hover{
  background: var(--red);
  color:#fff;
  transition: all ease 0.3s;
}
.menu-item__top-el.active{
  background: var(--red);
  color:#fff;
}
.menu-item__content {
  margin-top: 24px;
}
.menu-item__day {
  display: none;
}
.menu-item__day.active{
  display: flex;
  gap: 16px;
}
.menu-item__el {
  width: 33.33%;
}
.menu-item__el-img {
  width: 100%;
  height: 200px;
}
.menu-item__el-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-item__el-text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
}
@media(max-width:992px) {
  .home_banner_row .el {
    font-size: 18px;
  }

  .work-row {
    flex-wrap: wrap;
  }

  .work-item {
    width: calc(50% - 20px);
  }

  .beggin-bottom {
    flex-wrap: wrap;
  }

  .beggin-bottom__item {
    width: 100%;
    height: auto;
  }

  .beggin-bottom__item-text {
    font-size: 18px;
  }

  .obidi-gallery__item {
    width: calc(50% - 10px);
  }
}

@media(max-width:767px) {
  .home_banner_row .el {
    width: calc(50% - 12px);
  }

  .home_banner_row {
    flex-wrap: wrap;
  }

  .obidi_banner {
    background-size: cover;
  }

  .hero-btns {
    margin-top: 20px;
  }

  .work-item__text {
    font-size: 18px;
  }

  .beggin {
    padding: 40px 0;
  }

  .beggin-item {
    width: 100%;
  }

  .beggin-item__col h3 {
    font-size: 20px;
  }

  .beggin-item__col p {
    margin-top: 12px;
    font-size: 16px;
  }

  .clients-item img {
    max-width: 100%;
  }

  .obidi-gallery__row {
    gap: 10px;
  }

  .obidi-gallery__item {
    width: calc(50% - 5px);
  }

  .seo-block {
    margin: 60px 0;
    margin-top: 0;
  }

  .seo-block h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .seo-block h3 {
    font-size: 20px;
    margin-top: 25px;
  }

  .seo-block p {
    font-size: 15px;
    line-height: 1.5;
  }
  .menu-top{
    display: flex;
    flex-wrap: wrap;
  }
  .menu-top__btn{
    width: 100%;
    text-align: center;
    padding: 16px 6px;
  }
  .menu-item__top{
    padding-bottom: 3px;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .menu-item__day{
    flex-wrap: wrap;
  }
  .menu-item__el{
    width: calc(50% - 8px);
  }
  .menu-item__el-img{
    height: 150px;
  }
  .menu-item__el-text{
    margin-top: 6px;
    font-size: 14px;
  }
}