:root {
  --color-black: #000;
  --color-white: #fff;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a {
  text-decoration: none;
}

body {
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul li {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  font-family: "Inter", sans-serif;
}

body.scroll-hide {
  overflow: hidden;
}

.container {
  max-width: 75.26316vw;
  margin: 0 auto;
  padding: 0 0.78947vw;
}

.page-site {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.btn {
  border-radius: 2.63158vw;
  padding: 0.52632vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 1.05263vw;
  line-height: 1.26316vw;
  text-align: center;
  color: #ffffff;
}

.btn.btn--orange {
  background: #f26522;
  transition: background 0.3s ease-in-out;
}

.btn.btn--orange:hover {
  background: #f18858;
}

.btn.btn--orange:hover .circle-arrow {
  background: #f26522;
}

.btn.btn--arrow {
  display: flex;
  align-items: center;
  gap: 0.52632vw;
  padding-right: 0.73684vw;
}

.btn.btn--arrow:hover .circle-arrow {
  transform: rotate(45deg);
}

.btn.btn--blue {
  background: #0054a6;
}

.circle-arrow {
  background: #dc5515;
  width: 1.63158vw;
  height: 1.63158vw;
  border-radius: 50%;
  position: relative;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.circle-arrow::before {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-white-left-bottom.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pd-sec {
  padding: 2.63158vw 0;
}

.title {
  font-weight: 700;
  font-size: 2.63158vw;
  line-height: 3.21053vw;
  text-align: right;
  color: #0054a6;
}

.title.text-center {
  text-align: center;
}

.text {
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #000000;
}

.text p {
  margin-bottom: 1.05263vw;
}

.text p strong {
  color: #0f72d3;
  font-weight: 700;
}

.call-button {
  position: fixed;
  bottom: 1.57895vw;
  right: 1.57895vw;
  z-index: 999;
  width: 10vw;
  height: 10vw;
  background: #0f72d3;
  border-radius: 26.31579vw;
  font-weight: 400;
  font-size: 1.68421vw;
  line-height: 2.05263vw;
  text-align: center;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease-in-out;
}

.call-button:hover {
  background: #2a86e1;
}

.call-button:hover .circle-arrow {
  transform: rotate(45deg);
}

.call-button::before {
  position: absolute;
  content: "";
  width: calc(100% + 1.05263vw);
  height: calc(100% + 1.05263vw);
  background-color: rgba(15, 114, 211, 0.1);
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.23, 0.85, 0.86, 0.25) 0s infinite forwards;
}

.call-button .circle-arrow {
  width: 2.31579vw;
  height: 2.31579vw;
  margin-top: 0.52632vw;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.pb-not {
  padding-bottom: 0 !important;
}

@media (min-width: 767px) {
  .mob-trigger-result {
    display: none;
  }
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  z-index: 222;
}

.header-right {
  display: flex;
  align-items: center;
  margin-right: 1.57895vw;
}

.header-link {
  font-weight: 700;
  font-size: 0.73684vw;
  line-height: 0.89474vw;
  color: #ffffff;
  margin-right: 2.63158vw;
  position: relative;
}

.header-link:hover {
  text-decoration: underline;
}

.header-link::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.05263vw;
  background: #ffffff;
  right: -1.31579vw;
  top: 0;
  pointer-events: none;
}

.whatsapp {
  background-image: url("../img/whotsapp.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.36842vw;
  height: 2.36842vw;
}

.logo {
  background: #ffffff;
  border-radius: 0vw 0vw 2.36842vw 0vw;
  padding: 1.05263vw;
  width: 18.05263vw;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo {
  position: relative;
  min-height: 36.84211vw;
  padding: 8.42105vw 0;
}

.promo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.promo__ofer {
  max-width: 38.57895vw;
}

.promo__ofer h1 {
  font-weight: 700;
  font-size: 2.63158vw;
  line-height: 3.21053vw;
  color: #ffffff;
}

.promo__ofer h1 strong {
  font-weight: 700;
  color: #0054a6;
  white-space: nowrap;
  padding: 0 0.52632vw;
  position: relative;
}

.promo__ofer h1 strong::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 90%;
  top: 0.31579vw;
  left: 0;
  z-index: -1;
  border-radius: 0.31579vw;
}

.promo__ofer p {
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #ffffff;
  max-width: 23.84211vw;
  margin-top: 1.57895vw;
}

.promo__btn {
  margin-top: 2.10526vw;
}

.coatings .title {
  max-width: 48.78947vw;
  margin: 0 auto;
}

.sec-wrap {
  position: relative;
}

.coatings__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  z-index: -1;
}

.coatings__wrapper {
  display: flex;
  gap: 2.63158vw;
  margin-top: 2.63158vw;
  justify-content: flex-end;
}

.coatings-img {
  height: 30.68421vw;
  margin-right: -12.89474vw;
}

.coatings-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.coatings-acc {
  max-width: 33.47368vw;
  width: 100%;
}

.toggle-item {
  margin-bottom: 2.63158vw;
  width: 100%;
}

.toggle-item__title {
  background: #e8e9eb;
  border-radius: 2.63158vw;
  font-weight: 700;
  font-size: 0.94737vw;
  line-height: 1.15789vw;
  color: #0054a6;
  padding: 0.78947vw 1.57895vw 0.78947vw 3.15789vw;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.toggle-item__title.active {
  background: #0054a6;
  color: #fff;
}

.toggle-item__title.active::before {
  background: #0f72d3;
}

.toggle-item__title.active:after {
  transform: rotate(180deg);
  filter: brightness(20);
}

.toggle-item__title::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center;
  width: 1.63158vw;
  height: 1.63158vw;
  left: 0.52632vw;
  top: 0.52632vw;
  transition: all 0.3s ease-in-out;
}

.toggle-item__title::before {
  content: "";
  position: absolute;
  width: 1.63158vw;
  height: 1.63158vw;
  left: 0.52632vw;
  top: 0.52632vw;
  background-color: #d9d9d9;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.toggle-item__descr {
  font-weight: 400;
  font-size: 0.94737vw;
  line-height: 1.15789vw;
  color: #000000;
  margin-top: 1.57895vw;
  display: none;
}

.toggle-item__descr.open {
  display: block;
}

.toggle-item__descr ul li {
  margin-bottom: 1.84211vw;
  margin-right: 2.10526vw;
  position: relative;
}

.toggle-item__descr ul li::before {
  content: "";
  position: absolute;
  background-image: url("../img/check-icon.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 1.42105vw;
  height: 1.42105vw;
  background-color: #ffffff;
  box-shadow: 0vw 0.21053vw 1.10526vw rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  right: -2.10526vw;
  top: -0.10526vw;
}

.toggle-item__descr ul li:last-child {
  margin-bottom: 0;
}

.about {
  margin-top: 2.63158vw;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  background-image: url("../img/line-decor.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 10.0vw);
  height: 16.94737vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7.52632vw;
  pointer-events: none;
}

.about-top {
  display: flex;
  padding-top: 2.63158vw;
}

.about-top .title {
  white-space: nowrap;
  margin-left: 2.42105vw;
  transform: translateY(-0.52632vw);
}

.about-top__text {
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #000000;
  max-width: 26.84211vw;
}

.about-top__text p {
  margin-bottom: 1.05263vw;
}

.about-top__text p strong {
  color: #0f72d3;
  font-weight: 700;
}

.about-top__img {
  width: 43.15789vw;
  min-width: 43.15789vw;
  margin-left: -8.63158vw;
  margin-right: 1.05263vw;
  margin-top: -6.10526vw;
}

.about-top__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.05263vw;
  column-gap: 1.05263vw;
  row-gap: 1.31579vw;
  margin-top: 2.63158vw;
  max-width: 55vw;
  margin-left: 7.47368vw;
  margin-right: auto;
}

.about-bottom .item {
  background: #ffffff;
  border: 0.05263vw solid #ececec;
  box-shadow: 0vw 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  border-radius: 1.57895vw;
  padding: 1.31579vw;
}

.about-bottom .item:nth-child(4), .about-bottom .item:nth-child(5), .about-bottom .item:nth-child(6) {
  transform: translateX(-7.36842vw);
}

.about-bottom .icon {
  width: 3.68421vw;
  height: 3.15789vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.about-bottom .icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-bottom .text {
  font-weight: 700;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #000000;
  margin-top: 0.78947vw;
}

.comparison .container {
  max-width: 85.78947vw;
}

.comparison__wrapper {
  background: #ffffff;
  border: 0.05263vw solid #ececec;
  box-shadow: 0vw 0.21053vw 3.26316vw rgba(0, 0, 0, 0.1);
  border-radius: 1.57895vw;
  min-height: 39.47368vw;
  padding: 5.26316vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comparison__wrapper .swiper-grid-column>.swiper-wrapper {
  flex-direction: inherit;
}

.comparison__info {
  max-width: 26.84211vw;
}

.comparison__info .text {
  margin-top: 2.63158vw;
}

.comparison-slider {
  max-width: 37.36842vw;
  margin-left: 3.15789vw;
  position: relative;
}

.comparison-slider::before {
  content: "";
  position: absolute;
  background-image: url("../img/circle-svg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 43.68421vw;
  height: 34.78947vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.comparison-slider .swiper {
  padding: 0.52632vw;
}

.comparison-slider .swiper-wrapper {
  row-gap: 1.31579vw;
}

.comparison-slider .slick-list {
  padding: 0.26316vw;
}

.comparison-slider .slick-slide {
  padding-left: 0.84211vw;
  padding-right: 0.31579vw;
}

.comparison-slider .slick-slide:nth-child(even)>div:first-child .comparison-slider-item {
  box-shadow: 0 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  border-radius: 1.57895vw 1.57895vw 0vw 1.57895vw;
}

.comparison-slider .slick-slide:nth-child(even)>div:last-child .comparison-slider-item {
  box-shadow: 0 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  border-radius: 1.57895vw 0vw 1.57895vw 1.57895vw;
}

.comparison-slider .slick-slide>div:first-child .comparison-slider-item {
  box-shadow: 0 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  border-radius: 1.57895vw 1.57895vw 1.57895vw 0vw;
}

.comparison-slider .slick-slide>div:last-child .comparison-slider-item {
  margin-bottom: 0 !important;
  box-shadow: 0 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  border-radius: 0 1.57895vw 1.57895vw 1.57895vw;
}

.comparison-slider .comparison-slider-item {
  background: #ffffff;
  border: 0.05263vw solid #ececec;
  box-shadow: 0vw 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 11.57895vw;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.05263vw;
  margin-top: 0 !important;
  margin-bottom: 1.31579vw !important;
}

.comparison-slider .comparison-slider-item .text {
  font-weight: 700;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #000000;
  margin-top: 1.31579vw;
}

.comparison-slider .comparison-slider-item .icon {
  width: 3.15789vw;
  height: 3.15789vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comparison-slider .comparison-slider-item .icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.26316vw;
  height: 4.26316vw;
  top: 46%;
}

@media (any-hover: hover) {

  .swiper-button-next:hover:before,
  .swiper-button-prev:hover:before {
    background-color: rgba(0, 83, 166, 0.1529411765);
  }
}

.swiper-button-next::before,
.swiper-button-prev::before {
  position: absolute;
  content: "";
  width: calc(100% + 1.05263vw);
  height: calc(100% + 1.05263vw);
  border-radius: 50%;
  background-color: rgba(236, 236, 236, 0.3);
  box-shadow: 0vw 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: background-color 0.3s ease-in-out;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 4.26316vw;
  height: 4.26316vw;
}

.swiper-button-next {
  right: -1.63158vw;
}

.swiper-button-next::after {
  background-image: url("../img/slider-arrow-next.svg");
}

.swiper-button-prev {
  left: -1.63158vw;
}

.swiper-button-prev::after {
  background-image: url("../img/slider-arrow-prev.svg");
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.contact {
  position: relative;
  padding: 7.89474vw 0;
}

.contact .container {
  display: flex;
}

.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact-form {
  background: #ffffff;
  box-shadow: 0vw 0.21053vw 3.26316vw rgba(0, 0, 0, 0.1);
  border-radius: 1.57895vw;
  padding: 3.15789vw 2.63158vw;
  max-width: 27.21053vw;
  z-index: 2;
  position: relative;
}

.contact-form .text {
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #000000;
  margin-top: 1.31579vw;
}

.form {
  margin-top: 2.10526vw;
}

.form__input {
  height: 2.63158vw;
  width: 100%;
  margin-bottom: 0.68421vw;
}

.form__input input {
  background: #f3f6fa;
  border-radius: 0.42105vw;
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #868686;
  padding: 0 1.31579vw;
  height: 100%;
  width: 100%;
  border: none;
}

.form__input input::-moz-placeholder {
  color: #868686;
}

.form__input input::placeholder {
  color: #868686;
}

.form__textarea {
  height: 7.94737vw;
  width: 100%;
  margin-bottom: 1.57895vw;
}

.form__textarea textarea {
  background: #f3f6fa;
  border-radius: 0.42105vw;
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #868686;
  padding: 0.68421vw 1.31579vw;
  height: 100%;
  width: 100%;
  border: none;
  resize: none;
}

.form__textarea textarea::-moz-placeholder {
  color: #868686;
}

.form__textarea textarea::placeholder {
  color: #868686;
}

.form-bottom {
  display: flex;
  gap: 2.10526vw;
}

.form-bottom .promo__btn {
  margin-top: 0;
  min-width: 11.15789vw;
  justify-content: flex-end;
  gap: 2.15789vw;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 0.63158vw;
  line-height: 150%;
  color: #868686;
  height: fit-content;
  gap: 0.26316vw;
}

.checkbox div {
  max-width: 7.26316vw;
}

.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0.73684vw;
  min-width: 0.73684vw;
  height: 0.73684vw;
  border: 0.05263vw solid #0054a6;
  border-radius: 0.10526vw;
  position: relative;
  transform: translateY(0.26316vw);
}

.checkbox input::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 0.68421vw 0.36842vw;
  background-position: center;
  background-image: url("../img/check-icon2.svg");
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.checkbox input:checked::before {
  opacity: 1;
}

.contact__img {
  position: absolute;
  left: 6.31579vw;
  top: 50%;
  transform: translateY(-50%);
  height: 36.42105vw;
}

.contact__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ofer-block--container {
  max-width: 87.36842vw;
}

.ofer-block {
  background: #f26522;
  border: 0.05263vw solid #ececec;
  box-shadow: 0vw 0.21053vw 3.26316vw rgba(0, 0, 0, 0.1);
  border-radius: 1.57895vw;
  padding: 5.26316vw;
  display: flex;
  justify-content: space-between;
  gap: 2.10526vw;
}

.ofer-block .title {
  max-width: 42.52632vw;
  color: #ffffff;
}

.ofer-block .promo__btn {
  background: #0f72d3;
  height: fit-content;
  font-size: 1.68421vw;
  line-height: 2.05263vw;
  gap: 1.15789vw;
}

.ofer-block .circle-arrow {
  width: 2.31579vw;
  height: 2.31579vw;
}

.question-top {
  display: flex;
  gap: 3.94737vw;
}

.question-top__right .text-border {
  width: 29.84211vw;
  margin-top: 0.52632vw;
}

.question-top__right .text-border img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.question-top__left {
  max-width: 22.10526vw;
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #000000;
}

.question__wrapper {
  margin-top: 4.47368vw;
  display: flex;
  gap: 3.42105vw;
}

.question__wrapper .toggle-item {
  margin-bottom: 1.05263vw;
}

.question-acc {
  max-width: 33.47368vw;
  min-width: 33.47368vw;
}

.question__img {
  min-width: 46.42105vw;
  width: 46.42105vw;
}

.question__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews .container {
  background: #ffffff;
  border: 0.05263vw solid #ececec;
  box-shadow: 0vw 0.21053vw 3.26316vw rgba(0, 0, 0, 0.1);
  border-radius: 1.57895vw;
  max-width: 85.78947vw;
  padding: 6.05263vw 5.26316vw 3.68421vw;
}

.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  width: 7.89474vw;
  height: 7.89474vw;
  top: 40%;
}

.reviews .swiper-button-next:after,
.reviews .swiper-button-prev:after {
  width: 7.10526vw;
  height: 7.10526vw;
}

.reviews .swiper-button-next {
  right: -3.94737vw;
}

.reviews .swiper-button-prev {
  left: -3.94737vw;
}

.reviews__wrapper {
  display: flex;
  gap: 8.42105vw;
  position: relative;
}

.reviews__slider {
  max-width: 34.21053vw;
  position: relative;
}

.reviews__slider::before {
  content: "";
  position: absolute;
  background-image: url("../img/reviews-decor.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 47.52632vw;
  height: 17.52632vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.blue-block {
  width: 23.84211vw;
  padding: 6.31579vw 2.63158vw;
  background: #0f72d3;
  border: 0.05263vw solid #ececec;
  box-shadow: 0vw 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  border-radius: 1.57895vw;
  min-width: 23.84211vw;
  position: relative;
}

.blue-block .icon {
  position: absolute;
  top: -3.68421vw;
  left: -3.68421vw;
  width: 9.21053vw;
  height: 9.21053vw;
  background-color: rgba(236, 236, 236, 0.3);
  border-radius: 50%;
  box-shadow: 0vw 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
}

.blue-block .icon::before {
  content: "";
  position: absolute;
  background-image: url("../img/comment-icon.svg");
  background-repeat: no-repeat;
  background-size: 2.31579vw 2.15789vw;
  background-position: center;
  width: 7.47368vw;
  height: 7.47368vw;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blue-block .title {
  color: #ffffff;
}

.blue-block p {
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #ffffff;
  margin-top: 4.21053vw;
}

.blue-block .stars {
  margin-top: 1.05263vw;
}

img.stars {
  width: 10.21053vw;
  transform: rotate(180deg) rotateX(180deg);
}

img.stars-5 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

img.stars-4 {
  -webkit-clip-path: polygon(0 0, 80% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0, 80% 100%, 0% 100%);
}

img.stars-3 {
  -webkit-clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
  clip-path: polygon(0 0, 60% 0, 60% 100%, 0% 100%);
}

img.stars-2 {
  -webkit-clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
}

img.stars-1 {
  -webkit-clip-path: polygon(0 0, 20% 0, 20% 100%, 0% 100%);
  clip-path: polygon(0 0, 20% 0, 20% 100%, 0% 100%);
}

.reviews-item-wrap {
  padding-top: 3.15789vw;
}

.reviews-item__top {
  display: flex;
  gap: 2.10526vw;
}

.reviews-item__top .text {
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #000000;
}

.reviews-item__top .text p:last-child {
  margin-bottom: 0;
}

.reviews-item__top .top-mobil>.icon {
  width: 5.21053vw;
  min-width: 5.21053vw;
  height: 5.21053vw;
  border-radius: 50%;
  overflow: hidden;
}

.reviews-item__top .top-mobil>.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.73684vw;
}

.reviews-item__bottom .text {
  font-weight: 700;
  font-size: 0.94737vw;
  line-height: 150%;
  color: #000000;
}

.important .container {
  position: relative;
}

.important .container::before {
  content: "";
  position: absolute;
  background-image: url("../img/decor.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 10.52632vw;
  height: 6.68421vw;
  left: -3.68421vw;
  top: 0;
  pointer-events: none;
	display: none;
}

.important .title {
  max-width: 39.47368vw;
}

.important__wrapper {
  margin-top: 3.68421vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.05263vw;
}

.important-item {
  border-radius: 1.57895vw;
  overflow: hidden;
  height: 29.47368vw;
  position: relative;
}

.important-item:hover::before {
  opacity: 0.7;
}

.important-item .hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1.57895vw;
  background: rgba(21, 63, 83, 0.85);
  padding: 2.10526vw;
  color: #FFF;
  text-align: center;
  font-size: 0.94737vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 140%;
  font-weight: 400;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
}

.important-item:hover .hover-text {
  opacity: 1;
  transform: scale(1);
}

.important-item::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(16, 87, 120, 0) 53.3%, rgba(26, 97, 130, 0.75) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.important-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.7, 0.63, 0.38, 1.08);
  display: block;
}

.important-item div {
  position: absolute;
  font-weight: 700;
  font-size: 1.68421vw;
  line-height: 2.05263vw;
  color: #ffffff;
  padding: 2.63158vw 1.57895vw;
  z-index: 2;
  right: 0;
  bottom: 0;
}

.footer {
  background: #0054a6;
  padding: 1.84211vw 0;
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.page-default {
  margin: 150px 0 200px 0;
}

.footer::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 31vw;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}

.footer .container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.footer-logo-lm {
  margin-right: auto;
  height: 3.42105vw;
}

.footer-logo-lm img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-footer {
  margin-right: 6.31579vw;
}

.nav-footer ul {
  display: flex;
  gap: 1.57895vw;
}

.nav-footer ul a {
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 150%;
  text-decoration-line: underline;
  color: #ffffff;
}

.nav-footer ul a:hover {
  text-shadow: 0.02632vw 0 0 currentColor;
}

.footer-logo {
  height: 3.14105vw;
}

.footer-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.69);
  box-shadow: 0.52632vw 1.05263vw 2.63158vw rgba(0, 0, 0, 0.24);
  z-index: 20000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-wrap.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: auto;
  height: fit-content;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100vh;
  min-width: 23.15789vw;
  max-width: 23.15789vw;
}

.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal__body {
  background: #ffffff;
  box-shadow: 0.21053vw 0.21053vw 0.78947vw rgba(67, 0, 119, 0.18);
  border-radius: 1.57895vw;
  padding: 2.63158vw;
  width: 100%;
  position: relative;
}

.modal__close {
  position: absolute;
  right: 1.57895vw;
  top: 1.57895vw;
  width: 1.47368vw;
  height: 1.21053vw;
  border-radius: 0.42105vw;
  cursor: pointer;
  transition: filter 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .modal__close:hover {
    filter: brightness(0);
  }
}

.modal__close::before {
  content: "";
  position: absolute;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.47368vw;
  height: 1.21053vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-policy .modal__body {
  padding: 4.21053vw 4.73684vw 4.21053vw 3.15789vw;
}

.modal-policy .modal {
  min-width: 63vw;
  max-width: 63vw;
}

.modal__title {
  font-size: 2.63158vw;
  line-height: 3.21053vw;
  font-weight: 700;
  color: #0054a6;
  margin-bottom: 2.10526vw;
}

.policy-text {
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #000000;
  max-height: 30vw;
  overflow-y: auto;
  padding-left: 4.89474vw;
  scrollbar-color: #222332 #fff;
}

.policy-text::-webkit-scrollbar-track {
  background: linear-gradient(to left, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0) 10%, rgb(239, 239, 239) 25%, rgb(239, 239, 239) 75%, rgba(239, 239, 239, 0) 90%, rgba(239, 239, 239, 0) 100%);
  border-radius: 1.57895vw;
  width: 0.36842vw;
}

.policy-text::-webkit-scrollbar {
  width: 0.36842vw;
}

.policy-text::-webkit-scrollbar-thumb {
  background: #f26522;
  border-radius: 1.57895vw;
  width: 0.36842vw;
}

.policy-text a {
  text-decoration-line: underline;
  color: #23b0ff;
}

.policy-text a:hover {
  color: #0e9bed;
}

.policy-text p {
  margin-bottom: 1.05263vw;
}

.policy-text p:last-child {
  margin-bottom: 0;
}

.modal-form .modal,
.modal-final .modal {
  min-width: 100vw;
}

.modal-form .modal__body,
.modal-final .modal__body {
  padding: 5.26316vw 3.68421vw;
  border-radius: 0;
}

.modal-form .modal__title,
.modal-final .modal__title {
  margin-bottom: 1.31579vw;
}

.modal-form .form-wrap,
.modal-final .form-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.68421vw;
  max-width: 53.47368vw;
}

.modal-form .form__input,
.modal-final .form__input {
  margin-bottom: 0;
}

.modal-form .form-bottom,
.modal-final .form-bottom {
  flex-direction: column;
  gap: 1.26316vw;
  margin-top: 1.84211vw;
}

.modal-form .form-bottom p,
.modal-final .form-bottom p {
  max-width: 23.84211vw;
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 150%;
  color: #000000;
}

.modal-form .form-bottom .circle-arrow,
.modal-final .form-bottom .circle-arrow {
  background: #dc5515 !important;
}

.modal-final .circle-arrow {
  transform: rotate(225deg) !important;
}

.modal-cards-wrap-one {
  min-width: 35vw;
}


.form-bg {
  margin-top: 2.10526vw;
  background: #f2f2f2;
  border-radius: 1.57895vw;
  padding: 3.68421vw 2.63158vw;
}

.form-bg::before {
  position: absolute;
  content: '';
  background-image: url("../img/form-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
}

.subtitle {
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 150%;
  color: #000000;
}

.form-modal {
  max-width: 36.84211vw;
  width: 100%;
  padding-bottom: 2.63158vw;
  position: relative;
}

.form-modal .promo__btn {
  position: absolute;
  bottom: 0;
  right: 3.78947vw;
  margin-top: 0;
}

.modal-wrapper {
  display: flex;
  gap: 1.26316vw;
  position: relative;
}

.modal-wrapper h2 {
  font-weight: 700;
  font-size: 1.26316vw;
  line-height: 1.52632vw;
  color: #0054a6;
  margin-bottom: 1.63579vw;
}

.col-item {
  position: relative;
  padding-right: 3.78947vw;
  margin-bottom: 1.57895vw;
  min-height: 9.52632vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.col-item.col-item--orange {
  position: relative;
  z-index: 2;
}

.col-item.col-item--orange::before {
  position: absolute;
  content: "";
  background: #ffffff;
  border-radius: 1.36842vw;
  width: 110%;
  right: -0.52632vw;
  height: calc(1.05263vw + 100%);
  z-index: -1;
}

.col-item.col-item--orange .col-item__title p {
  color: #f26522;
}

.col-item.col-item--orange .col-item__title span {
  background: #f26522;
}

.col-item.col-item--orange .col-checkbox input[type=checkbox]:checked+span {
  color: #f26522;
}

.person {
  position: relative;
  padding-right: 3.78947vw;
}

.person:not(:nth-child(2)) {
  padding-top: 1.84211vw;
  margin-top: 1.84211vw;
  border-top: 1px solid #d5d5d5;
}

.person:not(:nth-child(2)) .delete-person {
  display: block;
}

.person:not(:nth-child(2)) .col-item__title {
  top: 1.84211vw;
}

.person__top {
  max-width: 23.36842vw;
  display: flex;
  flex-direction: column;
  gap: 0.52632vw;
}

.person__top .select {
  width: 100%;
}


.col-item__title {
  position: absolute;
  right: 0;
  top: 0;
  background: #e8e9eb;
  border-radius: 2.63158vw;
  padding: 0.52632vw 0.26316vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5vw;
  height: 100%;
  width: 2.10526vw;
  padding-top: 0.78947vw;
}

.col-item__title p {
  writing-mode: vertical-rl;
  transform: rotateX(180deg) rotateY(180deg);
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.73684vw;
  line-height: 0.84211vw;
  color: #0054a6;
}

.delete-person {
  width: 1.47368vw;
  height: 1.47368vw;
  background-color: #d9d9d9;
  border-radius: 50%;
  background-image: url("../img/delete.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.73684vw 0.57895vw;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}

@media (any-hover: hover) {
  .delete-person:hover {
    background-color: #cccccc;
  }
}

.age-input {
  width: 11.42105vw;
  height: 2.63158vw;
  background: #e8e9eb;
  border-radius: 2.63158vw;
}



.col-inputs {
  display: flex;
  gap: 0.63158vw;
}

.col-selects {
  display: flex;
  flex-direction: column;
  gap: 0.63158vw;
}

.col-selects .col-input {
  display: flex;
  align-items: center;
  gap: 1.05263vw;
  background-color: transparent;
  width: 100%;
}

.col-selects .col-input p {
  width: 5vw;
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 150%;
  color: #000000;
}

.select {
  width: 11.42105vw;
  min-width: 11.42105vw;
  height: 2.63158vw;
  position: relative;
}

.select::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center;
  width: 1.63158vw;
  height: 1.63158vw;
  left: 0.52632vw;
  top: 0.52632vw;
  transition: all 0.3s ease-in-out;
  background-color: #d9d9d9;
  border-radius: 50%;
  pointer-events: none;
}

.select.active::after {
  transform: rotate(180deg);
}

.select select {
  background: #e8e9eb;
  border-radius: 2.63158vw;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 0.89474vw;
  color: #000000;
  border: none;
  padding: 0 1.05263vw;
  cursor: pointer;
}

.col-input {
  width: 11.42105vw;
  height: 2.63158vw;
  background: #e8e9eb;
  border-radius: 2.63158vw;
}

.col-input input {
  padding: 0 1.05263vw;
  width: 100%;
  height: 100%;
  border: none;
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 0.89474vw;
  color: #000000;
}

.col-input-age {
  width: 100%;
}

.col-input input::placeholder {
  color: #000000;
}

.col-input input:active {
  opacity: 1;
}

.date-input {
  position: relative;
}

.date-input::before {
  position: absolute;
  content: attr(data-placeholder);
  right: 1.05263vw;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 0.89474vw;
  color: #000000;
}

.date-input input {
  opacity: 0;
}

.date-input input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.orange-text {
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 150%;
  text-align: right;
  color: #f26522;
}

.orange-text.hidden {
  display: none;
}

.add-col-input {
  font-weight: 700;
  font-size: 0.73684vw;
  line-height: 150%;
  color: #f26522;
  margin-top: 1.05263vw;
  display: flex;
  align-items: center;
  gap: 0.78947vw;
  cursor: pointer;
}

.add-col-input:hover::after {
  transform: rotate(90deg);
}

.add-col-input::after {
  content: "";
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-size: 0.68421vw 0.68421vw;
  background-position: center;
  width: 1.63158vw;
  height: 1.63158vw;
  background-color: #f26522;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}

.col-checkboxs {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.57895vw;
  column-gap: 0.57895vw;
  margin-top: 0.78947vw;
  position: relative;
}

.col-checkboxs::-webkit-scrollbar {
  width: 0.52632vw;
}

.col-checkboxs::-webkit-scrollbar-track {
  background: linear-gradient(to right, transparent 0.21053vw, #e8e9eb 0.21053vw, #e8e9eb 0.31579vw, transparent 0.31579vw);
}

.col-checkboxs::-webkit-scrollbar-thumb {
  background: #f26522;
  border-radius: 0.68421vw;
  width: 0.42105vw;
  height: 2vw;
}

.col-checkboxs::-webkit-scrollbar-thumb:hover {
  background: #f26522;
}

.col-checkbox {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-top: 0.52632vw;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 150%;
  color: #000000;
  width: 48%;
  padding-left: 1.05263vw;
}

.col-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.63158vw;
  min-width: 1.63158vw;
  height: 1.63158vw;
  border-radius: 50%;
  background: #e8e9eb;
  position: relative;
  cursor: pointer;
}

.col-checkbox input::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 1.56316vw 1.56316vw;
  background-position: center;
  background-image: url("../img/checkform.svg");
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.col-checkbox input:checked {
  background: #f26522;
}

.col-checkbox input:checked+span {
  color: #f26522;
}

.col-checkbox input:checked::before {
  opacity: 1;
}

.checkbox-wrapper--types-insurance {
  position: relative;
}

.checkbox-wrapper--types-insurance .col-checkboxs {
  overflow-y: visible;
  overflow-x: visible;
  max-height: fit-content;
  position: static;
}

.checkbox-wrapper--types-insurance .col-checkbox-wrap .label {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.col-checkbox-wrap {
  cursor: auto;
}

.checkbox-wrapper--types-insurance .col-checkbox {
  display: block;
}


.modal-calendar {
  display: none;
}

.modal-calendar.active {
  display: block;
}

.modal-calendar__close {
  width: 1.26316vw;
  height: 1.26316vw;
  position: absolute;
  content: '';
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: 0.84211vw 0.68421vw;
  background-position: center;
  right: 0.52632vw;
  top: 0.52632vw;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
}

.modal-calendar__close:hover {
  filter: contrast(0.5);
}

.edit-modal-calendar {
  color: #F26522;
  font-size: 0.73684vw;
  line-height: 150%;
  text-decoration-line: underline;
  margin-top: -0.31579vw;
  padding-right: 0.73684vw;
  position: relative;
  display: none;
  cursor: pointer;
}

.edit-modal-calendar::before {
  position: absolute;
  content: '';
  width: 0.63158vw;
  height: 0.63158vw;
  background-image: url("../img/edit-icon.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  right: 0;
  top: 0.36842vw;
}

/*.checkbox-wrapper--types-insurance .col-checkbox:first-child .modal-calendar {
  display: block;
}*/

.modal-calendar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1.05263vw);
  height: calc(100% - 1.05263vw);
  background: #F2F2F2;
  border-radius: 0.42105vw;
  z-index: 30;
  padding: 2.63158vw 2.10526vw;
}

.modal-calendar__wrapper {
  padding-top: 1.84211vw;
  display: flex;
  gap: 2.63158vw;
}

.modal-calendar input {
  width: 100%;
  height: 100%;
}

.date-input__title {
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 0.89474vw;
  color: #000000;
  margin-bottom: 0.68421vw;
}



.tooltip {
  width: 1.05263vw;
  min-width: 1.05263vw;
  height: 1.05263vw;
  background-image: url("../img/tool.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  margin-right: auto;
}

.tooltip:hover::before {
  visibility: visible;
  opacity: 1;
}

.tooltip::before {
  position: absolute;
  content: attr(data-tooltip);
  background-color: #333;
  color: white;
  padding: 0.26316vw 0.52632vw;
  border-radius: 0.26316vw;
  font-size: 0.73684vw;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  z-index: 2;
  right: 100%;
  bottom: 100%;
  width: 15.89474vw;
  padding: 0.52632vw;
}

.result-wrapper {
  width: 15.31579vw;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.result-wrapper.active {
  pointer-events: all;
  opacity: 1;
}

.result-block__title {
  background: #0f72d3;
  border-radius: 0.63158vw 0.57895vw 0vw 0vw;
  width: 100%;
  padding: 0.42105vw;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 0.84211vw;
  line-height: 1vw;
  color: #ffffff;
  text-align: center;
}

.result-block {
  width: 100%;
  background: #ffffff;
  border: 0.05263vw solid #ececec;
  box-shadow: 0vw 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  border-radius: 0.63158vw;
  margin-top: 1.84211vw;
  padding: 2.89474vw 1.05263vw 3.15789vw;
  position: relative;
}

.result-block-item h3 {
  font-weight: 700;
  font-size: 0.73684vw;
  line-height: 150%;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  padding-left: 0.68421vw;
}

.result-block-item h3::before {
  position: absolute;
  content: "";
  border-bottom: 0.05263vw solid #e8e9eb;
  width: 13.15789vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
}

.result-block-item h3::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
}

.result-block-age {
  gap: 0.21053vw !important;
}

.result-block-age::before {
  background-image: url("../img/age.svg");
  background-position: center;
}

#return-date-result::before {
  transform: rotateY(180deg);
}

.result-block-target::before {
  background-image: url("../img/target.svg");
  background-position: center;
}

.result-block-extensions::before {
  background-image: url("../img/extensions.svg");
  background-position: center;
}

.result-block-extensions p {
  font-size: 0.63158vw;
  line-height: 150%;
  color: #A2A2A2;
}

.result-block-date::before {
  background-image: url("../img/date.svg");
  background-position: center;
}

.result-block-date.return::before {
  transform: rotateY(180deg);
}

.modal-cards-wrap, .cards2 {
  max-width: 17.84211vw;
  width: 100%;
  position: absolute;
  left: 12.10526vw;
  top: 25.26316vw;

}

.modal-form .modal-cards-wrap {
  overflow-y: auto;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  left: 7.29167vw;
  top: 3.28125vw;
}


.modal-form .modal-cards-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.cards2::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.65) -0.88%, #f2f2f2 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal-card {
  background: #0054a6;
  border-radius: 1.57895vw;
  padding: 1.84211vw 1.31579vw;
}

.modal-card h3 {
  font-weight: 700;
  font-size: 1.26316vw;
  line-height: 1.52632vw;
  color: #ffffff;
  margin-bottom: 1.31579vw;
}

.modal-card-wrap {
  background: #f4f2f2;
  border: 0.05263vw solid #ececec;
  border-radius: 0.63158vw;
  padding: 1.05263vw 1.05263vw 1.57895vw;
}

.modal-card-wrap>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.05263vw;
}

.person__num {
  padding-bottom: 0.26316vw;
}

.modal-card-price {
  font-weight: 700;
  font-size: 1.05263vw;
  line-height: 1.26316vw;
  color: #f26522;
  white-space: nowrap;
}

.modal-card-logo {
  width: 8.42105vw;
  height: 3.94737vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.modal-card-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-cards__btn {
  width: 100%;
  margin-top: 1.05263vw;
  display: flex;
  justify-content: space-between;
}

.modal-cards__bottom {
  margin-top: 2.36842vw;
}

.modal-cards__bottom .modal-card-wrap {
  margin-bottom: 0.52632vw;
}

.modal-cards__bottom .modal-card-wrap:last-child {
  margin-bottom: 0;
}

/* .result-block {
    display: none;
}
 */
.result-block-age,
.result-block-target,
.result-block-extensions,
.result-block-date {
  position: relative;
  font-weight: 400;
  font-size: 0.73684vw;
  line-height: 150%;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 0.42105vw;
  margin-bottom: 0.84211vw;
}

.result-block-age br,
.result-block-target br,
.result-block-extensions br,
.result-block-date br {
  display: none;
}

.result-block-age:nth-child(2),
.result-block-target:nth-child(2),
.result-block-extensions:nth-child(2),
.result-block-date:nth-child(2) {
  margin-top: 0.84211vw;
}

.result-block-age::before,
.result-block-target::before,
.result-block-extensions::before,
.result-block-date::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.26316vw;
  height: 1.26316vw;
}

.modal-final-wrap {
  display: flex;
  margin-top: 2.15789vw;
  gap: 8.42105vw;
}

.modal-final-wrap .result-wrapper h2 {
  display: none;
}

.modal-final-wrap .close-mob-result {
  display: none;
}

.modal-final-wrap h2 {
  font-weight: 700;
  font-size: 1.26316vw;
  line-height: 1.52632vw;
  color: #0054a6;
  margin-bottom: 1.21053vw;
}

.modal-final-wrap .modal-two-mob-title {
  font-weight: 700;
  font-size: 1.26316vw;
  line-height: 1.52632vw;
  color: #0054a6;
  display: block;
  position: absolute;
  top: -1.57895vw;
  right: 0;
  transform: translateY(-100%);
}

.cards2 {
  position: static;
  max-width: 38.84211vw;
}

.modal-final-wrap .cards2::before {
  display: none;
}

.modal-final-wrap .modal-cards__top {
  display: flex;
  gap: 3.42105vw;
}

.modal-final-wrap .modal-cards__top .modal-card {
  width: 17.84211vw;
}

.modal-final-wrap .modal-cards__top ul li {
  font-weight: 400;
  font-size: 0.84211vw;
  line-height: 240%;
  color: #000000;
  position: relative;
  padding-right: 1.05263vw;
  margin-bottom: 0.31579vw;
}

.modal-final-wrap .modal-cards__top ul li::after {
  position: absolute;
  content: "";
  background: #000000;
  width: 0.31579vw;
  height: 0.31579vw;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.main-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .main-title {
    font-size: 45px;
  }
}

.middle-title {
  font-weight: 700;
  font-size: 65px;
  line-height: 1.2;
  color: #000;
}

@media screen and (max-width: 991px) {
  .middle-title {
    font-size: 36px;
  }
}

.text-page {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.2;
  color: #3e3e3e;
}

.text-page *:not(img, ul, ol, li, blockquote) {
  margin-bottom: 1.5625vw;
}

.text-page *:last-child {
  margin-bottom: 0;
}

.text-page h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

.text-page h1 {
  font-size: 4.16667vw;
}

.text-page h2 {
  font-size: 3.38542vw;
}

.text-page h3 {
  font-size: 2.34375vw;
}

.text-page h4 {
  font-size: 1.875vw;
}

.text-page h5, .text-page h6 {
  font-size: 1.40625vw;
}

.text-page a {
  color: #1aacff;
  text-decoration: underline;
}

.text-page blockquote {
  background: #39f;
  border-radius: 0.78125vw;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 3.85417vw 6.04167vw;
  position: relative;
  z-index: 2;
}

.text-page blockquote::before {
  content: "";
  position: absolute;
  top: 1.82292vw;
  left: 1.92708vw;
  width: 3.125vw;
  height: 2.44792vw;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.text-page img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.text-page .alignleft {
  float: left;
  margin-right: 2.08333vw;
}

.text-page .alignright {
  float: right;
  margin-left: 2.08333vw;
}

.text-page .aligncenter {
  margin: 0 auto;
}

.text-page ul {
  margin-bottom: 1.5625vw;
}

.text-page ul li {
  padding-right: 0.83333vw;
  position: relative;
  z-index: 2;
}

.text-page ul li::after {
  content: "";
  position: absolute;
  top: 0.625vw;
  right: 0;
  width: 0.26042vw;
  height: 0.26042vw;
  border-radius: 50%;
  background-color: #3e3e3e;
}

.text-page ul li ol {
  counter-reset: numUl;
}

.text-page ul li ol li {
  padding-right: 0;
}

.text-page ul li ol li::after {
  display: none;
}

.text-page ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, '.') '.';
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.2;
  color: #3e3e3e;
}

.text-page ol {
  counter-reset: numOl;
}

.text-page ol li::before {
  counter-increment: numOl;
  content: counters(numOl, '.') '.';
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.2;
  color: #3e3e3e;
}

.text-page ol li ol {
  padding-right: 0.83333vw;
}

.text-page ol li ul {
  padding-right: 0.83333vw;
}

.text-page ol li ul li {
  padding-right: 0.83333vw;
  position: relative;
  z-index: 2;
}

.text-page ol li ul li::after {
  content: "";
  position: absolute;
  top: 0.625vw;
  right: 0;
  width: 0.26042vw;
  height: 0.26042vw;
  border-radius: 50%;
  background-color: #3e3e3e;
}

.text-page ol li ul li::before {
  display: none;
}

@media screen and (max-width: 990.99994px) {
  .text-page {
    font-size: 18px;
  }

  .text-page *:not(img, ul, ol, li, blockquote) {
    margin-bottom: 15px;
  }

  .text-page h1 {
    font-size: 45px;
  }

  .text-page h2 {
    font-size: 36px;
  }

  .text-page h3 {
    font-size: 27px;
  }

  .text-page h4 {
    font-size: 24px;
  }

  .text-page h5, .text h6 {
    font-size: 21px;
  }

  .text-page .alignleft, .text .alignright, .text .aligncenter {
    float: none;
    margin: 0 auto;
  }

  .text-page blockquote {
    font-size: 18px;
    padding: 138px 24.99994px 62.00006px;
  }

  .text-page blockquote::before {
    top: 57px;
    left: 50%;
    transform: translateX(-50%);
    width: 57.99994px;
    height: 45.99994px;
  }

  .text-page ul li {
    padding-right: 9.99994px;
  }

  .text-page ul li::after {
    top: 8.00006px;
  }

  .text-page ul li ol li::before {
    font-size: 18px;
  }

  .text ol li::before {
    font-size: 18px;
  }

  .text-page ol li ol {
    padding-right: 9.99994px;
  }

  .text-page ol li ul {
    padding-right: 9.99994px;
  }

  .text-page ol li ul li {
    padding-right: 9.99994px;
  }

  .text-page ol li ul li::after {
    top: 8.00006px;
  }
}


.modal-final-wrap .result-wrapper {
  width: 48.31579vw;
  height: fit-content;
  margin-top: -7.36842vw;
}

.modal-final-wrap .result-block-wrapper {
  background: #f2f2f2;
  border-radius: 1.57895vw;
  padding: 6.31579vw 3.68421vw;
  margin-bottom: 2.10526vw;
}

.modal-final-wrap .result-block {
  width: auto;
  position: relative;
  z-index: 1;
}

.modal-cards-bottom-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow-y: auto;
  -moz-column-gap: 0.52632vw;
  column-gap: 0.52632vw;
  max-height: 22.52632vw;
  overflow: hidden;
  padding-left: 1vw;
  scrollbar-color: #222332 #fff;
  margin-bottom: 4.21053vw;
  position: relative;
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 2.89474vw;
}

.modal-form .modal-cards-wrap {
  padding-left: 1vw;
  scrollbar-color: #222332 #fff;
}

.modal-cards-bottom-wrap::-webkit-scrollbar-track,
.modal-form .modal-cards-wrap::-webkit-scrollbar-track {
  background: linear-gradient(to left, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0) 10%, rgb(239, 239, 239) 25%, rgb(239, 239, 239) 75%, rgba(239, 239, 239, 0) 90%, rgba(239, 239, 239, 0) 100%);
  border-radius: 1.57895vw;
  width: 0.36842vw;
}

.modal-cards-bottom-wrap::-webkit-scrollbar,
.modal-form .modal-cards-wrap::-webkit-scrollbar {
  width: 0.36842vw;
}

.modal-cards-bottom-wrap::-webkit-scrollbar-thumb,
.modal-form .modal-cards-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 84, 166, 0.3);
  border-radius: 1.57895vw;
  width: 0.36842vw;
  cursor: pointer;
}

.modal-cards-bottom-wrap.open {
  overflow-y: auto;
}

.modal-cards-bottom-wrap.open::before,
.modal-cards-bottom-wrap.open .open-btn {
  display: none;
}

.modal-cards-bottom-wrap::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) -9.25%, #ffffff 101.89%);
  width: 100%;
  height: 10.68421vw;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.modal-cards-bottom-wrap .open-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.63158vw;
  height: 1.63158vw;
  z-index: 2;
  cursor: pointer;
}

.modal-cards-bottom-wrap .open-btn::before {
  content: "";
  position: absolute;
  background-image: url("../img/open.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

.modal-final .form-bottom .promo__btn {
  padding-left: 1.57895vw;
  gap: 1.05263vw;
}

.modal-final .form-bottom .promo__btn .circle-arrow {
  transform: rotate(225deg);
  background: #dc5515 !important;
}

.modal-final .form-bottom {
  margin-top: 0;
}

.checkbox-wrapper {
  background: #ffffff;
  border: 0.05263vw solid #ececec;
  box-shadow: 0vw 0.21053vw 0.21053vw rgba(0, 0, 0, 0.1);
  border-radius: 0.63158vw;
  padding: 0.9vw 0.94737vw;
  margin-top: 1.57895vw;
}



.checkbox-wrapper--gender .col-checkbox {
  width: 15%;
  margin-top: 0;
}

.checkbox-wrapper .orange-text {
  margin-top: 0.78947vw;
}

.checkbox-wrapper__title {
  font-weight: 700;
  font-size: 0.84211vw;
  line-height: 1vw;
  color: #0054a6;
  border-bottom: 0 solid #ffffff00;
  padding-bottom: 0;
  position: relative;
  cursor: pointer;
  transition: border-bottom 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkbox-wrapper__title.active {
  border-bottom: 0.05263vw solid #e8e9eb;
  padding-bottom: 0.78947vw;
}

.checkbox-wrapper__title.active::after {
  transform: rotateX(180deg);
}


.checkbox-wrapper>.checkbox-wrapper__title::after {
  content: "";
  background-image: url("../img/form-elem-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.15789vw;
  height: 1.15789vw;
  left: 1.05263vw;
  transition: transform 0.3s ease-in-out;
}

.pregnant__wrapper .checkbox-wrapper__title {
  border-bottom: none;
  padding-bottom: 0;
  border-top: 0.05263vw solid #e8e9eb;
  padding-top: 0.78947vw;
  margin-top: 0.78947vw;
}

.btn .circle-arrow {
  display: block;
}

.modal .btn--border {
  border: 0.03985vw solid #f26522;
  color: #f26522;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-size: 0.73684vw;
  min-width: 7.73684vw;
  padding-right: 1.68421vw;
  gap: 1.21053vw;
  padding-top: 0.26316vw;
  padding-bottom: 0.26316vw;
  line-height: 0.73684vw;
}



.modal-delete .modal {
  min-width: 63.0vw;
}

.modal-delete .modal__body {
  border-radius: 1.57895vw;
  padding: 7.89474vw;
}

.modal-delete .modal__title {
  font-size: 2.63158vw;
  text-align: center;
}

.form-modal .btn--border .circle-arrow {
  transform: rotate(0) !important;
}

.footer__text-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  width: 100%;
  text-align: center;
  bottom: 0;
  padding: 10px 0;
  background: #fff;
}


@media (any-hover: hover) {
  .modal .btn--border:hover {
    background-color: #f26522;
    color: #ffffff;
  }
}

.modal-delete__btns {
  max-width: 27.36842vw;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.21053vw;
  margin: 1.84211vw auto 0;
}

.modal-delete__btns .btn {
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 1.04167vw;
}

.modal-delete .modal-delete__btns .btn .circle-arrow {
  background: #dc5515;
  width: 1.63158vw;
  height: 1.63158vw;
  position: absolute;
  left: 0.52632vw;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.modal-delete .modal-delete__btns .btn .circle-arrow::before {
  background-image: url(../img/arrow-white-left-bottom.svg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal .btn--border .circle-arrow {
  background-color: transparent;
  display: block;
  width: 1.26316vw;
  height: 1.26316vw;
}

.modal .btn--border span::before {
  background-image: url("../img/plus-two.svg");
  background-size: contain;
}

.modal-two-mob-title {
  display: none;
}

@media (max-width: 767px) {
  .person {
    padding-top: 14.78947vw;
    margin-right: 0;
    padding-right: 0;
  }

  .person__top {
    max-width: 100%;
  }

  .person__top .col-inputs {
    flex-direction: row;
    gap: 2.22222vw;
  }

  .checkbox-wrapper--gender .col-checkboxs {
    row-gap: 2.7778vw;
    margin-top: 2.7778vw;
  }

  .hide-wrap-acc {
    display: none;
  }

  .checkbox-wrapper--gender .col-checkbox {
    width: 100%;
    margin-top: 0;
  }

  .checkbox-wrapper__title.active {
    padding-bottom: 4.16667vw;
  }

  .checkbox-wrapper>.checkbox-wrapper__title::after {
    width: 6.11111vw;
    height: 6.11111vw;
  }

  .col-inputs {
    margin-top: 3.33334vw;
  }

  .checkbox-wrapper__title {
    font-size: 4.44447vw;
    line-height: 5.27778vw;
  }

  .checkbox-wrapper {
    border: 0.27777vw solid #ececec;
    box-shadow: 0vw 1.11113vw 1.11113vw rgba(0, 0, 0, 0.1);
    border-radius: 3.33334vw;
    padding: 5.55555vw 5.00001vw;
    margin-top: 5.55556vw;
  }

  .checkbox-wrapper .orange-text {
    margin-top: 5.94445vw;
  }

  .col-checkbox {
    width: 100%;
  }

  .form-modal {
    padding-bottom: 14.63158vw;
  }

  .modal .btn--border {
    border: 0.21032vw solid #f26522;
    font-size: 3.88888vw;
    min-width: 40.83332vw;
    padding-right: 8.88889vw;
    gap: 6.38891vw;
    padding-top: 1.3889vw;
    padding-bottom: 1.3889vw;
    line-height: 3.88888vw;
    right: 0;
  }

  .modal .btn--border .circle-arrow {
    width: 6.66668vw;
    height: 6.66668vw;
  }

  .modal-form .form-bottom,
  .modal-final .form-bottom {
    margin-top: 5.55556vw;
  }

  .result-wrapper {
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0vw 1.11111vw 1.11111vw rgba(0, 0, 0, 0.1);
    border-radius: 4.16667vw 4.16667vw 0vw 0vw;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 2.77778vw;
    z-index: 22222222222222224;
    width: calc(100% - 3.33333vw);
    height: 100%;
    overflow-y: auto;
    padding-top: 25vw;
    padding-bottom: 27.77778vw;
  }

  .result-wrapper h2 {
    position: absolute;
    top: 13.33333vw;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 6.66667vw;
    line-height: 8.05556vw;
    color: #0054a6;
  }

  .result-wrapper .result-block {
    border-radius: 4.16667vw 4.16667vw 0vw 0vw;
    box-shadow: none;
    border: none;
    padding: 13.88889vw 11.11111vw 2.77778vw;
    height: auto;
    width: 100%;
    position: static;
    transform: translateY(0);
    margin-top: 0;
  }

  .result-wrapper .result-block__title {
    border-radius: 3.33334vw 3.05557vw 0vw 0vw;
    width: 100%;
    padding: 2.22221vw;
    font-size: 4.44447vw;
    line-height: 5.27778vw;
  }

  .result-wrapper .result-block-age {
    gap: 3.05556vw !important;
  }

  .person:not(:nth-child(2)) {
    padding-top: 24.33333vw;
    margin-top: 8.33333vw;
  }

  .person:not(:nth-child(2)) .col-item__title {
    top: 8.33333vw;
  }

  .delete-person {
    width: 7.77778vw;
    height: 7.77778vw;
    background-size: 3.88889vw 3.05556vw;
  }

  .modal-final .form-bottom {
    margin-top: -5.21512vw;
    margin-bottom: 30.55671vw !important;
  }

  .modal-cards-bottom-wrap {
    padding-left: 0;
  }

  .modal-final .modal-cards-bottom-wrap {
    max-height: 114.22224vw;
  }

  .modal-final .modal-cards-bottom-wrap::before {
    display: block;
    height: 54.99998vw;
  }

  .modal-calendar {
    padding: 11.63158vw 5.10526vw;
    padding-top: 13vw;
    border-radius: 3.33334vw;
    width: calc(100% - 2.05263vw);
    height: calc(100% - 2.05263vw);
  }

  .modal-cards-wrap-one {
    margin-bottom: 35vw;
  }

  .modal-calendar .col-inputs {
    gap: 7.33334vw;
  }

  .modal-calendar .col-inputs input {
    margin-left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .date-input__title {
    font-size: 3.73684vw;
    line-height: 2.89474vw;
    margin-bottom: 3.68421vw;
  }

  .modal-calendar__close {
    right: 2.52632vw;
    top: 2.52632vw;
    background-size: 5.84211vw 5.68421vw;
    width: 8.26316vw;
    height: 8.26316vw;
  }

  .edit-modal-calendar {
    font-size: 3.73684vw;
    padding-right: 4.73684vw;
  }

  .edit-modal-calendar::before {
    top: 1.4vw;
    width: 2.63158vw;
    height: 2.63158vw;
  }

  .result-block-extensions p {
    font-size: 3.63158vw;
  }

  .modal-cards-bottom-wrap.open {
    min-height: 40vh;
  }

  .promo {
    min-height: 155.27778vw;
    padding: 27.77778vw 0;
  }

  .container {
    max-width: 100%;
    padding: 0 5.55556vw;
  }

  .promo__ofer h1 {
    font-size: 7.77778vw;
    line-height: 9.44444vw;
  }

  .promo__ofer {
    max-width: 100%;
  }

  .promo__ofer h1 strong::before {
    border-radius: 1.66667vw;
    top: 0.83333vw;
  }

  .promo__ofer h1 strong {
    padding: 0 1.52632vw;
  }

  .promo__ofer p {
    font-size: 3.88889vw;
    line-height: 150%;
    max-width: 100%;
    margin-top: 4.16667vw;
  }

  .logo {
    width: 45.83333vw;
    border-radius: 0vw 0vw 8.33333vw 0vw;
    padding: 4.16667vw 2.77778vw;
  }

  .header-link {
    font-size: 3.88889vw;
    line-height: 4.72222vw;
    margin-right: 8.33333vw;
  }

  .header-link::before {
    right: -4.16667vw;
  }

  .whatsapp {
    width: 10.27778vw;
    height: 10.27778vw;
  }

  .btn {
    font-size: 3.88889vw;
    line-height: 4.72222vw;
    padding: 2.77778vw;
    border-radius: 13.88889vw;
  }

  .btn.btn--arrow {
    padding-right: 2.77778vw;
    gap: 11.94444vw;
  }

  .person:not(:nth-child(2)) .delete-person {
    transform: translateX(2.22222vw);
  }

  .circle-arrow {
    width: 6.61944vw;
    height: 6.61944vw;
  }

  .promo__btn {
    margin-top: 5.55556vw;
  }

  .header-right {
    padding-right: 5.55556vw;
    margin-right: 0;
  }

  .important__wrapper {
    grid-template-columns: 1fr;
    margin-top: 8.33333vw;
    gap: 4.16667vw;
  }

  .title {
    font-size: 7.77778vw;
    line-height: 9.44444vw;
  }

  .important .title {
    max-width: 80%;
    margin-top: 8.33333vw;
  }

  .important .container::before {
    width: 20.13333vw;
    height: 12.51944vw;
    left: 3.31579vw;
    top: -13.05556vw;
  }

  .pd-sec {
    padding: 11.11111vw 0vw;
  }

  .important-item {
    height: 110vw;
    border-radius: 4.16667vw;
  }

  .important-item div {
    font-size: 6.66667vw;
    line-height: 8.05556vw;
    padding: 8.33333vw;
  }

  .coatings__wrapper {
    flex-direction: column-reverse;
    margin-top: 8.33333vw;
  }

  .coatings .title {
    max-width: 80%;
  }

  .toggle-item__title {
    font-size: 3.88889vw;
    line-height: 4.72222vw;
    padding: 2.77778vw 6.94444vw 2.77778vw 17.11111vw;
    border-radius: 13.88889vw;
  }

  .coatings-acc {
    max-width: 100%;
  }

  .toggle-item__title::before {
    width: 8.33333vw;
    height: 8.33333vw;
    left: 3.83333vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .toggle-item__title::after {
    width: 8.33333vw;
    height: 8.33333vw;
    left: 3.83333vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .toggle-item__title.active:after {
    transform: rotate(180deg) translateY(50%);
  }

  .toggle-item__descr {
    font-size: 3.88889vw;
    line-height: 4.72222vw;
    margin-top: 8.33333vw;
  }

  .toggle-item__descr ul li {
    margin-bottom: 8.33333vw;
    margin-right: 11.11111vw;
  }

  .toggle-item__descr ul li::before {
    width: 7.5vw;
    height: 7.5vw;
    right: -10.10526vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .toggle-item {
    margin-bottom: 8.33333vw;
  }

  .coatings-img {
    height: auto;
    width: 100%;
    margin-right: 0;
  }

  .coatings__bg {
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
  }

  .comparison .container {
    max-width: calc(100% - 11.11111vw);
    flex-direction: column;
    padding: 22.22222vw 5.55556vw;
    overflow: hidden;
    box-shadow: 0vw 1.11111vw 17.22222vw rgba(0, 0, 0, 0.1);
    border-radius: 4.16667vw;
  }

  .comparison__info {
    max-width: 100%;
  }

  .comparison__info .text {
    margin-top: 8.33333vw;
  }

  .text {
    font-size: 3.88889vw;
    line-height: 150%;
  }

  .text p {
    margin-bottom: 5.55556vw;
  }

  .comparison-slider {
    max-width: 100%;
    margin-top: 22.22222vw;
    margin-left: 0;
    padding-bottom: 16.66667vw;
  }

  .comparison-slider .swiper-button-next,
  .comparison-slider .swiper-button-prev {
    top: 42%;
  }

  .comparison-slider .slick-slide>div .comparison-slider-item {
    height: 47.5vw;
    padding: 8.33333vw;
    background: #ffffff;
    border: 0.27778vw solid #ececec;
    box-shadow: 0vw 1.11111vw 1.11111vw rgba(0, 0, 0, 0.1) !important;
    border-radius: 4.16667vw !important;
  }

  .comparison-slider .slick-slide>div .comparison-slider-item .icon {
    width: 11.11111vw;
    height: 11.11111vw;
  }

  .comparison-slider .slick-slide>div .comparison-slider-item .text {
    font-size: 3.88889vw;
    line-height: 150%;
    margin-top: 3.61111vw;
  }

  .comparison-slider .comparison-slider-item {
    background: #ffffff;
    border: 0.27778vw solid #ececec;
    box-shadow: 0vw 1.11111vw 1.11111vw rgba(0, 0, 0, 0.1);
    border-radius: 4.16667vw;
    width: 100%;
    min-height: 47.22222vw;
    height: inherit;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5.55555vw;
    margin-bottom: 0 !important;
    margin: 0 2.77778vw;
  }

  .comparison-slider .comparison-slider-item .text {
    font-weight: 700;
    font-size: 4.44447vw;
    line-height: 150%;
    color: #000000;
    margin-top: 4.16667vw;
  }

  .comparison-slider .comparison-slider-item .icon {
    width: 16.66664vw;
    height: 16.66664vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .comparison-slider .comparison-slider-item .icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .comparison-slider .slick-list {
    padding: 1.38889vw;
  }

  .comparison-slider::before {
    width: 121.68421vw;
    height: 100.78947vw;
    top: 37%;
  }

  body .swiper-button-next,
  body .swiper-button-prev {
    width: 13.88889vw;
    height: 13.88889vw;
    top: 32%;
    border-radius: 50%;
  }

  body .swiper-button-next::after,
  body .swiper-button-prev::after {
    width: 8.33333vw;
    height: 8.33333vw;
  }

  body .swiper-button-next::before,
  body .swiper-button-prev::before {
    box-shadow: 0vw 1.11111vw 1.11111vw rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
  }

  body .swiper-button-next {
    right: -4vw;
  }

  body .swiper-button-prev {
    left: -4vw;
  }

  .question-top {
    flex-direction: column;
    gap: 0;
  }

  .question-top__right .title {
    max-width: 80%;
  }

  .question-top__right .text-border {
    width: 100%;
    margin-top: 6.94444vw;
  }

  .question-top__left {
    max-width: 100%;
    margin-top: 6.94444vw;
    font-size: 3.88889vw;
    line-height: 150%;
  }

  .question__wrapper {
    flex-direction: column;
  }

  .question-acc {
    max-width: 100%;
  }

  .question-acc .toggle-item__descr.open {
    margin-top: 6.66667vw;
    margin-bottom: 6.66667vw;
  }

  .question__wrapper .toggle-item {
    margin-bottom: 2.77778vw;
  }

  .pregnant__wrapper .checkbox-wrapper__title {
    margin-top: 4.16667vw;
    padding-top: 4.16667vw;
  }

  .question__img {
    width: 100%;
    margin-top: 8.33333vw;
  }

  .about-top {
    flex-direction: column;
    gap: 0;
  }

  .about-top__text {
    font-size: 3.88889vw;
    line-height: 150%;
    max-width: 100%;
    margin-top: 5.55556vw;
  }

  .about-top__text p {
    margin-bottom: 5.55556vw;
  }

  .about-top__img {
    width: 100%;
    margin-top: 8.33333vw;
  }

  .about-bottom {
    grid-template-columns: 1fr;
    gap: 4.16667vw;
    margin-right: 0;
    max-width: 100%;
    margin-top: 22.22222vw;
    margin-left: 0;
  }

  .about-bottom .item {
    padding: 6.94444vw 8.33333vw;
    box-shadow: 0vw 1.11111vw 1.11111vw rgba(0, 0, 0, 0.1);
    border-radius: 4.16667vw;
  }

  .about-bottom .item:nth-child(4),
  .about-bottom .item:nth-child(5),
  .about-bottom .item:nth-child(6) {
    transform: translateX(0);
  }

  .about-bottom .icon {
    width: 16.66667vw;
    height: 16.66667vw;
    text-align: right;
    display: flex;
    justify-content: flex-start;
  }

  .about-bottom .text {
    font-size: 3.88889vw;
    line-height: 150%;
    margin-top: 4.16667vw;
  }

  .about::before {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-image: url(../img/line-decor2.svg);
    width: 100%;
    top: 37%;
    height: 19.44444vw;
  }

  .reviews .container {
    flex-direction: column;
    box-shadow: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .blue-block {
    width: 100%;
    padding: 19.44444vw 5.55556vw;
    box-shadow: 0vw 1.11111vw 1.11111vw rgba(0, 0, 0, 0.1);
    border-radius: 4.16667vw;
  }

  .blue-block .icon {
    width: 25vw;
    height: 25vw;
    top: -12.68421vw;
    left: 6.31579vw;
  }

  .blue-block p {
    font-size: 3.88889vw;
    line-height: 150%;
    max-width: 54.44444vw;
  }

  img.stars {
    width: 55.55556vw;
  }

  .blue-block .stars {
    margin-top: 8.33333vw;
  }

  .reviews__slider {
    max-width: 77.5vw;
    background: #ffffff;
    border: 0.27778vw solid #ececec;
    box-shadow: 0vw 1.11111vw 1.11111vw rgba(0, 0, 0, 0.1);
    border-radius: 4.16667vw;
    padding: 11.11111vw 6.94444vw;
    margin: -22.22222vw auto 0 auto;
  }

  .reviews-item__top {
    flex-direction: column;
  }

  .reviews-item__top .text {
    font-size: 3.88889vw;
    line-height: 150%;
    margin-top: 4.16667vw;
  }

  .top-mobil {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 2.77778vw;
    align-items: center;
  }

  .top-mobil img.stars {
    width: 27.77778vw;
  }

  .reviews-item__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55556vw;
    margin-top: 0;
  }

  .reviews-item__bottom .text {
    margin-top: 0;
  }

  .reviews-item__top .top-mobil>.icon {
    width: 15.55556vw;
    height: 15.55556vw;
    filter: drop-shadow(0vw 1.11111vw 1.11111vw rgba(0, 0, 0, 0.1));
  }

  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    top: 72%;
    width: 13.88889vw;
    height: 13.88889vw;
  }

  .reviews__slider::before {
    width: 196.11111vw;
    height: 72.5vw;
    bottom: -31%;
    z-index: -1;
  }

  .blue-block .icon::before {
    width: 16.11111vw;
    height: 16.11111vw;
    background-size: 5vw 4.72222vw;
  }

  .ofer-block {
    flex-direction: column;
    padding: 19.44444vw 8.33333vw;
    box-shadow: 0vw 1.11111vw 17.22222vw rgba(0, 0, 0, 0.1);
    border-radius: 4.16667vw;
    gap: 0;
  }

  .ofer-block .title {
    max-width: 100%;
  }

  .ofer-block .promo__btn {
    font-size: 3.88889vw;
    line-height: 4.44444vw;
    margin-top: 8.33333vw;
  }

  .ofer-block .circle-arrow {
    width: 6.61944vw;
    height: 6.61944vw;
  }

  .contact__img {
    position: static;
    height: auto;
    width: 100%;
    transform: translateY(0);
    margin-top: -25vw;
  }

  .contact .container {
    flex-direction: column;
  }

  .contact-form {
    max-width: 100%;
    padding: 16.66667vw 8.33333vw;
    box-shadow: 0vw 1.11111vw 17.22222vw rgba(0, 0, 0, 0.1);
    border-radius: 4.16667vw;
  }

  .contact {
    padding: 22.22222vw 0;
  }

  .contact-form .text {
    font-size: 3.88889vw;
    line-height: 150%;
    margin-top: 5.55556vw;
  }

  .form__input {
    height: 11.11111vw;
    margin-bottom: 2.22222vw;
  }

  .form__input input {
    border-radius: 1.66667vw;
    font-size: 3.88889vw;
    line-height: 150%;
    padding: 0 6.94444vw;
  }

  .form__textarea {
    height: 41.94444vw;
    margin-bottom: 6.94444vw;
  }

  .form__textarea textarea {
    border-radius: 1.66667vw;
    font-size: 3.88889vw;
    line-height: 150%;
    padding: 3.61111vw 6.94444vw;
  }

  .form {
    margin-top: 8.33333vw;
  }

  .form-bottom {
    flex-direction: column;
  }

  .form-bottom .promo__btn {
    width: 45.27778vw;
  }

  .form-bottom .promo__btn .circle-arrow {
    margin-right: 8.33333vw;
  }

  .checkbox {
    font-size: 3.33333vw;
    line-height: 150%;
    max-width: 100%;
    margin-top: 4.16667vw;
    gap: 1.94444vw;
  }

  .checkbox input {
    width: 4.44444vw;
    height: 4.44444vw;
    border-radius: 0.55556vw;
  }

  .checkbox input::before {
    background-size: 2.68421vw 2.36842vw;
  }

  .checkbox div {
    max-width: 100%;
  }

  .footer {
    padding: 0;
    padding-bottom: 20px;
  }

  .footer::before {
    display: none;
  }

  .footer .container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }



  .footer-logo-lm {
    margin-right: 0;
    height: 9.72222vw;
    margin: 8.88889vw auto 12.5vw;
  }

  .nav-footer {
    margin-right: 0;
    margin-top: 12.22222vw;
  }

  .nav-footer ul {
    gap: 8.33333vw;
    flex-wrap: wrap;
  }

  .nav-footer ul a {
    font-size: 3.88889vw;
    line-height: 150%;
  }

  .footer-logo {
    padding: 8.33333vw 0;
    height: auto;
    position: relative;
  }

  .footer-logo::before {
    position: absolute;
    content: "";
    width: 300vw;
    height: 100%;
    left: -100vw;
    top: 0;
    background: #ffffff;
    z-index: -1;
  }

  .footer-logo img {
    height: 12.5vw;
  }

  .call-button {
    width: 26.66667vw;
    height: 26.66667vw;
    font-size: 3.88889vw;
    line-height: 4.72222vw;
    right: 2.77778vw;
    bottom: 2.77778vw;
  }

  .call-button .circle-arrow {
    width: 6.175vw;
    height: 6.175vw;
    margin-top: 2.22222vw;
  }

  .call-button::before {
    width: calc(100% + 3.05263vw);
    height: calc(100% + 3.05263vw);
  }

  .modal-form .modal,
  .modal-final .modal {
    min-width: 100%;
    height: 100vh;
  }

  .modal-form .modal__body,
  .modal-final .modal__body {
    padding: 27.77778vw 5.55556vw 0 5.55556vw;
    border-radius: 0;
    min-height: 100vh;
  }

  .modal-form .modal__title,
  .modal-final .modal__title {
    margin-bottom: 5.55556vw;
  }

  .modal-form .form-wrap,
  .modal-final .form-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.22222vw;
  }

  .modal-form .form__input,
  .modal-final .form__input {
    margin-bottom: 0;
  }

  .modal-form .form-bottom,
  .modal-final .form-bottom {
    flex-direction: column;
    gap: 6.66668vw;
  }

  .modal-form .form-bottom p,
  .modal-final .form-bottom p {
    max-width: 125.83336vw;
    font-weight: 400;
    font-size: 3.88888vw;
    line-height: 150%;
    color: #000000;
  }

  .modal__title {
    font-size: 7.77778vw;
    line-height: 9.44444vw;
    margin-bottom: 2.77778vw !important;
  }

  .modal-form .form-wrap,
  .modal-final .form-wrap {
    max-width: 100%;
  }

  .form-bg {
    margin-top: 11.11109vw;
    background: #f2f2f2;
    border-radius: 0;
    padding: 18vw 5.55556vw 22vw;
    min-height: 100vh;
    width: 100vw;
    transform: translateX(5.55556vw);
    position: relative;
  }



  .modal-form .form-bottom {
    margin-bottom: 0 !important;
  }

  .subtitle {
    font-weight: 400;
    font-size: 4.44447vw;
    line-height: 150%;
    color: #000000;
  }

  .form-modal {
    max-width: 194.44447vw;
    width: 100%;
  }

  .modal-wrapper {
    display: flex;
    gap: 27.77779vw;
    flex-direction: column;
  }

  .modal-wrapper h2 {
    font-weight: 700;
    font-size: 6.66668vw;
    line-height: 8.05558vw;
    color: #0054a6;
    margin-bottom: 6.94445vw;
  }

  .col-item {
    position: relative;
    padding-right: 19.99998vw;
    margin-bottom: 8.33335vw;
    min-height: 50.2778vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .col-item.col-item--orange {
    position: relative;
    z-index: 2;
  }

  .col-item.col-item--orange::before {
    position: absolute;
    content: "";
    background: #ffffff;
    border-radius: 7.22222vw;
    width: calc(100% + 2.7778vw);
    right: -2.7778vw;
    height: calc(5.55555vw + 100%);
    z-index: -1;
  }

  .col-item.col-item--orange .col-item__title p {
    color: #f26522;
  }

  .col-item.col-item--orange .col-item__title span {
    background: #f26522;
  }

  .col-item.col-item--orange .col-checkbox input[type=checkbox]:checked+span {
    color: #f26522;
  }

  .col-item__title {
    border-radius: 13.88889vw;
    gap: 1.94444vw;
    height: 11.11111vw;
    width: 100%;
    flex-direction: row;
    background: #0054A6;
    padding: 4.16667vw;
  }

  .col-item__title p {
    font-size: 3.88888vw;
    line-height: 4.44447vw;
    transform: rotateX(0) rotateY(0);
    writing-mode: unset;
    color: #FFF;
  }

  .person__num {
    padding-bottom: 0;
    padding-right: 1.38889vw;
  }

  .col-inputs {
    display: flex;
    gap: 3.33334vw;
    flex-direction: column;
  }

  .col-selects {
    display: flex;
    flex-direction: column;
    gap: 3.33334vw;
  }

  .col-selects .col-input {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5.55555vw;
    background-color: transparent;
    width: 100%;
    height: auto;
  }

  .important-item .hover-text {
    font-size: 3.94737vw;
    padding: 5.10526vw;
  }

  .col-selects .col-input p {
    width: 26.38889vw;
    font-weight: 400;
    font-size: 3.88888vw;
    line-height: 150%;
    color: #000000;
  }

  .select {
    width: 60.27776vw;
    min-width: 60.27776vw;
    height: 13.88889vw;
    position: relative;
  }

  .select::after {
    content: "";
    position: absolute;
    background-image: url("../img/arrow-down-blue.svg");
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    width: 8.61112vw;
    height: 8.61112vw;
    left: 2.7778vw;
    top: 2.7778vw;
    transition: all 0.3s ease-in-out;
    background-color: #d9d9d9;
    border-radius: 50%;
  }

  .select.active::after {
    transform: rotate(180deg);
  }

  .select select {
    background: #e8e9eb;
    border-radius: 13.88889vw;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 3.88888vw;
    line-height: 4.72224vw;
    color: #000000;
    border: none;
    padding: 0 5.55555vw;
    cursor: pointer;
  }

  .col-input {
    width: 60.27776vw;
    height: 13.88889vw;
    background: #e8e9eb;
    border-radius: 13.88889vw;
  }

  .col-input input {
    padding: 0 5.55555vw;
    width: 100%;
    height: 100%;
    border: none;
    font-weight: 400;
    font-size: 3.88888vw;
    line-height: 4.72224vw;
    color: #000000;
  }

  .col-input input:active {
    opacity: 1;
  }

  .date-input {
    position: relative;
  }

  .date-input::before {
    position: absolute;
    content: attr(data-placeholder);
    right: 5.55555vw;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 3.88888vw;
    line-height: 4.72224vw;
    color: #000000;
  }

  .date-input input {
    opacity: 0;
  }

  .date-input input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }

  .orange-text {
    font-weight: 400;
    font-size: 3.88888vw;
    line-height: 150%;
    text-align: right;
    color: #f26522;
    margin-top: 3.33334vw;
  }

  .add-col-input {
    font-weight: 700;
    font-size: 3.88888vw;
    line-height: 150%;
    color: #f26522;
    margin-top: 5.55555vw;
    display: flex;
    align-items: center;
    gap: 4.16665vw;
    cursor: pointer;
  }

  .add-col-input:hover::after {
    transform: rotate(90deg);
  }

  .add-col-input::after {
    content: "";
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-size: 3.61111vw 3.61111vw;
    background-position: center;
    width: 8.61112vw;
    height: 8.61112vw;
    background-color: #f26522;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
  }

  .modal__close {
    position: absolute;
    right: 5.55557vw;
    top: 14.55557vw;
    width: 7.77776vw;
    height: 6.38891vw;
    border-radius: 2.22221vw;
    cursor: pointer;
    transition: filter 0.2s ease-in-out;
  }

  .age-input {
    border-radius: 13.88889vw;
  }

  .checkbox-wrapper--types-insurance .col-checkbox-wrap input {
    margin-left: 4vw;
  }


  .contact-form .form-bottom .checkbox span.wpcf7-list-item-label {
    max-width: 100%;
  }

  .contact-form .form-bottom .checkbox label {
    font-size: 3.33333vw;
    gap: 2.26316vw;
  }

  .modal__close::before {
    content: "";
    position: absolute;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 7.77776vw;
    height: 6.38891vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .col-checkboxs {
    max-height: inherit;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-gap: 10.27779vw;
    column-gap: 10.27779vw;
    flex-wrap: nowrap;
  }

  .col-checkbox {
    display: flex;
    align-items: center;
    gap: 5.27778vw;
    margin-top: 2.7778vw;
    cursor: pointer;
    font-weight: 400;
    font-size: 3.88888vw;
    line-height: 150%;
    color: #000000;
  }

  .col-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 8.61112vw;
    min-width: 8.61112vw;
    height: 8.61112vw;
    border-radius: 50%;
    background: #e8e9eb;
    position: relative;
    cursor: pointer;
  }

  .col-checkbox input::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url("../img/checkform.svg");
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .col-checkbox input:checked {
    background: #f26522;
  }

  .col-checkbox input:checked::before {
    opacity: 1;
  }

  .tooltip {
    width: 5.55555vw;
    height: 5.55555vw;
    background-image: url("../img/tool.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    margin-right: auto;
  }

  .tooltip:hover::before {
    visibility: visible;
    opacity: 1;
  }

  .tooltip::before {
    position: absolute;
    content: attr(data-tooltip);
    background-color: #333;
    color: white;
    padding: 1.3889vw 2.7778vw;
    border-radius: 1.3889vw;
    font-size: 3.88888vw;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    z-index: 2;
    left: 100%;
    right: inherit;
    bottom: 100%;
    width: 41.66668vw;
    padding: 2.7778vw;
  }

  .result-block {
    width: 80.83334vw;
    position: fixed;
    top: 0;
    left: 3.33333vw;
    z-index: 22222222222222223000000;
    width: calc(100% - 3.33333vw);
    height: calc(100% - 5.55556vw);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }

  .result-block.active {
    transform: translateY(0);
  }

  .result-block h2 {
    display: none;
  }

  .result-block-wrap {
    border: 0.27778vw solid #ececec;
    box-shadow: 0vw 1.11111vw 1.11111vw rgba(0, 0, 0, 0.1);
    border-radius: 4.16667vw 4.16667vw 0vw 0vw;
    margin-top: 9.72225vw;
    padding: 22.22222vw 11.11111vw;
    padding-bottom: 36.11111vw;
    height: 100%;
    position: relative;
  }

  .scroll-mob {
    overflow-y: scroll;
    height: 100%;
  }

  .result-block-item h3 {
    font-weight: 700;
    font-size: 3.88888vw;
    line-height: 150%;
    color: #000000;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding-left: 3.61111vw;
  }

  .result-block-item h3::before {
    position: absolute;
    content: "";
    border-bottom: 0.27777vw solid #e8e9eb;
    width: 69.44442vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
  }

  .result-block-item h3::after {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
  }

  .mob-trigger-result {
    background: #0054a6;
    border-radius: 4.16667vw 4.16667vw 0vw 0vw;
    width: 100%;
    height: 13.88889vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2224444444444444500000000000000;
    font-weight: 700;
    font-size: 6.66667vw;
    line-height: 8.05556vw;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.77778vw 13.88889vw;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }

  .mob-trigger-result.active {
    transform: translateY(0);
  }

  .mob-trigger-result::before {
    content: "";
    position: absolute;
    background-image: url("../img/arrow-circle.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 8.61111vw;
    height: 8.61111vw;
    left: 2.22222vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .close-mob-result {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
  }

  .close-mob-result--top {
    background-image: url("../img/close.svg");
    background-size: cover;
    right: 5.55556vw;
    top: 5.55556vw;
    width: 4.72222vw;
    height: 3.88889vw;
  }

  .close-mob-result--bottom {
    background-image: url("../img/arrow-circle.svg");
    background-size: cover;
    left: 5.55556vw;
    bottom: 8.33333vw;
    width: 8.61111vw;
    height: 8.61111vw;
  }

  .modal-cards {
    max-width: 94.16669vw;
    width: 100%;
    position: absolute;
    left: 63.88887vw;
    top: 133.33334vw;
    display: none;
  }

  .modal-cards::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.65) -0.88%, #f2f2f2 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .modal-card {
    background: #0054a6;
    border-radius: 8.33335vw;
    padding: 9.72225vw 6.94445vw;
  }

  .modal-card h3 {
    font-weight: 700;
    font-size: 6.66668vw;
    line-height: 8.05558vw;
    color: #ffffff;
    margin-bottom: 6.94445vw;
  }

  .modal-card-wrap {
    background: #ffffff;
    border: 0.27777vw solid #ececec;
    border-radius: 3.33334vw;
    padding: 5.55555vw 5.55555vw 8.33335vw;
  }

  .modal-card-wrap>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5.55555vw;
  }

  .modal-card-price {
    font-weight: 700;
    font-size: 5.55555vw;
    line-height: 6.66668vw;
    color: #f26522;
  }

  .modal-card-logo {
    width: 44.44443vw;
    height: 20.83334vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .modal-card-logo img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .modal-cards__btn {
    width: 100%;
    margin-top: 5.55555vw;
    display: flex;
    justify-content: space-between;
    font-size: 5.55556vw;
    line-height: 6.66667vw;
    padding: 2.77778vw 8.33333vw 2.77778vw 2.77778vw;
    padding-right: 8.33333vw !important;
  }

  .modal-cards__bottom {
    margin-top: 12.49999vw;
  }

  .modal-cards__bottom .modal-card-wrap {
    margin-bottom: 2.7778vw;
  }

  .modal-form .form-bottom,
  .modal-final .form-bottom {
    margin-bottom: 13.88889vw;
  }

  .modal-form .modal__body,
  .modal-final .modal__body {
    padding: 27.77778vw 5.55556vw 0.27778vw 5.55556vw;
  }

  .result-block-age,
  .result-block-target,
  .result-block-extensions,
  .result-block-date {
    position: relative;
    font-weight: 400;
    font-size: 3.88888vw;
    line-height: 150%;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 2.22221vw;
    margin-bottom: 4.44447vw;
  }

  .result-block-age:nth-child(2),
  .result-block-target:nth-child(2),
  .result-block-extensions:nth-child(2),
  .result-block-date:nth-child(2) {
    margin-top: 4.44447vw;
  }

  .result-block-age::before,
  .result-block-target::before,
  .result-block-extensions::before,
  .result-block-date::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.66668vw;
    height: 6.66668vw;
  }

  .modal-final-wrap {
    display: flex;
    margin-top: 11.38886vw;
    gap: 44.44443vw;
  }

  .modal-final-wrap h2 {
    font-weight: 700;
    font-size: 6.66668vw;
    line-height: 8.05558vw;
    color: #0054a6;
    margin-bottom: 5.55557vw;
  }

  .modal-final-wrap .modal-cards {
    position: static;
    max-width: 194.44447vw;
    display: block;
    border-radius: 4.16667vw;
    height: fit-content;
  }

  .modal-final-wrap .modal-cards::before {
    display: none;
  }

  .modal-final-wrap .modal-cards__top {
    display: flex;
    flex-direction: column-reverse;
    gap: 14.16665vw;
  }

  .modal-final-wrap .modal-cards__top .modal-card {
    width: 100%;
    border-radius: 4.16667vw;
    padding: 9.72222vw 4.16667vw;
  }

  .modal-final-wrap .modal-cards__top ul li {
    font-weight: 400;
    font-size: 4.44447vw;
    line-height: 190%;
    color: #000000;
    position: relative;
    padding-right: 5.55555vw;
    margin-bottom: 1.66667vw;
  }

  .modal-final-wrap .modal-cards__top ul li::after {
    position: absolute;
    content: "";
    background: #000000;
    width: 1.66667vw;
    height: 1.66667vw;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .modal-final-wrap .result-block {
    display: none;
  }

  .modal-final .form-bottom .promo__btn {
    padding-left: 4.16667vw;
    white-space: nowrap;
    gap: 2.77778vw;
    width: 44.44444vw;
    justify-content: space-between;
  }

  .modal-final .form-bottom .promo__btn .circle-arrow {
    transform: rotate(225deg);
    margin: 0;
  }

  .result-block {
    display: block;
    left: 1.666665vw;
  }

  .modal-cards-bottom-wrap {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 2.7778vw;
    column-gap: 2.7778vw;
    max-height: 222.22224vw;
    overflow: hidden;
    margin-bottom: 22.22224vw;
    position: relative;
    transition: max-height 0.3s ease-in-out;
  }

  .modal-cards-bottom-wrap.open::before,
  .modal-cards-bottom-wrap.open .open-btn {
    display: none;
  }

  .modal-cards-bottom-wrap::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) -9.25%, #ffffff 101.89%);
    width: 100%;
    height: 114.99998vw;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
  }

  .modal-cards-bottom-wrap .open-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8.61112vw;
    height: 8.61112vw;
    z-index: 2;
    cursor: pointer;
  }

  .modal-cards-bottom-wrap .open-btn::before {
    content: "";
    position: absolute;
    background-image: url("../img/open.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .col-input-age {
    width: 100%;
  }

  .modal-delete .modal__body {
    padding: 19.44444vw 8.33333vw;
    border-radius: 4.16667vw;
  }

  .modal-delete {
    z-index: 203333333333333333000000;
  }

  .modal-delete .modal {
    min-width: 90vw;
  }

  .modal-delete .modal__title {
    font-size: 7.77778vw;
  }

  .modal-delete__btns {
    max-width: 100%;
    gap: 1.66667vw;
    margin-top: 8.33333vw;
  }

  .modal-delete .modal-delete__btns .btn .circle-arrow {
    width: 6.63158vw;
    height: 6.63158vw;
    left: 1.52632vw;

  }

  .modal-delete .modal .btn--border {
    min-width: 20.83332vw;
  }

  .modal-delete .modal__close {
    right: 3.55557vw;
    top: 3.55557vw;
    width: 7.77776vw;
    height: 6.38891vw;
  }

  .modal-delete .modal__close::before {
    width: 5.77776vw;
    height: 4.38891vw;
  }

  .modal-delete__btns .btn {
    font-size: 3.88888vw !important;
  }


}

@media (max-width: 767px) and (any-hover: hover) {
  .modal__close:hover {
    filter: brightness(0);
  }
}