
/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
  color: var(--ctext_two);
	/* background-color: blue; */
}
html {
  box-sizing: border-box;
  font-size: 16px;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: "Montserrat", sans-serif;
}
/* .bg-index {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/black-home.jpg');
  background-size: cover;
} */
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
}

article > * + * {
  margin-bottom: 0.4rem;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    color: #222222;
}
p {
  font-size: 1.042vw;
  font-weight: 400;
}
strong {
	font-weight: bold;
}
svg {
  width: 130px;
  height: 90px;
}
/* svg:not(:root) {
  overflow-clip-margin: content-box;
  overflow: hidden;
} */
/* Футер */
.footer-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
:root {
  --ctext_van: #ffffff;
  --ctext_two: #0F2735;
}
/* Секция Отзывы */
.review {
  margin-top: 6.771vw;
}
.review > h2 {
  text-align: center;
}
.review__block {
  margin-top: 3.125vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.review__block--elements {
  width: 32%;
}
.nested {
  border-radius: 40px;
  background-color: #0030b326;
  padding: 20px;
  /* line-height: 10px; */
  font-size: 1.042vw;
  min-height: 9.375vw;
}
.nested > p {
  padding: 1.5vw 0px 0px 0px;
}

.leftstr, .rightstr {
  float: left; /* Обтекание справа */ 
  width: 50%; /* Ширина текстового блока */
  padding-left: 20px; 

 }
 .leftstr {
  font-weight: 500;
  font-size: 1.302vw;
 }
 .rightstr {
  text-align: right; /* Выравнивание по правому краю */ 
  padding-right: 20px;
  /* font-size: 1.042vw; */
 }
 .review-up {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 2.240vw;
}
.review-up__button {
  font-size: 1.042vw;
  padding: 18px 36px;
  border: 2px solid #003ADE;
  color: #0030b2;
  border-radius: 50px;
  font-weight: 600;
}
.review-up__button:hover {
  /* cursor: pointer; */
  transform: scale(1.1);
}

/* Маленькая форма обратной связи */
.small-form {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.black-white-girl {
  width: 100%;
  background-image: url(/images/black-white-girl.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.black-white-girl div {
  padding: 2.78vw;
  background-color: #00000080;
}
.black-white-girl h3 {
  font: 600 4.17vw/1.2 'Cormorant', serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--ctext_van);
}
.small-form_left-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.small-form_left-text--up-text {
}
.small-form_left-text--down-text {
  padding: 0;
}   
.small-form_right-form {
  width: 100%;
  background-color: var(--ctext_two);
  
}
.f-form {
display: flex;
flex-direction: column;
position: relative;
width: auto;
/* max-width: 583px; */
margin: 6.04vw 8.40vw 8.40vw 6.04vw;
}

.interes {
  font: 600 0.97vw / 2.5 'Montserrat', sans-serif;
  letter-spacing: 0.15em;
  color: var(--ctext_van);
  margin: 2.78vw auto auto 1.04vw;
}
.f-label {
  font: 600 0.97vw / 2.5 'Montserrat', sans-serif;
  letter-spacing: 0.15em;
  color: var(--ctext_van);
  margin: 1.563vw 0 0.521vw 0.781vw;
}
.f-input {
  height: 2.646vw;
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
  resize: none;
  color: var(--ctext_van);
}
.fl-name {
  display: flex;
  gap: 10px;
}
/* .fl-name div {
} */
.block-chekbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn0 {
  display: flex;
  flex: 1;
  justify-content: center;
  /* min-width: 10.03vw; */
  /* text-align: center; */
  padding: 10px 20px;
  color: var(--ctext_van);/* Цвет текста */
  cursor: pointer;
  border: 2px solid #d0d0d0; /* Граница кнопки */
  white-space: nowrap;
}

.btn0-active {
  background-color: var(--ctext_van); /* Синий фон для активного состояния */
  color: var(--ctext_two);
}

.btn0-inactive {
  background-color: unset; /* Исходный фон для неактивного состояния */
  color: unset;
}

.f-button {
margin-top: 10px;
padding: 5px 10px;
background-color: #007bff;
border: none;
color: #fff;
cursor: pointer;
}
.robot {
  display: flex;
  flex: 1;
  gap: 10px;
  font-size: 1.042vw;
  font-weight: 400;
  margin: 1.563vw 0 0.521vw 0.781vw;
}

/*  */
.eclipse-blur {
  position: absolute;
  /* left: 0; */
  /* top: 220vw; */
  z-index: -1;
}
/* Скрыть встроенный значок календаря */
input[type="date"]::-webkit-calendar-picker-indicator {
  display: flex;
  font-size: 25px;
}
.container__big-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.obertka {
}
.small-form {
    display: flex;
    justify-content: space-between;
}
.small-form_left-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
.big-form {
    width: 71.875vw;
    /* max-width: 683px; */
    /* height: 24.531vw; */
    margin: 3.125vw;
    border-radius: 70px;
    background-color: #5cb06cfc;
}
.b-form {
display: flex;
flex-direction: column;
width: auto;
/* max-width: 583px; */
margin: 1.562vw 50px 3.125vw;
}     
.b-label {
margin: 1.563vw 0 0.521vw 0.781vw;
}
.b-input, .b-calendar {
height: 3.646vw;
padding: 0vw 1.563vw;
/* border: 1px solid #e50707; */
resize: none;
background-color: #fff;
border-radius: 60px;
}

.b-button {
margin-top: 10px;
padding: 5px 10px;
background-color: #007bff;
border: none;
color: #fff;
cursor: pointer;
}
.ten_img {
  position: absolute;
  top: 190vh;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.ten_img__image {
  /* max-width: 80%; */
  /* object-fit: none; */
  /* display: unset; */
}
.mob-ten_img{
  display: none;
}
.mob-ten_img__image {
  margin-right: -20px;
}
.ten_img__suit-alterations {
  width: 100%;
}
.ten {
  display: flex;
  justify-content: flex-start;
}
.ten__part {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.ten__part > *:nth-child(1) {
  margin-left: 50px;
}

.main {
}
.main_text {
  padding: 185px 0px 30px 0px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-family: 'Marcellus SC', serif;
  background-color: antiquewhite;
}
.main_foto {
  display: flex;
  justify-content: center;
}
.main_foto__foto {
  position: relative;
  object-fit: cover;
  /* display: flex; */
  /* width: 100vw; */
  /* margin: 30px 0px 0px 0px; */
}
.signature {
  font-size: 1.4rem;
  /* font-size: 15px; */
  text-align: center;
  line-height: 2;
  /* padding: 1vh 5vw 0px 5vw; */
  /* background: linear-gradient(180deg, #ffffff, #06290652); */
}
.signature__text {
  font-family: 'Marcellus SC', serif;
  text-transform: capitalize;
}
.signature__text_h2{
  font-family: 'Lora', serif;
}
.header_contacts{
}
.main_contacts {
  display: flex;
  background-image: url(/images/big-maps.png);
  /* object-fit:cover; */
  /* height: 100hv; */
  background-size: cover;
}
.menu_contacts {
  position:relative;
  display: flex;
  justify-content: center;
  background: #95eea7da;
  margin: 150px 0px 50px 0px;
  /* top: 150px; */
  left: 10%;
  min-width: 35%;
  max-width: 550px;
  height: 80%;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 20px 19px 30px 5px rgba(0, 0, 0, 1);
}
.menu_contacts__list {
}
.big_maps {
}
.big_maps__img {
  /* width: 100vw;
  height: 100hw; */
}
.contacts_flex {
  display: flex;
  justify-content: space-between;
  max-width: 410px;
  margin: 0 auto;
}
.conacts_tel {
  padding: 0px 110px 0px 0px;
}
.list__scroll {
  
}


.arrow_down {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  margin: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow_left {
  border: solid #CDA582;
  border-width: 0 2px 2px 0;
  display: none;
  padding: 2.5px;
  margin: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

  visibility: hidden;
}

/* .menu__list-link:hover .arrow_down {
  border-color: #dc1111;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: all 0.2s ease-in-out;
  margin: 0 2px;
} */

.wrapper {
  overflow: overlay;
  /* padding: 0px 10vw; */
  }
  .container {
  max-width: 100%;
  margin-top: 100px;
  }

 .container__inner {
  text-align: center;
  /* padding: 1rem 10px; */
 }
 .footer__left {
  width: 28.229vw;
  margin-right: 8.125vw;
  text-align: left;
  }
  .container__contacts--duble-block {
    display: flex;
    justify-content: space-between;
    margin-top: 1.927vw;
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 9px 10px 15px 4px #00000070;
  }
  .right-block {
     padding-left: 50px;
  }
 .desktop-maps {
  border: 2px solid #003ADE;
  display: block;
  border-radius: 25px;
 }  
 .mob-maps {
   display: none;
 }
 .left-block {
   /* margin-right: 9.688vw; */
  }
 .ccdb-footer {
    margin: 0;
    padding: 0;
    box-shadow:none
 }
 .left-block__text > h3 {
    font-weight: 500;
      font-size: 1.302vw;
     padding: 1.563vw 0px 0.521vw 0px;
   }
 .lb-footer {
  margin: 0px 0px 0px 0px;
 }
  .lbt-footer > h3 {
  padding-top: 0;
}
.left-block__text > p{
   line-height: 1.1;
}
.container__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.header {
  /* border-bottom: 2px solid #37b048; */
  /* position: relative; */
  /* min-width: 100%; */
  /* background-size: cover; */
  /* z-index: 2; */
  /* padding: 0 130px; */
  /* box-shadow: #000000 inset 0px 0px 20px 5px; */
  /* background: linear-gradient(0deg, #0a3713, #00ff00);
   */
   /* background: linear-gradient(0deg, #0e2a5e, #00cbff); */
}


/* .header-fon {
  display: none;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: rgb(255, 255, 255);
} */

.obl-soc {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.cherdak {
  background-color: #CDA582;
}
.header p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18.29px;
  text-align: center;
  color: #FFFFFF;

}
  .cherdak-obl {
    display: flex;
    justify-content: space-between;
    margin: 0 8.33vw 0 8.33vw;
    padding: 1.25vw 0 1.25vw 0;
  }
    .cherdak-obl--van {
      display: flex;
      gap: 36px;
    }
      .van-tel {
        display: flex;
        width: 100%;
      }
      .van-wathsapp {
        display: flex;
        width: 100%;
      }
    .cherdak-obl--two {
      gap: 56px;
    }
      .two-languages {
      }
      .two-languages--en p:hover {
          font-weight: bold;
          transform: scale(1.1);
      }
        .two-languages--ru p:hover {
            font-weight: bold;
            transform: scale(1.1);
        }
        .two-languages--medium {
        }
      .two-location >*:nth-child(1) {
      }
.header__main .cherdak-obl--two {
  display: none;
}
      
.header__upper {
  display: none;
}

.header__upper_slogan {
  font-size: inherit;
  font-weight: 500;
  line-height: 2rem;
}

.container0 {
  background-color: #FFFFFF;
}
.header__inner,
.footer__inner {
  display: flex;
  /* width: 100%; */
  margin: 0 8.33vw 0 8.33vw;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 0;
}

.logotype {
  max-width: 4.719vw;
  margin-right: 5px;
}

.header__main_logo_upper {
  font-size: 1.042vw;
  /* min-width: 122px; */
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  /* background: linear-gradient(155deg, #0a3713, #00ff00); */
  color: #003ADE;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  
  border-radius: 50px;
  /* box-shadow: 7px 7px 6px rgba(0, 0, 0); */
  transition: all 0.3s ease 0s;
}
.borbord {
  padding: 15px 40px;
  background: #0F2735;
  border-radius: 3px;
  gap: 1vw;
}
.borbord h2 {
  white-space: nowrap;
  color: #FFFFFF;
}
.time {
 max-width: 20px;
}
.h2standart {
  font-size: 1.4vw;
}
.header__main_logo_upper:hover {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.header__upper .header__main_logo_upper {
  display: none;
}
.header__main_logo_img {
  max-width: 80%;
}
.menu {
  width: 100%;
}
/* .menu > *:first-child {
  border-bottom: 2px solid #CDCDCD80;
  margin-bottom: 10.31vw;
}
.menu .logotype {
  margin-bottom: 3.08vw;
} */
.menu-footer {
  width: auto;
}
.menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  justify-content: space-around;
  margin: auto 1.2vw;
  color: var(--ctext_two);
}

.menu__list-footer {
  flex-direction: column;
  width: auto;
}
.menu__list-footer * {
  padding-bottom: 1.042vw;
}


.menu__list-item,
.tel__menu-item {
  list-style: none;
  /* padding-left: min(5px); */


}
.menu__list-item {
  gap: 45px;
}
.nav-list {
  display: none;
  margin-top: 10px;
  position: absolute;
  background: aliceblue;
  border-radius: 15px;
  padding: 10px;
  left: 0%;
  z-index: 2;
  box-shadow: 0px 20px 20px 10px white;
}
/* анимация появления спсика 
В этом примере для каждого элемента списка устанавливается 
CSS переменная --index, равная его индексу в списке. 
Затем эта переменная используется в CSS для расчета задержки 
анимации с помощью функции calc(). Это позволяет автоматически 
адаптировать задержку в зависимости от количества элементов в 
списке, делая код универсальным.*/
.nav-list li 
{
  font-weight: 500;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px;
  /* column-count: 2;   принудительно разбить элементы на две колонки */
  /* background: linear-gradient(to right, #018e49 0, #71d726 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  background-image: linear-gradient(10deg, #6f6fcf66, #d4e8fd, #d4e8fd00 );
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.3s ease forwards;
  --animation-delay: calc(var(--index) * 0.1s); /* Используем CSS переменную для задержки */
  animation-delay: var(--animation-delay);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*  */
.nav-list li:not(:last-child) {
margin-bottom: 10px;
}
.nav-list li:hover {
  transform: scale(1.1);
  color: #0030b2;
  }

.menu__list-item:hover .nav-list {
  display: block;
}

.nav__two {
  display: flex;
}
.bradius {
  /* display: flex; */
  font-size: 18px;
  color:#fff;
	/* display:inline-block; */
	background:#aa4848;
	/* padding:10px 20px; */
	border:3px solid #831717;
	border-radius:10px;
  box-shadow: 10px 4px 6px rgba(0, 0, 0);
  /* animation: colorChange 3s ease-in-out infinite alternate; */
  margin: 0px 0px 25px 10px;
  transition: all 0.3s ease 0s;
}
.bradius:hover {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.menu__list-link {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
  /* color: inherit; */
  /* padding: 0.6rem; */
  font-weight: 600;
  font-size: 1.042vw;
  text-align: center;
  line-height: 1.3;
  border-radius: 10px;
  color: #0F273566;
}

.menu__list-link:hover,
.menu__list-link:active,
.header__upper-tel:hover,
.header__upper-tel:active,
.header__inner_main .menu__list-link:hover,
.header__inner_main .menu__list-link:active {
  color: #CDA582;
  transition: all 0.2s ease-in-out;
  width: 100%;
  transform: scale(1.1);
}

.menu__list-item_dropdown {
  position: relative;
}
.menu__list_submenu {
  display: none;
  visibility: hidden;
  position: absolute;
  padding: 0.5rem;
  /* top: 2.6rem; */
  left: 0;
  z-index: 3;
  border-radius: 10px;
  background-color: #fff;
  max-height: 80vh; /* Устанавливаем максимальную высоту меню, после которой появится полоса прокрутки */
  /* Добавляем вертикальную полосу прокрутки при необходимости */
  /* overflow-y: auto; */
    /* Другие стили для меню, если нужно */
}

.menu__list-item_dropdown:hover .menu__list_submenu {
  display: block;
  visibility: visible;
  color: #991c1c;
}

.menu__list_dropdown_item {
  border: 2px solid #c5c0c0;
  border-radius: 10px;
  justify-content: center;
    min-width: 15rem;
}
.menu__list_dropdown_item:not(:last-child) {
  border-bottom: none;
}
.menu__list_dropdown_item.menu__list-item {
  padding: 0;
}
.mli-footer {
  padding: 0px 0px 0px 0px;
}
.menu__list_dropdown_link {
  padding: 1rem;
  background: #ffffff linear-gradient(to top,rgba(0, 199, 0, 0.25) 0%,rgba(255,255,255,0) 75%)border-box;
}
.menu__list_dropdown_link:hover {
  background-color: #37b0475b;
  border: 2px solid #c5c0c0;
  transition: all 0.1s ease-in-out;
}

.menu__list_dropdown_item .menu__list-link {
  justify-content: center;
}

.dropdown_active {
  display: block;
  visibility: visible;
  /* opacity: 1; */
}

.list__tel {
  color: #37b048;
  font-family: "Oswald", sans-serif;
  padding: 0.2rem 1.2rem;
}
.menu__list-lower .list__tel::before {
  display: block;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/icons/phone-call-icon-2.svg);
}

.menu__list-lower .list__tel::before:hover {
  color: #dc1111;
}

/* HERO SECTION */
.hero {
  height: auto;
  display: block;
  background-image: url('/images/hero-img.png');
  background-size: cover;
}
.hero__section {
  padding: 5.56vw 8.33vw 10.97vw 8.33vw;
}
.hero-img {
object-fit: none;
}
.hero__section-header-main {
  font: 500 1.39vw/1.2 'Montserrat', sans-serif;
  color: var(--ctext_van);
  margin: 1.04vw auto;
}
.left-picture {
  display: flex;
}
  .picture {
    width: 50%;
    /* background-image: url('/images/lokon-hend.png'); */
    /* background-size: cover; */
  }
  .picture-sec {
    width: 100%;
  }
  .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .l-background {
    /* background-image: url('/images/l-background.png');
    background-size: cover; */
    position: absolute;
    height: 80%;
  }
    .razdel {
      font-family: "Cormorant", serif;
      font-size: 60px;
      font-weight: 600;
    }
    .services {
      font: 600 16px/2 "Montserrat", "sans-serif";
      color: #0F273580;
      text-align: center;
    }
    .paragraph {
      font-family: "Montserrat", "sans-serif";
      font-size: 20px;
      color: #4D4D4D;
      line-height: 33px;
      max-width: 43vw;
      text-align: center;
    }
    .right-picture {
      display: flex;
      flex-direction: row-reverse;
    }
/* section Наша Команда */
.comandsback {
  background-image: url('/images/comand_fon.png');
}
.comands_galery {
  display: flex;
  justify-content: space-between;
  gap: 2.08vw;
  margin-top: 3.26vw;
}
.comandsback h3 {
  font: 400 4.17vw/1.2 Cormorant;
  color: #FFFFFF;
}
.comandsback p {
  font: 400 1.39vw/1.88vw Cormorant;
  color: #FFFFFF;
}
.comands_galery__foto {
  display: flex;
  gap: 15px;
  flex-direction: column;
  flex: 1;
}
.comands_galery__foto img{
max-width: 100%;
border-radius: 15px;
}
.comands_galery__foto p {
  font: 600 1.11vw/1.81vw Montserrat;
  color: #FFFFFF;
  letter-spacing: 0.1vw;
}

/* section Отзывы клиентов */
.reviews {
  display: flex;
  position: relative;
  background-color: #739CB2;
  padding-left: 8.33vw;
  gap: 3.82vw;
}
.reviews:not(:first-of-type) {
  display: none;
}
.semicircle {
  position: absolute;
  left: 0;
  bottom: 0;
}
.semicircle-mob {
  display: none;
}
.text-part {
  padding-top: 11.60vw;
  padding-bottom: 7.50vw;
}
.text-part h3 {
  font: 600 1.11vw/1.81vw Montserrat;
  color: #FFFFFF;
  letter-spacing: 0.15em;
}
.text-part h4 {
  font: 400 3.75vw/4.51vw Cormorant;
  color: var(--ctext_two);
}
.text-part p {
  font: 400 1.11vw/2.50vw Montserrat;
  color: var(--ctext_two);
}
.foto-part {
  /* background-image: url('/images/barber.png');
  background-size: cover; */
  width: 100%;
}
.next-review-button {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0.56vw 2.57vw;
  float: right;
  margin-top: 2.08vw;
  transition: 0.2s;
}
.next-review-button:hover {
  cursor: pointer;
  scale: 1.1;
  font-weight: bold;
  /* border: solid 2px; */
  transition: 0.2s;
}

                                        /* SECTION FAQ*/
.faq h3 {
  font: 400 3.33vw/1.2 Cormorant;
  color: var(--ctext_two);
}
.faq-container {
  padding: 3.47vw 4.17vw 0 4.17vw;
}
.accordion {
  /* margin-top: 3.125vw; */
}

.accordion-item {
  display: flex;
  border-bottom: 1px solid #c5c5c5;
  align-items: center;
  justify-content: space-between;
}
.accordion .accordion-item--bg {
  background: #D5B295;
  color: #FFFFFF;
  padding: 5.13vw;
  transition: 0.2s;
}
.accordion .accordion-item--bg * {
  color: #FFFFFF;
}
.accordion-item--text {
  width: 100%;
}
.accordion-item:hover {
  scale: 1.05;
}
.accordion-item-number {
  margin-right: 3.47vw;
}
.accordion-item-number p {
  font: 700 4.17vw/1.2 'Cormorant', serif;
  color: #739CB2;
}
/* .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #1e8cbe;
} */
.accordion button {
  position: relative;
  display: flex;
  align-items:center;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  gap: 3.47vw;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #1e8cbe;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #1e8cbe;
  border: 1px solid #1e8cbe;
}
.accordion-title {
  font: 600 1.39vw/1.2 'Montserrat', sans-serif;
  color: var(--ctext_two);
}
.icon-minus {
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.icon {
  display: inline-block;
  position: absolute;
  /* top: 18px; */
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  z-index: 5;
}

.icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.icon.icon-hide::after {
  display: none;
}
/* .accordion button[aria-expanded=true] {
  color: #1e8cbe;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
} */
.accordion-content {
  display: none;
}
/* .accordion {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
} */
.accordion .accordion-content p {
  font-size: 1.042vw;
  font-weight: 400;
  margin: 0 0 1em 0;
}
/* section Дата визита */
    .section_vdata {
      background-image: url('/images/bluright.png');
      background-size: cover;
    }
    .vdata {
      display: flex;
      justify-content: center;
      gap: 7.03vw;
      padding: 10.42vw 8.33vw 10.42vw 8.33vw;
    }
    .vdate-right {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: 30px;
      position: relative;
    }
    .vdate-right--text p {
      font-family: "Montserrat", "sans-serif";
      font-size: 1.39vw;
      font-weight: bold;
      letter-spacing: 0.2em;
      color: #F5F5F5;
    }
    .vdate-right--button {
      display: flex;
      justify-content: flex-start;
      gap: 15px;
    }
    .messenger-button {
      padding: 20px;
      background-color: #F5F5F5;
      font-size: 16px;
      font-weight: 600;
      color: var(--ctext_two);
    }
    .messenger-button:hover {
      transform: scale(1.1);
      cursor: pointer;
    }
  
    .pic-absolute {
      position: absolute;
      z-index: -1;
    }
    .half-moon {
      position: absolute;
      right: 0;
    }
    .date-text {
      font-family: "Cormorant", serif;
      font-size: 3.5vw;
      font-weight: 600;
      line-height: 73px;
      color: #F5F5F5;
    }
    .text-flex {
      font-family: "Cormorant", serif;
      font-size: 3.5vw;
      font-weight: 600;
      display: flex;
      gap: 1vw;
      color: #F5F5F5;
      /* line-height: 1; */
    }

.h0two {
  margin-left: 3vw;
}
.h1two {
  color: #222222;
}


.no-h1two {
  margin-left: 0;
}
.hero__section-header-secondary {
  border-radius: 3.37px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.39vw;
  line-height: 1;
  padding: 1.25vw 2.78vw;
  background-color: #739CB2;
}
.pluscolor {
    background-color: var(--ctext_two);
    padding: 1.39vw 2.78vw;
  }
.hero__section-header-secondary:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.call__section {
  margin: 0 auto;
  background-color: #efefef;
  text-align: center;
  padding: 1rem;
}

.call__section-header {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 19vh;
}

.h2textspan {
  color: #003ADE;
  margin: 0 auto;
}

.menu__list-lower {
  padding: 0.5em 0;
  font-size: 1.5em;
}

/* SLIDER FOR HERO SECTION */

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


.battery {
position: absolute;
left: 0;
z-index: -1;
filter: brightness(50%);
}
.battery__bat {

}
.slide {
  left: 0;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  animation-name: slide;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 14s;
  opacity: 0;
}
.slide-top {
margin-top: 3vw;
}
/* .tap {
  position: absolute;
  top: 2000px;
  transform: rotate(180deg);
  transform: scaleY(-1);
  z-index: -2;
  filter: brightness(50%);
} */
/* .battery__bat {
  
} */

@keyframes slide {
  from {
    top: 0;
    left: 0;
    opacity: 0;
  }
  5% {
    transform: translate(0, -10%);
    opacity: 1;
  }
  /* 25% {
    opacity: 1;
    transform: translate(0, -10%);
  }
  40% {
    opacity: 1;
    transform: translate(0, -10%);
  }
  45% {
    opacity: 1;
    transform: translate(0, -10%);
  } */

  to {
    opacity: 1;
    transform: translate(0, -10%);
  }
}

.slide1 {
  animation-delay: 0s;
}
.no-slide1 {
  text-align: center;

}
.slide2 {
  animation-delay: 0.1s;
  justify-content: flex-start;
}
.slide3 {
  animation-delay: 0.1s;
  padding-top: 2.604vw;
}
.slide4 {
  animation-delay: 0.1s;
  justify-content: center;
  margin-top: 2.083vw;
}
.button4 {
  padding: 1.042vw 5.573vw;
}

/* OUR SERVICES SECTION */
.hero__section-header {

}
.hero__section-header-main {
}
.seсtion__inner_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: space-between; */
  gap: 1.5rem;
  min-height: 100%;
  margin-top: 50px;
}
.no-sib {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.no-sl {
  flex-direction: column;
  align-items: center;
}
.bti-sl {
  box-shadow: 0 0 0 3px #d5e7e9;
    border-radius: 50%;
}


.section__block_link {
  /* padding: 2rem 1.5rem;
  min-height: 100%;
  border-radius: 10px; */
}
.services__link {
  display: flex;
  align-items: center;
  /* align-items: stretch; */
  width: 35.573vw;
  /* width: 100%; */
  color: #222222;
  font-size: 1.302vw;
  font-weight: 500;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 6px 4px 4px 4px #00000070;
  transition: all 0.2s linear;
}
.tic:hover {
  transition: all 0.2s linear;
  transform: scale(1.05);
  box-shadow: inset 0 0 20px 14px #003ADE;
  cursor: pointer;
}
.clac:hover {
  transition: all 0.2s linear;
  transform: scale(1.05);
  background: linear-gradient(1deg, #34c40cfe, #003ADE, #003ADE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.vertical {
  flex-direction: column;
}
.zerkalo {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}
.tehobsl-sl {
  gap: 50px;
  width: 100%;
}
.img-zakon {
  max-width: 275px;
}
.img-tehobsl {
  max-width: 500px;
  border-radius: 30px;
}
.margin-left {
  margin-left: 20px;
}
.genplan-img {
  filter: sepia(0.2) hue-rotate(383deg) saturate(6.5) brightness(1.2);
  width: 100px;
}
.img-left {
  margin-right: 20px;
}
.ved-sl {
  width: auto;
  display: block;
}
.svg-auto {
  /* width: auto;
  height: auto; */
}

.block__link-image {
  height: 3.5rem;
  width: 3.5rem;
}
.ved-bli {
  height: auto;
  width: 200px;
  border-radius: 15px;
  object-fit: none;
}
.no-bli {
  height: 200px;
  width: 350px;
  border-radius: 15px;
}
.vstolbik {
  display: flex;
  margin-top: 2vw;
}
.gorizont {
  display: flex;
  align-items: center;
}
.block__link-title {
  text-align: center;
  /* font-size: 1.2em; */
  font-weight: 500;
  line-height: 1.5;
  /* margin-left: 2.083vw; */
}
.img-center {
  display: inline;
  margin-top: 1vw;
  border-radius: 30px;
}
.text-justify {
  text-indent: 2vw;
  text-align: justify;
}
.text-start {
  text-align: justify;
}
.girniy {
  font-weight: 700;
}
.no-ident {
  text-indent: unset;
}
.p-before::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 13px;
    background-color: #0030b2;
    position: static;
    display: inline-block;
}
.ved-p {
  text-align: justify;
  margin-left: 2.083vw;
  margin-top: 0.3vw;
}
.no-blt {
  padding: 0;
  margin: 0;
}
.subtext {
  font-weight: 400;
  font-size: 1.042vw;
  text-align: justify;
  padding-top: 0.521vw;
  border-radius: 15px;
}
.spacer {
  margin-top: 3rem;
  height: 3rem;
}
.spacer_color {
  background: linear-gradient(155deg, rgb(0, 255, 0), rgb(10, 55, 19));
}

.corrections__inner {
  height: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  height: 100%;
  margin:0;
}

.corrections__inner-block {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.title_secondary {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem 0;
}

.corrections__inner-bottom {
  font-size: 1.3rem;
}
.corrections__inner-img {
  max-width: 100%;
  display: block;
}

.main-description__inner {
  /* background-color: #f2f2f2; */
  padding: 1.5rem;
}
.corrections__inner-text {
  text-align: center;
  line-height: 1.9;
  font-size: 0.95rem;
}

.main-description__title-main {
  font-size: 1.6rem;
}

.main-description__title-secondary {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 600;
}

.main-description__text {
  text-indent: 2em;
}
.main-description__text,
.main-description__list {
  text-align: justify;
  line-height: 1.9;
  font-size: 1rem;
  /* margin: 0.5em 0; */
  /* width: 100%; */
}
.about {
  line-height: 0.75;
}
.main-description__part {
  text-align: justify;
  line-height: 1.9;
  font-size: 1.3rem;
  width: 100%;
}
.main-description__text-bottom {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #37b048;
  line-height: 0.781vw;
  margin-top: 1rem;
}

.main-description__list .main-description__list_item {
  display: flex;
  font-size: 1.042vw;
  /* list-style: disc; */
}

.main-description__list_item__povirka {
  font-size: 1.302vw;
  margin-top: 3.125vw;
  /* font-weight: 600; */
  /* background-image: linear-gradient(2deg, white, #aeaeae); */
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 9px 10px 15px 4px #00000070;
}
.main-description__list_item__povirka2 {
  margin-top: 1.302vw;
}
.text-pronas {
  padding-left: 2vw;
  font-weight: 700;
  line-height: 3vw;
  font-size: 1.7vw;
  text-align: center;
  color: #222222;
}
.lichilnuk {
  line-height: 1.3;
  font-weight: 600;
  color: #003ADE;
}
.l-title {
  font-size: 1.302vw;

}
.lichilnuk-red {
  color: #F10000;
}
.kraplya {
  margin-right: 0.781vw;
}
.advantages {
  display: flex;
}
.advantages-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  position: relative;
}
.advantages-part > h3 {
  font: 700 1.67vw/2.08vw Cormorant;
  letter-spacing: 0.6vw;
  text-align: center;
}
.advantages-part > p {
  font: 500 1.39vw/2.22vw Montserrat;
  text-align: center;
  color: #4D4D4D;
}
/* FOOTER */
.footer {
  display: flex;
  margin: 6.771vw 0 2vw 0;
  flex-direction: row;
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 9px 10px 15px 4px #00000070;
}
.footer__left_text {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 2rem;
  color: #fff;
}
.footer__links {
  color: #fff;
  gap: 0.5rem;
}


.tel__list-link_lifecell::before,
.tel__list-link_kyivstar::before,
.tel__list-link_vodafone::before {
  display: block;
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 100%;
  background-position: -0.5px -0.5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tel__list-link_lifecell::before {
  background-image: url(/images/icons/lifecell_logo_small.svg);
  background-color: #fff;
  background-position: 0.5px -0px;
  /* background-color: #0d4ba0; */
}
.tel__list-link_kyivstar::before {
  background-image: url(/images/icons/kyivstar_logo_small.svg);
  background-color: #fff;
  border-radius: 0.2rem;
}
.tel__list-link_vodafone::before {
  background-image: url(/images/icons/vodafone_logo_small.svg);
}

.tel__list_text {
  font-size: 1.2rem;
}

/* SIDE MENU */

.side_menu__icon {
  display: none;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: var(--ctext_two);
  transition: 0.2s;
}

.bar1 {
  margin: 2px 0 5px 0;
}
.bar3 {
  margin: 5px 0 0 0;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
  width: 25px;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
  transform: rotate(45deg) translate(-6px, -5px);
  width: 25px;
}
/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 0;
  background-color: black;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.opened {
  width: 100vw;
  opacity: 0.7;
  pointer-events: auto;
}

.modal__opened {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
.social-network {
  display: flex;
  margin-top: 3.125vw;
}
.messenger {
  display: flex;
}
.сall-column {
  position: fixed;
  right: 0;
  bottom: 30px;
}
.сall-column .tic {
  background-color: white;
  max-width: 50px;
  box-shadow: 0 0 0px 3px white;
}
.сall-column .tic:hover {
  background-color: white;
  max-width: 50px;
  transition: all 0.2s linear;
  transform: scale(1.05);
  box-shadow: inset 0 0 20px 14px #003ADE;
}
.mob-social-network {
  display: none;
}
.icon-teleggam {
  border-radius: 35px;
  margin-right: 1.302vw;
}
.icon-facebook { 
}
.semicircle-down {
  position: absolute;
  bottom: 0;
  right: 0;
}
                                /* START з'явлення подарункового сертифікату через 5 секунди */
.sales {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #140f0fe0;
    z-index: 1;
    justify-content: center;
	z-index: 999;
}
.sales h3 {
	font-family: 'Shantell Sans';
  font-size: 1.7vw;
}
.sales p {
  font-family: 'Shantell Sans';
	font-size: 3vw;
  line-height: 1.5;
}
.present {
font-weight: 600;
background: linear-gradient(360deg, #d50b48fe, #ff0000, #ffffff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: colorPulse 1s infinite, grow 3s infinite;
}
@keyframes colorPulse {
  0% {
    background: linear-gradient(1deg, #d50b48fe, #ff0000, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }
  25% {
    background: linear-gradient(250deg, #ffffff, #ff0000, #d50b48fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
  }
  50% {
    background: linear-gradient(100deg, #ff0000, #ffffff, #d50b48fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }
  75% {
    background: linear-gradient(100deg, #ff0000, #d50b48fe, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 00;
  }
  100% {
    background: linear-gradient(1deg, #d50b48fe, #ff0000, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    scale: 1;
  }
}

.sales-block {
	display: block;
	border-radius: 50px;
    padding: 30px;
	background: linear-gradient(160deg, orange, gold, transparent);
}
.sales-block:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.sales-win {
	display: flex;
}
.karina-certidicate {
	max-width: 150px;
	margin-right: 10px;
	box-sizing: content-box;
}
.action-sales {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
/* END з'явлення подарункового сертифікату через 5 секунди */
@media (max-width: 1200px) {
  .text-justify {
    text-align: center;
  }
  .subtext {
    font-size: 2.933vw;
    font-weight: 400;
  }
  .zerkalo {
    flex-direction: column;
    align-items: center;
  }
  .services__link {
    /* display: flex; */
    width: 100%;
    font-size: 3.467vw;
    flex-direction: column;
    align-items: center;
  }
  .no-sib {
    flex-wrap: wrap;
  }
  .services__link {
    /* width: 100%; */
    font-size: 3.467vw;
  }
  .ved-p {
    font-size: 3vw;
  }
  .ved-h3 {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
.header__inner,
.footer__inner {
  margin: 0;
}
.service-block {
  margin: 0 6.41vw;
}
/* .service-block section {
  margin-top: 6.41vw;
} */
.service-block > * {
  margin-top: 6.41vw;
}
.service-block section > * {
  margin-top: 12.31vw;
}
  p {
    font-size: 3vw;
}
  .text-pronas {
    line-height: 5vw;
    font-size: 4.5vw;
    font-weight: 500;
  }
  .img-tehobsl {
    width: 100%;
    border-radius: 30px;
}
  .ved-h3 {
    font-size: 3.5vw;
  }
  .right-block {
    display: flex;
    justify-content: center;
  }
  .footer-right {
    margin-top: 5.333vw;
  }
  .l-title {
    font-size: 3vw;
  }
  .mli-footer {
    margin: 0px 0px 2.667vw 0px;
  }
  .menu__list {
    display: none;
  }
  .social-network {
    display: none;
  }
  .mob-social-network {
    display: flex;
    margin-top: 2vw;
  }
  .left-block {
    margin: 0;
  }
  .footer__left {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .menu {
    width: 100%;
    margin-right: 15.467vw;
  }
  .footer {
    flex-direction: column;
  }
  .menu__list-link {
    font-weight: 500;
    font-size: 3.467vw;
  }
  .desktop-maps {
    display: none;
  }
  .mob-maps {
    border: 2px solid #003ADE;
    display: block;
    border-radius: 25px;
    /* border: solid 1.3px #0030b2; */
  }
  .left-block__text {
    margin-bottom: 4vw;
  }
  .left-block__text > h3 {
    font-size: 3vw;
    margin-bottom: 1.333vw;
  }
  .icon-teleggam {
    margin-right: 5.067vw;
    width: 12vw;
  }
  .icon-facebook {
    width: 12vw;
  }
  .container__contacts--duble-block {
    flex-direction: column;
    width: 100%;
  }
  .slide4 {
    padding: 6.667vw 0 9.067vw 0;
  }
  .button4 {
  padding: 1.042vw 5.573vw;
  }
  .b-label {
    margin: 4vw 0 0.521vw 0.781vw;
    }
  .b-input, .b-calendar {
    width: 100%;
    height: 8.8vw;
    padding: 0vw 1.563vw;
    /* border: 1px solid #e50707; */
    resize: none;
    background-color: #fff;
    border-radius: 60px;
    margin-top: 1.333vw;
    }
  .b-form {
    margin: 0 4vw;
  }
  .big-form {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 5.333vw 0 0 0;
    border-radius: 30px;
    background-color: #007bff26;
}
  .slide3 {
    margin: 5.333vw 0 4vw 0;
  }
  .f-label {
    font-size: 3.08vw;
    font-weight: 400;
    margin: 4vw 0 0.521vw 1vw;
  }
  .f-input {
    margin-top: 1.333vw;
    height: 5.8vw;
    width: 100%;
  }
  .f-form {
    margin: 0 6.41vw auto 6.41vw;
  }
  .small-form_right-form {
    width: 100%;
    height: 100%;
    /* border-radius: 30px; */
    /* background-color: #007bff26; */
}
.fl-name {
  flex-direction: column;
}
  .small-form_right-form {
    padding-top: 5.333vw;
  }
  .slide2 {
    margin-top: 7.69vw;
  }
  .leftstr {
    font-size: 3.467vw;
   }
   .review-up__button {
    font-size: 2.933vw;
  }
  .accordion .accordion-content p {
    font-size: unset;
  }
  .small-form {
    margin-top: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .review {
    margin-top: 16vw;
  }
  .review__block {
    margin-top: 3.125vw;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
    align-content: center;
}
.review__block--elements {
  width: 100%;
}
.nested {
  border-radius: 40px;
  background-color: #0030b326;
  padding: 20px;
  /* line-height: 10px; */
  font-size: 2.933vw;
  min-height: 9.375vw;
}

  .main {
    }
 .hero__section-header-secondary {
    font-size: 3.08vw;
    padding: 3.85vw 10.26vw;
    border-radius: unset;
  }
  .vdata .hero__section-header-secondary {
    width: 100%;
    text-align: center;
  }
  .battery {
    margin: 0 0 0 -45px;
}
.hero__section-header-main {
  font-size: 3.08vw;
  line-height: normal;
  text-align: start;
margin: 5.13vw auto;
}
  .logotype {
    max-width: 10vw;
}
  .main-description__list_item__povirka {
    font-size: 3.467vw;
  }
  .ten_img {
    display: none;
  }
  .ten_img__image {
    /* width: 494px; */
    /* object-fit: none; */
    display: block;
    z-index: -1;
  }
  .ten_img__image {
    display: none;
  }
  .mob-ten_img {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .main-description__list .main-description__list_item {
    font-size: 2.933vw;
    line-height: 1.3;
    margin-bottom: 2.667vw;
  }
  .block__link-title {
    margin-top: 2.667vw;
  }
  .subtext {
    font-weight: 400;
    font-size: 2.933vw;
  }
  .seсtion__inner_block {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
  .wrapper {
    /* padding: 0 20px; */
  }
  .h2standart {
    font-size: 3.200vw;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
  }
  .h2textspan {
    /* padding-left: 40%; */
  }
  .borbord {
    padding: 3.08vw 30.77vw;
    justify-content: center !important;
  }
  .menu__list_submenu {
    max-height: none; /* Устанавливаем максимальную высоту меню, после которой появится полоса прокрутки */
  }
  .menu__list-item_dropdown:hover .menu__list_submenu {
    position: relative;
  }
  .main_text {
   padding: 100px 0px 0px 0px;
  }
  .seсtion__inner_block{
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
  }
  .ten_img__suit-alterations {
    width: 100%;
  }
  .advantages__part {
    padding: 10vh 2vh 2vh 2vh;
  }
  
  .ten {
    flex-direction: column;
  }
  .ten__part {
    flex-direction: column;
    align-items: center;
  }
  .ten__part > *:nth-child(1) {
    margin: 0;
  }
  .conacts_tel {
    padding: 0px 80px 0px 0px;
  }
  .menu_contacts__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .contacts_flex {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    max-width: none;
    /* padding: 0; */
    /* margin: 0; */
    min-width: none;
    width: 80%;
    /* padding: 0px 200px 0px 0px; */
  }
  .menu_contacts {
    margin: 110px auto 50px auto;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 90%;
  }
  .mtel {
    display: none;
  }
  .bradius {
    display: block;
    border: none;
    border-radius: none;
    box-shadow: none;
    background: none;
    animation: none;
    margin: 0;
    color: #aa4848;
  }
  .footer__inner {
    flex-direction: column;
  }
  /* .container {
    max-width: 650px;
  } */
    .container__inner {
    padding: 0 0 0 0;
  }
  html {
    font-size: 13px;
  }
  .header__upper {
    display: block;
    /* position: absolute; */
    /* top: 0;
    right: 0;
    z-index: 100; */
    width: 100%;
    /* border-bottom: 2px solid #37b048; */
    font-style: italic;
    font-size: 1.1rem;
    /* background-color: #efefef; */
    /* color: #37b048; */
  }
  .header__main .header__main_logo_upper {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #CDCDCD80;
    border-radius: unset;
    margin-top: 4vw;
}
  .header__upper .header__main_logo_upper {
    display: flex;
  }
  .header__main_logo_upper {
    font-size: 2.933vw;
    font-weight: 600;
  }
  .header__inner_main {
    display: block ;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    z-index: 4;
    position: fixed;
    top: 0;
    right: -70vw;
    padding: 0;
    margin: 0;
    /* border-left: 2px solid #37b048; */
    border-bottom: none;
    transition: all 0.45s ease-in-out;
  }

  .menu_opened {
    opacity: 1;
    visibility: visible;
    right: 0;
    background-color: var(--ctext_van)
  }

  .header__inner_main .header__main_logo_upper {
    height: 4.5rem;
    background-position: center;
    margin-bottom: 1.5rem;
    justify-content: flex-start;
  }
  .header__inner_main .menu {
    padding-top: 7vw;
    text-transform: uppercase;
    max-height: 100%;
    /* overflow-y: auto; */
  }
  .header__inner_main .menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11.28vw;
}

  .header__inner_main .menu__list-link {

  }

  .header__inner_main .menu__list-link .arrow_down {
    border-color: rgb(0, 128, 0);
  }

  .header__inner_main .menu__list-link .arrow_left {
    display: inline-block;
    visibility: visible;
  }

  .list__tel {
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
  }
 .icon-active::after {
    opacity: 0;
  }
  .side_menu__icon {
    display: inline-block;
    padding-bottom: 0.2rem;
    width: 40px;
    z-index: 5;
  }
  .hero__section {
    height: auto;
    padding-top: 0;
    /* margin-bottom: 50px; */
    /* display: none; */
  }
  .mobil-seks {
    display: block;
  }
  .call__section-header {
    height: 17vh;
  }
  .corrections__inner {
    display: flex;
    flex-direction: column;
  }
  .footer__links {
    flex-direction: column;
  }
.margin-left {
  margin-left: 0;
}
.sales-win {
  flex-direction: column;
}
.header__inner, .footer__inner {
  padding: 1.03vw 6.41vw;
}
.hero__section {
  padding: 8.46vw 6.41vw 10.97vw 6.41vw;
}
.hero-img {
  object-fit: cover;
  width: 50%;
}
.text {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.left-picture {
  display: flex;
  /* padding: 6.41vw 6.41vw; */
  text-align: start;
  flex-direction: column-reverse;
}
.paragraph {
  text-align: start;
  max-width: unset;
}
.picture {
  width: 115%;
  margin-left: -6.41vw;
}
.cherdak-obl--two {
  display: none;
  justify-content: space-between;
}
.cherdak-obl--van {
  width: 100%;
  justify-content: space-between;
}
.header p {
  font-size: 3.08vw;
}
.razdel {
  font-size: 7.69vw;
}
.text div {
display: flex;
flex-direction: column-reverse;
}
.services {
  text-align: start;
}
.paragraph {
  font: 400 3.08vw/2 "Montserrat", "sans-serif";
      color: #4D4D4D;
}
.right-picture {
  display: flex;
  flex-direction: column-reverse;
  /* padding: 6.41vw 6.41vw; */
}
.vdata {
  display: flex;
  justify-content: center;
  gap: 7.03vw;
  padding: 10.42vw 8.33vw 10.42vw 8.33vw;
  flex-direction: column;
}
.date-text {
  font-size: 7.69vw;
  line-height: 1.2;
}
.text-flex {
  display: block;
  font-size: 7.69vw;
  line-height: 1.2;
}
.vdata {
  padding:11.28vw 6.41vw 17.69vw 6.41vw;
}
.vdata-left {
  width: 72%;
}
.vdate-right--text p {
  font-size: 3.08vw;
}
.messenger-button {
  padding: 1.3vw 3.59vw;
  font-size: 3.08vw;
}
.advantages {
  flex-direction: column;
  gap: 17.69vw;
}
.advantages-part > h3 {
  font: 700 3.59vw/2 'Cormorant';
  letter-spacing: 0.15em;
}
.advantages-part > p {
  font: 500 3.08vw/2 'Montserrat';
}
.comandsback h3 {
  font-size: 7.69vw;
}
.comandsback p {
  font-size: 3.2vw;
  line-height: 2;
}
.l-background {
  max-width: 80%;
  height: 60%;
}
.comands_galery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8vw;
}
.reviews {
  display: flex;
  position: relative;
  background-color: #739CB2;
  padding-left: unset;
  gap: 3.82vw;
  flex-direction: column;
}
.half-moon {
  opacity: 0.4;
}
.text-part {
  padding: 10.26vw 6.41vw 6.41vw 6.41vw;
}
.text-part > *:not(:first-child) {
  margin-top: 5.13vw;
}
.text-part > :last-child {
  display: block;
  margin-top: 10.26vw;
}
.text-part h3 {
  font: 600 3.59vw / 1.2 'Montserrat';
}
.text-part h4 {
  font: 400 6.15vw/1.2 'Cormorant';
}
.text-part p {
  font: 400 3.08vw / 1.2 'Montserrat';
}
.reviews button {
  padding: 2.05vw 7.44vw;
  margin-top: 0;
}
.faq h3 {
  font-size: 7.69vw;
}
.accordion-title {
  font-size: 3.59vw;
}
.accordion-item-number p {
  font-size: 7.69vw;
}
.black-white-girl {
  padding: 28.21vw 8.97vw;
}
.black-white-girl h3 {
  font-size: 7.69vw;
}
.black-white-girl br {
display: none;
}
.interes {
  font-size: 3.08vw;
}
.cherdak-obl--two p {
  color: var(--ctext_two);
}
.two-location >*:nth-child(1) {
  display: none;
}
.borbord h2 {
  color: var(--ctext_van);
  font-size: 3.08vw;
}
.small-form_right-form {
  padding-bottom: 17vw;
}
.semicircle-down {
  width: 25%;
}
.semicircle {
  display: none;
}
.semicircle-mob {
  display: block;
  position: absolute;
  left: 0;
  top: 30%;
}
}




@media (max-width: 425px) {
.colum-reverse {
  flex-direction: column-reverse;
}
.ved-bli {
  height: 50vw;
  width: 100vw;
}
.ved-p {
  margin-bottom: 2vw;
}
}
