/* © 2024 itmiya. Всі права захищені.*/
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;
}
html {
  box-sizing: border-box;
  font-size: 16px;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: "Roboto", sans-serif;
  color: #222222;
  line-height: 1;
  display: flex;
  /* filter: brightness(50%); */
  flex-direction: column;
  align-items: center;
  background: #fff;
}

*,
*::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;
}
.li-number {
  list-style: number;
  list-style-type: a; /* Lowercase Latin letters */
  color: aquamarine;
  font-size: 1.5vw;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  
}
.li-number.visible {
  opacity: 1;
  transform: translateY(0);
}
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;
}
a:hover {
  cursor: pointer;
  color: #732b1a;
  transform: scale(1.05);
}
h1 {
  font-size: 2vw;
    font-weight: 900;
    
}
h2 {
  font-size: 2.5vw;
  font-weight: 900;
  letter-spacing: 0.3vw;
}
h3 {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 900;
  letter-spacing: 0.1vw;
}
p {
    letter-spacing: 0.1vw;
    font-weight: 300;
    margin-top: 1.3vw;
    font-size: 1.3vw;
}
strong {
	font-weight: bold;
}
svg {
  width: 92px;
  height: 70px;
}
/* svg:not(:root) {
  overflow-clip-margin: content-box;
  overflow: hidden;
} */
/* Футер */
.footer-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: center;
}
.svg-filter {
  filter: hue-rotate(132deg) saturate(900%);
  width: 32px;
}

/* Маленькая форма обратной связи */
.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; */
}
.b-form {
display: flex;
flex-direction: column;
width: auto;
/* max-width: 583px; */
margin: 0 50px 3.125vw;
}     
.b-label {
  margin: 1.563vw 0 0.521vw 0;
  color: #222222;
  letter-spacing: 0.1vw;
  /* font-size: 0.9vw; */
  font-weight: 100;
}
.b-input, .b-calendar {
height: 3vw;
padding: 0vw 1.563vw;
border: 1px solid #222;
resize: none;
background-color: #fff;
}
.buttonform {
  display: flex;
  justify-content: end;
  width: auto;
}
.buttonform  p{
  background-color: #732b1a;
  color: #fff;
  padding: 1vw 1vw;
  margin: 0;
}
.buttonform button:hover {
  transform: scale(1.05);
  cursor: pointer;
  filter: brightness(0.8);
}
.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 {
  width: 60%;
}
.main_index {
width: 100%;
}
.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 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  .container {
  max-width: 100%;
  /* height: 100vh; */
  /* margin-top: 100px; */
  }

 .container__inner {
  margin-top: 2vw;
  text-align: center;
  /* padding: 1rem 10px; */
    opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
 }

.container__inner.visible {
  opacity: 1;
  transform: translateY(0);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
 .ci-footer {
  margin-top: 0;
 }
 .footer__left {
  }
  .container__contacts--duble-block {
    display: flex;
    padding: 40px;
    border-radius: 30px;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .container__contacts--duble-block h3 {
    color: #732b1a;
  }
  .container__contacts--duble-block p {
  }
  .right-block {
    /* max-width: 70%; */
    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 {
    display: flex;
    margin: 0;
    padding: 0;
    box-shadow: none;
    width: 64%;
    align-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
 }
 .left-block__text > h3 {
    margin-top: 1.302vw;
    font-weight: 600;
    font-size: 1.5vw;
    padding: 0 0px 0.521vw 0px;
  }
 .lb-footer {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
 }
  .lbt-footer > h3 {
  padding-top: 0;
}
.left-block__text > p{
   line-height: 1.1;
}
.container__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block_blocke {
    /* display: flex; */
  }
  .left-block__text {
    margin-bottom: 1vw;
    text-align: center;
  }
.header {
  left: 0;
  width: 100%;
  z-index: 5;
}


.header-fon {
  display: none;
  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;
  justify-content: space-between;
  align-items: center;
  padding: 1vw;
}

.logotype {
  max-width: 4.719vw;
  margin-right: 5px;
}
.pod_logo {
  margin-top: 1.302vw;
  font-weight: 500;
  font-size: 1.5vw;
  padding: 0 0px 0.521vw 0px;
  color: #732b1a;
}
.pod_logo__text {
  margin-top: 1vw;
  text-align: center;
}
.pod_logo span {
  font-weight: 600;
}
.header__main_logo_upper {
  font-weight: 600;
  text-align: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}
.header__main_logo_upper:hover {
  scale: 1.05;
  transition: all 0.3s ease 0s;
  
}
.header__main_logo_upper p {
  font-size: 2.5vw;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.header__main_logo_upper p:hover {
  font-weight: 700;
  transition: all 0.3s ease 0s;
  color: #732b1a;
}
.borbord {
  padding: 18px 36px 18px 36px;
  border: 2px solid #003ADE;
}
.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-left: 45px;


}
.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;
}
.padding {
  text-indent: 2vw;
  text-align: justify;
  margin-top: 2vw;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 4px #00000070;
  width: auto;
  display: inline-block;
  color: #fff;
  font: normal normal 1.5vw/1.5 Arial, sans-serif;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.padding.visible {
  opacity: 1;
  transform: translateY(0);
}
/* анимация появления спсика 
В этом примере для каждого элемента списка устанавливается 
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: 400;
  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: #732b1a;
  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 {
  position: relative;
  height: 60vh;
  display: block;
  overflow: hidden;
  transition: filter 0.5s ease; /* Плавная анимация */
}
.hero_text {
	position: absolute;    
	top: 85%;    
	left: 10%;    
	background: white;    
	padding: 5px;
}

.hero_text h3{
	font-size: 50px;
}
.mobil-seks {
  display: none;
}

.hero__section-header-main {
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 2;
  color: #732b1a;
  text-align: center;
}

.h0two {
  margin-left: 3vw;
}
.h1two {
  /* margin-left: 7vw; */
  color: #fff;
}
.no-h1two {
  font-size: 4vw;
  margin-left: 0;
}
.hero__section-header-secondary {
  border-radius: 50px;
  color: #000000;
  font-weight: 600;
  font-size: 1.302vw;
  line-height: 1.9;
  padding: 20px 45px;
  background-color: #732b1a;
  box-shadow: 0px 0px 15px 4px #00000070;
}

.hero__section:hover {
  cursor: pointer;
  filter: brightness(50%); /* Затемнение на 50% при наведении */
}

.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;
  /* background-color: #000000cf; */
  box-shadow: 0px 0px 15px 4px #00000070;
  width: auto;
  display: inline-block;
  color: #fff;
}
.h2textspan {
}

.menu__list-lower {
  padding: 0.5em 0;
  font-size: 1.5em;
}
/* ABOUT_US SECTION */
.about_us_section {
      background-image: url(/images/fon-about_us.png);
    background-size: cover;
    /* height: 45vh; */
    display: flex;
    padding: 9vw 20px 20px 20px;
    align-items: center;
    justify-content: center;
}
/* SLIDER FOR HERO SECTION */

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

.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;
}
.start {
  justify-content: flex-start;
}
.tap {
  position: absolute;
  top: 2000px;
  /* transform: rotate(180deg); */
  transform: scaleY(-1);
  z-index: -2;
  filter: brightness(50%);
}

@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%);
  }
}

/* .anime {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.anime.visible {
  opacity: 1;
  transform: translateY(0);
} */

.slide1 {
  animation-delay: 0s;
  /* background-image: linear-gradient(45deg, white, transparent); */
  background-color: #1e1f21bd;
  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;
}
/* SECTION 2 */
.services {
  padding: 2vw;
}
.education {
  padding: 2vw 6vw;
}
.education p {
  /* text-indent: unset; */
}
/* OUR SERVICES SECTION */

.hero__section-header {

}
.hero__section-header-main {
}
.hero_paragraph {
  text-align: center;
  color: #fff;
  border-radius: 15px;
  background-color: #1e1f21bd;
  padding: 20px;

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

.img_block {
  max-width: 15%;
  margin-right: 5%;

}
.img_block__corect {
  /* min-width: 50px; */
  /* width: 50px; */
}
.section__block_link {
  /* padding: 2rem 1.5rem;
  min-height: 100%;
  border-radius: 10px; */
}
.services__link {
  display: flex;
    align-items: center;
    width: 30vw;
    color: #ffffff;
    font-size: 1.302vw;
    font-weight: 500;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 4px #00000070;
    transition: all 0.2s linear;
    flex-direction: column;
}
.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(50deg, #732b1a, #732b1a, #732b1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.vertical {
  flex-direction: column;
}
.vertical:hover {
  background-color: #ffffff;
  color: unset;
  cursor: pointer;
}
.zerkalo {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}
.tehobsl-sl {
  gap: 50px;
  width: 100%;
}
.pervenut {
  flex-direction: row;
}
.pervenut h2{
 color: #732b1a;
}
.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 {
  border-radius: 15px;
  object-fit: none;
  height: 200px;
  width: 400px;
  margin: 1vw auto;
}
.no-bli {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.vstolbik {
  display: flex;
  margin-top: 2vw;
}
.gorizont {
  display: flex;
  align-items: center;
}
.block__link-title {
  /* text-indent: 2vw; */
  /* text-align: justify; */
  font-size: 1.5vw;
  font-weight: 500;
  /* margin-left: 2.083vw; */
}
.img-center {
  display: inline;
  margin-top: 1vw;
  border-radius: 30px;
}
.text-justify {
  text-indent: 2vw;
  text-align: justify;
}
.text-center {
  text-align: center;
}
.m-bot {
  margin-bottom: 2vw;
}
.text-start {
  text-align: start;
}
.girniy {
  font-weight: 700;
}
.no-ident {
  margin-top: 1vw;
  font-size: 2vw;
  text-indent: unset;
  text-align: center;
}
.p-before::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 13px;
    background-color: #0030b2;
    position: static;
    display: inline-block;
}
.ved-p {
  font-size: 1.2vw;
  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;
  justify-content: center;
  margin-top: 5vw
}
.advantages .container {
 width: 70%;
}
.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: 4vw 0 0vw 0;
  flex-direction: column;
  padding: 40px 40px 0 40px;
  flex-wrap: wrap;
  letter-spacing: 0.1vw;
}
.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;
  color: #6e6e6e;
}
.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_text {
  font-size: 1.2rem;
}

/* SIDE MENU */

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

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #222;
  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: 1.125vw;
  justify-content: center;
}
.social-network a {
  width: 50px;
  margin-right: 1.302vw;
}
.social-network a:hover {
  transform: scale(1.05);
}
.messenger {
  display: flex;
  flex-direction: column;
}
.messenger a:hover {
  color: #732b1a;
}
.с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 {
  filter: grayscale(100%);
  border-radius: 25px;
}
.icon-facebook {
}
/* ТАБЛИЦА */
table {
  width: 80%;
  color: #fff;
  /* border-radius: 15px; */
  border-collapse: collapse; /* Убирает промежутки между границами */
  text-align: center;
  /* background-color: #f2f2f2; Фон для заголовков */
}

th, td {
  text-align: center;
  border: 1px solid rgb(255, 255, 255); /* Линии вокруг всех ячеек */
  padding: 10px;
  /* background-color: #f2f2f2; Фон для заголовков */
}

th {
  width: 20%;
}
.tabl_block {
  display: flex;
  justify-content: center;
}
.tabl_center {
}
.tabl_center p {
  font-size: 2vw;
  font-weight: 500;
}
.tabl_string {
}
.tabl_left {
}
.tabl_right {
}
.tabl_right p {
  font-weight: 600;
}
/* КУКИ */
.cookie-consent {
  width: 20%;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: #333;
  color: white;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  flex-wrap: wrap;
  flex-direction: column;
}

.cookie-consent p {
  margin: 0;
  padding-right: 15px;
  flex: 1;
  text-align: justify;
}

.cookie-buttons {
  display: flex;
  flex-shrink: 0;
}

.cookie-buttons button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.cookies-bt {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 0.8vw;

}
.cookies-bt button {
  border: 2px solid #fff;
  padding: 0.3vw;
}

.cookie-buttons button:hover {
  background-color: #45a049;
}

.harticle {
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 0 10px;
}
.harticle__section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.harticle__section img {
  object-fit: cover;
}

/* PORTFOLIO */
.mtext {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3vw 0 3vw 0;
}
.mtext h1 {
  margin-top: 3vw;
}
.portfolio {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}
.gallery {
  display: flex;
  gap: 10px;
  
  justify-content: center;
  flex-wrap: wrap;
}
.gallery-item {
  width: 48%;
  height: 30vw;
}
.gallery-item--spec {
  width: 30% !important;
  height: 20vw !important;
}
.gallery_student {
  gap: 5px;
}
.gallery-item img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Стили для модального окна */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.modal_img {
  height: 100%;
}
.modal img {
  width: g5vw;
  height: 100%;
  object-fit: cover;
  padding: 1vw 0;
}
.close, .prev, .next {
  position: absolute;
  top: 20%;
  font-size: 30px;
  color: white;
  cursor: pointer;
  user-select: none;
}
.close {
  top: 0px;
  right: 10px;
  padding: 3vw;
}
.prev {
  left: -15%;
  padding: 40vw 16vw;
}
.next {
  right: -15%;
  padding: 40vw 16vw;
}

.allart {
  padding-bottom: 10vw;
}
.emblbottom {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 2vw;
}
.emblbottom_block {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
}
.emblbottom_block__pictures {
  width: 70%;
  height: 100%;

}
.emblbottom_pictures img {

}
.dop {
  z-index: 3;
  position: absolute;
  bottom: -15%;
  right: 0;
  background-color: #732b1a;
  padding: 5% 15% 5% 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dop h3 {
  font-size: 2.5vw;
  line-height: 1.5;
  letter-spacing: 0.1vw;color: #fff;
  font-weight: 300;
  white-space: pre-wrap;
  text-align: justify;
  letter-spacing: 0.4vw;
}
.dop p {
  font-size: 0.8vw;
  line-height: 1.2;
  letter-spacing: 0.05vw;
  color: #fff;
  font-weight: 400;
  margin-top: 2vw;
  margin-top: revert;
}
.dop button {
  margin-top: 3vw;
  color: #000;
  background-color: #fff;
  padding: 1vw 1.5vw;
  transition: all 0.2s ease 0s;
}
.dop button:hover {
  cursor: pointer;
  scale: 1.1;
  cursor: pointer;
  filter: brightness(50%); /* Затемнение на 50% при наведении */
  transition: all 0.2s ease 0s;
}
.dop_top {
  position: absolute;
  bottom: -3%;
  right: 0;
  padding: 4% 13% 4% 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dop_top h3 {
  font-size: 2vw;
  line-height: 1.2;
  text-align: justify;
  letter-spacing: 0.2vw;
}
.dop_top button {
  margin-top: 2vw;
  color: #000;
  background-color: #fff;
  padding: 1vw 1.5vw;
  transition: all 0.2s ease 0s;
}
.dop_сenter {
  position: absolute;
  bottom: 12%;
  right: 0;
  padding: 4% 13% 4% 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dop_сenter h3 {
  font-size: 2vw;
  line-height: 1.2;
  text-align: justify;
  letter-spacing: 0.2vw;
}
/* EDUCATION */
.allart > * {
  margin-top: 3vw;
}
.middle_link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3vw;
}
.middle_link a {
  padding: 1% 2%;
  background-color: #732b1a;
  color: #fff;
}
.middle_link a:hover {
  cursor: pointer;
  filter: brightness(50%); /* Затемнение на 50% при наведении */
}
.studtext {
  margin: 3vw auto;
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 1.2vw;
}
.student {
  width: 15%;
  height: 9vw;
}
.educvideo {
  margin-top: 3vw;
  width: 100%;
  display: flex;
  justify-content: center;
}
.educvideo_grid {
  width: 100%;
}
.downtext {
  display: flex;
  justify-content: flex-start;
}
.downtext > .mtext > p{
  text-align: justify;
  
}
/* PROJECTS */
.proj_emblbottom&nbsp;{
    display: flex;    height: 150px;    position: relative;    align-items: center;    /* width: 150px; */    margin-top: 2vw;    overflow: hidden;}.projectlink:hover {
  cursor: pointer;
  filter: brightness(90%); /* Затемнение на 50% при наведении */
}
.proj {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.proj h2 {
  text-align: center;
  font-size: 1.2vw;
  font-weight: 900;
  letter-spacing: 0.1vw;
}.proj_emblbottom{
    display: flex;    
height: 150px;    
position: relative;    
align-items: center;        
margin-top: 2vw;    
overflow: hidden;}

.proj h3 {
}
.martop {
  margin-top: 5vw;
}
.emblbottom_block__idivid {
  background-color: #732b1a;
  width: 100%;
  text-align: center;
  padding: 10vw 0;
  letter-spacing: 0.3vw;
  line-height: 1.5;
  color: #fff;
}
.emblbottom_block__idivid h2 {
  letter-spacing: 0.5vw;
  font-size: 2.5vw;
}
.emblbottom_block__idivid p {
  font-size: 1.5vw;
}
.emblbottom_block__idivid .knopi {
  margin-top: 3.5vw;
}
.knopi {
  margin-top: 1.5vw;
  color: #000;
  background-color: #fff;
  padding: 1vw 2vw;
  transition: all 0.2s ease 0s;
}
.knopi:hover {
  cursor: pointer;
  scale: 1.05;
  cursor: pointer;
  filter: brightness(50%); /* Затемнение на 50% при наведении */
  transition: all 0.2s ease 0s;
}
/* ABOUT_US*/
.partners {
  display: flex;
  justify-content: center; /* Центрует блок partners_ryad */
  align-items: center;
  width: 100%; /* Блок занимает всю ширину */
  padding: 20px 0; /* Добавляем отступ сверху и снизу */
overflow: hidden;
}

.partners_ryad {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 колонки одинаковой ширины */
    gap: 15px; /* Расстояние между элементами */
    justify-items: center; /* Центрируем элементы в своих ячейках */
    align-items: center; /* Выравниваем элементы по вертикали */}
.partners_ryad img {
  width: 100%; /* Все изображения занимают равную ширину */
  max-width: 100%; /* Изображение не превышает своего контейнера */
  height: auto; /* Сохраняет пропорции изображений */
  object-fit: contain; /* Гарантирует, что изображение вписывается в блок, сохраняя пропорции */
}
.none_hover:hover {
  pointer-events: none; /* Отключает любые события hover */
  filter: none;
}
/* CONTACT */
.main_contact {
  width: 80%;
}
.contact_info {
}
.contact_info>.container__inner>.footer__left>div>a:first-child {
  display: none;
}
.sur_name {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}
.sur_name div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.arbitr {
  height: 35vw;
}

/* WORKSHOP */
.workvideo {

}
.worktext p {
}
.dop_work {
  top: 9%;
  bottom: unset;
  padding: 4vw;
}
.dop_work h3 {
  font-size: 2vw;
  font-weight: revert;
}

.wtext {
  margin-top: 3vw;
  letter-spacing: 0.2vw;
  font-family: serif;
  text-align: center;
}
.wtext h1 {
  line-height: 1;
}
.worktext {
  margin-top: 2vw;
}
.kubiki {
  width: 100%;
  display: flex;
  gap: 2.5vw;
  flex-wrap: wrap;
  justify-content: center;
}
.kubiki_pcs {
  width: 30%;
  background-color: #3f7373;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kubiki_pcs p {
  color: #fff;
  text-align: center;
  font-size: 1vw;
  margin-top: 4px;
}
.allart_work {
padding-bottom: 0;
}
.more {
  width: 100%;
}
.more h3 {
  font-size: 1.8vw;
  line-height: 2;
  color: #fff;
  font-family: serif;
  text-align: justify;
}
.more p {
  font-size: 1vw;
  color: #000000;
  font-weight: 700;
  text-align: justify;
}
.mtext_work {
  align-items: flex-start;
}
.mtext_work p {
  font-size: 1.3vw;
}
.gallery_work {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 колонки одинаковой ширины */
  gap: 10px;                             /* Промежутки между элементами */
}
.gallery_work  >.gallery_item {
  width: 100%;    /* Изображения занимают всю ширину ячейки */
  height: auto;   /* Сохраняем пропорции */
}
.ocean {
  width: 100%;
  margin-top: 2vw;
  display: flex;
}
.ocean h3{
  font-size: 2vw;
}
.insta {
  color: #fff;
}
.bottom_album {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 4 колонки одинаковой ширины */
  gap: 10px;
}
.work_flex {
  flex-direction: row;
}
/* для подсветки активного языка */
.language-switcher {
  display: inline-block;
  margin-left: 20px;
}

.language-link {
  text-decoration: none;
  color: #555;
  padding: 5px;
  font-weight: normal;
  transition: color 0.3s ease;
}

.language-link.active {
  font-weight: bold;
  color: gold; /* Золотистый цвет для активного языка */
}

.language-link:hover {
  color: gold; /* Эффект при наведении */
  text-decoration: underline;
}
/* **********************************
                Our Team 
********************************* */
.lenta {
  display: flex;
  gap: 5vw;
}
.lenta > * {
  flex: 1 1 0;         /* Каждый элемент будет «вытягиваться» с равной шириной */
  /* или flex: 1;      Аналогично, но может учитывать контент по-другому */
  box-sizing: border-box;
}
.lenta .allart {
  padding: 0;
  margin: 0;
}
.lenta .mtext {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  min-height: 130px;}
/* 111111 */
/* МЕДИАЗАПРОСЫ */

}@media (max-width: 1200px) {
  .text-justify {
    text-align: justify;
  }
  .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: 4vw;
  }
  .block__link-title {
    /* text-indent: 2vw; */
    /* text-align: justify; */
    font-size: 5vw;
    font-weight: 500;
    /* line-height: 2; */
    margin-top: 2.667vw;
  }
  h1 {
    font-size: 4vw;
    line-height: 2;
  }
  h2 {
    font-size: 4vw;
    line-height: 2;
  }
  h3 {
    font-size: 2vw;
  }
  p {
    font-size: 2vw;
    text-align: center;
    line-height: 1.3;
}
.gallery {
}
.mtext {
  margin: 6vw 0 8vw 0;
}
.emblbottom_block {
  /* width: 94%; */
}
.emblbottom_block__pictures {
  width: 85%;
}
.dop h3 {
  font-size: 3vw;
  letter-spacing: 0.3vw;
  text-align: start;
}
.dop p {
  font-size: 1vw;
  line-height: 1.5;
}
/* WORKSOP */
}
/* 1200 */
@media (max-width: 768px) {
  .modal img {
    width: 90vw;
  }
  .main {
    width: 100%
  }
  .emblbottom_block__idivid {
    padding: 14vw 5vw;
  }
  .emblbottom_block__idivid h2 {
    letter-spacing: 0.5vw;
    font-size: 4vw;
  }
  .emblbottom_block__idivid p {
    font-size: 2vw;
  }
  .proj {
    margin: 3vw 0 3vw 0;
  }
  h1, h2 {
    line-height: 2;
    font-size: 7vw;
    letter-spacing: 1vw;
  }

  h3 {
    font-size: 3.5vw;
  }
  p {
    font-size: 4vw;
}
  .pod_logo {
    font-size: 3vw;
  }
.gallery {
}
  .header__main_logo_upper p {
    font-size: 5.8vw;
}
  .right-block {
    padding-left: 0;
}
  .padding {
    font: normal normal 3.5vw/1.5 Arial, sans-serif;
  }
  .about_us_section {
    display: flex;
    padding: 16vw 20px 2vw 20px;
    align-items: center;
    justify-content: center;
  }
  .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 {
    align-items: flex-start;
    margin-top: 5.333vw;
  }
  .l-title {
    font-size: 3vw;
  }
  .mli-footer {
    margin: 0px 0px 2.667vw 0px;
  }
  .menu__list {
    text-align: start;
  }
  .mob-social-network {
    display: flex;
    margin-top: 2vw;
  }
  .left-block {
    margin: 0;
  }
  .footer__left {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .menu {
    display: flex;
    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: 8vw;
  }
  .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 {
    font-size: 2.5vw;
    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;
    margin-top: 1.333vw;
    }
  .b-form {
    margin: 0 4vw;
  }
  .big-form {
    width: 100%;
    max-width: none;
    height: auto;
}
  .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;
}
  .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;
  }
  .subtext {
    font-weight: 400;
    font-size: 2.933vw;
  }
  .seсtion__inner_block {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
  .wrapper {
    width: 93%;
  }
  .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;
    width: 100%;
    font-size: 1.1rem;
  }
  .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-image: linear-gradient(159deg, #1d1e20, #1d1e20);
  }

  .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(255, 255, 255);
    gap: 1.2rem;
    border-bottom: 10px solid #732b1a;
  }

  .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 {
    padding-top: 0;
  }
  .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;
  }
  .no-ident {
    font-size: 6vw;
  }
  .img_block {
    max-width: 10%;
}
.cookie-consent {
  flex-direction: column;
  text-align: center;
  padding: 10px;
}

.cookie-consent p {
  padding-right: 0;
  margin-bottom: 10px;
}

.cookie-buttons {
  justify-content: center;
  width: 100%;
}

.cookie-buttons button {
  margin-left: 5px;
  margin-right: 5px;
  width: 45%;
  padding: 10px;
}
.arbitr {
  height: 60vw;
}
.wtext h1,h2{
  line-height: 1;
}
.kubiki {
  flex-direction: row;
  align-items: center;
}
.kubiki_pcs {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kubiki_pcs {
  width: 48%;
}
.kubiki_pcs p{
  font-size: 2vw;
}
.advantages {
  display: flex;
  justify-content: center;

  flex-direction: column;
  align-items: center;
}
.advantages .container {
  width: 100%;
}
.contact_info {
  margin-top: 10vw;
}
.gallery_work {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 4 колонки одинаковой ширины */
  gap: 20px;                             /* Промежутки между элементами */
}
.mtext_work p {
  font-size: 3vw;
}
.more h3 {
  font-size: 4vw;
}
.ocean h3 {
  font-size: 3vw;
}
.hero_text h3{
  font-size: 30px;
}
.partners_ryad {
        grid-template-columns: repeat(3, 1fr); /* 3 колонки на мобильных */
    }
.language-switcher {
  margin-left: 20%;
  margin-top: 10%;
}
  .lenta .mtext {
   min-height: unset;
}  
.lenta {
   flex-direction: column;
}
.proj_emblbottom&nbsp;{
   height: 100%;
}}
/* 768 */
@media (max-width: 425px) {
  .dop_center {
    padding: 6% 41% 6% 5%;
  }
  .dop_center h3 {
    margin-bottom: 2vw;
  }
  .dop_center p {
    font-size: 2.2vw;
    font-weight: 500;
  }
  .dop_top button {
    margin-top: 4vw;
    padding: 2vw 2.5vw;
}
.dop_center button {
  margin-top: 4vw;
  padding: 2vw 2.5vw;
}
  .allart >* {
    margin-top: 10vw;
    text-align: center;
  }
  .emblbottom_block__pictures {
    width: 90%;
}
  .dop_top {
    padding: 6% 41% 6% 5%;
  }
  .dop_top h3 {
    margin-bottom: 2vw;
  }
  .dop_top p {
    font-size: 2.2vw;
    font-weight: 500;
  }
  .emblbottom {
    display: block;
    /* height: 65vh; */
}
  .emblbottom_block__idivid p {
    font-size: 3vw;
  }
  .arbitr {
    height: 100vw;
  }
  .dop {
    padding: 5% 30% 5% 10%;
}
.dop p {
  font-size: 3vw;
}
  .emblbottom_block__pictures {
    width: 90%;
}
  h3 {
    font-size: 3.3vw;
  }
  h3 {
    font-size: 4.5vw;
  }
  .about_us_section {
    padding-top: 20vw;
    padding-bottom: 5vw;
    height: auto;
    position: relative;
  } 
  .colum-reverse {
    /* flex-direction: column-reverse; */
  }
  .ved-bli {
    height: 50vw;
    width: 100vw;
  }
  .ved-p {
    font-size: 3.7vw;
    margin-bottom: 2vw;
  }
  svg {
    height: 55px;
  }
  .seсtion__inner_block {

    margin-top: 20px;
  }
  .cookie-buttons button {
    width: 100%;
    margin-bottom: 10px;
  }

  .cookie-buttons {
    flex-direction: column;
  }
  .kring {
    height: 65vh;
  }
  .student {
    width: 48%;
    height: 30vw;
  }
  .studtext {
    font-size: 5.2vw;
}
.kubiki > *:not(:first-child) {
  margin-top: 2vw;
}
.kubiki_pcs {
  width: 100%;
}
.kubiki_pcs p {
  font-size: 3vw;
}
.dop_work {
  top: 80%;
  padding: 8vw 9vw;
}
.dop_work h3 {
font-size: 6vw;
}
.partners_ryad {
        grid-template-columns: repeat(2, 1fr); /* 1 колонка на маленьких экранах */
    }  /* 425 */
}
