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

.captcha-question {
  user-select: none;
}

.captcha-input {
  outline: none;
}

:root {
  --curent-size: 1920;
  --bg-color: #1e232f;
  --main-color: #d71f3b;
  --font1: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#questions {
  margin-bottom: calc((40 / var(--curent-size)) * 100vw);
}

body {
  background: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif;
  margin: 0;
}

.container {
  width: calc((1320 / var(--curent-size)) * 100vw);
  margin: 0 auto;
}

.captcha-container {
  width: 100%;
}

header {
  width: 100%;
  background: var(--bg-color);
  position: relative;
  z-index: 9999999999999;
}

.header-wrapper {
  display: flex;
  width: 100%;
}

.modal-links {
  display: flex;
  align-items: center;
  gap: calc((30 / var(--curent-size)) * 100vw) !important;
}

.modal-links a img {
  width: calc((70 / var(--curent-size)) * 100vw) !important;
}

.brends-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: calc((24 / var(--curent-size)) * 100vw);
  margin-top: calc((40 / var(--curent-size)) * 100vw);
}

.footer-data > a {
  color: #ffffff;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.thanks-wrapper {
  height: calc((400 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((30 / var(--curent-size)) * 100vw);
  width: 100%;
}

.thanks-wrapper p {
  font-size: calc((32 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  font-weight: 500;
}

.thanks-wrapper span {
  font-size: calc((26 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.thanks-wrapper a {
  width: calc((240 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  color: #fff;
  font-family: var(--font1);
  font-size: calc((16 / var(--curent-size)) * 100vw);
  text-decoration: none;
  transition: 0.3s ease;
}

.thanks-wrapper a:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.polcy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: calc((50 / var(--curent-size)) * 100vw);
}

.polcy-wrapper h1 {
  margin-bottom: calc((50 / var(--curent-size)) * 100vw);
  font-size: calc((32 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.polcy-wrapper p,
.polcy-wrapper span,
.polcy-wrapper div {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.brand-item {
  width: calc((244 / var(--curent-size)) * 100vw);
  height: calc((140 / var(--curent-size)) * 100vw);
  border: calc((1 / var(--curent-size)) * 100vw) solid #eaeaea;
  border-radius: calc((10 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.brand-item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--bg-color);
}

.brand-item a p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.ip {
  margin-top: calc((4 / var(--curent-size)) * 100vw);
}

.ip p {
  color: #ffffff;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}
.brand-item a img {
  width: calc((80 / var(--curent-size)) * 100vw);
}

footer .header-wrapper {
  justify-content: space-between;
}

footer .header-links {
  margin-left: 0;
}

.show-brends {
  width: calc((160 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  color: #ffffff;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  margin: calc((20 / var(--curent-size)) * 100vw) auto 0 auto;
  transition: 0.3s ease;
  cursor: pointer;
}

.show-brends:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.header-logo {
  /* background-color: var(--main-color); */
  padding: calc((3 / var(--curent-size)) * 100vw)
    calc((10 / var(--curent-size)) * 100vw);
  border-radius: 0 0 calc((7 / var(--curent-size)) * 100vw)
    calc((7 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
  border-top: none;
}

.header-logo img {
  width: calc((85 / var(--curent-size)) * 100vw);
  /* filter: brightness(0) invert(1); */
}

.header-links {
  display: flex;
  align-items: center;
  gap: calc((15 / var(--curent-size)) * 100vw);
  margin-left: auto;
  margin-top: calc((5 / var(--curent-size)) * 100vw);
}

.header-top {
  width: 100%;
  padding-bottom: calc((17 / var(--curent-size)) * 100vw);
  border-bottom: calc((1 / var(--curent-size)) * 100vw) solid
    rgba(255, 255, 255, 0.1019607843);
}

.header-links div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((8 / var(--curent-size)) * 100vw);
}

.header-links button:first-child {
  background-color: #ffffff;
  padding: calc((10 / var(--curent-size)) * 100vw) 0;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 500;
  font-family: var(--font1);
  border: none;
  transition: 0.3s ease;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((150 / var(--curent-size)) * 100vw);
}

/* .header-links button:last-child {
  background-color: var(--main-color);
  padding: calc((10 / var(--curent-size)) * 100vw) 0;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  border: none;
  transition: 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
  width: calc((150 / var(--curent-size)) * 100vw);
} */

/* .header-links button:last-child p {
  line-height: 1;
  font-size: calc((12 / var(--curent-size)) * 100vw);
  font-weight: 500;
  font-family: var(--font1);
  color: #fff;
}

.header-links button:last-child svg {
  width: calc((12 / var(--curent-size)) * 100vw);
  fill: #fff;
} */

.header-links button:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.header-links a {
  font-size: calc((19 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.header-links a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: #fff;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.header-links a:hover:after {
  transition: 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.header-logo-wrapper {
  display: flex;
  align-items: flex-start;
  gap: calc((14 / var(--curent-size)) * 100vw);
}

.header-logo-wrapper p {
  color: #ffffff;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.city-wrapper {
  display: flex;
  align-items: center;
}

.header-data {
  display: flex;
  align-items: flex-start;
  gap: calc((40 / var(--curent-size)) * 100vw);
  margin-left: calc((60 / var(--curent-size)) * 100vw);
  margin-top: calc((5 / var(--curent-size)) * 100vw);
}

.city-wrapper svg {
  fill: var(--main-color);
  width: calc((24 / var(--curent-size)) * 100vw);
  flex-shrink: 0;
}

.city-wrapper p {
  color: #ffffff;
  font-size: calc((13 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  cursor: pointer;
}

.header-data-adres {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((14 / var(--curent-size)) * 100vw);
}

.header-data-adres div {
  display: flex;
  align-items: center;
}

.header-data-adres div svg {
  fill: var(--main-color);
  width: calc((24 / var(--curent-size)) * 100vw);
  flex-shrink: 0;
}

.header-data-adres div p {
  color: #ffffff;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.header-nav {
  width: 100%;
  padding-bottom: calc((16 / var(--curent-size)) * 100vw);
  border-bottom: calc((1 / var(--curent-size)) * 100vw) solid
    rgba(255, 255, 255, 0.1019607843);
}

.header-nav-wrapper {
  width: 100%;
}

.header-menu {
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  justify-content: space-between;
}

.header-menu li {
  display: flex;
  position: relative;
}

.header-menu .sub-menu {
  position: absolute;
  top: calc((60 / var(--curent-size)) * 100vw);
  left: 0;
  background: var(--bg-color);
  padding: calc((10 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  width: calc((300 / var(--curent-size)) * 100vw);
  min-height: calc((300 / var(--curent-size)) * 100vw);
  max-height: calc((300 / var(--curent-size)) * 100vw);
  border-radius: calc((20 / var(--curent-size)) * 100vw);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 2;
}

#menu-item-25 .sub-menu {
  min-height: calc((610 / var(--curent-size)) * 100vw);
  max-height: calc((610 / var(--curent-size)) * 100vw);
}

footer .sub-menu {
  position: absolute;
  top: -430% !important;
  left: 0;
  background: var(--bg-color);
  padding: calc((10 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  width: calc((300 / var(--curent-size)) * 100vw);
  height: calc((500 / var(--curent-size)) * 100vw);
  border-radius: calc((20 / var(--curent-size)) * 100vw);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

#menu-item-25 .sub-menu::-webkit-scrollbar {
  width: 1px;
  background: #fff;
}

.header-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}

.sub-menu {
  display: flex;
  flex-direction: column-reverse;
}

.sub-menu li:hover a {
  text-decoration: none !important;
}

.sub-menu li a:hover {
  text-decoration: none !important;
}

.header-menu li a {
  padding-top: calc((17 / var(--curent-size)) * 100vw);
  padding-bottom: calc((23 / var(--curent-size)) * 100vw);
  color: #fff;
  text-decoration: none;
  font-size: calc((22 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-family: var(--font1);
  position: relative;
}

.header-menu li a:after {
  content: "";
  position: absolute;
  bottom: calc((23 / var(--curent-size)) * 100vw);
  left: 0;
  width: 100%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.header-menu li a:hover:after {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}

.main-block {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
  padding: calc((35 / var(--curent-size)) * 100vw) 0;
  border-bottom: calc((1 / var(--curent-size)) * 100vw) solid
    rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 22;
}

.main-block > img {
  position: absolute;
  top: 0;
  right: calc((-120 / var(--curent-size)) * 100vw);
  width: calc((480 / var(--curent-size)) * 100vw);
}

.main-block > img.single-img {
  width: calc((350 / var(--curent-size)) * 100vw);
  right: calc((-20 / var(--curent-size)) * 100vw);
  top: 50%;
  transform: translate(0, -50%);
}

.main-block-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-block-text h1 {
  font-size: calc((55 / var(--curent-size)) * 100vw);
  line-height: 120%;
  color: #fff;
  font-family: var(--font1);
}

.main-block-text h1 span {
  color: var(--main-color);
}

.main-block-text > p {
  font-size: calc((17 / var(--curent-size)) * 100vw);
  line-height: 120%;
  color: #fff;
  font-family: var(--font1);
  width: calc((440 / var(--curent-size)) * 100vw);
  margin-bottom: calc((30 / var(--curent-size)) * 100vw);
}

.sub-title-block {
  display: flex;
  align-items: center;
  gap: calc((10 / var(--curent-size)) * 100vw);
  padding-left: calc((28 / var(--curent-size)) * 100vw);
  margin: calc((23 / var(--curent-size)) * 100vw) 0
    calc((52 / var(--curent-size)) * 100vw) 0;
}

.sub-title-block span {
  width: calc((8 / var(--curent-size)) * 100vw);
  height: calc((8 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  background: var(--main-color);
  position: relative;
  opacity: 1;
}

.sub-title-block span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc((-24 / var(--curent-size)) * 100vw);
  transform: translate(0, -50%);
  width: calc((8 / var(--curent-size)) * 100vw);
  height: calc((8 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  background: var(--main-color);
  opacity: 0.12;
}

.sub-title-block span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc((-12 / var(--curent-size)) * 100vw);
  transform: translate(0, -50%);
  width: calc((8 / var(--curent-size)) * 100vw);
  height: calc((8 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  background: var(--main-color);
  opacity: 0.33;
}

.sub-title-block p {
  font-size: calc((22 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-family: var(--font1);
}

.main-links {
  display: flex;
  align-items: center;
  gap: calc((24 / var(--curent-size)) * 100vw);
}

.main-links button {
  font-size: calc((16 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  color: #fff;
  font-family: var(--font1);
  padding: calc((25 / var(--curent-size)) * 100vw) 0;
  width: calc((220 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease;
}

.main-links button:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.main-links p {
  font-size: calc((16 / var(--curent-size)) * 100vw);
  color: #ffffff;
  line-height: 120%;
  font-family: var(--font1);
}

.main-advanteges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: calc((56 / var(--curent-size)) * 100vw) 0
    calc((85 / var(--curent-size)) * 100vw) 0;
  position: relative;
  z-index: 33;
}

.main-advanteges-item {
  display: flex;
  align-items: center;
  gap: calc((5 / var(--curent-size)) * 100vw);
}

.main-advanteges-item > span {
  display: flex;
  width: calc((60 / var(--curent-size)) * 100vw);
  height: calc((60 / var(--curent-size)) * 100vw);
  background-color: #2e3340;
  border-radius: calc((15 / var(--curent-size)) * 100vw);
  background-repeat: no-repeat;
  background-size: contain;
}

.main-advanteges-item div p {
  font-size: calc((14 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-family: var(--font1);
}

.main-advanteges-item div span {
  font-size: calc((13 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-family: var(--font1);
  font-weight: 400;
}

#main {
  position: relative;
  overflow: hidden;
  background: var(--bg-color);
}

#main:before {
  content: "";
  position: absolute;
  width: calc((633 / var(--curent-size)) * 100vw);
  height: calc((633 / var(--curent-size)) * 100vw);
  background-color: #7882a11f;
  border-radius: 50%;
  top: calc(100% - calc((353 / var(--curent-size)) * 100vw));
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-filter: blur(480px);
  filter: blur(480px);
  pointer-events: none;
  z-index: 0;
}

#line {
  width: 100%;
  background: var(--main-color);
  overflow: hidden;
  padding: calc((10 / var(--curent-size)) * 100vw) 0;
  border-radius: 0 0 calc((60 / var(--curent-size)) * 100vw)
    calc((60 / var(--curent-size)) * 100vw);
}

.line-wrapper {
  flex-shrink: 0;
  display: flex;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
  gap: calc((40 / var(--curent-size)) * 100vw);
  animation: scroll 60s linear infinite;
}
.line-wrapper:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}

.line-wrapper div {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.line-wrapper div svg {
  width: calc((21 / var(--curent-size)) * 100vw);
  fill: #fff;
}

.line-wrapper div p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-family: var(--font1);
}

.line-wrapper div a {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-family: var(--font1);
  cursor: pointer;
  transition: 0.3s ease;
}

.line-wrapper div a:hover {
  text-decoration: underline;
  transition: 0.3s ease;
}

section:not(#main, #line) {
  padding: calc((64 / var(--curent-size)) * 100vw) 0 0 0;
}

.title {
  font-size: calc((55 / var(--curent-size)) * 100vw);
  color: var(--bg-color);
  font-weight: bold;
  line-height: 117%;
  font-family: var(--font1);
}

.title-small {
  font-size: calc((36 / var(--curent-size)) * 100vw);
  color: var(--bg-color);
  font-weight: bold;
  line-height: 117%;
  font-family: var(--font1);
}

.title span {
  color: var(--main-color);
}

.title.white {
  color: #fff;
}

.burger-wrapper {
  display: none;
}
.services-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: calc((40 / var(--curent-size)) * 100vw);
}

.services-items {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.services-item {
  position: relative;
  width: calc((315 / var(--curent-size)) * 100vw);
  height: calc((300 / var(--curent-size)) * 100vw);
  overflow: hidden;
  border-radius: calc((22 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
  background-color: var(--bg-color);
  flex-shrink: 0;
}

.services-item:hover {
  transform: translateY(calc((-10 / var(--curent-size)) * 100vw));
  transition: 0.3s ease;
}

.services-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: 0.3s ease;
  opacity: 0.7;
}

.services-item:hover img {
  opacity: 1;
  transition: 0.3s ease;
}

.services-item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.services-item a p {
  padding: calc((15 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  font-size: calc((17 / var(--curent-size)) * 100vw);
  color: #ffffff;
  line-height: 115%;
  font-family: var(--font1);
  position: relative;
  z-index: 1;
}

.services-item-discont {
  width: calc((650 / var(--curent-size)) * 100vw);
  height: calc((300 / var(--curent-size)) * 100vw);
  overflow: hidden;
  border-radius: calc((22 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
  background-color: var(--bg-color);
  position: relative;
  padding: calc((28 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.services-item-discont:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: calc((170 / var(--curent-size)) * 100vw);
  right: calc((190 / var(--curent-size)) * 100vw);
  -webkit-filter: blur(90px);
  filter: blur(90px);
  pointer-events: none;
  width: calc((199 / var(--curent-size)) * 100vw);
  height: calc((463 / var(--curent-size)) * 100vw);
  background-color: #7882a1;
}

.services-item-discont p {
  font-size: calc((38 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-weight: bold;
  line-height: 117%;
  letter-spacing: 1px;
  font-family: var(--font1);
}

.services-item-discont span {
  font-size: calc((17 / var(--curent-size)) * 100vw);
  color: #ffffff;
  line-height: 115%;
  position: relative;
  font-family: var(--font1);
  margin-top: calc((12 / var(--curent-size)) * 100vw);
}

.discont-data {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: calc((30 / var(--curent-size)) * 100vw);
}

.discont-data button {
  width: calc((300 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  color: #ffffff;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  margin-top: calc((20 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
  cursor: pointer;
}

.discont-data button:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.discont-data p {
  font-family: var(--font1);
  font-size: calc((124 / var(--curent-size)) * 100vw);
  line-height: 100px;
  letter-spacing: -0.16em;
  text-shadow: -2px 0px 0 #ff4561, -1px 1px 0 #ffffff61;
  background: linear-gradient(to top, #ff4561, #fabbc4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  z-index: 2;
  padding-right: calc((8 / var(--curent-size)) * 100vw);
}

.steps-items {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin-top: calc((55 / var(--curent-size)) * 100vw);
  gap: calc((58 / var(--curent-size)) * 100vw) 0;
  justify-content: space-between;
}

.steps-item {
  display: flex;
  flex-direction: column;
  gap: calc((20 / var(--curent-size)) * 100vw);
  align-items: flex-start;
  width: calc((378 / var(--curent-size)) * 100vw);
  height: calc((127 / var(--curent-size)) * 100vw);
}

.steps-item p:first-child img {
  width: calc((30 / var(--curent-size)) * 100vw);
  height: calc((30 / var(--curent-size)) * 100vw);
  fill: var(--main-color);
}

.steps-item p:first-child {
  font-size: calc((22 / var(--curent-size)) * 100vw);
  font-weight: 500;
  line-height: 120%;
  font-family: var(--font1);
  display: flex;
  align-items: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
}

.steps-form {
  margin-top: calc((64 / var(--curent-size)) * 100vw);
  width: 100%;
  overflow: hidden;
  background-color: #1e232f;
  border-radius: calc((22 / var(--curent-size)) * 100vw);
  padding: calc((20 / var(--curent-size)) * 100vw)
    calc((60 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
}

.steps-item p svg {
  fill: var(--main-color);
  width: calc((30 / var(--curent-size)) * 100vw);
}

.pre-form-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pre-form-content > button {
  width: calc((300 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  color: #ffffff;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  margin-top: calc((20 / var(--curent-size)) * 100vw);
  transition: 0.3s ease;
  cursor: pointer;
}

.pre-form-content > p {
  font-size: calc((38 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-weight: bold;
  line-height: 117%;
  font-family: var(--font1);
  margin-top: calc((40 / var(--curent-size)) * 100vw);
}

.pre-form-content > span {
  margin-top: calc((17 / var(--curent-size)) * 100vw);
  margin-bottom: calc((31 / var(--curent-size)) * 100vw);
  max-width: 400px;
  line-height: 120%;
  color: #ffffff;
}

.form-inputs {
  display: flex;
  align-items: center;
  gap: calc((7 / var(--curent-size)) * 100vw);
}

.form-inputs > input {
  width: calc((300 / var(--curent-size)) * 100vw);
  height: calc((72 / var(--curent-size)) * 100vw);
  border: none;
  background: #fff;
  color: #1e232f;
  text-align: left;
  font-weight: 300;
  font-family: var(--font1);
  font-size: calc((16 / var(--curent-size)) * 100vw);
  border-radius: calc((7 / var(--curent-size)) * 100vw);
  padding: 0 calc((24 / var(--curent-size)) * 100vw);
  outline: none;
}

.form-inputs input:placeholder-shown {
  text-align: center;
}

.form-inputs > button {
  width: calc((181 / var(--curent-size)) * 100vw);
  height: calc((72 / var(--curent-size)) * 100vw);
  border: none;
  background: var(--main-color);
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-family: var(--font1);
  font-size: calc((16 / var(--curent-size)) * 100vw);
  border-radius: calc((7 / var(--curent-size)) * 100vw);
  padding: 0 calc((24 / var(--curent-size)) * 100vw);
  cursor: pointer;
  transition: 0.3s ease;
}

.form-inputs > button:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: calc((7 / var(--curent-size)) * 100vw);
}

.checkbox-wrapper > p {
  font-weight: 300;
  font-family: var(--font1);
  font-size: calc((13 / var(--curent-size)) * 100vw);
  color: #ffffff;
}

.checkbox-wrapper > p a {
  font-weight: 300;
  font-family: var(--font1);
  font-size: calc((13 / var(--curent-size)) * 100vw);
  color: #ffffff;
  text-decoration: none;
}

.checkbox-wrapper > p a:hover {
  text-decoration: underline;
}

.discont-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((15 / var(--curent-size)) * 100vw);
  position: relative;
  z-index: 5;
}

.shadow-text {
  position: relative;
  margin-left: calc((120 / var(--curent-size)) * 100vw);
}

.shadow-text:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: calc((-17 / var(--curent-size)) * 100vw);
  right: calc((85 / var(--curent-size)) * 100vw);
  -webkit-filter: blur(90px);
  filter: blur(90px);
  pointer-events: none;
  width: calc((200 / var(--curent-size)) * 100vw);
  height: calc((463 / var(--curent-size)) * 100vw);
  background-color: #7882a1;
  pointer-events: none;
}

.shadow-text:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: calc((-17 / var(--curent-size)) * 100vw);
  right: calc((85 / var(--curent-size)) * 100vw);
  -webkit-filter: blur(90px);
  filter: blur(90px);
  pointer-events: none;
  width: calc((200 / var(--curent-size)) * 100vw);
  height: calc((463 / var(--curent-size)) * 100vw);
  background-color: var(--main-color);
  mix-blend-mode: lighten;
  z-index: 2;
  pointer-events: none;
}

.shadow-text .text {
  font-size: calc((298 / var(--curent-size)) * 100vw);
  font-weight: bold;
  letter-spacing: calc((-46 / var(--curent-size)) * 100vw);
  line-height: 117%;
  text-shadow: 1px 1px 0 #ff4561, -1px 1px 0 #101521;
  position: relative;
  z-index: 1;
  color: #fff;
}

.shadow-text .shadow {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: calc((298 / var(--curent-size)) * 100vw);
  font-weight: bold;
  letter-spacing: calc((-46 / var(--curent-size)) * 100vw);
  line-height: 117%;
  background-image: linear-gradient(
    to bottom,
    rgba(250, 31, 69, 0.9019607843),
    rgba(6, 8, 12, 0.9019607843)
  );
  left: 0;
  top: 0;
  z-index: 2;
  mix-blend-mode: hard-light;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  z-index: 2;
  padding-right: calc((40 / var(--curent-size)) * 100vw);
}

.price-content {
  padding-top: calc((32 / var(--curent-size)) * 100vw);
  background: var(--bg-color);
  border-radius: calc((60 / var(--curent-size)) * 100vw);
  width: 100%;
}

#price {
  overflow: hidden;
}

.price-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: calc((40 / var(--curent-size)) * 100vw) auto 0 auto;
  width: 100%;
}

.price-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: calc((26 / var(--curent-size)) * 100vw) 0
    calc((31 / var(--curent-size)) * 100vw) 0;
}

.price-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 500%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: #ffffff29;
}

.price-list li:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 500%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: #ffffff29;
}

.price-list li p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #fff;
}

.price-under-data {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: calc((10 / var(--curent-size)) * 100vw) 0
    calc((30 / var(--curent-size)) * 100vw) 0;
}

.price-under-data > p {
  color: #7580ae;
  font-weight: 300;
  max-width: calc((593 / var(--curent-size)) * 100vw);
  line-height: 120%;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #7580ae;
}

.price-under-data > a {
  width: calc((235 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  text-decoration: none;
  transition: 0.3s ease;
}

.price-under-data > a:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}

.price-under-data > a p {
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #fff;
}

.price-under-data > a svg {
  fill: #ffffff;
  margin-top: calc((6 / var(--curent-size)) * 100vw);
}

.speed-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: calc((60 / var(--curent-size)) * 100vw);
}

.speed-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((24 / var(--curent-size)) * 100vw);
  width: calc((320 / var(--curent-size)) * 100vw);
}

.speed-item > div {
  display: flex;
  align-items: center;
  gap: calc((24 / var(--curent-size)) * 100vw);
}

.speed-item > div div {
  width: calc((100 / var(--curent-size)) * 100vw);
  height: calc((95 / var(--curent-size)) * 100vw);
  border-radius: calc((12 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.speed-item > div div img {
  width: calc((50 / var(--curent-size)) * 100vw);
}

.speed-item > div p {
  font-size: calc((22 / var(--curent-size)) * 100vw);
  font-weight: 500;
  line-height: 120%;
  font-family: var(--font1);
}

.speed-item > p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  line-height: 120%;
  font-family: var(--font1);
}

.pay-data-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  gap: calc((30 / var(--curent-size)) * 100vw)
    calc((40 / var(--curent-size)) * 100vw);
  margin-top: calc((44 / var(--curent-size)) * 100vw);
}

.p-small-item {
  width: calc((640 / var(--curent-size)) * 100vw);
  height: calc((326 / var(--curent-size)) * 100vw);
  background-color: #1e232f;
  border-radius: calc((22 / var(--curent-size)) * 100vw);
  position: relative;
}

.img-item {
  padding: calc((48 / var(--curent-size)) * 100vw)
    calc((45 / var(--curent-size)) * 100vw)
    calc((47 / var(--curent-size)) * 100vw)
    calc((260 / var(--curent-size)) * 100vw);
}

.img-item img {
  position: absolute;
  top: 50%;
  left: calc((40 / var(--curent-size)) * 100vw);
  transform: translate(0, -50%);
}

.img-item p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  line-height: 120%;
  font-family: var(--font1);
  color: #fff;
}

.text-item {
  padding: calc((48 / var(--curent-size)) * 100vw)
    calc((60 / var(--curent-size)) * 100vw)
    calc((48 / var(--curent-size)) * 100vw)
    calc((40 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((40 / var(--curent-size)) * 100vw);
}

.text-item > p {
  font-size: calc((24 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-weight: 500;
  line-height: 117%;
  font-family: var(--font1);
}

.text-item > div {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: calc((50 / var(--curent-size)) * 100vw) 0;
}

.text-item > div p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-weight: 400;
  line-height: 117%;
  font-family: var(--font1);
  width: calc((228 / var(--curent-size)) * 100vw);
  position: relative;
  padding-left: calc((25 / var(--curent-size)) * 100vw);
}

.text-item > div p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: calc((4 / var(--curent-size)) * 100vw);
  height: calc((4 / var(--curent-size)) * 100vw);
  content: "";
  position: absolute;
  top: calc((4 / var(--curent-size)) * 100vw);
  left: 0;
  background-color: #ffffff;
  border: calc((5 / var(--curent-size)) * 100vw) solid var(--main-color);
}

.text-item > div div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc((228 / var(--curent-size)) * 100vw);
  gap: calc((4 / var(--curent-size)) * 100vw);
}

.text-item > div div img {
  border-radius: calc((4 / var(--curent-size)) * 100vw);
  overflow: hidden;
  width: calc((47 / var(--curent-size)) * 100vw);
  height: calc((31 / var(--curent-size)) * 100vw);
}

.p-big-item {
  padding: calc((20 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw)
    calc((40 / var(--curent-size)) * 100vw);
  background-color: #1e232f;
  border-radius: calc((22 / var(--curent-size)) * 100vw);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-big-item > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-big-item > div > p {
  margin-bottom: calc((32 / var(--curent-size)) * 100vw);
  font-size: calc((32 / var(--curent-size)) * 100vw);
  font-weight: 500;
  color: #ffffff;
  font-family: var(--font1);
}

.p-big-item > div > span {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  color: #ffffff;
  font-family: var(--font1);
}

.p-big-item > div > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: calc((50 / var(--curent-size)) * 100vw);
  margin: calc((13 / var(--curent-size)) * 100vw) 0;
  width: calc((647 / var(--curent-size)) * 100vw);
}

.p-big-item > div > ul li {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  color: #ffffff;
  font-family: var(--font1);
}

.p-big-item > div button {
  margin-top: calc((26 / var(--curent-size)) * 100vw);
  width: calc((460 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  gap: calc((20 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.p-big-item > div button:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.p-big-item > div button p {
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 400;
  color: #ffffff;
  font-family: var(--font1);
  line-height: 1;
}

.p-big-item > div button svg {
  fill: #ffffff;
  width: calc((23 / var(--curent-size)) * 100vw);
  margin-top: calc((4 / var(--curent-size)) * 100vw);
}

.p-big-item > img {
  border-radius: calc((22 / var(--curent-size)) * 100vw);
  overflow: hidden;
  flex-shrink: 0;
  width: calc((535 / var(--curent-size)) * 100vw);
}

.about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.about-text-img-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: calc((22 / var(--curent-size)) * 100vw);
  position: relative;
}

.about-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((560 / var(--curent-size)) * 100vw);
}

.about-text p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  margin-bottom: calc((20 / var(--curent-size)) * 100vw);
}

.about-imgs {
  position: absolute;
  top: 0;
  right: 0;
}

.about-imgs > img {
  position: relative;
  top: calc((-100 / var(--curent-size)) * 100vw);
  right: 0;
  width: calc((658 / var(--curent-size)) * 100vw);
}

.logo-about {
  position: absolute;
  top: calc((-70 / var(--curent-size)) * 100vw);
  right: calc((50 / var(--curent-size)) * 100vw);
  width: calc((100 / var(--curent-size)) * 100vw);
  height: calc((77 / var(--curent-size)) * 100vw);
  padding: calc((15 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  border-radius: calc((7 / var(--curent-size)) * 100vw);
}

.logo-about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.about-counts {
  display: flex;
  align-items: center;
  gap: calc((60 / var(--curent-size)) * 100vw);
  margin-top: calc((80 / var(--curent-size)) * 100vw);
}

.about-counts div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: calc((16 / var(--curent-size)) * 100vw);
}

.about-counts div p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 700;
  font-family: var(--font1);
}

.about-counts div span {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
}

.about-region {
  margin-top: calc((60 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-region span {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  margin: calc((30 / var(--curent-size)) * 100vw) 0
    calc((40 / var(--curent-size)) * 100vw) 0;
}

.about-region ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: calc((50 / var(--curent-size)) * 100vw);
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.about-region ul li {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
}

#team {
  border-radius: calc((60 / var(--curent-size)) * 100vw);
  background: var(--bg-color);
  margin-top: calc((80 / var(--curent-size)) * 100vw);
}

.team-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: calc((40 / var(--curent-size)) * 100vw);
}

.team-slider {
  width: calc((1320 / var(--curent-size)) * 100vw);
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.team-slider-wrapper {
  position: relative;
  margin-top: calc((60 / var(--curent-size)) * 100vw);
}

.team-slider-wrapper button {
  transition: 0.3s ease;
}

.team-slider-wrapper button:hover {
  background: var(--main-color);
}

.team-slider-wrapper button.swiper-button-disabled {
  cursor: auto;
}

.team-slider-wrapper button.swiper-button-disabled:hover {
  background: rgba(239, 239, 239, 0.3);
}

.prev-btn-t {
  position: absolute;
  top: 35%;
  left: calc((-30 / var(--curent-size)) * 100vw);
  z-index: 2222;
  width: calc((60 / var(--curent-size)) * 100vw);
  height: calc((60 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.next-btn-t svg {
  transform: rotate(180deg);
}

.next-btn-t {
  position: absolute;
  top: 35%;
  right: calc((-30 / var(--curent-size)) * 100vw);
  z-index: 2222;
  width: calc((60 / var(--curent-size)) * 100vw);
  height: calc((60 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.team-member-img {
  width: 100%;
  height: calc((390 / var(--curent-size)) * 100vw);
  border-radius: calc((20 / var(--curent-size)) * 100vw);
  overflow: hidden;
  background: #3b4151;
}

.team-member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member > p {
  font-size: calc((20 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  color: #fff;
  margin: calc((11 / var(--curent-size)) * 100vw) 0;
}

.team-member > span {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 300;
  font-family: var(--font1);
  color: #a6b0d6;
}

.stage {
  border-radius: calc((7 / var(--curent-size)) * 100vw);
  border: calc((1 / var(--curent-size)) * 100vw) solid #a6b0d6;
  display: flex;
  align-items: center;
  padding: calc((2 / var(--curent-size)) * 100vw)
    calc((8 / var(--curent-size)) * 100vw);
  gap: calc((6 / var(--curent-size)) * 100vw);
}

.stage > img {
  width: calc((28 / var(--curent-size)) * 100vw);
}

.stage div p {
  font-size: calc((14 / var(--curent-size)) * 100vw);
  font-weight: 300;
  font-family: var(--font1);
  color: #a6b0d6;
  line-height: 1;
}

.stage div span {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  color: #a6b0d6;
  line-height: 1;
}

.team-wrapper > button {
  width: calc((180 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  border: none;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  margin: calc((40 / var(--curent-size)) * 100vw) auto 0 auto;
  cursor: pointer;
  transition: 0.3s ease;
}

.team-wrapper > button:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.serf-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((60 / var(--curent-size)) * 100vw);
  position: relative;
}

.serf-slider {
  width: calc((1320 / var(--curent-size)) * 100vw);
  height: calc((375 / var(--curent-size)) * 100vw);
}

.serf-slide {
  width: 100%;
  height: 100%;
  border-radius: calc((20 / var(--curent-size)) * 100vw);
  overflow: hidden;
}

.serf-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serf-wrapper button {
  transition: 0.3s ease;
}

.serf-wrapper button svg {
  fill: #fff;
}

.serf-wrapper button:hover {
  background: var(--main-color);
}

.serf-wrapper button.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}

.serf-wrapper button.swiper-button-disabled:hover {
  background: #101521;
  opacity: 0.3;
  cursor: auto;
}

.prev-btn-s {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: calc((-30 / var(--curent-size)) * 100vw);
  z-index: 2222;
  width: calc((60 / var(--curent-size)) * 100vw);
  height: calc((60 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  border: none;
  border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
  cursor: pointer;
  background: #101521;
}

.next-btn-s svg {
  transform: rotate(180deg);
}

.next-btn-s {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: calc((-30 / var(--curent-size)) * 100vw);
  z-index: 2222;
  width: calc((60 / var(--curent-size)) * 100vw);
  height: calc((60 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
  cursor: pointer;
  background: #101521;
}

.rev-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.rev-head > div {
  display: flex;
  align-items: center;
  gap: calc((13 / var(--curent-size)) * 100vw);
}

.rev-head > div p {
  color: #fff;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  font-weight: 600;
  font-family: var(--font1);
}

.rev-head > div img {
  width: calc((46 / var(--curent-size)) * 100vw);
  filter: invert(1);
}

.rev-slide {
  border-radius: calc((20 / var(--curent-size)) * 100vw);
  background: var(--bg-color);
  padding: calc((35 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((28 / var(--curent-size)) * 100vw);

  min-height: calc((290 / var(--curent-size)) * 100vw);
}

.rev-slide > p {
  color: #fff;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
}

.rew-head {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: calc((30 / var(--curent-size)) * 100vw);
}

.rew-head button {
  width: calc((185 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  border: none;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  cursor: pointer;
  transition: 0.3s ease;
}

.rew-head button:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.reviews-content {
  position: relative;
}

.reviews-content button {
  transition: 0.3s ease;
}

.reviews-content button svg {
  fill: #fff;
}

.reviews-content button:hover {
  background: var(--main-color);
}

.reviews-content button.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}

.reviews-content button.swiper-button-disabled:hover {
  background: #101521;
  opacity: 0.3;
  cursor: auto;
}

.prev-btn-r {
  position: absolute;
  bottom: calc((-30 / var(--curent-size)) * 100vw);
  transform: translate(-50%, 0);
  left: 25%;
  z-index: 2222;
  width: calc((60 / var(--curent-size)) * 100vw);
  height: calc((60 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  border: none;
  border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
  cursor: pointer;
  background: #101521;
}

.next-btn-r svg {
  transform: rotate(180deg);
}

.next-btn-r {
  position: absolute;
  bottom: calc((-30 / var(--curent-size)) * 100vw);
  transform: translate(-50%, 0);
  right: 20%;
  z-index: 2222;
  width: calc((60 / var(--curent-size)) * 100vw);
  height: calc((60 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
  cursor: pointer;
  background: #101521;
}

.faq-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.fag-item {
  padding: calc((35 / var(--curent-size)) * 100vw)
    calc((35 / var(--curent-size)) * 100vw)
    calc((35 / var(--curent-size)) * 100vw) 0;
  width: 100%;
  cursor: pointer;
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.3s ease;
  border-bottom: calc((1 / var(--curent-size)) * 100vw) solid #d9d9d9;
}

.fag-item-haed {
  display: flex;
  align-items: center;
  width: 100%;
  gap: calc((22 / var(--curent-size)) * 100vw);
}

.fag-item-haed p {
  font-family: var(--font1);
  font-weight: 500;
  font-size: calc((22 / var(--curent-size)) * 100vw);
  line-height: 120%;
}

.answer {
  font-family: var(--font1);
  font-weight: 400;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  line-height: 120%;
  padding-left: calc((82 / var(--curent-size)) * 100vw);
  min-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: 0;
  transition: 0.3s linear;
}

.faq-btn {
  width: calc((60 / var(--curent-size)) * 100vw);
  height: calc((60 / var(--curent-size)) * 100vw);
  border-radius: 50%;
  background: var(--bg-color);
  position: relative;
  transition: 0.3s ease;
}

.fag-item:hover .faq-btn {
  background: var(--main-color);
  transition: 0.3s ease;
}

.fag-item.active .faq-btn:before {
  content: none;
}

.fag-item.active .faq-btn {
  background: var(--main-color);
}

.faq-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc((20 / var(--curent-size)) * 100vw);
  height: calc((4 / var(--curent-size)) * 100vw);
  background: #fff;
  color: var(--main-color);
}

.faq-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc((4 / var(--curent-size)) * 100vw);
  height: calc((20 / var(--curent-size)) * 100vw);
  background: #fff;
}

.fag-item.active {
  grid-template-rows: auto 1fr;
}

.fag-item.active .answer {
  visibility: visible;
  transition: 0.3s linear;
}

.questions-item {
  width: 100%;
  background: var(--bg-color);
  border-radius: calc((20 / var(--curent-size)) * 100vw);
  padding: calc((47 / var(--curent-size)) * 100vw)
    calc((40 / var(--curent-size)) * 100vw)
    calc((70 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  gap: calc((120 / var(--curent-size)) * 100vw);
  position: relative;
  overflow: hidden;
}

.questions-item div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((30 / var(--curent-size)) * 100vw);
}

.questions-item div p {
  font-size: calc((38 / var(--curent-size)) * 100vw);
  color: #ffffff;
  font-weight: bold;
  line-height: 117%;
  letter-spacing: calc((1 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.questions-item div span {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  color: #ffffff;
  line-height: 117%;
  font-family: var(--font1);
}

.questions-item button {
  width: calc((240 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  color: #fff;
  font-family: var(--font1);
  font-size: calc((16 / var(--curent-size)) * 100vw);
}

.questions-item button:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.questions-item:before {
  width: calc((175 / var(--curent-size)) * 100vw);
  height: calc((175 / var(--curent-size)) * 100vw);
  content: "";
  position: absolute;
  background-color: #7882a1;
  border-radius: 50%;
  bottom: calc((-36 / var(--curent-size)) * 100vw);
  left: calc((-76 / var(--curent-size)) * 100vw);
  -webkit-filter: blur(110px);
  filter: blur(110px);
  pointer-events: none;
}

.about-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: calc((20 / var(--curent-size)) * 100vw);
  margin-top: calc((40 / var(--curent-size)) * 100vw);
}

.about-text-content {
  display: grid;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  max-height: calc((140 / var(--curent-size)) * 100vw);
  overflow: hidden;
  margin-top: 0;
  transition: 0.3s linear;
  grid-template-rows: auto 0fr;
  position: relative;
}

.about-text-content ol {
  list-style: disc;
  padding-left: calc((40 / var(--curent-size)) * 100vw);
}

.about-text-content ul {
  list-style: decimal;
  padding-left: calc((40 / var(--curent-size)) * 100vw);
}

.about-text-content:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, #fff, transparent);
}

.open {
  grid-template-rows: auto 1fr;
  max-height: 100%;
}

.about-text-content.open:after {
  content: none;
}

.more-btn {
  color: var(--main-color);
  font-family: var(--font1);
  font-size: calc((16 / var(--curent-size)) * 100vw);
  border: none;
  background: initial;
  padding: calc((10 / var(--curent-size)) * 100vw)
    calc((20 / var(--curent-size)) * 100vw);
  cursor: pointer;
}

.m-btn {
  width: calc((180 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  border: none;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  cursor: pointer;
  transition: 0.3s ease;
  margin: calc((50 / var(--curent-size)) * 100vw) auto 0 auto;
}

.m-btn:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

footer {
  background: var(--bg-color);
  border-radius: calc((60 / var(--curent-size)) * 100vw)
    calc((60 / var(--curent-size)) * 100vw) 0 0;
  width: 100%;
}

.footer-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((20 / var(--curent-size)) * 100vw);
  padding: calc((30 / var(--curent-size)) * 100vw) 0;
}

.footer-data img {
  width: calc((300 / var(--curent-size)) * 100vw);
}

.footer-data p {
  color: #fff;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
}

.icons {
  position: absolute;
  top: -10000000000px;
  left: -10000000000px;
}

#text-about {
  margin-bottom: calc((40 / var(--curent-size)) * 100vw);
}

.rewiews-all-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((30 / var(--curent-size)) * 100vw);
  width: 100%;
  margin-top: calc((30 / var(--curent-size)) * 100vw);
  margin-bottom: calc((60 / var(--curent-size)) * 100vw);
}

.head-rew {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.user-icon-name-data {
  display: flex;
  align-items: center;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.user-icon-name-data img {
  width: calc((60 / var(--curent-size)) * 100vw);
}

.name-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.data-user {
  display: flex;
  align-items: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
}

.data-user p,
.data-user span {
  color: #666;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.review-single-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((20 / var(--curent-size)) * 100vw);
  background: #ededed;
  border-radius: calc((12 / var(--curent-size)) * 100vw);
  padding: calc((24 / var(--curent-size)) * 100vw);
  box-shadow: 0 calc((2 / var(--curent-size)) * 100vw)
    calc((8 / var(--curent-size)) * 100vw) rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  width: 100%;
}

.name-data > p {
  font-weight: 600;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  color: #333;
  font-family: var(--font1);
}

.review-single-item > p {
  font-size: calc((15 / var(--curent-size)) * 100vw);
  line-height: 1.6;
  color: #444;
  font-family: var(--font1);
}

.review-single-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
}

.add-rew {
  font-size: calc((16 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  color: #fff;
  font-family: var(--font1);
  padding: calc((25 / var(--curent-size)) * 100vw) 0;
  width: calc((220 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease;
  margin: 0 auto calc((60 / var(--curent-size)) * 100vw) auto;
}

.add-rew:hover {
  opacity: 0.7;
}

.copy-btn {
  background: initial;
  border: none;
  cursor: pointer;
}

.copy-btn img {
  width: calc((20 / var(--curent-size)) * 100vw);
}

.req-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((30 / var(--curent-size)) * 100vw);
  margin-top: calc((40 / var(--curent-size)) * 100vw);
}

.req-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((10 / var(--curent-size)) * 100vw);
  position: relative;
  background: #f8f9fa;
  border-radius: calc((12 / var(--curent-size)) * 100vw);
  padding: calc((20 / var(--curent-size)) * 100vw);
  transition: all 0.3s ease;
}

.copy-btn {
  position: absolute;
  bottom: calc((30 / var(--curent-size)) * 100vw);
  right: calc((30 / var(--curent-size)) * 100vw);
}

.req-item > p {
  color: #6c757d;
  font-size: calc((14 / var(--curent-size)) * 100vw);
  margin-bottom: calc((8 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.req-item > span {
  font-weight: 600;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  margin-bottom: calc((8 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.req-item:hover {
  background: #fff;
  box-shadow: 0 calc((4 / var(--curent-size)) * 100vw)
    calc((12 / var(--curent-size)) * 100vw) rgba(0, 0, 0, 0.1);
  transform: translateY(calc((-2 / var(--curent-size)) * 100vw));
}

.dop-info {
  margin: calc((60 / var(--curent-size)) * 100vw) auto
    calc((120 / var(--curent-size)) * 100vw) 0;
  display: flex;
  align-items: center;
  gap: calc((15 / var(--curent-size)) * 100vw);
  background: #e9ecef;
  padding: calc((20 / var(--curent-size)) * 100vw);
  border-radius: calc((12 / var(--curent-size)) * 100vw);
}

.dop-info img {
  width: calc((24 / var(--curent-size)) * 100vw);
}

.dop-info p {
  font-size: calc((17 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

#rekvizity-page .questions-item {
  margin-bottom: calc((40 / var(--curent-size)) * 100vw);
}

.contacts-wrapper {
  margin-top: calc((40 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: calc((30 / var(--curent-size)) * 100vw);
  margin-bottom: calc((40 / var(--curent-size)) * 100vw);
}

.contacts-items {
  flex-shrink: 0;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((20 / var(--curent-size)) * 100vw);
  list-style: none;
  padding: calc((30 / var(--curent-size)) * 100vw);
  background: #f8f9fa;
  border-radius: calc((12 / var(--curent-size)) * 100vw);
}

.contacts-list li {
  display: flex;
  align-items: flex-start;
  gap: calc((14 / var(--curent-size)) * 100vw);
}

.contacts-list li svg {
  width: calc((30 / var(--curent-size)) * 100vw);
  fill: var(--main-color);
}

.contacts-list li div {
  display: flex;
  flex-direction: column;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.contacts-list li div p {
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 600;
  color: #666;
  font-family: var(--font1);
}

.contacts-list li div span {
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 400;
  color: #666;
  font-family: var(--font1);
}

.contacts-list li div a {
  font-size: calc((28 / var(--curent-size)) * 100vw);
  font-weight: 500;
  color: var(--main-color);
  font-family: var(--font1);
}

#map {
  width: 100%;
  border-radius: calc((20 / var(--curent-size)) * 100vw);
  overflow: hidden;
}

#map iframe {
  width: 100%;
  height: 100%;
}

#akcii {
  overflow: hidden;
}

.akcii-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc((60 / var(--curent-size)) * 100vw);
  width: 100%;
}

.akcii-item {
  display: flex;
  align-items: stretch;
  gap: calc((30 / var(--curent-size)) * 100vw);
  width: 100%;
  margin: calc((70 / var(--curent-size)) * 100vw) 0;
  position: relative;
}

.akcii-item:after {
  content: "";
  position: absolute;
  bottom: calc((-70 / var(--curent-size)) * 100vw);
  left: -100%;
  width: 300%;
  height: calc((1 / var(--curent-size)) * 100vw);
  background: rgba(30, 35, 47, 0.1607843137);
}

.akcii-item:last-child::after {
  content: none;
}

.akcii-item:first-child {
  margin: 0 0 calc((70 / var(--curent-size)) * 100vw) 0;
}

.akcii-item > img {
  width: calc((290 / var(--curent-size)) * 100vw);
  height: calc((240 / var(--curent-size)) * 100vw);
  object-fit: cover;
  border-radius: calc((20 / var(--curent-size)) * 100vw);
}

.akcii-item div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.akcii-item div p {
  font-size: calc((38 / var(--curent-size)) * 100vw);
  font-weight: bold;
  line-height: 117%;
  font-family: var(--font1);
}
.akcii-item div span {
  line-height: 120%;
  font-size: calc((18 / var(--curent-size)) * 100vw);
  line-height: 117%;
  font-family: var(--font1);
}

.akcii-item div a {
  font-size: calc((16 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  color: #fff;
  font-family: var(--font1);
  height: calc((70 / var(--curent-size)) * 100vw);
  width: calc((180 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease;
  text-decoration: none;
}

.akcii-item div a:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

#akcii .questions-item {
  margin-bottom: calc((30 / var(--curent-size)) * 100vw);
}

#akcii-single .questions-item {
  margin-bottom: calc((30 / var(--curent-size)) * 100vw);
}

.single-akcii-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: calc((40 / var(--curent-size)) * 100vw);
  margin-top: calc((60 / var(--curent-size)) * 100vw);
  margin-bottom: calc((80 / var(--curent-size)) * 100vw);
}

.single-img-ak {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((30 / var(--curent-size)) * 100vw);
  width: calc((290 / var(--curent-size)) * 100vw);
  flex-shrink: 0;
}

.single-img-ak img {
  width: 100%;
  height: calc((240 / var(--curent-size)) * 100vw);
  object-fit: cover;
  border-radius: calc((20 / var(--curent-size)) * 100vw);
}

.single-img-ak p {
  line-height: 120%;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  line-height: 117%;
  font-family: var(--font1);
}

.single-akcii-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.single-akcii-text h1,
.single-akcii-text h2,
.single-akcii-text h3,
.single-akcii-text h4,
.single-akcii-text h5,
.single-akcii-text h6 {
  font-size: calc((32 / var(--curent-size)) * 100vw);
  font-weight: bold;
  line-height: 117%;
  font-family: var(--font1);
}

.single-akcii-text div,
.single-akcii-text p,
.single-akcii-text span,
.single-akcii-text ul li,
.single-akcii-text ol li {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  line-height: 117%;
  font-family: var(--font1);
}

.single-akcii-text ol,
.single-akcii-text ul {
  padding-left: calc((60 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.content-text-wrap h1,
.content-text-wrap h2,
.content-text-wrap h3,
.content-text-wrap h4,
.content-text-wrap h5,
.content-text-wrap h6 {
  font-size: calc((32 / var(--curent-size)) * 100vw);
  font-weight: bold;
  line-height: 117%;
  font-family: var(--font1);
}

.content-text-wrap div,
.content-text-wrap p,
.content-text-wrap span,
.content-text-wrap ul li,
.content-text-wrap ol li {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  line-height: 117%;
  font-family: var(--font1);
}

.content-text-wrap ol,
.content-text-wrap ul {
  padding-left: calc((60 / var(--curent-size)) * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc((20 / var(--curent-size)) * 100vw);
}

.content-text-wrap {
  margin: calc((40 / var(--curent-size)) * 100vw) 0;
}

.content-text-wrap img {
  width: calc((750 / var(--curent-size)) * 100vw);
  height: calc((460 / var(--curent-size)) * 100vw);
  margin: 0 auto;
  object-fit: contain;
  display: flex;
  justify-content: center;
}

.price-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: calc((60 / var(--curent-size)) * 100vw) 0;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.price-tabs li {
  height: calc((70 / var(--curent-size)) * 100vw);
  width: calc((256 / var(--curent-size)) * 100vw);
  border: calc((1 / var(--curent-size)) * 100vw) solid #1e232f;
  line-height: 120%;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  border-radius: calc((7 / var(--curent-size)) * 100vw);
  cursor: pointer;
  font-weight: 500;
  color: rgba(30, 35, 47, 0.53);
  font-family: var(--font1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.price-tabs li:hover {
  transition: 0.3s ease;
  color: #1e232f;
}

.price-tabs li.active {
  background-color: #1e232f;
  color: #fff;
}

.tabs-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: calc((40 / var(--curent-size)) * 100vw);
}

.tab-item {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  list-style: none;
}

.tab-item.active {
  display: flex;
}

.tab-item li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc((10 / var(--curent-size)) * 100vw) 0;
  border-bottom: calc((1 / var(--curent-size)) * 100vw) solid #1e232f29;
}

.tab-item li div {
  display: flex;
  align-items: center;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.tab-item li p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  line-height: 117%;
  font-family: var(--font1);
}

.tab-item li div button {
  width: calc((120 / var(--curent-size)) * 100vw);
  height: calc((40 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  border: none;
  line-height: 1;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  cursor: pointer;
  transition: 0.3s ease;
}

.tab-item li div button:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.main-single-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-single-text p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
}

.main-single-text ol,
.main-single-text ul {
  padding-left: calc((50 / var(--curent-size)) * 100vw);
}

.main-single-text h1,
.main-single-text h2,
.main-single-text h3,
.main-single-text h4,
.main-single-text h5,
.main-single-text h6 {
  font-size: calc((55 / var(--curent-size)) * 100vw);
  font-weight: bold;
  font-family: var(--font1);
}

.main-single-text > button {
  width: calc((180 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  text-decoration: none;
  transition: 0.3s ease;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: calc((50 / var(--curent-size)) * 100vw) auto 0 auto;
}

.main-single-text > button:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}

.neis-items {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: calc((30 / var(--curent-size)) * 100vw);
  margin-top: calc((60 / var(--curent-size)) * 100vw);
}

.neis {
  background: var(--bg-color);
  color: #fff;
  width: calc((300 / var(--curent-size)) * 100vw);
  height: calc((80 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  font-size: calc((20 / var(--curent-size)) * 100vw);
  cursor: pointer;
  transition: 0.3s ease;
}

.neis:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}

.single-price-list li.hidden {
  display: none;
}

.more-price {
  width: calc((180 / var(--curent-size)) * 100vw);
  height: calc((70 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  background: var(--main-color);
  text-decoration: none;
  transition: 0.3s ease;
  border: none;
  color: #fff;
  margin: calc((50 / var(--curent-size)) * 100vw) auto 0 auto;
  cursor: pointer;
}

.more-price:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}

.more-price-wrapper {
  padding-bottom: calc((50 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cat-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: calc((60 / var(--curent-size)) * 100vw) 0;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.cat-tabs li {
  height: calc((70 / var(--curent-size)) * 100vw);
  width: calc((256 / var(--curent-size)) * 100vw);
  border: calc((1 / var(--curent-size)) * 100vw) solid #1e232f;
  line-height: 120%;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  border-radius: calc((7 / var(--curent-size)) * 100vw);
  cursor: pointer;
  font-weight: 500;
  color: rgba(30, 35, 47, 0.53);
  font-family: var(--font1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.cat-tabs li.active {
  background-color: #1e232f;
  color: #fff;
}

.cat-tabs li:not(.active):hover {
  transition: 0.3s ease;
  color: #1e232f;
}

.cat-items-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.vid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc((30 / var(--curent-size)) * 100vw);
  background: var(--bg-color);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  overflow: hidden;
  height: calc((320 / var(--curent-size)) * 100vw);
  padding: calc((24 / var(--curent-size)) * 100vw)
    calc((37 / var(--curent-size)) * 100vw);
}

.vid-item img {
  width: calc((177 / var(--curent-size)) * 100vw);
  object-fit: cover;
}

.vid-item p {
  color: rgb(120, 130, 161);
  font-family: var(--font1);
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-weight: 500;
  text-align: center;
}

.tab-cat-slider {
  width: 100%;
}

.tab-cat-slider.active {
  display: flex;
}

.tab-cat-slider-wrapper {
  width: 100%;
  position: relative;
  display: none;
}

.tab-cat-slider-wrapper.active {
  display: flex;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1015218c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999999;
  opacity: 0;
  visibility: hidden;
}

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  width: calc((600 / var(--curent-size)) * 100vw);
  background: #232e48;
  padding: calc((30 / var(--curent-size)) * 100vw)
    calc((40 / var(--curent-size)) * 100vw);
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  box-shadow: 0 0 calc((98 / var(--curent-size)) * 100vw) 0 #000000;
  position: relative;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.close-modal {
  position: absolute;
  top: calc((20 / var(--curent-size)) * 100vw);
  right: calc((20 / var(--curent-size)) * 100vw);
  background: initial;
  border: none;
  cursor: pointer;
}

.close-modal svg {
  fill: #fff;
  width: calc((30 / var(--curent-size)) * 100vw);
}

.close-rew {
  position: absolute;
  top: calc((20 / var(--curent-size)) * 100vw);
  right: calc((20 / var(--curent-size)) * 100vw);
  background: initial;
  border: none;
  cursor: pointer;
}

.close-rew svg {
  fill: #fff;
  width: calc((30 / var(--curent-size)) * 100vw);
}

.modal-content > p {
  font-size: calc((20 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-bottom: calc((20 / var(--curent-size)) * 100vw);
}

.modal-content > h6 {
  font-size: calc((38 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}

.modal-content > a {
  font-size: calc((38 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin: calc((20 / var(--curent-size)) * 100vw) 0;
  text-decoration: none;
}

.modal-content > span {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: calc((30 / var(--curent-size)) * 100vw);
}

.form-call-btn {
  border: none;
  background: initial;
  width: 100%;
}

.form-call-btn a {
  width: 100%;
  height: calc((70 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);

  border: none;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: calc((30 / var(--curent-size)) * 100vw);
  color: #fff;
  font-size: calc((20 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  text-decoration: none;
}

.modal-content > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: calc((20 / var(--curent-size)) * 100vw);
  gap: calc((8 / var(--curent-size)) * 100vw);
}

.modal-content > div p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.modal-content > div img {
  width: calc((12 / var(--curent-size)) * 100vw);
}

.checkbox-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: calc((8 / var(--curent-size)) * 100vw);
}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: calc((30 / var(--curent-size)) * 100vw);
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.modal-form > input {
  width: 100%;
  height: calc((70 / var(--curent-size)) * 100vw);
  padding: 0 calc((24 / var(--curent-size)) * 100vw);
  background: #fff;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  outline: none;
  border: none;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.modal-form > textarea {
  width: 100%;
  height: calc((140 / var(--curent-size)) * 100vw);
  padding: calc((24 / var(--curent-size)) * 100vw)
    calc((24 / var(--curent-size)) * 100vw);
  background: #fff;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  outline: none;
  border: none;
  resize: none;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
}

.modal-form > button {
  width: 100%;
  height: calc((70 / var(--curent-size)) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 400;
  font-family: var(--font1);
  border: none;
  border-radius: calc((8 / var(--curent-size)) * 100vw);
  cursor: pointer;
  transition: 0.3s ease;
}

.checkbox-wrapper div {
  width: calc((20 / var(--curent-size)) * 100vw);
  height: calc((20 / var(--curent-size)) * 100vw);
  border-radius: calc((4 / var(--curent-size)) * 100vw);
  overflow: hidden;
  border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
  position: relative;
  cursor: pointer;
}

.checkbox-wrapper div input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-wrapper div.clicked:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/chch.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  pointer-events: none;
}

.modal-wrapper-rew {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1015218c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}

.modal-wrapper-rew.open {
  opacity: 1;
  visibility: visible;
}

.stars {
  margin: calc((10 / var(--curent-size)) * 100vw) 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.stars p {
  font-size: calc((18 / var(--curent-size)) * 100vw);
  font-family: var(--font1);
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.stars div {
  display: flex;
  align-items: center;
  gap: calc((10 / var(--curent-size)) * 100vw);
}

.stars div svg {
  width: calc((25 / var(--curent-size)) * 100vw);
  cursor: pointer;
  fill: #9e9e9e;
}

.stars div svg.clicked {
  fill: #ffb81d;
}

.stars-one {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: calc((4 / var(--curent-size)) * 100vw);
}

.stars-one svg {
  width: calc((25 / var(--curent-size)) * 100vw);
  cursor: pointer;
  fill: #9e9e9e;
}

.stars-one svg.clicked {
  fill: #ffb81d;
}

.burger-btn {
  display: none;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  :root {
    --curent-size: 375;
  }

  .container {
    width: calc((355 / var(--curent-size)) * 100vw);
    margin: 0 auto;
  }

  .header-nav,
  .header-logo-wrapper p,
  .header-data,
  .header-links div {
    display: none;
  }

  .burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: initial;
  }

  .burger-btn svg {
    width: calc((40 / var(--curent-size)) * 100vw);
    fill: #fff;
  }

  .header-links a {
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

  .header-links {
    gap: calc((45 / var(--curent-size)) * 100vw);
  }

  .main-block-text h1 {
    font-size: calc((30 / var(--curent-size)) * 100vw);
    text-align: center;
  }

  .main-block-text {
    flex-direction: column;
    align-items: center;
  }

  .sub-title-block span {
    flex-shrink: 0;
  }

  .sub-title-block p {
    font-size: calc((14 / var(--curent-size)) * 100vw);
    text-align: center;
  }

  .main-links {
    flex-direction: column;
    gap: calc((16 / var(--curent-size)) * 100vw);
    margin-top: calc((150 / var(--curent-size)) * 100vw);
  }

  .main-links p {
    text-align: center;
  }

  .main-block > img {
    position: absolute;
    top: calc((130 / var(--curent-size)) * 100vw);
    right: unset;
    left: calc((35 / var(--curent-size)) * 100vw);
    width: calc((300 / var(--curent-size)) * 100vw);
  }

  .main-block {
    justify-content: center;
  }

  .main-advanteges {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  .main-advanteges-item {
    margin-left: calc((30 / var(--curent-size)) * 100vw);
    gap: calc((30 / var(--curent-size)) * 100vw);
  }

  #line {
    border-radius: 0 0 calc((20 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
  }

  .line-wrapper div p,
  .line-wrapper div a {
    font-size: calc((12 / var(--curent-size)) * 100vw);
  }

  .title {
    font-size: calc((28 / var(--curent-size)) * 100vw);
  }

  .services-items {
    justify-content: center;
  }

  .services-item {
    position: relative;
    width: calc((160 / var(--curent-size)) * 100vw);
    height: calc((160 / var(--curent-size)) * 100vw);
    overflow: hidden;
    border-radius: calc((22 / var(--curent-size)) * 100vw);
    transition: 0.3s ease;
    background-color: var(--bg-color);
    flex-shrink: 0;
  }

  .services-item a p {
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

  .services-item-discont > p {
    font-size: calc((24 / var(--curent-size)) * 100vw);
  }

  .services-item-discont span {
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

  .services-item-discont span br {
    display: none;
  }

  .discont-data button {
    width: calc((160 / var(--curent-size)) * 100vw);
    height: calc((50 / var(--curent-size)) * 100vw);
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

  .services-item-discont {
    width: calc((355 / var(--curent-size)) * 100vw);
    height: calc((240 / var(--curent-size)) * 100vw);
  }

  .discont-data p {
    font-family: var(--font1);
    font-size: calc((64 / var(--curent-size)) * 100vw);
  }

  .steps-form {
    margin-top: calc((64 / var(--curent-size)) * 100vw);
    width: 100%;
    overflow: hidden;
    background-color: #1e232f;
    border-radius: calc((22 / var(--curent-size)) * 100vw);
    padding: calc((20 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .discont-form {
    width: 100%;
  }

  .form-inputs {
    width: 100%;
  }

  .form-inputs input,
  .form-inputs button {
    width: 100%;
  }

  .form-inputs {
    flex-direction: column;
    align-items: center;
  }

  .shadow-text {
    position: relative;
    margin-left: calc((-50 / var(--curent-size)) * 100vw);
  }

  .shadow-text .text {
    font-size: calc((200 / var(--curent-size)) * 100vw);
  }

  .shadow-text .shadow {
    font-size: calc((200 / var(--curent-size)) * 100vw);
  }

  .price-content {
    border-radius: calc((20 / var(--curent-size)) * 100vw);
  }

  .title span br {
    display: none;
  }

  .price-under-data {
    flex-direction: column;
    align-items: flex-start;
    gap: calc((10 / var(--curent-size)) * 100vw);
  }

  .speed-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: calc((60 / var(--curent-size)) * 100vw);
    gap: calc((30 / var(--curent-size)) * 100vw);
  }

  .img-item {
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: calc((10 / var(--curent-size)) * 100vw);
    padding: calc((20 / var(--curent-size)) * 100vw);
  }

  .img-item img {
    position: static;
    top: 50%;
    left: calc((40 / var(--curent-size)) * 100vw);
    transform: unset;
    width: calc((200 / var(--curent-size)) * 100vw);
    margin: 0 auto;
  }

  .p-small-item {
    height: fit-content;
    width: calc((355 / var(--curent-size)) * 100vw);
  }

  .p-big-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc((20 / var(--curent-size)) * 100vw);
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  .p-big-item > img {
    border-radius: calc((22 / var(--curent-size)) * 100vw);
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
  }

  .p-big-item > div button {
    margin-top: calc((26 / var(--curent-size)) * 100vw);
    width: calc((320 / var(--curent-size)) * 100vw);
    height: calc((70 / var(--curent-size)) * 100vw);
    gap: calc((20 / var(--curent-size)) * 100vw);
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc((8 / var(--curent-size)) * 100vw);
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .p-big-item > div > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: calc((50 / var(--curent-size)) * 100vw);
    margin: calc((13 / var(--curent-size)) * 100vw) 0;
    width: 100%;
  }

  .about-text-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-imgs {
    position: static;
  }

  .about-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc((355 / var(--curent-size)) * 100vw);
  }

  .about-imgs > img {
    position: relative;
    top: calc((0 / var(--curent-size)) * 100vw);
    right: 0;
    width: calc((355 / var(--curent-size)) * 100vw);
  }

  .about-text-img-wrapper {
    margin-top: calc((50 / var(--curent-size)) * 100vw);
  }

  .logo-about {
    position: absolute;
    top: calc((-75 / var(--curent-size)) * 100vw);
    right: calc((0 / var(--curent-size)) * 100vw);
  }

  .about-text {
    margin-top: calc((20 / var(--curent-size)) * 100vw);
  }

  .about-counts {
    flex-wrap: wrap;
    gap: calc((30 / var(--curent-size)) * 100vw);
    margin-top: calc((40 / var(--curent-size)) * 100vw);
  }

  .team-slider {
    width: calc((355 / var(--curent-size)) * 100vw);
  }

  section:not(#main, #line) {
    padding: calc((32 / var(--curent-size)) * 100vw) 0 0 0;
  }

  #team {
    border-radius: calc((20 / var(--curent-size)) * 100vw);
    margin-top: calc((80 / var(--curent-size)) * 100vw);
  }

  .prev-btn-t {
    position: absolute;
    top: 102%;
    left: calc((90 / var(--curent-size)) * 100vw);
    z-index: 2222;
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }

  .next-btn-t {
    position: absolute;
    top: 102%;
    right: calc((90 / var(--curent-size)) * 100vw);
    z-index: 2222;
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }

  .team-wrapper > button {
    margin: calc((70 / var(--curent-size)) * 100vw) auto 0 auto;
  }

  .serf-slider {
    width: calc((355 / var(--curent-size)) * 100vw);
    height: calc((200 / var(--curent-size)) * 100vw);
  }

  .prev-btn-s {
    position: absolute;
    top: 112%;
    transform: translate(0, -50%);
    left: calc((90 / var(--curent-size)) * 100vw);
    z-index: 2222;
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
    border-radius: 50%;
    border: none;
    border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
    cursor: pointer;
    background: #101521;
  }

  .next-btn-s {
    position: absolute;
    top: 112%;
    transform: translate(0, -50%);
    right: calc((90 / var(--curent-size)) * 100vw);
    z-index: 2222;
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
    border-radius: 50%;
    border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
    cursor: pointer;
    background: #101521;
  }

  .prev-btn-r {
    position: absolute;
    bottom: calc((-60 / var(--curent-size)) * 100vw);
    transform: translate(-50%, 0);
    left: 25%;
    z-index: 2222;
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
    border-radius: 50%;
    border: none;
    border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
    cursor: pointer;
    background: #101521;
  }

  .next-btn-r {
    position: absolute;
    bottom: calc((-60 / var(--curent-size)) * 100vw);
    transform: translate(-50%, 0);
    right: 15%;
    z-index: 2222;
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
    border-radius: 50%;
    border: calc((1 / var(--curent-size)) * 100vw) solid #fff;
    cursor: pointer;
    background: #101521;
  }

  .rew-head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: calc((60 / var(--curent-size)) * 100vw);
    margin-bottom: calc((30 / var(--curent-size)) * 100vw);
  }

  .faq-btn {
    width: calc((40 / var(--curent-size)) * 100vw);
    height: calc((40 / var(--curent-size)) * 100vw);
    flex-shrink: 0;
    border-radius: 50%;
  }
  .fag-item-haed p {
    font-family: var(--font1);
    font-weight: 500;
    font-size: calc((18 / var(--curent-size)) * 100vw);
    line-height: 120%;
  }

  .faq-wrapper {
    margin-top: calc((50 / var(--curent-size)) * 100vw);
  }

  .answer {
    font-family: var(--font1);
    font-weight: 400;
    font-size: calc((16 / var(--curent-size)) * 100vw);
    line-height: 120%;
    padding-left: calc((62 / var(--curent-size)) * 100vw);
    min-height: 0;
    overflow: hidden;
    visibility: hidden;
    margin-top: 0;
    transition: 0.3s linear;
  }

  .fag-item.active .answer {
    visibility: visible;
    transition: 0.3s linear;
    margin-top: calc((20 / var(--curent-size)) * 100vw);
  }

  .questions-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .questions-item div p {
    font-size: calc((26 / var(--curent-size)) * 100vw);
  }

  .questions-item div span {
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .questions-item div span br {
    display: none;
  }

  .questions-item {
    width: 100%;
    background: var(--bg-color);
    border-radius: calc((20 / var(--curent-size)) * 100vw);
    padding: calc((20 / var(--curent-size)) * 100vw);
    display: flex;
    align-items: center;
    gap: calc((40 / var(--curent-size)) * 100vw);
    position: relative;
  }

  .questions-item button {
    width: 100%;
  }

  footer {
    background: var(--bg-color);
    border-radius: calc((10 / var(--curent-size)) * 100vw)
      calc((10 / var(--curent-size)) * 100vw) 0 0;
    width: 100%;
  }

  .footer-data {
    width: calc((355 / var(--curent-size)) * 100vw);
    margin: 0 auto;
    padding: 0 calc((10 / var(--curent-size)) * 100vw);
    padding-bottom: calc((20 / var(--curent-size)) * 100vw);
  }

  .footer-data p {
    color: #fff;
    font-size: calc((12 / var(--curent-size)) * 100vw);
    font-weight: 400;
    font-family: var(--font1);
    text-align: center;
  }

  .footer-data p br {
    display: none;
  }

  .content-text-wrap h1,
  .content-text-wrap h2,
  .content-text-wrap h3,
  .content-text-wrap h4,
  .content-text-wrap h5,
  .content-text-wrap h6 {
    font-size: calc((26 / var(--curent-size)) * 100vw);
    font-weight: bold;
    line-height: 117%;
    font-family: var(--font1);
  }

  .user-icon-name-data img {
    width: calc((40 / var(--curent-size)) * 100vw);
  }

  .price-tabs li {
    height: calc((50 / var(--curent-size)) * 100vw);
    width: calc((172 / var(--curent-size)) * 100vw);
    font-size: calc((16 / var(--curent-size)) * 100vw);

    text-align: center;
  }

  .tab-item li div button {
    display: none;
  }

  .tab-item li > p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
    line-height: 117%;
    font-family: var(--font1);
    width: calc((172 / var(--curent-size)) * 100vw);
  }

  .tab-item li p {
    font-size: calc((16 / var(--curent-size)) * 100vw);
    line-height: 117%;
    font-family: var(--font1);
  }

  .akcii-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .akcii-item > img {
    width: calc((355 / var(--curent-size)) * 100vw);
    height: calc((210 / var(--curent-size)) * 100vw);
    object-fit: cover;
    border-radius: calc((20 / var(--curent-size)) * 100vw);
  }

  .akcii-item div p {
    font-size: calc((24 / var(--curent-size)) * 100vw);
    font-weight: bold;
    line-height: 117%;
    font-family: var(--font1);
  }

  .akcii-item div span {
    margin: calc((20 / var(--curent-size)) * 100vw) 0;
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .single-akcii-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .single-img-ak {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc((30 / var(--curent-size)) * 100vw);
    width: calc((355 / var(--curent-size)) * 100vw);
    flex-shrink: 0;
  }

  .single-akcii-text h1,
  .single-akcii-text h2,
  .single-akcii-text h3,
  .single-akcii-text h4,
  .single-akcii-text h5,
  .single-akcii-text h6 {
    font-size: calc((24 / var(--curent-size)) * 100vw);
    font-weight: bold;
    line-height: 117%;
    font-family: var(--font1);
  }

  .main-single-text h1,
  .main-single-text h2,
  .main-single-text h3,
  .main-single-text h4,
  .main-single-text h5,
  .main-single-text h6 {
    font-size: calc((24 / var(--curent-size)) * 100vw);
    font-weight: bold;
    font-family: var(--font1);
  }

  .contacts-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-items {
    width: 100%;
  }

  .contacts-list {
    width: 100%;
  }

  #map {
    width: 100%;
    height: calc((300 / var(--curent-size)) * 100vw);
    border-radius: calc((20 / var(--curent-size)) * 100vw);
    overflow: hidden;
  }

  .contacts-list li div a {
    font-size: calc((20 / var(--curent-size)) * 100vw);
    font-weight: 500;
    color: var(--main-color);
    font-family: var(--font1);
  }

  .main-block-text > p {
    font-size: calc((17 / var(--curent-size)) * 100vw);
    line-height: 120%;
    color: #fff;
    font-family: var(--font1);
    width: 100%;
    margin-bottom: calc((30 / var(--curent-size)) * 100vw);
  }

  .main-block-text h1 br {
    display: none;
  }

  .main-block > img.single-img {
    width: calc((250 / var(--curent-size)) * 100vw);
    left: calc((60 / var(--curent-size)) * 100vw);
    right: none;
    top: 45%;
    transform: unset;
  }

  .main-s-btn {
    margin-top: calc((120 / var(--curent-size)) * 100vw);
  }

  .neis {
    width: calc((172 / var(--curent-size)) * 100vw);
    height: calc((70 / var(--curent-size)) * 100vw);
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

  .neis-items {
    gap: calc((10 / var(--curent-size)) * 100vw);
  }

  .price-list li p:first-child {
    width: calc((172 / var(--curent-size)) * 100vw);
  }

  .price-list li p {
    font-size: calc((14 / var(--curent-size)) * 100vw);
    font-family: var(--font1);
    color: #fff;
  }

  .cat-tabs li {
    height: calc((60 / var(--curent-size)) * 100vw);
    width: calc((172 / var(--curent-size)) * 100vw);
    font-size: calc((16 / var(--curent-size)) * 100vw);
  }

  .vid-item p {
    color: rgb(120, 130, 161);
    font-family: var(--font1);
    font-size: calc((13 / var(--curent-size)) * 100vw);
    font-weight: 500;
    text-align: center;
  }

  #cat {
    margin-bottom: calc((60 / var(--curent-size)) * 100vw);
  }

  .tab-cat-slider-wrapper > button {
    top: 106% !important;
  }

  .burger-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #10152185;
    z-index: 99999;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .burger-wrapper.open {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
  }

  .burger-menu {
    width: calc((320 / var(--curent-size)) * 100vw);
    height: 100%;
    background: #2c3445;
    padding: calc((90 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw)
      calc((20 / var(--curent-size)) * 100vw);
    overflow-y: auto;
    transform: translateX(400px);
    transition: 0.3s ease;
  }

  .burger-menu.open {
    transform: translateX(0);
    transition: 0.3s ease;
  }

  .burger-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    gap: calc((4 / var(--curent-size)) * 100vw);
  }

  .burger-list li a {
    color: #fff;
    font-size: calc((18 / var(--curent-size)) * 100vw);
    font-family: var(--font1);
    text-decoration: none;
  }

  .burger-list .sub-menu {
    padding-left: calc((20 / var(--curent-size)) * 100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    gap: calc((4 / var(--curent-size)) * 100vw);
  }

  .burger-list .sub-menu li a {
    font-size: calc((16 / var(--curent-size)) * 100vw);
    font-family: var(--font1);
  }

  .burger-menu-wrapper {
    overflow-y: auto;
    height: calc((390 / var(--curent-size)) * 100vw);
  }

  .burger-dop-info {
    margin-top: calc((20 / var(--curent-size)) * 100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc((20 / var(--curent-size)) * 100vw);
  }

  .burger-dop-info > a {
    font-size: calc((18 / var(--curent-size)) * 100vw);
    font-family: var(--font1);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }

  .burger-dop-info button {
    background-color: #ffffff;
    padding: calc((10 / var(--curent-size)) * 100vw) 0;
    border-radius: calc((8 / var(--curent-size)) * 100vw);
    font-size: calc((16 / var(--curent-size)) * 100vw);
    font-weight: 500;
    font-family: var(--font1);
    border: none;
    transition: 0.3s ease;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((150 / var(--curent-size)) * 100vw);
  }

  .modal-content > p {
    font-size: calc((22 / var(--curent-size)) * 100vw);
  }

  .modal-content > div p {
    font-size: calc((15 / var(--curent-size)) * 100vw);
  }

  .modal-wrapper-rew {
    align-items: unset;
    padding-top: calc((110 / var(--curent-size)) * 100vw);
    overflow-y: auto;
  }

  .brand-item {
    width: calc((175 / var(--curent-size)) * 100vw);
    height: calc((120 / var(--curent-size)) * 100vw);
  }

  .brends-wrapper {
    gap: calc((5 / var(--curent-size)) * 100vw);
  }

  .stars-one svg {
    width: calc((15 / var(--curent-size)) * 100vw);
    cursor: pointer;
  }

  .ip {
    display: none;
  }

  .ip-mob {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .ip-mob > p {
    font-size: calc((14 / var(--curent-size)) * 100vw);
  }

  .polcy-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: calc((30 / var(--curent-size)) * 100vw);
  }

  .thanks-wrapper {
    height: calc((260 / var(--curent-size)) * 100vw);
  }

  .thanks-wrapper span {
    font-size: calc((18 / var(--curent-size)) * 100vw);
    font-family: var(--font1);
  }

  .polcy-wrapper h1 {
    margin-bottom: calc((28 / var(--curent-size)) * 100vw);
    font-size: calc((32 / var(--curent-size)) * 100vw);
    font-family: var(--font1);
  }

  .polcy-wrapper p,
  .polcy-wrapper span,
  .polcy-wrapper div {
    font-size: calc((14 / var(--curent-size)) * 100vw);
    font-family: var(--font1);
  }

  .modal-content > h6 {
    font-size: calc((20 / var(--curent-size)) * 100vw);
  }

  .modal-content > a {
    font-size: calc((28 / var(--curent-size)) * 100vw);
  }

  .modal-content {
    width: 100%;
    padding: calc((20 / var(--curent-size)) * 100vw)
      calc((16 / var(--curent-size)) * 100vw);
  }
}

.message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  padding: calc((20 / var(--curent-size)) * 100vw)
    calc((40 / var(--curent-size)) * 100vw);
  font-size: calc((16 / var(--curent-size)) * 100vw);
  font-weight: 500;
  font-family: var(--font1);
  border-radius: calc((16 / var(--curent-size)) * 100vw);
  background: #fff;
  z-index: 99999;
}

.message.open {
  opacity: 1;
  visibility: visible;
}
