* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Inter-Light.woff2) format("woff2")
}

:root {
  --font-main: "Inter", sans-serif;
  --container-width: 1360px;
  --container-step: 20px;
  --container-step-tablet: 20px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #f4f4f4;
  --background-menu: #f4f4f4;
  --main: #3C1F53;
  --blue: #508bff;
  --white: #ffffff;
  --dark: #282936;
  --gray: #777777;
  --gray-o: rgba(119, 119, 119, .3);
  --red: #ff0000;
  --footer-bg: #2c2730;
  --green: #008000;
  --hover: #508BFF;
  --active: #4781f7
}

::-webkit-scrollbar {
  width: 4px
}

::-webkit-scrollbar-track {
  background-color: #f4f4f4
}

::-webkit-scrollbar-thumb {
  background-color: #508bff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4)
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--background-page)
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

main:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:1220px) {
  main:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  main:not(:last-child) {
    margin-bottom: 30px
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.tt-1 {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: -4.32px;
  line-height: 1
}

@media (max-width:1440px) {
  .tt-1 {
    font-size: 66px
  }
}

@media (max-width:991px) {
  .tt-1 {
    font-size: 56px
  }
}

@media (max-width:600px) {
  .tt-1 {
    font-size: 42px
  }
}

.tt-2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.7px;
  line-height: 1
}

@media (max-width:991px) {
  .tt-2 {
    font-size: 16px
  }
}

.tt-3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -.7px;
  line-height: 1
}

@media (max-width:1440px) {
  .tt-3 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tt-3 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tt-3 {
    font-size: 20px
  }
}

.tx-1 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.42px;
  line-height: 1
}

.tx-2 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -.7px;
  line-height: 1
}

@media (max-width:600px) {
  .tx-2 {
    font-size: 14px
  }
}

.tx-3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.7px;
  line-height: 1
}

@media (max-width:1440px) {
  .tx-3 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-3 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-3 {
    font-size: 12px
  }
}

.tx-4 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -.7px;
  line-height: 1
}

@media (max-width:991px) {
  .tx-4 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-4 {
    font-size: 22px
  }
}

.tx-5 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.33
}

@media (max-width:991px) {
  .tx-5 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-5 {
    font-size: 20px
  }
}

.tx-6 {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -.7px;
  line-height: 1
}

.num {
  font-size: 54px;
  font-weight: 300;
  letter-spacing: -.7px;
  line-height: 1
}

@media (max-width:1440px) {
  .num {
    font-size: 46px
  }
}

@media (max-width:991px) {
  .num {
    font-size: 42px
  }
}

@media (max-width:600px) {
  .num {
    font-size: 38px
  }
}

.but-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 306px;
  min-height: 48px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (max-width:868px) {
  .but-1 {
    border-radius: 138px
  }
}

@media (max-width:600px) {
  .but-1 {
    padding: 15px 25px 15px 35px
  }
}

.but-1 span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 1;
  padding: 16px 18px;
  background-color: var(--blue);
  -webkit-transition: width .3s ease-in-out, border-radius .3s ease-in-out;
  -o-transition: width .3s ease-in-out, border-radius .3s ease-in-out;
  transition: width .3s ease-in-out, border-radius .3s ease-in-out
}

.but-1 span:first-child::before {
  content: "";
  border-right: 2px solid var(--white);
  border-top: 2px solid var(--white);
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.but-1 span:last-child {
  position: relative;
  z-index: 2
}

@media (any-hover:hover) {
  .but-1:hover {
    color: var(--white)
  }

  .but-1:hover span:first-child {
    width: 100%;
    height: 100%;
    border-radius: 138px
  }
}

.but-1:focus-visible {
  color: var(--white)
}

.but-1:active {
  color: var(--white);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.but-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 25px;
  border: 1px solid var(--white);
  border-radius: 138px;
  min-width: 278px;
  min-height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--white);
  background-color: var(--blue);
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

@media (any-hover:hover) {
  .but-2:hover {
    color: var(--blue);
    background-color: var(--white)
  }
}

.but-2:focus-visible {
  color: var(--blue);
  background-color: var(--white)
}

.but-2:active {
  color: var(--blue);
  background-color: var(--white);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: .555fr 20px 1.1fr 20px .555fr;
  grid-template: auto/.555fr 1.1fr .555fr;
  gap: 20px
}

@media (max-width:868px) {
  .columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.columns_services {
  -ms-grid-rows: auto;
  -ms-grid-columns: .3618fr 1.1fr;
  grid-template: auto/.3618fr 1.1fr
}

@media (max-width:868px) {
  .columns_services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.columns_services .columns__column:nth-child(2)::before {
  display: none
}

@media (max-width:868px) {
  .columns_pluss .columns__column:nth-child(1) {
    display: none
  }
}

@media (max-width:868px) {
  .columns_contacts .columns__column:nth-child(1) {
    display: none
  }
}

.columns_terms .columns__column:nth-child(1)::before {
  height: 99.5%
}

@media (max-width:868px) {
  .columns_terms .columns__column:nth-child(1) .columns__content {
    padding-top: 0
  }

  .columns_terms .columns__column:nth-child(1) .columns__content::before {
    display: none
  }
}

.columns_terms .columns__column:nth-child(2)::before {
  height: 99.5%
}

.columns_peleng .columns__column:nth-child(1)::before {
  height: 96%
}

@media (max-width:868px) {
  .columns_peleng .columns__column:nth-child(1) .columns__content {
    padding-top: 0
  }

  .columns_peleng .columns__column:nth-child(1) .columns__content::before {
    display: none
  }
}

.columns_peleng .columns__column:nth-child(2)::before {
  height: 96%
}

.columns__column {
  position: relative;
  min-width: 0
}

.columns__column:not(:last-child) {
  padding-right: 20px
}

@media (max-width:868px) {
  .columns__column:not(:last-child) {
    padding-right: 0
  }
}

.columns__column:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 95%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--gray-o)
}

@media (max-width:868px) {
  .columns__column:nth-child(1)::before {
    display: none
  }
}

@media (max-width:868px) {
  .columns__column:nth-child(1) .columns__content {
    padding-top: 24px
  }
}

.columns__column:nth-child(1) .columns__content::before {
  left: auto;
  right: 0
}

.columns__column:nth-child(1) .columns__content::after {
  left: auto;
  right: 0
}

@media (max-width:868px) {
  .columns__column:nth-child(1) .columns__content::after {
    display: none
  }
}

.columns__column:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 95%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--gray-o)
}

@media (max-width:868px) {
  .columns__column:nth-child(2)::before {
    display: none
  }
}

.columns__column:nth-child(2) .columns__content::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (max-width:868px) {
  .columns__column:nth-child(2) .columns__content::before {
    display: none
  }
}

.columns__column:nth-child(2) .columns__content::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (max-width:868px) {
  .columns__column:nth-child(2) .columns__content::after {
    display: none
  }
}

@media (max-width:868px) {
  .columns__column:nth-child(3) {
    display: none
  }
}

@media (max-width:868px) {
  .columns__column:nth-child(3) .columns__content {
    padding-bottom: 24px
  }
}

.columns__column:nth-child(3) .columns__content::before {
  left: auto;
  right: 0
}

@media (max-width:868px) {
  .columns__column:nth-child(3) .columns__content::before {
    display: none
  }
}

.columns__column:nth-child(3) .columns__content::after {
  left: auto;
  right: 0
}

.columns__content {
  position: relative;
  padding: 20px 0;
  height: 100%
}

@media (max-width:868px) {
  .columns__content {
    padding: 0
  }
}

.columns__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: var(--gray-o)
}

.columns__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: var(--gray-o)
}

section:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:1220px) {
  section:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  section:not(:last-child) {
    margin-bottom: 30px
  }
}

.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: var(--background-menu)
}

@media (max-width:991px) {
  .header {
    padding: 15px 0
  }
}

@media (max-width:600px) {
  .header {
    padding: 10px 0
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px
}

.header__logo {
  width: 200px;
  height: 87px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity .3s ease-in-out .3s, -webkit-transform .5s ease-in-out .2s;
  transition: opacity .3s ease-in-out .3s, -webkit-transform .5s ease-in-out .2s;
  -o-transition: transform .5s ease-in-out .2s, opacity .3s ease-in-out .3s;
  transition: transform .5s ease-in-out .2s, opacity .3s ease-in-out .3s;
  transition: transform .5s ease-in-out .2s, opacity .3s ease-in-out .3s, -webkit-transform .5s ease-in-out .2s
}

@media (max-width:991px) {
  .header__logo {
    width: 114px;
    height: 50px
  }
}

@media (max-width:600px) {
  .header__logo {
    width: 91px;
    height: 40px
  }
}

.header__logo_menu {
  display: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0
}

@media (max-width:991px) {
  .header__logo_menu {
    display: block
  }
}

.header__logo_menu:not(:last-child) {
  margin-bottom: 50px
}

.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

@media (max-width:991px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--background-menu);
    z-index: 100;
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .header__menu {
    padding: 10px
  }
}

.header__menu.menu-active .header__logo_menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.header__menu.menu-active .nav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.header__menu.menu-active .header__phone_menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.header__menu.menu-active .header__exit-menu::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__menu.menu-active .header__exit-menu::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header__exit-menu {
  display: none;
  position: absolute;
  width: 24px;
  height: 10px;
  background-color: transparent
}

@media (max-width:991px) {
  .header__exit-menu {
    display: block;
    top: 20px;
    right: 20px
  }
}

@media (max-width:600px) {
  .header__exit-menu {
    top: 15px;
    right: 10px
  }
}

.header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (max-width:991px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px
  }
}

@media (max-width:600px) {
  .header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px
  }
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--main);
  font-weight: 600;
  -webkit-transition: color .3s ease-in-out, opacity .3s ease-in-out .7s, -webkit-transform .5s ease-in-out .6s;
  transition: color .3s ease-in-out, opacity .3s ease-in-out .7s, -webkit-transform .5s ease-in-out .6s;
  -o-transition: color .3s ease-in-out, transform .5s ease-in-out .6s, opacity .3s ease-in-out .7s;
  transition: color .3s ease-in-out, transform .5s ease-in-out .6s, opacity .3s ease-in-out .7s;
  transition: color .3s ease-in-out, transform .5s ease-in-out .6s, opacity .3s ease-in-out .7s, -webkit-transform .5s ease-in-out .6s
}

@media (max-width:991px) {
  .header__phone {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .header__phone span {
    display: none
  }
}

@media (any-hover:hover) {
  .header__phone:hover {
    color: var(--hover)
  }
}

.header__phone:focus-visible {
  color: var(--hover)
}

.header__phone:active {
  color: var(--hover);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.header__phone_menu {
  display: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0
}

@media (max-width:991px) {
  .header__phone_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.header__phone img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.nav {
  -webkit-transition: opacity .3s ease-in-out .5s, -webkit-transform .5s ease-in-out .4s;
  transition: opacity .3s ease-in-out .5s, -webkit-transform .5s ease-in-out .4s;
  -o-transition: transform .5s ease-in-out .4s, opacity .3s ease-in-out .5s;
  transition: transform .5s ease-in-out .4s, opacity .3s ease-in-out .5s;
  transition: transform .5s ease-in-out .4s, opacity .3s ease-in-out .5s, -webkit-transform .5s ease-in-out .4s
}

@media (max-width:991px) {
  .nav {
    width: 100%;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0
  }
}

@media (max-width:991px) {
  .nav:not(:last-child) {
    margin-bottom: 50px
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 64px
}

@media (max-width:1440px) {
  .nav__list {
    gap: 16px 24px
  }
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
  }
}

.nav__link {
  color: var(--main);
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 24px;
  height: 10px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--main);
  border-radius: 8px;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 3px);
  -ms-transform: rotate(45deg) translate(4px, 3px);
  transform: rotate(45deg) translate(4px, 3px)
}

.burger.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px)
}

.burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(2px, -1px);
  -ms-transform: rotate(-45deg) translate(2px, -1px);
  transform: rotate(-45deg) translate(2px, -1px)
}

.menu-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.will-change {
  will-change: transform, opacity;
}

.will-change-mrr {
  will-change: margin-right;
}

.hero {
  padding-top: 140px
}

@media (max-width:868px) {
  .hero {
    padding-top: 120px
  }
}

@media (max-width:600px) {
  .hero {
    padding-top: 100px
  }
}

.hero__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.hero__top {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px
}

@media (max-width:868px) {
  .hero__top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.hero__top:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:868px) {
  .hero__top:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:600px) {
  .hero__top:not(:last-child) {
    margin-bottom: 24px
  }
}

.hero__text {
  color: var(--main);
  max-width: 260px;
  text-align: left;
  width: 100%
}

@media (max-width:991px) {
  .hero__text {
    max-width: 220px
  }
}

@media (max-width:868px) {
  .hero__text {
    text-align: right
  }
}

.hero__text_2 {
  text-align: right
}

@media (max-width:868px) {
  .hero__text_2 {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 52px
  }
}

@media (max-width:600px) {
  .hero__text_2 {
    margin-bottom: 20px
  }
}

.hero__text_anim1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);  
}

.hero__text_anim2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);  
}

.hero__wrapper-video {
  position: relative;
  padding-bottom: 47%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.5%;
  flex: 0 0 83.5%;
  z-index: 1;
  border-radius: 22px;
  overflow: hidden;
  margin-right: 60px;
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

@media (max-width:1440px) {
  .hero__wrapper-video {
    margin-right: 0
  }
}

@media (max-width:868px) {
  .hero__wrapper-video {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
  }
}

@media (max-width:600px) {
  .hero__wrapper-video {
    padding-bottom: 0;
    height: 320px
  }
}

.hero__wrapper-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .32);
  z-index: 2
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: none
}

.hero__middle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:868px) {
  .hero__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px
  }
}

.hero__middle-item {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 543px;
  flex: 0 1 543px;
  width: 100%;
  margin-right: -26.9%; 
}

@media (max-width:868px) {
  .hero__middle-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0
  }
}

.hero__title {
  color: var(--main);
  width: 100%
}

@media (max-width:868px) {
  .hero__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.hero__title_anim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); 
}

.hero__title:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:868px) {
  .hero__title:not(:last-child) {
    margin-bottom: 62px
  }
}

@media (max-width:600px) {
  .hero__title:not(:last-child) {
    margin-bottom: 24px
  }
}

.hero__wrapper-button {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); 
}

@media (max-width:868px) {
  .hero__wrapper-button {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

@media (max-width:868px) {
  .hero__button {
    width: 100%;
    background-color: var(--blue);
    color: var(--white)
  }
}

.about__title {
  color: var(--main)
}

.about__top {
  width: 100%
}

.about__top:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:868px) {
  .about__top:not(:last-child) {
    margin-bottom: 32px
  }
}

.about__text {
  color: var(--main)
}

@media (max-width:868px) {
  .about__text {
    line-height: 1.6
  }
}

.about__text span {
  display: block
}

.about__text span:first-child {
  font-weight: 700
}

.about__text span:last-child {
  font-weight: 500;
  color: var(--gray)
}

@media (max-width:1220px) {
  .about__text_size {
    font-size: 14px;
    line-height: 1
  }
}

@media (max-width:868px) {
  .about__text_size {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .about__text_size {
    font-size: 12px
  }
}

.about__text_margin:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:1440px) {
  .about__text_margin:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:868px) {
  .about__text_margin:not(:last-child) {
    margin-bottom: 80px
  }
}

@media (max-width:600px) {
  .about__text_margin:not(:last-child) {
    margin-bottom: 24px
  }
}

.about__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  width: 100%
}

@media (max-width:1220px) {
  .about__bottom {
    gap: 5px
  }
}

@media (max-width:868px) {
  .about__bottom {
    gap: 10px
  }
}

.about__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 364px;
  flex: 0 1 364px
}

.about__image {
  position: relative
}
 
.about__image img {
  position: absolute;
  top: 0;
  left: 0; 
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.about__image_1 {
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 310px;
  flex: 0 1 310px;
  overflow: hidden;
  margin-right: -7%;
  padding-bottom: 89.5%
}

.about__image_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 64px;
  flex: 0 1 64px;
  padding-bottom: 14%
}

.about__image_2 img {
  -o-object-fit: contain;
  object-fit: contain
}

.about__texts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 287px;
  flex: 0 1 287px
}

@media (max-width:1440px) {
  .about__texts {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 448px;
    flex: 0 1 448px
  }
}

.services__title {
  color: var(--main)
}

.services__title:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:868px) {
  .services__title:not(:last-child) {
    margin-bottom: 24px
  }
}

.services__texts:not(:last-child) {
  margin-bottom: 42px
}

@media (max-width:868px) {
  .services__texts:not(:last-child) {
    margin-bottom: 0
  }
}

.services__text {
  line-height: 1.6;
  font-weight: 500;
  color: var(--main)
}

@media (max-width:600px) {
  .services__text {
    line-height: 1.2
  }
}

.services__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 115px;
  border: 1px solid var(--main);
  border-radius: 20px
}

@media (max-width:868px) {
  .services__controls {
    display: none
  }
}

.services__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px
}

.services__button::before {
  content: "";
  display: block;
  border-right: 2px solid var(--main);
  border-top: 2px solid var(--main);
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.services-slider-pagination {
  text-align: center;
  font-weight: 500;
  color: var(--main)
}

.services-slider-prev::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

@media (any-hover:hover) {
  .services-slider-prev:hover::before {
    -webkit-transform: scale(1.1) rotate(-135deg);
    -ms-transform: scale(1.1) rotate(-135deg);
    transform: scale(1.1) rotate(-135deg)
  }

  .services-slider-next:hover::before {
    -webkit-transform: scale(1.1) rotate(45deg);
    -ms-transform: scale(1.1) rotate(45deg);
    transform: scale(1.1) rotate(45deg)
  }
}

.services-slider-prev:focus-visible::before {
  -webkit-transform: scale(1.1) rotate(-135deg);
  -ms-transform: scale(1.1) rotate(-135deg);
  transform: scale(1.1) rotate(-135deg)
}

.services-slider-prev:active::before {
  -webkit-transform: scale(1.1) rotate(-135deg);
  -ms-transform: scale(1.1) rotate(-135deg);
  transform: scale(1.1) rotate(-135deg);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.services-slider-next:focus-visible::before {
  -webkit-transform: scale(1.1) rotate(45deg);
  -ms-transform: scale(1.1) rotate(45deg);
  transform: scale(1.1) rotate(45deg)
}

.services-slider-next:active::before {
  -webkit-transform: scale(1.1) rotate(45deg);
  -ms-transform: scale(1.1) rotate(45deg);
  transform: scale(1.1) rotate(45deg);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.services-slider {
  cursor: -webkit-grab;
  cursor: grab
}

.services-slider__slide {
  border: 1px solid var(--main);
  border-radius: 10px;
  padding: 60px 30px 40px 30px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:1220px) {
  .services-slider__slide {
    padding: 40px 30px
  }
}

@media (max-width:868px) {
  .services-slider__slide {
    width: 330px
  }
}

@media (max-width:600px) {
  .services-slider__slide {
    padding: 20px;
    width: 265px
  }
}

@media (max-width:450px) {
  .services-slider__slide {
    width: 200px
  }
}

.services-slider__image {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.services-slider__image:not(:last-child) {
  margin-bottom: 40px
}

.services-slider__link {
  color: var(--main);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .services-slider__link:hover {
    color: var(--hover)
  }
}

.services-slider__link:focus-visible {
  color: var(--hover)
}

.services-slider__link:active {
  color: var(--hover);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.services-slider__link:not(:last-child) {
  margin-bottom: 24px
}

.services-slider__button {
  width: 100%;
  min-width: 0
}

@media (max-width:868px) {
  .services-slider__button {
    background-color: var(--blue);
    color: var(--white)
  }
}

.pluss__image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%
}
 
.pluss__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

@media (max-width:868px) {
  .pluss__image img {
    position: absolute;
    top: 0;
    left: 0; 
    z-index: 1
  }
}

.pluss__image_2 {
  height: 166px
}

@media (max-width:868px) {
  .pluss__image_2 {
    padding-bottom: 25.5%;
    height: auto
  }
}

@media (max-width:450px) {
  .pluss__image_2 {
    padding-bottom: 40%
  }
}

.pluss__image_2:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .pluss__image_2:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:600px) {
  .pluss__image_2:not(:last-child) {
    margin-bottom: 24px
  }
}

.pluss__title {
  color: var(--main)
}

.pluss__title:not(:last-child) {
  margin-bottom: 57px
}

@media (max-width:1440px) {
  .pluss__title:not(:last-child) {
    margin-bottom: 42px
  }
}

@media (max-width:991px) {
  .pluss__title:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:600px) {
  .pluss__title:not(:last-child) {
    margin-bottom: 24px
  }
}

.pluss__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 24px 20px
}

@media (max-width:1340px) {
  .pluss__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.pluss__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px
}

.pluss__descrs {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
  padding-top: 28px
}

@media (max-width:1440px) {
  .pluss__descrs {
    padding-top: 24px
  }
}

@media (max-width:991px) {
  .pluss__descrs {
    padding-top: 20px
  }
}

.pluss__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: var(--blue);
  color: var(--white);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 84px;
  flex: 0 0 84px;
  height: 84px;
  border-radius: 50%
}

@media (max-width:1440px) {
  .pluss__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    height: 72px
  }
}

@media (max-width:991px) {
  .pluss__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    height: 64px
  }
}

.pluss__subtitle {
  color: var(--main);
  font-size: 22px;
  font-weight: 700
}

.pluss__subtitle:not(:last-child) {
  margin-bottom: 20px
}

.pluss__texts {
  width: 100%
}

.pluss__text {
  font-weight: 400;
  color: var(--main);
  line-height: 1.6
}

.prices__content {
  background-color: var(--blue);
  padding: 65px 45px;
  border-radius: 8px
}

@media (max-width:1440px) {
  .prices__content {
    padding: 45px 20px
  }
}

@media (max-width:991px) {
  .prices__content {
    padding: 45px 15px
  }
}

@media (max-width:600px) {
  .prices__content {
    padding: 45px 10px
  }
}

.prices__title {
  color: var(--white)
}

.prices__title:not(:last-child) {
  margin-bottom: 36px
}

@media (max-width:600px) {
  .prices__title:not(:last-child) {
    margin-bottom: 24px
  }
}

.prices__subtitle {
  color: var(--white)
}

.prices__subtitle:not(:last-child) {
  margin-bottom: 92px
}

@media (max-width:1440px) {
  .prices__subtitle:not(:last-child) {
    margin-bottom: 52px
  }
}

@media (max-width:991px) {
  .prices__subtitle:not(:last-child) {
    margin-bottom: 42px
  }
}

@media (max-width:600px) {
  .prices__subtitle:not(:last-child) {
    margin-bottom: 32px
  }
}

.prices__list {
  width: 100%
}

.prices__item.active .prices__button span::after {
  opacity: 0
}

.prices__item:not(:last-child) {
  margin-bottom: 42px
}

@media (max-width:600px) {
  .prices__item:not(:last-child) {
    margin-bottom: 24px
  }
}

.prices__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  cursor: pointer;
  border-bottom: 1px solid var(--white)
}

@media (any-hover:hover) {
  .prices__top:hover .prices__mintitle {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }
}

.prices__mintitle {
  color: var(--white);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (max-width:991px) {
  .prices__mintitle {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .prices__mintitle {
    font-size: 16px
  }
}

.prices__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--white);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.prices__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.prices__button span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.prices__button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 1px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--white)
}

.prices__button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 70%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--white);
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .prices__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    height: 44px
  }
}

@media (max-width:600px) {
  .prices__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    height: 34px
  }
}

.prices__button:focus-visible {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

.prices__bottom {
  height: 0;
  overflow: hidden
}

.prices__bottom-item {
  padding-top: 24px
}

.prices__wrapper-line:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .prices__wrapper-line:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:600px) {
  .prices__wrapper-line:not(:last-child) {
    margin-bottom: 24px
  }
}

.prices__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px
}

@media (max-width:868px) {
  .prices__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }
}

.prices__line:not(:last-child) {
  margin-bottom: 20px
}

.prices__text {
  color: var(--white);
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%
}

@media (max-width:991px) {
  .prices__text {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .prices__text {
    font-size: 16px
  }
}

.prices__price {
  color: var(--white);
  font-weight: 300
}

@media (max-width:991px) {
  .prices__price {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .prices__price {
    font-size: 14px
  }
}

@media (max-width:450px) {
  .prices__link {
    min-width: 0;
    width: 100%
  }
}

.prices__info {
  color: var(--white);
  font-weight: 500;
  max-width: 690px;
  width: 100%;
  line-height: 1.6;
  font-weight: 600
}

@media (max-width:991px) {
  .prices__info {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .prices__info {
    font-size: 16px
  }
}

.contacts__title {
  color: var(--main)
}

.contacts__texts {
  width: 100%
}

.contacts__texts:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .contacts__texts:not(:last-child) {
    margin-bottom: 32px
  }
}

.contacts__text {
  color: var(--main)
}

.contacts__text:not(:last-child) {
  margin-bottom: 24px
}

.contacts__wrapper-form {
  width: 100%
}

.contacts-form__top:not(:last-child) {
  margin-bottom: 16px
}

.contacts-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%
}

.contacts-form__label .just-validate-error-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.42px;
  line-height: 1;
  color: var(--red) !important;
  margin-bottom: 10px
}

.contacts-form__input {
  display: block;
  width: 100%;
  padding: 0 10px;
  border: 1px solid var(--main);
  border-radius: 8px;
  min-height: 54px;
  color: var(--main);
  background-color: transparent;
  -webkit-transition: border-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.contacts-form__input.just-validate-error-field {
  border-color: var(--red)
}

.contacts-form__input::-webkit-input-placeholder {
  color: var(--main)
}

.contacts-form__input::-moz-placeholder {
  color: var(--main)
}

.contacts-form__input:-ms-input-placeholder {
  color: var(--main)
}

.contacts-form__input::-ms-input-placeholder {
  color: var(--main)
}

.contacts-form__input::placeholder {
  color: var(--main)
}

@media (any-hover:hover) {
  .contacts-form__input:hover {
    border-color: var(--hover)
  }
}

.contacts-form__input:focus-visible {
  border-color: var(--hover)
}

.contacts-form__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px
}

@media (max-width:1360px) {
  .contacts-form__inputs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.contacts-form__inputs:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:600px) {
  .contacts-form__inputs:not(:last-child) {
    margin-bottom: 16px
  }
}

.contacts-form__bottom {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px
}

@media (max-width:1360px) {
  .contacts-form__bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.contacts-form__button {
  width: 100%;
  min-width: 0
}

@media (max-width:868px) {
  .contacts-form__button {
    color: var(--white);
    background-color: var(--blue)
  }
}

.contacts-form__text {
  color: var(--main);
  font-weight: 300
}

.contacts-form__text span {
  position: relative
}

.contacts-form__text span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background-color: var(--main)
}

.contacts-form__text a {
  display: inline;
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .contacts-form__text a:hover {
    color: var(--hover)
  }
}

.contacts-form__text a:focus-visible {
  color: var(--hover)
}

.contacts-form__text a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.footer {
  padding: 60px 0;
  background-color: var(--footer-bg)
}

@media (max-width:991px) {
  .footer {
    padding: 40px 0
  }
}

@media (max-width:991px) {
  .footer__container {
    padding: 0
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px
}

@media (max-width:991px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer__top:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:600px) {
  .footer__top:not(:last-child) {
    margin-bottom: 24px
  }
}

.footer__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 100%
}

@media (max-width:991px) {
  .footer__left {
    padding: 0 var(--container-step-tablet);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .footer__left {
    padding: 0 var(--container-step-mobile)
  }
}

.footer__title {
  color: var(--white)
}

.footer__title:not(:last-child) {
  margin-bottom: 55px
}

@media (max-width:991px) {
  .footer__title:not(:last-child) {
    margin-bottom: 42px
  }
}

@media (max-width:600px) {
  .footer__title:not(:last-child) {
    margin-bottom: 32px
  }
}

.footer__logo {
  display: block;
  width: 222px;
  height: 33
}

.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.footer__logo:not(:last-child) {
  margin-bottom: 35px
}

@media (max-width:600px) {
  .footer__logo:not(:last-child) {
    margin-bottom: 24px
  }
}

.footer__address {
  display: block;
  width: 100%;
  font-style: normal
}

.footer__address:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:600px) {
  .footer__address:not(:last-child) {
    margin-bottom: 24px
  }
}

.footer__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.footer__address-item:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:600px) {
  .footer__address-item:not(:last-child) {
    margin-bottom: 24px
  }
}

.footer__text {
  color: var(--white)
}

.footer__link {
  color: var(--white);
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .footer__link:hover {
    color: var(--hover)
  }
}

.footer__link:focus-visible {
  color: var(--hover)
}

.footer__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.footer__wrapper-ogrn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px
}

.footer__item-ogrn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.footer__ogrn {
  color: var(--white)
}

.footer__ogrn a {
  color: inherit
}

.footer__map {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

@media (max-width:991px) {
  .footer__map {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 500px
  }
}

@media (max-width:600px) {
  .footer__map {
    height: 400px
  }
}

@media (max-width:991px) {
  .developer {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .developer {
    padding: 0 var(--container-step-mobile)
  }
}

.developer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: var(--white);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (any-hover:hover) {
  .developer__link:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }
}

.developer__link:focus-visible {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

.developer__link:active {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.developer__link img {
  display: block;
  width: 42px;
  height: 23px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg
}

.reload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(44, 39, 48, .7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.reload.active {
  opacity: 1;
  visibility: visible
}

.reload__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  width: 200px;
  height: 200px;
  background-color: var(--white);
  border-radius: 50%
}

@media (max-width:600px) {
  .reload__body {
    width: 120px;
    height: 120px
  }
}

.reload__reload {
  position: relative;
  width: 80%;
  height: 80%;
  background: repeating-conic-gradient(from var(--a), var(--blue) 0, var(--blue) 5%, transparent 5%, transparent 40%, var(--blue) 100%);
  border-radius: 50%;
  -webkit-animation-name: animate;
  animation-name: animate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.reload__reload::before {
  content: "";
  position: absolute;
  inset: 4px;
  background-color: var(--white);
  border-radius: 50%
}

.reload__reload span {
  position: absolute;
  inset: 0;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.reload__reload span::before {
  content: "";
  position: absolute;
  left: 72px;
  top: -1px;
  width: 10px;
  height: 10px;
  background-color: var(--blue);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px var(--blue), 0 0 20px var(--blue), 0 0 40px var(--blue);
  box-shadow: 0 0 5px var(--blue), 0 0 20px var(--blue), 0 0 40px var(--blue)
}

@media (max-width:600px) {
  .reload__reload span::before {
    left: 35px;
    top: -2px
  }
}

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(44, 39, 48, .7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.error.active {
  opacity: 1;
  visibility: visible
}

.error__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.error__body {
  position: relative;
  width: 800px;
  border-radius: 16px;
  z-index: 2
}

@media (max-width:991px) {
  .error__body {
    width: 600px
  }
}

@media (max-width:700px) {
  .error__body {
    width: 400px
  }
}

@media (max-width:450px) {
  .error__body {
    width: 90%
  }
}

.error__body-top {
  background-color: var(--white);
  padding: 40px 70px;
  border-radius: 16px
}

@media (max-width:768px) {
  .error__body-top {
    padding: 40px 20px
  }
}

@media (max-width:600px) {
  .error__body-top {
    padding: 30px 10px
  }
}

.error__body-top:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .error__body-top:not(:last-child) {
    margin-bottom: 20px
  }
}

.error__texts {
  width: 100%
}

.error__texts:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .error__texts:not(:last-child) {
    margin-bottom: 20px
  }
}

.error__text {
  color: var(--main)
}

.error__text_change {
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  text-align: center
}

.error__text_change span {
  font-weight: 700
}

@media (max-width:991px) {
  .error__text_change {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .error__text_change {
    font-size: 16px
  }
}

.error__button {
  margin: 0 auto;
  min-width: 325px
}

@media (max-width:450px) {
  .error__button {
    min-width: 0;
    width: 100%
  }
}

.error__exit {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: var(--blue);
  border-radius: 16px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:991px) {
  .error__exit {
    width: 50px;
    height: 50px;
    top: -20px;
    right: -20px
  }
}

@media (max-width:600px) {
  .error__exit {
    right: -10px
  }
}

@media (any-hover:hover) {
  .error__exit:hover {
    background-color: #4274d6
  }
}

.error__exit:focus-visible {
  background-color: #4274d6
}

.error__exit:active {
  background-color: #4274d6;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.okay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(44, 39, 48, .7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.okay.active {
  opacity: 1;
  visibility: visible
}

.okay__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.okay__body {
  position: relative;
  width: 800px;
  border-radius: 16px;
  z-index: 2
}

@media (max-width:991px) {
  .okay__body {
    width: 600px
  }
}

@media (max-width:700px) {
  .okay__body {
    width: 400px
  }
}

@media (max-width:450px) {
  .okay__body {
    width: 90%
  }
}

.okay__body-top {
  background-color: var(--white);
  padding: 40px 70px;
  border-radius: 16px
}

@media (max-width:768px) {
  .okay__body-top {
    padding: 40px 20px
  }
}

@media (max-width:600px) {
  .okay__body-top {
    padding: 30px 10px
  }
}

.okay__body-top:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .okay__body-top:not(:last-child) {
    margin-bottom: 20px
  }
}

.okay__texts {
  width: 100%
}

.okay__texts:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .okay__texts:not(:last-child) {
    margin-bottom: 20px
  }
}

.okay__text {
  color: var(--main)
}

.okay__text_change {
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  text-align: center
}

.okay__text_change span {
  font-weight: 700
}

@media (max-width:991px) {
  .okay__text_change {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .okay__text_change {
    font-size: 16px
  }
}

.okay__button {
  margin: 0 auto;
  min-width: 325px
}

@media (max-width:450px) {
  .okay__button {
    min-width: 0;
    width: 100%
  }
}

.okay__exit {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: var(--blue);
  border-radius: 16px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:991px) {
  .okay__exit {
    width: 50px;
    height: 50px;
    top: -20px;
    right: -20px
  }
}

@media (max-width:600px) {
  .okay__exit {
    right: -10px
  }
}

@media (any-hover:hover) {
  .okay__exit:hover {
    background-color: #4274d6
  }
}

.okay__exit:focus-visible {
  background-color: #4274d6
}

.okay__exit:active {
  background-color: #4274d6;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 14;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(44, 39, 48, .7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.popup.active {
  opacity: 1;
  visibility: visible
}

.popup.active .popup__body {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__body {
  position: relative;
  z-index: 2;
  width: 800px;
  padding: 50px;
  background-color: var(--white);
  border-radius: 16px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (max-width:1220px) {
  .popup__body {
    padding: 50px 20px
  }
}

@media (max-width:991px) {
  .popup__body {
    padding: 40px 20px;
    width: 90%
  }
}

@media (max-width:600px) {
  .popup__body {
    padding: 30px 10px
  }
}

.popup__texts:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .popup__texts:not(:last-child) {
    margin-bottom: 32px
  }
}

.popup__text {
  color: var(--main);
  font-weight: 500
}

.popup__text_weight {
  font-weight: 400
}

.popup__text:not(:last-child) {
  margin-bottom: 16px
}

.popup__exit {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: var(--blue);
  border-radius: 16px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:991px) {
  .popup__exit {
    width: 50px;
    height: 50px;
    top: -20px;
    right: -20px
  }
}

@media (max-width:600px) {
  .popup__exit {
    right: -10px
  }
}

@media (any-hover:hover) {
  .popup__exit:hover {
    background-color: #4274d6
  }
}

.popup__exit:focus-visible {
  background-color: #4274d6
}

.popup__exit:active {
  background-color: #4274d6;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.popup-form__top:not(:last-child) {
  margin-bottom: 16px
}

.popup-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%
}

.popup-form__label .just-validate-error-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.42px;
  line-height: 1;
  color: var(--red) !important;
  margin-bottom: 10px
}

.popup-form__input {
  display: block;
  width: 100%;
  padding: 0 10px;
  border: 1px solid var(--main);
  border-radius: 8px;
  min-height: 54px;
  color: var(--main);
  background-color: transparent;
  -webkit-transition: border-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.popup-form__input.just-validate-error-field {
  border-color: var(--red)
}

.popup-form__input::-webkit-input-placeholder {
  color: var(--main)
}

.popup-form__input::-moz-placeholder {
  color: var(--main)
}

.popup-form__input:-ms-input-placeholder {
  color: var(--main)
}

.popup-form__input::-ms-input-placeholder {
  color: var(--main)
}

.popup-form__input::placeholder {
  color: var(--main)
}

@media (any-hover:hover) {
  .popup-form__input:hover {
    border-color: var(--hover)
  }
}

.popup-form__input:focus-visible {
  border-color: var(--hover)
}

.popup-form__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px
}

@media (max-width:868px) {
  .popup-form__inputs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.popup-form__inputs:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:600px) {
  .popup-form__inputs:not(:last-child) {
    margin-bottom: 16px
  }
}

.popup-form__bottom {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px
}

@media (max-width:868px) {
  .popup-form__bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.popup-form__button {
  width: 100%;
  min-width: 0
}

@media (max-width:868px) {
  .popup-form__button {
    color: var(--white);
    background-color: var(--blue)
  }
}

.popup-form__text {
  color: var(--main);
  font-weight: 300
}

.popup-form__text span {
  position: relative
}

.popup-form__text span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background-color: var(--main)
}

.popup-form__text a {
  display: inline;
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .popup-form__text a:hover {
    color: var(--hover)
  }
}

.popup-form__text a:focus-visible {
  color: var(--hover)
}

.popup-form__text a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.terms {
  padding-top: 140px
}

@media (max-width:868px) {
  .terms {
    padding-top: 120px
  }
}

@media (max-width:600px) {
  .terms {
    padding-top: 100px
  }
}

.terms__title {
  line-height: 1.3;
  color: var(--main)
}

.terms__subtitle {
  color: var(--main);
  line-height: 1.3
}

.terms__subtitle:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:991px) {
  .terms__subtitle:not(:last-child) {
    margin-bottom: 24px
  }
}

.terms__text {
  color: var(--main);
  font-weight: 500;
  line-height: 1.3
}

.terms__text a {
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .terms__text a:hover {
    color: var(--hover)
  }
}

.terms__text a:focus-visible {
  color: var(--hover)
}

.terms__text a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.terms__text:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .terms__text:not(:last-child) {
    margin-bottom: 16px
  }
}

.terms__list:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:991px) {
  .terms__list:not(:last-child) {
    margin-bottom: 24px
  }
}

.terms__item {
  font-weight: 400;
  line-height: 1.3
}

.terms__item a {
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .terms__item a:hover {
    color: var(--hover)
  }
}

.terms__item a:focus-visible {
  color: var(--hover)
}

.terms__item a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.terms__item:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .terms__item:not(:last-child) {
    margin-bottom: 16px
  }
}

.peleng {
  padding-top: 140px
}

@media (max-width:868px) {
  .peleng {
    padding-top: 120px
  }
}

@media (max-width:600px) {
  .peleng {
    padding-top: 100px
  }
}

.peleng__title {
  color: var(--main)
}

.peleng__subtitle {
  color: var(--main);
  line-height: 1
}

.peleng__subtitle:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .peleng__subtitle:not(:last-child) {
    margin-bottom: 32px
  }
}

.peleng__content {
  padding-top: 40px
}

.peleng__texts:not(:last-child) {
  margin-bottom: 24px
}

.peleng__text {
  color: var(--main);
  line-height: 1.6;
  font-weight: 500
}

.peleng__text:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .peleng__text:not(:last-child) {
    margin-bottom: 16px
  }
}

.peleng__list:not(:last-child) {
  margin-bottom: 24px
}

.peleng__item {
  color: var(--main);
  line-height: 1.6;
  font-weight: 500
}

.peleng__item:not(:last-child) {
  margin-bottom: 5px
}

.peleng__image {
  border-radius: 16px;
  overflow: hidden;
  height: 100%
}

.peleng__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.nofound {
  padding-top: 280px
}

@media (max-width:1440px) {
  .nofound {
    padding-top: 200px
  }
}

@media (max-width:991px) {
  .nofound {
    padding-top: 160px
  }
}

@media (max-width:600px) {
  .nofound {
    padding-top: 100px
  }
}

.nofound__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nofound__title {
  color: var(--main);
  text-align: center
}

.nofound__title:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .nofound__title:not(:last-child) {
    margin-bottom: 62px
  }
}

@media (max-width:600px) {
  .nofound__title:not(:last-child) {
    margin-bottom: 32px
  }
}

.nofound__text {
  color: var(--main);
  text-align: center
}

.nofound__text:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .nofound__text:not(:last-child) {
    margin-bottom: 62px
  }
}

@media (max-width:600px) {
  .nofound__text:not(:last-child) {
    margin-bottom: 32px
  }
}

@-webkit-keyframes animate {
  0% {
    --a: 0deg
  }

  100% {
    --a: 360deg
  }
}

@keyframes animate {
  0% {
    --a: 0deg
  }

  100% {
    --a: 360deg
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}