
/* 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;
	/* 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;
  color: #222222;
  background-color: #E7EDFF;
  line-height: 1;
  /* filter: brightness(50%); */
}
.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;
}
.bg-expert-ocinka {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/home-hi.jpg');
  background-size: cover;
}
.bg-bti {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/city.jpg');
  background-size: cover;
}
.bg-tehobsl {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url('/images/razruha2.jpg');
  background-size: contain;
}
.bg-genplan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/genplan.jpg');
  background-size: contain;
}
.bg-kadastr {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('/images/home-bigblaack.jpg');
  background-size: contain;
}
*,
*::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%;
}
.svg-filter {
  filter: hue-rotate(132deg) saturate(900%);
  width: 32px;
}
/* Секция Отзывы */
.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; */
  scale: 1.1;
}
 /* Секция Поширені запитання */
.accordion {
  margin-top: 3.125vw;
}

 .accordion .accordion-item {
  border-bottom: 1px solid #c5c5c5;
}
.accordion .accordion-item button[aria-expanded=true] {
  /* border-bottom: 1px solid #1e8cbe; */
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.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 button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.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 .accordion-content {
  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;
}

/* Маленькая форма обратной связи */
.small-form {
  margin-top: 6.771vw;
  display: flex;
  justify-content: space-between;
}
.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: 35.573vw;
  /* height: 24.531vw; */
  border-radius: 30px;
  /* background-image: linear-gradient(2deg, white, #aeaeae); */
  padding: 20px;
  /* box-shadow: inset 0px 0px 20px 2px #fff; */
  border: 3px solid #ccc;
}
.f-form {
display: flex;
flex-direction: column;
width: auto;
/* max-width: 583px; */
/* margin: 0 50px 3.125vw; */
}     
.f-label {
font-size: 1.042vw;
font-weight: 400;
margin: 1.563vw 0 0.521vw 0.781vw;
}
.f-input {
height: 3.646vw;
padding: 0 15px;
border: 1px solid #ccc;
resize: none;
background-color: #fff;
border-radius: 60px;
}

.f-button {
margin-top: 10px;
padding: 5px 10px;
background-color: #007bff;
border: none;
color: #fff;
cursor: pointer;
}
.robot {
  display: flex;
  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 {
  padding-top: 6.771vw;
}
.small-form {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 9px 10px 15px 4px #00000070;
}
.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%;
}
.advantages__part {
  padding: 23vh 0 5vh 0;
/* reset.css */
}
.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 red;
  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;
  /* background: white; */
  padding: 0px 10vw;
  /* height: 100vh; */
  }
  .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;
  /* position: absolute; */
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: rgb(255, 255, 255);
}

.header__upper {
  display: none;
}

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

.header__inner,
.footer__inner {
  display: flex;
  margin: 2vw 0px 0px 0px;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(45deg, #fffdfd, #ffffffc4);
  border-radius: 15px;
  padding: 1vw;
}

.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: 18px 36px 18px 36px;
  border: 2px solid #003ADE;
}
.h2standart {
  font-size: 1.4vw;
}
.header__main_logo_upper:hover {
  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-footer {
  width: auto;
}
.menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  justify-content: space-around;
  margin: auto 1.2vw;
}

.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-top: 0.3rem;
  padding-bottom: 0.3rem; */
  /* padding-left: 3.125vw; */
  padding-left: min(5px);


}
.menu__list-item:last-child {
  /* padding-right: 3.125vw; */
}
.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 {
  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 {
  scale: 1.1;
  transition: all 0.3s ease 0s;
}

.menu__list-link {
  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;
}

.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: #003ADE;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.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__section {
  padding-top: 240px;
  /* height: 100vh; */
  display: block;
}
.mobil-seks {
  display: none;
}

.hero__section-header-main {
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 1.3;
  color: #003ADE;
  text-align: center;
}

.h0two {
  margin-left: 3vw;
}
.h1two {
  /* margin-left: 7vw; */
  color: #222222;
}
.no-h1two {
  margin-left: 0;
}
.hero__section-header-secondary {
  border-radius: 50px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.302vw;
  line-height: 1.9;
  padding: 20px 45px;
  background-color: #003ADE;
}

.hero__section-header-secondary:hover {
  scale: 1.1;
  cursor: pointer;
  background-color: #0030b2;
}

.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;
}

.section__title {
  font-size: 2.344vw;
  font-weight: 600;
  /* text-transform: uppercase; */
  line-height: 1.5;
  text-align: center;
}
.section__title_main {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 9px 10px 15px 4px #00000070;
  width: auto;
  display: inline-block;
}
.h2textspan {
  color: #003ADE;
  margin: 0 auto;
}

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

/* SLIDER FOR HERO SECTION */

.slider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.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;
  background-image: linear-gradient(45deg, white, transparent);
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 9px 10px 15px 4px #00000070;
}
.no-slide1 {
  text-align: center;

}
.slide2 {
  animation-delay: 0.1s;
  justify-content: flex-start;
  padding-top: 2.604vw;
  float: right;
}
.slide3 {
  animation-delay: 0.1s;
  justify-content: center;
  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{
  margin-top: 6.771vw;
}
.advantages-pad {
  padding-top: 6.771vw;
}
.advantages__inner_block {
  margin: 0.7rem 0;
}
.advantages__link {
  background: linear-gradient(155deg, rgb(10, 55, 19, 0.9), rgb(0, 255, 0, 0.9));
  color: initial;
  transition: 1s;
}
.advantages__link:hover {
  background: linear-gradient(300deg, rgb(10, 55, 19, 0.9), rgb(0, 255, 0, 0.9));
  color: initial;
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
/* 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;
}

.menu__list-link {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.menu__list-link:hover {
  scale: 1.1;
}
.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: #003ADE;
  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 {
}
                                /* 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 {
  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) {
.sales h3 {
	font-size: 4.7vw;
}
.sales p {
font-size: 6vw;
}  

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 {
    text-align: start;
  }
  .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: 2.5vw;
  font-weight: 400;
    margin: 4vw 0 0.521vw 1vw;
  }
  .f-input {
    margin-top: 1.333vw;
    height: 8.8vw;
    width: 100%;
  }
  .f-form {
    margin: 0 4vw auto 4vw;
  }
  .small-form_right-form {
    width: 100%;
    height: 100%;
    /* border-radius: 30px; */
    /* background-color: #007bff26; */
}
  .small-form_right-form {
    margin-top: 5.333vw;
  }
  .slide2 {
    /* margin: 20px 30% 0 auto; */
  }
  .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;
}
  .advantages {
    margin-top: 16vw;
  }
  .main {
    padding-top: 31.533vw;
    }
  .hero__section-header-secondary {
    width: auto;
    font-size: 3.5vw;
    padding: 10px 20px;
  }
  .battery {
    margin: 0 0 0 -45px;
}
  .hero__section-header-main {
    font-size: 6vw;
    line-height: normal;
    text-align: center;
  }
  .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: 10px 20px;
  }
  .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: none;
  }
  .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: 70vw;
    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: #E7EDFF;
  }

  .header__inner_main .header__main_logo_upper {
    height: 4.5rem;
    background-position: center;
    margin-bottom: 1.5rem;
  }
  .header__inner_main .menu {
    padding-top: 7vw;
    text-transform: uppercase;
    max-height: 100%;
    /* overflow-y: auto; */
  }
  .header__inner_main .menu__list {
    display: block;
    width: 100%;
  }

  .header__inner_main .menu__list-link {
    font-size: 1.4rem;
    line-height: 2.5;
    color: rgb(0 0 0);
    gap: 1.2rem;
    border-bottom: 10px solid rgb(0 71 255 / 25%);
  }

  .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;
  }
  .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;
  }
  .section__title {
    font-size: 4vw;
    text-align: center;
    /* text-indent: 25px; */
  }
.margin-left {
  margin-left: 0;
}
.sales-win {
  flex-direction: column;
}
}
@media (max-width: 425px) {
.colum-reverse {
  flex-direction: column-reverse;

}
.ved-bli {
  height: 50vw;
  width: 100vw;
}
.ved-p {
  margin-bottom: 2vw;
}
}
