@font-face {
  font-family: "Gilroy";
  src: url("font/Gilroy-Black.woff") format("woff"),
    url("font/Gilroy-Black.woff2") format("woff2"),
    url("font/Gilroy-Black.ttf") format("truetype"),
    url("font/Gilroy-Black.eot");

  font-family: "GilroyBold";
  src: url("font/Gilroy-Bold.woff") format("woff"),
    url("font/Gilroy-Bold.woff2") format("woff2"),
    url("font/Gilroy-Bold.ttf") format("truetype"), url("font/Gilroy-Bold.eot");

  font-family: "GilroyExtrabold";
  src: url("font/Gilroy-Extrabold.woff") format("woff"),
    url("font/Gilroy-Extrabold.woff2") format("woff2"),
    url("font/Gilroy-Extrabold.ttf") format("truetype"),
    url("font/Gilroy-Extrabold.eot");

  font-family: "GilroyLight";
  src: url("font/Gilroy-Light.woff") format("woff"),
    url("font/Gilroy-Light.woff2") format("woff2"),
    url("font/Gilroy-Light.ttf") format("truetype"),
    url("font/Gilroy-Light.eot");
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  -moz-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #f9f9fd;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(138deg, rgb(93 127 222 / 10%), #3869f6a8);
  -moz-background: linear-gradient(138deg, rgb(93 127 222 / 10%), #3869f6a8);
}

body {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-text-size-adjust: none;
  background: linear-gradient(to right, #f9f8fe, white 0%, white 0%, #f9f8fe),
    linear-gradient(to left, #f9f8fe, white 0%, white 0%, #f9f8fe);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  /* font-family: Arial, sans-serif; */
  /* margin: 73px 0 0 0; */
  font-family: "Gilroy", "GilroyLight";
  scroll-behavior: smooth;
  margin: 0px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

h2 {
  font-size: 2.3vw;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

section {
  padding-top: 5vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

#home {
  padding-top: 0vw;
}

.center80proc {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

.center100proc {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

header {
  margin-top: 0.5vw;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  color: #333;
  padding: 1vw 1vw;
  position: fixed;
  width: 77%;
  top: 0;
  z-index: 2;
  border-radius: 20px;
  z-index: 3;
  box-shadow: 0px 4px 26.8px 0px rgba(43, 53, 81, 0.1);
}

.img-logo {
  width: 5vw;
}

.img-ico-modile {
  width: 3vw;
  height: 3vw;
}

.mobile-menu {
  display: none;
}

nav {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav ul li {
  display: inline;
  margin: 0 10px;
  position: relative; /* Добавляем относительное позиционирование */
}

.menu-item {
  font-weight: 500;
  font-size: 1.1vw;
  color: #333;
  text-decoration: none;
}

.menu-item:hover {
  font-weight: bold;
  color: rgba(56, 104, 246, 0.8);
}

.menu-item:hover {
  text-decoration: none;
}

.menu-item.active {
  font-weight: bold;
  color: rgba(56, 105, 246, 1);
}

.menu-item.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1vw;
  width: 0.4vw;
  height: 0.4vw;
  background-color: rgba(56, 105, 246, 1) !important ;
  transform: rotate(45deg) scale(1.4) translateX(-50%);
  -webkit-transform: rotate(45deg) scale(1.4) translateX(-50%); /* для Safari */
}

.menu-item.active::before {
  background-image: url("img/menushadow.svg");
  content: "";
  display: block;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  width: 7vw;
  height: 4.8vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: translateX(-50%);
}

.background-image-video-phone-div {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.background-image-video {
  /* background-image: url("img/BackVideo1.png"); Путь к вашей картинке */
  margin-top: 6vw;
  width: 100%;
  /* background-size: contain; */
  /* background-position: center; */
  display: flex;
  flex-direction: row;
  height: 42vw;
  justify-content: space-between;
  /* background-repeat: no-repeat; */
  position: relative;
}
.background-image-video-phone {
  background-image: url("img/phone.png"); /* Путь к вашей картинке */
  background-size: contain;
  width: 18.2vw;
  height: 100%;
  margin: 11% 0 0 0;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

footer {
  background: var(--Color-text, rgba(43, 53, 81, 1));
  color: #fff;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

footer .menu-item {
  color: #fff;
  text-decoration: none;
}

footer .menu {
  display: flex;
  color: #333;
  padding: 15px 0px;
  top: 0;
  flex-direction: row;
}

footer .menu-item.active {
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

footer .menu-item.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1vw;
  width: 0.4vw;
  height: 0.4vw;
  background-color: rgba(255, 255, 255, 1) !important ;
  transform: rotate(45deg) scale(1.4) translateX(-50%);
  -webkit-transform: rotate(45deg) scale(1.4) translateX(-50%); /* для Safari */
}

footer .menu-item.active::before {
  display: none;
}

footer .info {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
}

footer .up-button {
  background: linear-gradient(91.06deg, #638bff 0.91%, #213d90 103.29%);
  box-shadow: 0px 4px 22.6px -3px rgba(34, 75, 194, 1);
  width: 61.86px;
  height: 19px;
  padding: 1vw 1vw;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
footer .up-button:hover {
  background: linear-gradient(91.06deg, #597de9 0.91%, #1f3987 103.29%);
}
footer .up-botton-back {
  background: rgba(56, 105, 246, 0.07);
  width: 95.86px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
footer .up-botton-back-m {
  display: none;
}

.custom-footer {
  width: 75%;
}

.copyright {
  font-size: 0.9vw;
  font-weight: 500;
  text-align: left;
  color: #ffffff8c;
  line-height: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#verticalVideo {
  border-radius: 3vw;
  padding: 0.8vw;
}

.phone-frame {
  width: auto;
  height: 86%;
  position: relative;
  overflow: hidden; /* Скрытие части содержимого, выходящего за пределы блока */
  border-radius: 40px; /* Радиус закругления краев */
}

.phone-frame:before,
.phone-frame:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.phone-frame:before {
  border-width: 20px 10px 0 10px; /* Нижний край */
  border-color: #0000 transparent transparent transparent; /* Цвета краев */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.phone-frame:after {
  border-width: 0 10px 20px 10px; /* Верхний край */
  border-color: transparent transparent #0000 transparent; /* Цвета краев */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-text-img {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 2vw;
}

.image-container {
  position: absolute;
  left: -6.4vw;
}

.image-container img {
  height: 16vw;
  padding-top: 3vw;
}

.home-text-img-mobile {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  font-size: 1.4vw;
  font-weight: 500;
}

.home-text-img-h {
  font-size: 5.5vw;
  color: #3869f6;
  width: 100%;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.home-text-img-m {
  font-size: 1.4vw;
}

.watch-button {
  background: linear-gradient(91.06deg, #638bff 0.91%, #213d90 103.29%);
  box-shadow: 0px 4px 22.6px -3px rgba(34, 75, 194, 1);
  width: 11vw;
  height: 2vw;
  font-size: 1.3vw;
  padding: 1vw 1vw;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.watch-button:hover {
  background: linear-gradient(91.06deg, #597de9 0.91%, #1f3987 103.29%);
}
.watch-botton-back {
  background: rgba(56, 105, 246, 0.07);
  width: 13vw;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  z-index: 1;
  margin-top: 1vw;
}

.img-back-text1 {
  width: 100%; /* Занимает всю доступную ширину родителя */
  background-image: url("img/backtext1.png"); /* Путь к вашей картинке */
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: space-between;
  background-repeat: no-repeat;
  margin-top: 10%;
}

.img-back-text2 {
  margin-top: 40px;
  height: 29vw;
  width: 100%;
  /* background-image: url("img/backtext2.png"); Путь к вашей картинке */
  /* background-size: contain; */
  /* background-position: center; */
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  /* background-repeat: no-repeat; */
  align-items: center;
}

.img-back-text3 {
  margin-top: 40px;
  height: 28vw;
  width: 100%;
  /* background-image: url("img/backtext3.png"); Путь к вашей картинке */
  /* background-size: contain; */
  /* background-position: center; */
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  /* background-repeat: no-repeat; */
  align-items: center;
}

.img-back-text4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 42vw;
}
.img-back-text5 {
  padding-top: 5vw;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}

.img-back-text1-text {
  margin: 0 0 0 11%;
  font-size: 2vw;
  padding: 4%;
  font-weight: bold;
}

.img-back-text1-text-url {
  text-decoration: underline;
  color: #3869f6;
}

.img-back-hardimg1 {
  height: 100%;
  width: 80%;
  margin-top: 40px;
}

.img-back-hardimg2 {
  height: 100%;
  width: 100%;
}

.img-back-hardimg2n {
  height: 100%;
  width: 30vw;
}

.img-back-hardimg1-m {
  display: none;
}

.img-back-hardimg2-m {
  display: none;
}

.img-back-hardimg3 {
  width: 50%;
  height: 100%;
}

.img-back-hardimg4 {
  height: 100%;
  width: 100%;
  position: absolute;
}

.img-back-hardimg5 {
  height: 100%;
  width: 100%;
  /* position: absolute; */
}

.img-back-hardimg5n {
  height: 100%;
  width: 20vw;
}

.img-back-hardimg5-m {
  display: none;
}
.img-back-hardimg6-m {
  display: none;
}

.img-back-hardimg7 {
  height: 80%;
  width: 47%;
}
.img-back-hardimg7-m {
  display: none;
}

.watch-button-request {
  background: linear-gradient(91.06deg, #638bff 0.91%, #213d90 103.29%);
  box-shadow: 0px 4px 22.6px -3px rgba(34, 75, 194, 1);
  width: 13vw;
  height: 1.3vw;
  font-size: 1.15vw;
  padding: 1vw 1vw;
  border-radius: 1.1vw;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  border: 3px solid #fff;
}
.watch-button-request:hover {
  background: linear-gradient(91.06deg, #597de9 0.91%, #1f3987 103.29%);
}
.watch-botton-back-request {
  background: rgba(56, 105, 246, 0.07);
  width: 13vw;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  z-index: 1;
  /* margin-top: 1vw; */
}

.watch-botton-request {
  width: 50%;
  /* height: 4%; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  border-radius: 16px;
  margin-left: 7%;
  margin-bottom: 3%;
  z-index: 2;
  position: absolute;
}

.watch-botton-request-title {
  font-weight: 600;
  font-size: 1.4vw;
  color: #fff;
}

.watch-botton-back-calculation-m {
  display: none;
}

.watch-button-calculation {
  background: linear-gradient(91.06deg, #638bff 0.91%, #213d90 103.29%);
  box-shadow: 0px 4px 22.6px -3px rgba(34, 75, 194, 1);
  width: 13vw;
  height: 2vw;
  font-size: 1.2vw;
  padding: 1vw 1vw;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.watch-button-calculation:hover {
  background: linear-gradient(91.06deg, #597de9 0.91%, #1f3987 103.29%);
}
.watch-botton-back-calculation {
  background: rgba(56, 105, 246, 0.07);
  width: 13vw;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  /* margin-top: 3vw; */
  margin-bottom: 1vh;
  z-index: 1;
}

#application {
  margin-bottom: 8vw;
}

.submit-application-block {
  background-image: url("img/backtext4.png"); /* Путь к вашей картинке */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 64vw;
  justify-content: center;
}

.submit-application-block-left {
  /* width: 39%;
  margin-left: 10%; */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.submit-application-block-text {
  font-weight: bold;
  /* font-size: 2.2vw; */
  margin: 0;
}

.submit-application-block-text-blue {
  color: rgba(56, 105, 246, 1);
}

.submit-application-block-text-background-blue {
  background-color: rgba(56, 105, 246, 1);
  color: #fff;
  width: fit-content;
  padding: 1px 5px;
}

.submit-application-block-text-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(56, 105, 246, 0.05);
  border-radius: 1vw;
  gap: 20px;
  padding: 15px 30px;
}

.submit-application-block-text-contacts-title {
  font-size: 1.3vw;
  margin: 15px 0px 0px 10px;
  font-weight: 600;
}

.submit-application-block-text-contacts-img-ico {
  width: 4vw;
  height: 4vw;
}

.submit-application-block-text-contacts-url {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 1vw;
  width: 100%;
}

.submit-application-block-text-contacts-url-title {
  color: rgba(43, 53, 81, 0.7);
  font-weight: 600;
}
.submit-application-block-text-contacts-url-text {
  color: #2b3551;
  text-decoration: underline; /* Добавляем подчеркивание */
  text-decoration-color: #2b3551; /* Устанавливаем цвет подчеркивания */
  font-weight: bold;
}
.submit-application-block-text-contacts-url-text-phone {
  color: #2b3551;
  text-decoration: none; /* Убираем подчеркивание */
  font-weight: bold;
}

.submit-application-block-text-contacts-block-tel {
  display: flex;
  align-items: center;
}

.competition-image-container-left {
  position: absolute;
  left: 2vw;
}
.competition-image-container-right {
  position: absolute;
  right: 2vw;
}
.competition-image-container-left img,
.competition-image-container-right img {
  width: 7vw;
}

.competition-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 5vw;
}

.competition-block-mass {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  align-content: center;
  flex-wrap: nowrap;
}

.competition-block-mass-el {
  background-color: rgba(56, 105, 246, 0.05);
  border-radius: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 16vw;
  min-height: 17vw;
  padding: 1vw;
  gap: 1vw;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.competition-block-mass-el-img {
  width: 21%;
  margin-top: 1vw;
}
.competition-block-mass-el-title {
  font-weight: bold;
  font-size: 1.5vw;
}

.competition-block-mass-el-text {
  font-size: 1.1vw;
  font-weight: 400;
}

.competition-block-mass-el-text-url {
  text-decoration: underline;
  color: #3869f6;
}

.competition-title {
  /* font-size: 2.2vw; */
  font-weight: bold;
}

.competition-title-1 {
  color: #3869f6;
  margin: 0px;
}

#about {
  margin-top: 5vw;
}

.modal {
  background-image: url("img/backtext4.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  width: 48vw;
  height: 33vw;
}

.modal-content {
  font-size: 0.9vw;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  /* gap: 2vw; */
}

.modal-content h2 {
  margin: 0;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal-info-text-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-info-text-img {
  display: flex;
}

.modal-info-text-img-ico {
  width: 23px;
  height: 23px;
}

.applicationForm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3vw;
}

.applicationForm input[type="checkbox"] {
  display: none;
}

.applicationForm label {
  font-size: 1vw;
  width: 15vw;
  height: 2vw;
  background-color: #dbe4ff;
  border-radius: 0.6vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 1vw;
}

.applicationForm input[type="checkbox"]:checked + label {
  background-color: #3869f6;
  color: white; /* Цвет текста для выбранного чекбокса */
}

.applicationForm input[type="radio"] {
  display: none;
}

.applicationForm button {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px; /* Добавляем скругление */
  width: 9vw;
  height: 2.2vw;
}

.applicationForm input[type="radio"]:checked + label {
  background-color: #3869f6;
  color: white; /* Цвет текста для выбранного чекбокса */
}

#applicationForm3 label {
  font-weight: bold;
  font-size: 0.8vw;
}

#applicationForm3 input[type="text"],
#applicationForm3 input[type="tel"],
#applicationForm3 textarea {
  width: 18vw;
  height: 100%;
  border: 1px solid black;
  padding: 5px;
  border-radius: 10px;
  margin: 4px 0 10px 0;
  font-size: 0.9vw;
}

#applicationForm3 input[type="text"]::placeholder,
#applicationForm3 input[type="tel"]::placeholder,
#applicationForm3 textarea::placeholder {
  color: grey;
}

#applicationForm3 input[type="text"]:focus::placeholder,
#applicationForm3 input[type="tel"]:focus::placeholder,
#applicationForm3 textarea:focus::placeholder {
  color: transparent;
}

#applicationForm3 button {
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px; /* Добавляем скругление */
  width: 19vw;
  height: 2vw;
}

#applicationForm3 .privacypolicy {
  font-size: 0.6vw;
  margin-top: 0.6vw;
  width: 81%;
}

#modal4 .modal-content {
  gap: 6vw;
  max-width: 53%;
}

.about-banner {
  z-index: 1;
  display: flex;
  /* width: 63%; */
  /* height: 100%; */
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20%;
  color: #fff;
  position: absolute;
  margin-bottom: 15%;
}

.about-banner-block {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.about-banner-block-title {
  /* font-size: 2.2vw; */
  /* width: 65%; */
  font-weight: bold;
  margin: unset;
}
.about-banner-block-text {
  font-size: 1.4vw;
}

.about-banner-sale-m {
  display: none;
}

.about-online {
  z-index: 1;
  display: flex;
  width: 39%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  /* margin-left: 10%;
  margin-top: 9.4%; */
  gap: 2vw;
}

.about-online-block {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.about-online-block-title {
  margin: 0;
  font-weight: bold;
}
.about-online-block-list {
  font-size: 1.4vw;
  display: flex;
  flex-direction: column;
  gap: 1.7vw;
}
.about-online-block-list-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-online-block-list-img {
  display: flex;
}

.about-online-block-list-img-ico {
  width: 2vw;
  height: 2vw;
}

.about-online-sale {
  font-size: 1.2vw;
}

.about-service {
  padding-top: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.about-service h2 {
  text-align: center;
  background-image: url("img/service-back.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4vw 11vw;
}

.about-service-block {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.about-service-block-m {
  display: none;
}

.about-service-block ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20%;
  font-size: 1.5vw;
  width: 22vw;
}

.about-service-block ul li {
  position: relative;
  padding-left: 2vw;
  font-weight: 500;
}

.about-service-block ul li::before {
  content: "\25C6";
  color: #3869f6;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.about-subscription {
  z-index: 1;
  display: flex;
  width: 39%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  /* margin-left: 5%; */
  /* margin-top: 9.4%; */
  gap: 2vw;
}

.about-subscription-block {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.about-subscription-block-title {
  /* font-size: 2.2vw; */
  width: 150%;
  font-weight: bold;
}
.about-subscription-block-list {
  font-size: 1.4vw;
  display: flex;
  flex-direction: column;
  gap: 1.7vw;
}

.about-subscription-block-list-one {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.about-subscription-block-list-one-price {
  font-size: 3.2vw;
  width: 30%;
  font-weight: bold;
}

.about-subscription-block-list-one-price-text {
  font-size: 1.2vw;
}

.about-subscription-block-list-three {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1vw;
  background-color: #9db8e13d;
  border-radius: 1.4vw;
  padding: 1vw;
}

.about-path {
  padding-top: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.about-path-text {
  font-size: 1.4vw;
}

.about-path h2 {
  text-align: center;
  background-image: url("img/about-path-back.png");
  background-size: contain;
  background-position: calc(50% - 4vw) center;
  background-repeat: no-repeat;
  padding: 1.3vw 20vw;
}

.about-path-block {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin-top: 2vw;
  gap: 2vw;
  font-size: 1.2vw;
  align-items: flex-start;
  font-weight: 500;
}

.about-path-block-m {
  display: none;
}

.about-path-block-mass-l {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  gap: 2vw;
}
.about-path-block-mass-r {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  gap: 2vw;
}

.about-path-block-mass-el-title {
  width: fit-content;
  height: 100%;
  background-color: aliceblue;
  padding: 0.6vw 1vw;
  border-radius: 0.7vw;
  border: 1px solid rgba(56, 105, 246, 1);
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(56, 105, 246, 0.2);
}

.about-path-block-mass-el {
  width: fit-content;
  height: 100%;
  background-color: aliceblue;
  padding: 0.6vw 1vw;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(56, 105, 246, 0.2);
}

.about-path-block-mass-el-block {
  width: fit-content;
  height: 100%;
  background-color: aliceblue;
  padding: 0.6vw 1vw;
  border-radius: 0.7vw;
  border: 1px solid rgba(56, 105, 246, 1);
  color: rgba(56, 105, 246, 1);
  box-shadow: 0 4px 8px rgba(56, 105, 246, 0.2);
}

.price-title {
  text-align: center;
}

.price-image-container-left {
  position: absolute;
  /* left: 2vw; */
  transform: translate(-50%, -50%);
  margin-top: 4vw;
  margin-left: -25vw;
}
.price-image-container-right {
  position: absolute;
  /* left: 2vw; */
  transform: translate(-50%, -50%);
  margin-top: 4vw;
  margin-right: -29vw;
}

.price-image-container-left img,
.price-image-container-right img {
  width: 19vw;
}

.price-block {
  display: flex;
  flex-direction: row;
  width: 80%;
  justify-content: space-around;
}

.price-block-el-img {
  width: 6vw;
}

.price-block-el {
  width: 23vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.price-block-el-title {
  font-weight: bold;
  font-size: 1.2vw;
}
.price-block-el-text {
  font-size: 1.2vw;
}

.clients-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.clients-block-left {
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.clients-block-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.clients-block-back {
  background-color: #fff;
  border-radius: 16px;
  padding: 1vw 2vw;
  font-size: 1.2vw;
}

.clients-block-left-title {
  margin: 0;
}

.clients-block-left-age {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8vw;
}

.clients-block-left-age-m {
  font-size: 1.2vw;
}

.clients-block-left-age-N {
  font-size: 3.2vw;
  font-weight: bold;
}

.clients-block-left-age-text {
  /* font-size: 1vw; */
  font-weight: bold;
}

.clients-block-left-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 50%;
  gap: 5px;
}

.clients-block-right-img {
  max-width: 40vw;
  height: 2vw;
}

.clients-block-right-img-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* width: 80%; */
  gap: 2vw;
  padding: 2vw 0;
}

.clients-block-left-title {
  font-weight: bold;
}

.clients-block-right-title {
  font-weight: 500;
}

.clients-block-left-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 60%;
  font-weight: bold;
}
