h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select,
label {
  font-family: var(--main-font);
  border: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1740px;
  padding: 0 10px;
  margin: 0 auto;
}

.hero-global {
  background: url(/local/templates/v2/img/hero-bg.svg) no-repeat;
  background-position: top center;
}

.header {
  padding-top: 30px;
  margin-bottom: 92px;
}
header {
    position: relative!important;
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-left: 105px;
}

.header__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #1a3553;
  text-decoration:none;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__place {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  padding: 18px 39px;
  background: #004e8e;
  border-radius: 30px;
     text-decoration:none;
}

.hero {
  padding-bottom: 100px;
}

.hero__title {
  max-width: 1250px;
  width: 100%;
  font-weight: 900;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1a3553;
  margin: 0 auto 30px;
  margin-top: 20vh;
}

.hero__light {
  letter-spacing: 0.02em;
  color: #ffbd4e;
}

.hero__text {
  max-width: 1056px;
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1a3553;
  margin: 0 auto 40px;
}

.hero__align {
  display: flex;
  justify-content: center;
}

.hero__link {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  padding-top: 30px;
  letter-spacing: 0.01em;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  background-color: #004e8e;
  gap: 12px;
  width: 233px;
  height: 233px;
    text-decoration: none;
}

.lets {
  padding: 0 10px;
  margin-bottom: 276px;
}

.lets__inner {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  background: #ffbd4e;
  background-image: url(/local/templates/v2/img/icons/lets-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 26.30vw auto;
  border-radius: 40px;
  padding: 150px 0;
}

.lets__title {
  font-family: var(--gothic-font);
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.lets__form {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
}

.lets__fi {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 10px;
}

.lets__top {
  position: relative;
  margin-bottom: 30px;
}

.lets__top:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.588 20.7525C51.0761 20.2644 51.0761 19.4729 50.588 18.9848L47.0533 15.45C46.5651 14.9619 45.7736 14.9619 45.2855 15.45L23.5158 37.2198C23.0276 37.7079 22.2361 37.7079 21.748 37.2198L13.8895 29.3613C13.4014 28.8731 12.6099 28.8731 12.1217 29.3613L8.58701 32.896C8.09885 33.3842 8.09885 34.1756 8.58701 34.6638L17.3294 43.4062L21.748 47.8248C22.2361 48.3129 23.0276 48.3129 23.5158 47.8248L27.9344 43.4062L50.588 20.7525Z' fill='%231C6C08' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: -70px;
  top: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: 0.3s;
}

.lets__top:has(.finish):after {
  opacity: 1;
}

.lets__input {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  padding: 18px 196px 16px 16px;
}


.lets__input::placeholder {
  color: #d9d9d9;
}

.lets__confirm {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #fff;
  background: #004e8e;
  border-radius: 10px;
  padding: 8px 19px 10px 20px;
  opacity: 0;
  transition: 0.3s;
}

.lets__confirm.active {
  opacity: 1;
}

.lets__confirm.finish {
  font-size: 0;
  background: #1c6c08;
}

.lets__confirm.finish:before {
  content: 'Подтверждено';
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.03em;
}

.lets__wrapper {
  width: calc(100% + 40px);
  margin-right: -40px;
  margin-bottom: 66px;
}

.lets__label+.lets__label {
  margin-top: 21px;
}

.lets__label {
  position: relative;
  display: block;
  padding-left: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  cursor: pointer;
}

.lets__label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fef6df;
}

.lets__label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #edaf47;
  opacity: 0;
  transition: 0.3s;
}

.lets__link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.lets__label:has(input:checked):after {
  opacity: 1;
}

.lets__checkbox {
  display: none;
}

.lets__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 66px;
}

.zav {
  margin-bottom: 150px;
}

.zav__top {
  max-width: 846px;
  width: 100%;
  font-weight: 500;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1a3553;
  margin: 0 auto 150px;
}

.zav__strong {
  font-weight: 900;
}

.qoute-wrapper {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.zav__title {
  font-family: var(--gothic-font);
  font-weight: 500;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1a3553;
  margin-bottom: 0;
}

.quote-wrapper__inner {
  position: absolute;
  top: -10px;
  right: -45px;
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.quote-wrapper__icon {
  cursor: pointer;
}

.quote-wrapper__text {
  display: none;
}

.zav__labels {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 49px 0;
  gap: 80px;
}

.zav__label {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  cursor: pointer;
  color: #1a3553;
  padding-left: 45px;
}

.zav__label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #004e8e;
  background-color: #fef6df;
}

.zav__label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #004e8e;
  opacity: 0;
  transition: 0.3s;
}

.zav__label:has(input:checked):after {
  opacity: 1;
}

.zav__checkbox {
  display: none;
}

.zav__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
}

.zav__item {
  margin-bottom: 40px;
}

.zav__lab {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  margin-bottom: 10px;
}

.zav__input {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  padding: 18px 19px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.zav__input::placeholder {
  color: #d9d9d9;
}

.lets__tab {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 4px;
  height: 20px;
}

.lets__tab.active .lets__into {
  opacity: 1;
}

.lets__into {
  width: 90px;
  height: 10px;
  background: #edaf47;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  opacity: 0;
}

.lets__align {
  display: flex;
  justify-content: center;
}

.lets__button {
  font-family: var(--involve-font);
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  padding: 22px 98px;
  background: #004e8e;
  border-radius: 60px;
    text-decoration: none;
}

.zav__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.zav__item:nth-child(5) {
  margin-bottom: 0;
}

.zav__bottom .zav__label {
  font-size: 20px;
  padding-left: 40px;
}

.reg {
  margin-bottom: 150px;
}

.reg__block {
  margin-top: 67px;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 30px 177px;
}

.reg__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.reg__item {
  position: relative;
}

.reg__item:first-child:after {
  content: 'или';
  bottom: 17px;
  right: -117px;
  position: absolute;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
}

.reg__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  text-align: left;
  letter-spacing: 0.03em;
  color: #1a3553;
}

.reg__dw {
  display: none;
}

.reg__load {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 16px 59px 20px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.03em;
  cursor: pointer;
  color: #004e8e;
  background: #d0eaff;
  background-image: url(/local/templates/v2/img/icons/reg-icon.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  margin-top: 10px;
}

.qoute-wrapper.second {
  margin-left: 0;
}

.reg__input {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.03em;
  padding: 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.services__text {
  max-width: 1297px;
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1a3553;
  margin: 50px auto;
}

.services {
  margin-bottom: 150px;
}
.servclass_bg{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff80;
	z-index: 10000;
}
.servclass_bg.active{
	display: block;
}

.services__pills {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
}

.services__pill+.services__pill {
  margin-top: 10px;
}

.services__pill {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #1a3553;
  background: #fff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 20px 30px;
  cursor: pointer;
  transition: 0.3s;
}

.services__pill:hover {
  background: #004e8e;
  color: #fff;
}

.services__checkbox {
  display: none;
}

.services .zav__labels {
  margin: 53px 0 48px;
}

.services__per {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  margin-bottom: 10px;
}

.services__output {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 16px;
  min-height: 193px;
  margin-bottom: 150px;
}

.services__end {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #d9d9d9;
  margin-bottom: 0;
}

.services__lev {
  padding: 13px 13px 23px;
}

.services__point+.services__point {
  margin-top: 30px;
  padding-top: 29px;
  border-top: 1px solid #ffbd4e;
}

.services__caption {
  font-family: var(--gothic-font);
  font-weight: 500;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #1a3553;
  margin-bottom: 50px;
}

.services__heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  margin-bottom: 20px;
}

.services__da {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.services__na {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #1a3553;
  padding: 10px 29px;
  background: #fff;
  border: 1px solid #ffbd4e;
  border-radius: 60px;
  position: relative;
	cursor: pointer;
}
.services__na:after{
	display: none;
	content: 'X';
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	right: -4px;
	top: -4px;
	padding: 3px;
	background: #fff;
	border-radius: 50%;
	z-index: 2;
}
.services__na:hover:after{
	display: inline-block;
}

.services__white {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #1a3553;
  padding: 13px 30px;
  background: #fff;
  border-radius: 60px;
  margin-bottom: 30px;
}

.services .qoute-wrapper.second .zav__labels {
  margin: 0;
  max-width: 815px;
}

.services__capsule+.services__capsule {
  margin-top: 30px;
}

.services__capsule:nth-child(4) .quote-wrapper__inner {
  right: 103px;
}

.services__capsule:nth-child(2) .quote-wrapper__inner {
  right: 18px;
}

.services__wrapper {
  margin-bottom: 150px;
}

.services__tapo {
  max-width: 860px;
  width: 100%;
  margin-bottom: 50px;
}

.services__capo+.services__capo {
  margin-top: 30px;
}

.services__capo {
  display: flex;
  align-items: flex-end;
  gap: 48px;
  justify-content: space-between;

  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 84, 210, 0.3);
}

.services__bottom {
  max-width: 860px;
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  text-align: right;
  color: #1a3553;
  margin-bottom: 30px;
}

.services__left {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #1a3553;
}

.services__right {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-align: right;
  flex-shrink: 0;
  color: #1a3553;
}

.services__align {
  display: flex;
}

.services__submit {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  padding: 22px 94px;
  background: #004e8e;
  border-radius: 60px;
}

.steps {
  margin-bottom: 150px;
}

.steps__title {
  font-family: var(--gothic-font);
  font-weight: 500;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #1a3553;
  margin-bottom: 74px;
}

.steps__block {
  display: grid;
  padding-right: 34px;
  grid-template-columns: 1fr 749px;
  gap: 75px 77px;
}

.steps__item {
  position: relative;
  background: #ffe9b8;
  border: 1px solid #ffbd4e;
  border-radius: 30px;
  padding: 29px 19px 29px 29px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #1a3553;
}

.steps__item.dark {
  background: rgba(255, 233, 184, 0.3);
  border: 1px solid rgba(255, 189, 78, 0.3);
  color: rgba(26, 53, 83, 0.3);
}

.steps__bold {
  font-weight: 600;
}

.steps__mail {
  color: #1a3553;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.steps__item:last-child:before {
  display: none;
}

.steps__item:nth-child(odd):before {
  content: '';
  position: absolute;
  right: -77px;
  top: 50%;
  transform: translateY(-50%);
  width: 77px;
  height: 12px;
  background: url(/local/templates/v2/img/icons/steps-arrow-1.svg) no-repeat center / cover;
}

.steps__item:nth-child(even):before {
  content: '';
  position: absolute;
  right: -36px;
  top: 64px;
  width: 1309px;
  height: 175px;
  background: url(/local/templates/v2/img/icons/steps-arrow-2.svg) no-repeat center / cover;
}

.steps__item:nth-child(2):before {
  top: 98px;
}

.steps__item:nth-child(5) {
  margin-top: 38px;
}

.steps__item:nth-child(6) {
  margin-top: 38px;
}

.steps__item:nth-child(7), .steps__item:nth-child(8) {
  margin-top: 38px;
}

.services__fo {
  padding: 53px 0 48px;
}

.footer {
  padding: 0 10px 10px;
}

.footer__inner {
  padding: 70px 0 94px;
  border-radius: 40px;
  background: url(/local/templates/v2/img/footer-bg.svg) no-repeat center / cover;
}

.footer__mobile {
  display: none;
}

.footer__global {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 40px;
}

.footer__title {
  max-width: 704px;
  width: 100%;
  font-family: var(--gothic-font);
  font-weight: 300;
  font-size: 50px;
  line-height: 115%;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 46px;
}

.footer__caption {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 30px;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.footer__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  text-decoration:none;
}

.footer__data {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 30px;
  text-decoration: none;
}

.footer__mail {
  display: block;
  margin-bottom: 88px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-align: right;
  color: #fff;
  text-decoration: none;
}

.footer__copyright {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-align: right;
  color: #fff;
}

.main {
  background: url(/local/templates/v2/img/main-bg.svg) no-repeat;
  background-position: center 361px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: minmax(300px, 1720px);
  transition: 0.3s;
  z-index: -10;
  overflow: hidden;
  padding: 30px 16px;
}

.modal__bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
}

.modal__window {
  position: relative;
  background: #fff;
  padding: 34px 9px 34px 39px;
  max-width: 1720px;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
  transform: translateY(100px);
  border: 1px solid #ffbd4e;
  background: #ffe9b8;
  border-radius: 30px;
}

.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 58px;
  height: 58px;
  border: 1px solid #ffbd4e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  border-radius: 100%;
}

.modal.active {
  z-index: 1250;
  overflow-y: auto;
}

.modal.active .modal__window {
  z-index: 151;
  opacity: 1;
  transform: translateY(0);
}

.modal.active .modal__bg {
  z-index: 150;
  opacity: 1;
}

.modal__title {
  font-weight: 500;
  font-size: 35px;
  text-align: center;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  margin-bottom: 30px;
}

.modal__pill {
  font-family: var(--involve-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #1a3553;
  padding: 10px 29px;
  background: #fff;
  border: 1px solid #ffbd4e;
  border-radius: 60px;
  transition: 0.3s;
  cursor: pointer;
}

.modal__pill:has(input:checked) {
  color: #1a3553;
  background: #ffbd4e;
}

.modal__checkbox {
  display: none;
}

.modal__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 489px;
  overflow-y: auto;
  padding-right: 33px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #F5A623 #fff;
}

.modal__pills::-webkit-scrollbar {
  width: 10px;
}

.modal__pills::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.modal__pills::-webkit-scrollbar-thumb {
  background: #F5A623;
  border-radius: 10px;
}

.modal__pills::-webkit-scrollbar-thumb:hover {
  background: #e09400;
}

.modal__window.first {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 59px 39px;
}

.modal__caption {
  font-weight: 500;
  font-size: 50px;
  line-height: 140%;
  text-align: center;
  color: #1c6c08;
  margin-bottom: 30px;
}

.modal__text {
  max-width: 1266px;
  width: 100%;
  margin: 0 auto 50px;
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #1a3553;
}

.modal__download {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #004e8e;
}

.modal__middle {
  display: grid;
  grid-template-columns: 770px 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 50px;
}

.modal .zav__label {
  padding-bottom: 15px;
}

.modal .zav__label:before {
  top: 0;
  transform: none;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.modal .zav__label:after {
  top: 8px;
  transform: none;
}

.modal__bottom {
  display: flex;
  justify-content: center;
}

.modal__mail {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1a3553;
}

.modal__submit {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  padding: 22px 86px;
  background: #004e8e;
  border-radius: 60px;
}

.header__menu {
  padding: 0;
  background: none;
  display: none;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  z-index: -10;
}

.header-mobile.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 1010;
}

.header-mobile.active .header-mobile__bg {
  z-index: 100;
  opacity: 1;
}

.header-mobile__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -10;
  transition: all 0.1s ease;
  opacity: 0;
}

.header-mobile__inner {
  position: absolute;
  top: 0;
  padding: 20px 19px 20px 30px;
  right: 0;
  bottom: 0;
  max-width: 390px;
  width: 100%;
  z-index: 1100;
  height: 100%;
  overflow-y: auto;
  background: #fef6df;
  transition: all 0.2s ease;
  transform: translateX(100%);
}

.header-mobile__global {
  position: relative;
  z-index: 10;
}

.header-mobile.active .header-mobile__inner {
  transform: translateX(0);
}

.modal__ok {
  display: none;
}

@media (min-width: 1000px) {
  .steps__block {
    padding-right: 1.77vw;
    grid-template-columns: 1fr 39.01vw;
    gap: 3.91vw 4.01vw;
  }

  .steps__item {
    border: 0.05vw solid #ffbd4e;
    border-radius: 1.56vw;
    padding: 1.51vw 0.99vw 1.51vw 1.51vw;
    font-size: 1.25vw;
  }

  .steps__item.dark {
    border: 0.05vw solid rgba(255, 189, 78, 0.3);
  }

  .steps__item:nth-child(odd):before {
    right: -4.01vw;
    width: 4.01vw;
    height: 0.63vw;
  }

  .steps__item:nth-child(even):before {
    right: -1.88vw;
    top: 3.33vw;
    width: 68.18vw;
    height: 9.11vw;
  }

  .steps__item:nth-child(2):before {
    top: 4.8vw;
  }

  .steps__item:nth-child(5) {
    margin-top: 1.98vw;
  }

  .steps__item:nth-child(6) {
    margin-top: 1.98vw;
  }

  .steps__item:nth-child(7) {
    margin-top: 1.98vw;
  }

  .steps .container {
    max-width: 90.63vw;
    padding: 0 0.52vw;
  }
}

@media (max-width: 1700px) {
  .reg__block {
    grid-template-columns: 1fr 1fr;
    gap: 30px 100px;
  }

  .reg__item:first-child:after {
    right: -75px;
  }
}

@media (max-width: 1500px) {
  .reg__block {
    grid-template-columns: 1fr;
  }

  .reg__item:nth-child(1) {
    padding-bottom: 30px;
  }

  .reg__item:first-child:after {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + -12px);
  }

  .modal__middle {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
}

@media (max-width: 1300px) {
  .header__nav {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .header__nav {
    gap: 25px;
  }
}

@media (max-width: 1000px) {
  .header__block {
    border-radius: 40px;
    background-color: #004e8e;
    padding: 11px 20px;
  }

  .header__logo {
    filter: brightness(13.5);
  }

  .header .header__nav {
    display: none;
  }

  .header__right {
    display: none;
  }

  .header__menu {
    display: block;
  }

  .header__menu img {
    width: 40px;
  }

  .header-mobile__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
  }

  .header-mobile__inner {
    padding: 20px 20px 30px;
  }

  .header__nav {
    flex-direction: column;
  }

  .header__link {
    font-size: 22px;
  }

  .header-mobile__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
  }

  .hero__title {
    font-size: 90px;
  }

  .zav__form {
    grid-template-columns: 1fr;
  }

  .zav__labels {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .steps__block {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-right: 0;
  }

  .steps__item:nth-child(5) {
    margin-top: 0;
  }

  .steps__item:nth-child(6) {
    margin-top: 0;
  }

  .steps__item:nth-child(7) {
    margin-top: 0;
  }

  .steps__item:nth-child(even):before {
    display: none;
  }

  .steps__item:nth-child(odd):before {
    display: none;
  }

  .steps .steps__item:before {
    display: block !important;
    content: '';
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 30px;
    background-image: url(/local/templates/v2/img/icons/steps-arrow-mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 12px;
    height: 30px;
  }

  .steps .steps__item:last-child:before {
    display: none !important;
  }

  .modal__middle {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .services__pills {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .hero__title {
    font-size: 75px;
  }

  .lets__title {
    font-size: 65px;
  }

  .lets__wrapper {
    width: auto;
    margin-right: 0;
  }

  .lets__inner {
    background-image: none;
  }

  .reg__item:nth-child(2) .quote-wrapper__inner {
    right: 15px;
  }

  .footer__right .footer__social {
    display: none;
  }

  .footer__right .footer__mail {
    display: none;
  }

  .footer__mobile {
    display: block;
  }

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

  .footer__right {
    width: 100%;
  }

  .footer__social {
    justify-content: flex-start;
  }

  .footer__mail {
    text-align: left;
  }

  .footer__copyright {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .header {
    padding-top: 10px;
    margin-bottom: 45px;
  }

  .header__logo {
    width: 110px;
  }

  .header__menu img {
    width: 24px;
  }

  .hero__title {
    font-size: 32px;
    line-height: 110%;
    text-align: left;
    max-width: 295px;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 15vh;
  }

  .hero__text {
    font-size: 15px;
    text-align: left;
    margin-bottom: 30px;
  }

  .hero__link {
    padding-top: 13px;
    width: 139px;
    height: 139px;
    font-size: 16px;
    gap: 8px;
  }

  .hero__link img {
    width: 6px;
  }

  .hero {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .hero-global {
    background: none;
  }

  .lets {
    margin-bottom: 50px;
  }

  .lets__inner {
    border-radius: 20px;
    padding: 50px 15px;
  }

  .lets__title {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 30px;
  }

  .lets__fi {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .lets__top {
    margin-bottom: 20px;
  }

  .lets__input {
    font-size: 14px;
    line-height: 110%;
    padding: 11px 9px 12px;
  }

  .lets__label:before {
    width: 20px;
    height: 20px;
    top: 0;
    transform: none;
  }

  .lets__label+.lets__label {
    margin-top: 10px;
  }

  .lets__label:after {
    top: 10px;
    left: 5px;
    width: 10px;
    height: 10px;
  }

  .lets__label {
    padding-left: 25px;
    font-size: 14px;
    line-height: 140%;
  }

  .lets__wrapper {
    margin-bottom: 30px;
  }

  .lets__tabs {
    gap: 20px;
    margin-bottom: 30px;
  }

  .lets__into {
    width: 64px;
    height: 4px;
    padding: 0;
  }

  .lets__tab {
    width: 70px;
    height: 10px;
    padding: 2px;
  }

  .lets__button {
    font-size: 15px;
    line-height: 110%;
    padding: 11px 15px 12px;
    width: 100%;
    text-align: center;
  }

  .lets__confirm {
    opacity: 1;
    position: static;
    transform: none;
    display: none;
    margin-top: 8px;
    font-size: 14px;
    width: 100%;
    padding: 11px 15px 14px;
  }

  .lets__confirm.active {
    display: block;
  }

  .lets__confirm.finish {
    font-size: 0;
  }

  .lets__confirm.finish:before {
    font-size: 14px;
  }

  .zav__title {
    font-size: 30px;
    line-height: 100%;
  }

  .quote-wrapper__inner {
    right: -25px;
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .zav__labels {
    margin: 20px 0;
    gap: 10px;
  }

  .zav__label {
    padding-left: 25px;
    font-size: 14px;
  }

  .zav__label:before {
    width: 20px;
    height: 20px;
  }

  .zav__label:after {
    width: 10px;
    height: 10px;
    left: 5px;
  }

  .zav__item {
    margin-bottom: 20px;
  }

  .zav__lab {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 5px;
  }

  .zav__input {
    font-size: 14px;
    line-height: 110%;
    padding: 11px 9px 12px;
  }

  .zav__bottom {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .zav__bottom .zav__label {
    font-size: 14px;
    line-height: 140%;
    padding-left: 25px;
  }

  .zav {
    margin-bottom: 30px;
  }

  .reg .zav__title {
    max-width: 266px;
  }

  .reg .quote-wrapper__inner {
    right: 7px;
    top: 0px;
  }

  .reg__item:nth-child(2) .qoute-wrapper {
    max-width: 297px;
  }

  .reg__block {
    gap: 0;
    margin-top: 20px;
  }

  .reg {
    margin-bottom: 50px;
  }

  .reg__label {
    font-size: 14px;
  }

  .reg__load {
    margin-top: 5px;
    padding: 0;
    background-size: 17px 17px;
    background-position: calc(100% - 19px) center;
  }

  .reg__name {
    display: block;
    font-size: 12px;
    line-height: 120%;
    padding: 11px 61px 12px 9px;
  }

  .reg__item:nth-child(1) {
    padding-bottom: 35px;
  }

  .reg__input {
    margin-top: 5px;
  }

  .reg__item:first-child:after {
    top: calc(100% + -26px);
    font-size: 14px;
    line-height: 110%;
  }

  .reg__item:nth-child(2) {
    margin-bottom: 22px;
  }

  .reg__item:nth-child(2) .qoute-wrapper {
    max-width: 277px;
  }

  .reg__item:nth-child(3) .quote-wrapper__inner {
    right: -23px;
    top: -4px;
  }

  .reg__input {
    font-size: 14px;
    line-height: 110%;
    padding: 11px 9px 12px;
  }

  .services__text {
    display: none;
  }

  .services__pills {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .services__form {
    margin-top: 20px;
  }

  .services__fo {
    padding: 20px 0;
    max-width: 268px;
  }

  .services .zav__label:before {
    top: 0;
    transform: none;
  }

  .services .zav__label:after {
    top: 5px;
    transform: none;
  }

  .services .services__fo .quote-wrapper__inner {
    right: 77px;
    width: 15px;
    top: 19px;
    height: 15px;
    min-width: 15px;
  }

  .services__per {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 5px;
  }

  .services__lev {
    padding: 0;
  }

  .services__output {
    padding: 14px 14px 19px;
  }

  .services__heading {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 15px;
  }

  .services__point+.services__point {
    padding-top: 20px;
    margin-top: 20px;
  }

  .services__na {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 9px 12px;
    border-radius: 30px;
  }

  .services__output {
    margin-bottom: 50px;
  }

  .services__caption {
    text-align: center;
    max-width: 266px;
    font-size: 30px;
    line-height: 100%;
    width: 100%;
    margin: 0 auto 20px;
  }

  .services__wrapper {
    margin-bottom: 50px;
  }

  .services__pill {
    font-size: 14px;
    padding: 9px 10px;
  }

  .services__white {
    font-size: 14px;
    line-height: 120%;
    padding: 13px 38px;
    text-align: center;
    margin-bottom: 10px;
  }

  .qoute-wrapper.second:has(.services__white) .quote-wrapper__inner {
    width: 15px;
    height: 15px;
    min-width: 15px;
    right: 20px;
    top: 8px;
  }

  .services__capsule+.services__capsule {
    margin-top: 10px;
  }

  .services__capsule .zav__label {
    max-width: 265px;
  }

  .services__capsule:first-child .zav__label {
    max-width: 206px;
  }

  .services__capsule:nth-child(4) .zav__label {
    max-width: 290px;
  }

  .services__capsule .quote-wrapper__inner {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

  .services__capsule:nth-child(1) .quote-wrapper__inner {
    top: 0px;
    right: -12px;
  }

  .services__capsule:nth-child(2) .quote-wrapper__inner {
    top: 0px;
    right: 58px;
  }

  .services__capsule:nth-child(3) .quote-wrapper__inner {
    top: 0px;
    right: 32px;
  }

  .services__capsule:nth-child(4) .quote-wrapper__inner {
    top: 0px;
    right: 19px;
  }

  .services__capsule:nth-child(5) .quote-wrapper__inner {
    top: 0px;
    right: 19px;
  }

  .services__capsule:nth-child(6) .quote-wrapper__inner {
    top: 0px;
    right: -5px;
  }

  .services__capsule:nth-child(7) .quote-wrapper__inner {
    top: 0px;
    right: -18px;
  }

  .services__capo {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .services__capo+.services__capo {
    margin-top: 20px;
  }

  .services__left {
    font-size: 14px;
  }

  .services__right {
    font-size: 14px;
  }

  .services__tapo {
    margin-bottom: 20px;
  }

  .services__bottom {
    font-size: 14px;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
  }

  .services__submit {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 15px 12px;
    font-size: 15px;
    line-height: 110%;
    border-radius: 30px;
  }

  .services {
    margin-bottom: 50px;
  }

  .steps__title {
    max-width: 266px;
    width: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 100%;
    margin: 0 auto 20px;
  }

  .steps__item {
    border-radius: 20px;
    padding: 14px 26px 14px 14px;
    font-size: 14px;
    line-height: 140%;
  }

  .steps {
    margin-bottom: 50px;
  }

  .footer__inner {
    border-radius: 10px;
    padding: 20px 15px;
    background-image: url(/local/templates/v2/img/footer-mobile-bg.svg);
  }

  .footer__data {
    gap: 14px;
  }

  .footer__logo {
    width: 117px!important;
    margin-bottom: 21px!important;
  }

  .footer__title {
    font-size: 24px;
    line-height: 110%;
    padding-left: 5px;
    margin-bottom: 30px;
  }

  .footer__social {
    font-size: 20px;
    gap: 5px;
    margin-bottom: 10px;
    width: 30px;
    text-decoration: none;
  }

  .footer__mail {
    font-size: 20px;
    margin-bottom: 40px;
    text-decoration: none;
  }

  .footer .container {
    padding: 0;
  }

  .footer__caption {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer__nav {
    gap: 15px;
    margin-bottom: 50px;
  }

  .footer__link {
    font-size: 13px;
  }

  .footer__data {
    flex-wrap: wrap;
  }

  .footer__card:nth-child(1) {
    width: 69px;
  }

  .footer__card:nth-child(2) {
    width: 36px;
  }

  .footer__card:nth-child(3) {
    width: 81px;
  }

  .footer__card:nth-child(4) {
    width: 43px;
  }

  .footer__global {
    gap: 51px;
  }

  .footer__copyright {
    max-width: 236px;
    width: 100%;
    font-size: 10px;
    line-height: 140%;
    color: rgba(247, 247, 247, 0.4);
    margin: 0 auto;
  }

  .main {
    background: none;
  }

  .modal {
    padding: 10px;
  }

  .modal__window {
    padding: 24px 7px 6px 14px;
  }

  .modal__close {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
  }

  .modal__close img {
    width: 11px;
  }

  .modal__title {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 20px;
  }

  .modal__pill {
    width: 100%;
    text-align: center;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 120%;
  }

  .modal__pills {
    padding-right: 14px;
    max-height: 601px;
  }

  .lets__top:after {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 10px;
  }

  .modal__window.first {
    padding: 14px 14px 19px;
  }

  .modal__ok {
    display: block;
  }

  .modal__caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 120%;
    max-width: 231px;
    width: 100%;
    margin: 0 auto 15px;
  }

  .modal__text {
    max-width: 245px;
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    margin: 0 auto 20px;
  }

  .modal__download {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #1a3553;
  }

  .modal__wrapper .qoute-wrapper.second {
    max-width: 222px;
    margin-bottom: 5px;
  }

  .modal .zav__label {
    padding-bottom: 0;
  }

  .modal .zav__label:before {
    width: 20px;
    height: 20px;

  }

  .modal .zav__label:after {
    top: 5px;
  }

  .modal__middle {
    gap: 10px;
    margin-bottom: 20px;
  }

  .modal__submit {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 110%;
    padding: 11px 15px 12px;
  }

  .zav__top {
    max-width: 278px;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 130%;
  }
}

.services__capo{display:none}
.services__capo.is-active{display:block}
span.star{color:red}

.quote-wrapper__text {
    width: 500px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    left: 40px;
    bottom: 0;
    position: absolute;
}
.quote-wrapper__inner:hover h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select,
label {
  font-family: var(--main-font);
  border: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1740px;
  padding: 0 10px;
  margin: 0 auto;
}

.hero-global {
  background: url(/local/templates/v2/img/hero-bg.svg) no-repeat;
  background-position: top center;
}

.header {
  padding-top: 30px;
  margin-bottom: 92px;
}

.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-left: 105px;
}

.header__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #1a3553;
  text-decoration:none;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__place {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  padding: 18px 39px;
  background: #004e8e;
  border-radius: 30px;
     text-decoration:none;
}

.hero {
  padding-bottom: 100px;
}

.hero__title {
  max-width: 1250px;
  width: 100%;
  font-weight: 900;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1a3553;
  margin: 0 auto 30px;
  margin-top: 20vh;
}

.hero__light {
  letter-spacing: 0.02em;
  color: #ffbd4e;
}

.hero__text {
  max-width: 1056px;
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1a3553;
  margin: 0 auto 40px;
}

.hero__align {
  display: flex;
  justify-content: center;
}

.hero__link {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  padding-top: 30px;
  letter-spacing: 0.01em;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  background-color: #004e8e;
  gap: 12px;
  width: 233px;
  height: 233px;
    text-decoration: none;
}

.lets {
  padding: 0 10px;
  margin-bottom: 276px;
}

.lets__inner {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  background: #ffbd4e;
  background-image: url(/local/templates/v2/img/icons/lets-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 26.30vw auto;
  border-radius: 40px;
  padding: 150px 0;
}

.lets__title {
  font-family: var(--gothic-font);
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.lets__form {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
}

.lets__fi {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 10px;
}

.lets__top {
  position: relative;
  padding-bottom: 30px;
}

.lets__top:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.588 20.7525C51.0761 20.2644 51.0761 19.4729 50.588 18.9848L47.0533 15.45C46.5651 14.9619 45.7736 14.9619 45.2855 15.45L23.5158 37.2198C23.0276 37.7079 22.2361 37.7079 21.748 37.2198L13.8895 29.3613C13.4014 28.8731 12.6099 28.8731 12.1217 29.3613L8.58701 32.896C8.09885 33.3842 8.09885 34.1756 8.58701 34.6638L17.3294 43.4062L21.748 47.8248C22.2361 48.3129 23.0276 48.3129 23.5158 47.8248L27.9344 43.4062L50.588 20.7525Z' fill='%231C6C08' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: -70px;
  top: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  transition: 0.3s;
}

.lets__top:has(.finish):after {
  opacity: 1;
}

.lets__input {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  padding: 18px 196px 16px 16px;
}


.lets__input::placeholder {
  color: #d9d9d9;
}

.lets__confirm {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #fff;
  background: #004e8e;
  border-radius: 10px;
  padding: 8px 19px 10px 20px;
  opacity: 0;
  transition: 0.3s;
}

.lets__confirm.active {
  opacity: 1;
}

.lets__confirm.finish {
  font-size: 0;
  background: #1c6c08;
}

.lets__confirm.finish:before {
  content: 'Подтверждено';
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.03em;
}

.lets__wrapper {
  width: calc(100% + 40px);
  margin-right: -40px;
  margin-bottom: 66px;
}

.lets__label+.lets__label {
  margin-top: 21px;
}

.lets__label {
  position: relative;
  display: block;
  padding-left: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  cursor: pointer;
}

.lets__label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fef6df;
}

.lets__link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.lets__checkbox {
  display: none;
}

.lets__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 66px;
}

.zav {
  margin-bottom: 150px;
}

.zav__top {
  max-width: 846px;
  width: 100%;
  font-weight: 500;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1a3553;
  margin: 0 auto 150px;
}

.zav__strong {
  font-weight: 900;
}

.qoute-wrapper {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.zav__title {
  font-family: var(--gothic-font);
  font-weight: 500;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1a3553;
  margin-bottom: 0;
}

.quote-wrapper__inner {
  position: absolute;
  top: -10px;
  right: -45px;
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.quote-wrapper__icon {
  cursor: pointer;
}

.quote-wrapper__text {
  display: none;
}

.zav__labels {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 49px 0;
  gap: 80px;
}

.zav__label {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  cursor: pointer;
  color: #1a3553;
  padding-left: 45px;
}

.zav__label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #004e8e;
  background-color: #fef6df;
}

.zav__label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #004e8e;
  opacity: 0;
  transition: 0.3s;
}

.zav__label:has(input:checked):after {
  opacity: 1;
}

.zav__checkbox {
  display: none;
}

.zav__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
}

.zav__item {
  margin-bottom: 40px;
}

.zav__lab {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  margin-bottom: 10px;
}

.zav__input {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  padding: 18px 19px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.zav__input::placeholder {
  color: #d9d9d9;
}

.lets__tab {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 4px;
  height: 20px;
}

.lets__tab.active .lets__into {
  opacity: 1;
}

.lets__into {
  width: 90px;
  height: 10px;
  background: #edaf47;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  opacity: 0;
}

.lets__align {
  display: flex;
  justify-content: center;
}

.lets__button {
  font-family: var(--involve-font);
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  padding: 22px 98px;
  background: #004e8e;
  border-radius: 60px;
    text-decoration: none;
}

.zav__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.zav__item:nth-child(5) {
  margin-bottom: 0;
}

.zav__bottom .zav__label {
  font-size: 20px;
  padding-left: 40px;
}

.reg {
  margin-bottom: 150px;
}

.reg__block {
  margin-top: 67px;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 30px 177px;
}

.reg__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.reg__item {
  position: relative;
}

.reg__item:first-child:after {
  content: 'или';
  bottom: 17px;
  right: -117px;
  position: absolute;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
}

.reg__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  text-align: left;
  letter-spacing: 0.03em;
  color: #1a3553;
}

.reg__dw {
  display: none;
}

.reg__load {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 16px 59px 20px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.03em;
  cursor: pointer;
  color: #004e8e;
  background: #d0eaff;
  background-image: url(/local/templates/v2/img/icons/reg-icon.svg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  margin-top: 10px;
}

.qoute-wrapper.second {
  margin-left: 0;
}

.reg__input {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.03em;
  padding: 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.services__text {
  max-width: 1297px;
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1a3553;
  margin: 50px auto;
}

.services {
  margin-bottom: 150px;
}
.services__pills {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
}

.services__pill+.services__pill {
  margin-top: 10px;
}

.services__pill {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #1a3553;
  background: #fff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 20px 30px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
}

.services__pill:hover {
  background: #004e8e;
  color: #fff;
}

.services__checkbox {
  display: none;
}

.services .zav__labels {
  margin: 53px 0 48px;
}

.services__per {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  margin-bottom: 10px;
}

.services__output {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 16px;
  min-height: 193px;
  margin-bottom: 30px;
}
.services__class_calc{
	margin-bottom: 100px;
}
.sclass_calc_in{
	display: none;
}
.sclass_calc_in.active{
	display: block;
}
@media (min-width: 1000px){
	.sclass_calc_in .services__per{
		font-size: 28px;
	}
}

.services__end {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #d9d9d9;
  margin-bottom: 0;
}

.services__lev {
  padding: 13px 13px 23px;
}

.services__point+.services__point {
  margin-top: 30px;
  padding-top: 29px;
  border-top: 1px solid #ffbd4e;
}

.services__caption {
  font-family: var(--gothic-font);
  font-weight: 500;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #1a3553;
  margin-bottom: 50px;
}

.services__heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  margin-bottom: 20px;
}

.services__white {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #1a3553;
  padding: 13px 30px;
  background: #fff;
  border-radius: 60px;
  margin-bottom: 30px;
}

.services .qoute-wrapper.second .zav__labels {
  margin: 0;
  max-width: 815px;
}

.services__capsule+.services__capsule {
  margin-top: 30px;
}

.services__capsule:nth-child(4) .quote-wrapper__inner {
  right: 103px;
}

.services__capsule:nth-child(2) .quote-wrapper__inner {
  right: 18px;
}

.services__wrapper {
  margin-bottom: 150px;
}

.services__tapo {
  max-width: 860px;
  width: 100%;
  margin-bottom: 50px;
}

.services__capo+.services__capo {
  margin-top: 30px;
}

.services__capo {
  display: flex;
  align-items: flex-end;
  gap: 48px;
  justify-content: space-between;

  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 84, 210, 0.3);
}

.services__bottom {
  max-width: 860px;
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  text-align: right;
  color: #1a3553;
  margin-bottom: 30px;
}

.services__left {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #1a3553;
}

.services__right {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-align: right;
  flex-shrink: 0;
  color: #1a3553;
}

.services__align {
  display: flex;
}

.services__submit {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  padding: 22px 94px;
  background: #004e8e;
  border-radius: 60px;
}

.servclass_bg{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff80;
	z-index: 10000;
}
.servclass_bg.active{
	display: block;
}
.servclass_modal{
	display: none;
	position: fixed;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10100;
}
.servclass_modal.active{
	display: block;
}
.servclass_modal_wrap{
	position: relative;
	height: 100%;
	max-height: 630px;
	background: #FFE9B8;
	border: 1px solid #FFBD4E;
	border-radius: 30px;
	padding: 35px 10px 35px 40px;
	display: flex;
	flex-direction: column;
}
.servclass_modal_wrap .services__heading{
	text-align: center;
	flex-shrink: 0;
}
.serv_tags_list{
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	scrollbar-color: #FFBD4E #fff;
	scrollbar-width: thin;
}
a.serv_tags_item{
	display: inline-block;
	border: 1px solid #FFBD4E;
	border-radius: 30px;
	padding: 11px 30px;
	font-size: 16px;
	line-height: 1.1;
	background: #fff;
}
a.serv_tags_item:hover, a.serv_tags_item.select{
	color: #1A3553;
	background: #FFBD4E;
}


.steps {
  margin-bottom: 150px;
}

.steps__title {
  font-family: var(--gothic-font);
  font-weight: 500;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #1a3553;
  margin-bottom: 74px;
}

.steps__block {
  display: grid;
  padding-right: 34px;
  grid-template-columns: 1fr 749px;
  gap: 75px 77px;
}

.steps__item {
  position: relative;
  background: #ffe9b8;
  border: 1px solid #ffbd4e;
  border-radius: 30px;
  padding: 29px 19px 29px 29px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #1a3553;
}

.steps__item.dark {
  background: rgba(255, 233, 184, 0.3);
  border: 1px solid rgba(255, 189, 78, 0.3);
  color: rgba(26, 53, 83, 0.3);
}

.steps__bold {
  font-weight: 600;
}

.steps__mail {
  color: #1a3553;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.steps__item:last-child:before {
  display: none;
}

.steps__item:nth-child(odd):before {
  content: '';
  position: absolute;
  right: -77px;
  top: 50%;
  transform: translateY(-50%);
  width: 77px;
  height: 12px;
  background: url(/local/templates/v2/img/icons/steps-arrow-1.svg) no-repeat center / cover;
}

.steps__item:nth-child(even):before {
  content: '';
  position: absolute;
  right: -36px;
  top: 64px;
  width: 1309px;
  height: 175px;
  background: url(/local/templates/v2/img/icons/steps-arrow-2.svg) no-repeat center / cover;
}

.steps__item:nth-child(2):before {
  top: 98px;
}

.steps__item:nth-child(5) {
  margin-top: 38px;
}

.steps__item:nth-child(6) {
  margin-top: 38px;
}

.steps__item:nth-child(7), .steps__item:nth-child(8) {
  margin-top: 38px;
}

.services__fo {
  padding: 53px 0 48px;
}

.footer {
  padding: 0 10px 10px;
}

.footer__inner {
  padding: 70px 0 94px;
  border-radius: 40px;
  background: url(/local/templates/v2/img/footer-bg.svg) no-repeat center / cover;
}

.footer__mobile {
  display: none;
}

.footer__global {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 40px;
}

.footer__title {
  max-width: 704px;
  width: 100%;
  font-family: var(--gothic-font);
  font-weight: 300;
  font-size: 50px;
  line-height: 115%;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 46px;
}

.footer__caption {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 30px;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.footer__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  text-decoration:none;
}

.footer__data {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 30px;
  text-decoration: none;
}

.footer__mail {
  display: block;
  margin-bottom: 88px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-align: right;
  color: #fff;
  text-decoration: none;
}

.footer__copyright {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-align: right;
  color: #fff;
}

.main {
  background: url(/local/templates/v2/img/main-bg.svg) no-repeat;
  background-position: center 361px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: minmax(300px, 1720px);
  transition: 0.3s;
  z-index: -10;
  overflow: hidden;
  padding: 30px 16px;
}

.modal__bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
}

.modal__window {
  position: relative;
  background: #fff;
  padding: 34px 9px 34px 39px;
  max-width: 1720px;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
  transform: translateY(100px);
  border: 1px solid #ffbd4e;
  background: #ffe9b8;
  border-radius: 30px;
}

.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 58px;
  height: 58px;
  border: 1px solid #ffbd4e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  border-radius: 100%;
}

.modal.active {
  z-index: 1250;
  overflow-y: auto;
}

.modal.active .modal__window {
  z-index: 151;
  opacity: 1;
  transform: translateY(0);
}

.modal.active .modal__bg {
  z-index: 150;
  opacity: 1;
}

.modal__title {
  font-weight: 500;
  font-size: 35px;
  text-align: center;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #1a3553;
  margin-bottom: 30px;
}

.modal__pill {
  font-family: var(--involve-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #1a3553;
  padding: 10px 29px;
  background: #fff;
  border: 1px solid #ffbd4e;
  border-radius: 60px;
  transition: 0.3s;
  cursor: pointer;
}

.modal__pill:has(input:checked) {
  color: #1a3553;
  background: #ffbd4e;
}

.modal__checkbox {
  display: none;
}

.modal__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 489px;
  overflow-y: auto;
  padding-right: 33px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #F5A623 #fff;
}

.modal__pills::-webkit-scrollbar {
  width: 10px;
}

.modal__pills::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

.modal__pills::-webkit-scrollbar-thumb {
  background: #F5A623;
  border-radius: 10px;
}

.modal__pills::-webkit-scrollbar-thumb:hover {
  background: #e09400;
}

.modal__window.first {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 59px 39px;
}

.modal__caption {
  font-weight: 500;
  font-size: 50px;
  line-height: 140%;
  text-align: center;
  color: #1c6c08;
  margin-bottom: 30px;
}

.modal__text {
  max-width: 1266px;
  width: 100%;
  margin: 0 auto 50px;
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #1a3553;
}

.modal__download {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #004e8e;
}

.modal__middle {
  display: grid;
  grid-template-columns: 770px 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 50px;
}

.modal .zav__label {
  padding-bottom: 15px;
}

.modal .zav__label:before {
  top: 0;
  transform: none;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.modal .zav__label:after {
  top: 8px;
  transform: none;
}

.modal__bottom {
  display: flex;
  justify-content: center;
}

.modal__mail {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1a3553;
}

.modal__submit {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  padding: 22px 86px;
  background: #004e8e;
  border-radius: 60px;
}

.header__menu {
  padding: 0;
  background: none;
  display: none;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  z-index: -10;
}

.header-mobile.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 1010;
}

.header-mobile.active .header-mobile__bg {
  z-index: 100;
  opacity: 1;
}

.header-mobile__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -10;
  transition: all 0.1s ease;
  opacity: 0;
}

.header-mobile__inner {
  position: absolute;
  top: 0;
  padding: 20px 19px 20px 30px;
  right: 0;
  bottom: 0;
  max-width: 390px;
  width: 100%;
  z-index: 1100;
  height: 100%;
  overflow-y: auto;
  background: #fef6df;
  transition: all 0.2s ease;
  transform: translateX(100%);
}

.header-mobile__global {
  position: relative;
  z-index: 10;
}

.header-mobile.active .header-mobile__inner {
  transform: translateX(0);
}

.modal__ok {
  display: none;
}

.class_srch{
	margin-bottom: 10px;
}
.class_srch_field{
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
}
#class_srch_inp{
	padding: 8px 30px 8px 8px;
	font-size: 18px;
	width: 400px;
	border: 1px solid #333;
	border-radius: 20px;
}
@media (max-width: 460px){
	#class_srch_inp{
		width: 300px;
		font-size: 14px;
	}
}
.class_srch_bt{
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	height: 29px;
}
.class_srch_select{
	margin-bottom: 20px;
}
.cl_srch_item{
	margin-bottom: 10px;
}
.srch_tag_add{
	display: inline-block;
	padding: 3px 8px;
	background: #fafafa;
	border-radius: 20px;
	margin-right: 5px;
}
section a.srch_tag_add:hover {
	color: #000;
}


@media (min-width: 1000px) {
  .steps__block {
    padding-right: 1.77vw;
    grid-template-columns: 1fr 39.01vw;
    gap: 3.91vw 4.01vw;
  }

  .steps__item {
    border: 0.05vw solid #ffbd4e;
    border-radius: 1.56vw;
    padding: 1.51vw 0.99vw 1.51vw 1.51vw;
    font-size: 1.25vw;
  }

  .steps__item.dark {
    border: 0.05vw solid rgba(255, 189, 78, 0.3);
  }

  .steps__item:nth-child(odd):before {
    right: -4.01vw;
    width: 4.01vw;
    height: 0.63vw;
  }

  .steps__item:nth-child(even):before {
    right: -1.88vw;
    top: 3.33vw;
    width: 68.18vw;
    height: 9.11vw;
  }

  .steps__item:nth-child(2):before {
    top: 4.8vw;
  }

  .steps__item:nth-child(5) {
    margin-top: 1.98vw;
  }

  .steps__item:nth-child(6) {
    margin-top: 1.98vw;
  }

  .steps__item:nth-child(7) {
    margin-top: 1.98vw;
  }

  .steps .container {
    max-width: 90.63vw;
    padding: 0 0.52vw;
  }
}

@media (max-width: 1700px) {
  .reg__block {
    grid-template-columns: 1fr 1fr;
    gap: 30px 100px;
  }

  .reg__item:first-child:after {
    right: -75px;
  }
}

@media (max-width: 1500px) {
  .reg__block {
    grid-template-columns: 1fr;
  }

  .reg__item:nth-child(1) {
    padding-bottom: 30px;
  }

  .reg__item:first-child:after {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + -12px);
  }

  .modal__middle {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
}

@media (max-width: 1300px) {
  .header__nav {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .header__nav {
    gap: 25px;
  }
}

@media (max-width: 1000px) {
  .header__block {
    border-radius: 40px;
    background-color: #004e8e;
    padding: 11px 20px;
  }

  .header__logo {
    filter: brightness(13.5);
  }

  .header .header__nav {
    display: none;
  }

  .header__right {
    display: none;
  }

  .header__menu {
    display: block;
  }

  .header__menu img {
    width: 40px;
  }

  .header-mobile__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
  }

  .header-mobile__inner {
    padding: 20px 20px 30px;
  }

  .header__nav {
    flex-direction: column;
  }

  .header__link {
    font-size: 22px;
  }

  .header-mobile__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
  }

  .hero__title {
    font-size: 90px;
  }

  .zav__form {
    grid-template-columns: 1fr;
  }

  .zav__labels {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .steps__block {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-right: 0;
  }

  .steps__item:nth-child(5) {
    margin-top: 0;
  }

  .steps__item:nth-child(6) {
    margin-top: 0;
  }

  .steps__item:nth-child(7) {
    margin-top: 0;
  }

  .steps__item:nth-child(even):before {
    display: none;
  }

  .steps__item:nth-child(odd):before {
    display: none;
  }

  .steps .steps__item:before {
    display: block !important;
    content: '';
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 30px;
    background-image: url(/local/templates/v2/img/icons/steps-arrow-mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 12px;
    height: 30px;
  }

  .steps .steps__item:last-child:before {
    display: none !important;
  }

  .modal__middle {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .services__pills {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .hero__title {
    font-size: 75px;
  }

  .lets__title {
    font-size: 65px;
  }

  .lets__wrapper {
    width: auto;
    margin-right: 0;
  }

  .lets__inner {
    background-image: none;
  }

  .reg__item:nth-child(2) .quote-wrapper__inner {
    right: 15px;
  }

  .footer__right .footer__social {
    display: none;
  }

  .footer__right .footer__mail {
    display: none;
  }

  .footer__mobile {
    display: block;
  }

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

  .footer__right {
    width: 100%;
  }

  .footer__social {
    justify-content: flex-start;
  }

  .footer__mail {
    text-align: left;
  }

  .footer__copyright {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .header {
    padding-top: 10px;
    margin-bottom: 45px;
  }

  .header__logo {
    width: 110px;
  }

  .header__menu img {
    width: 24px;
  }

  .hero__title {
    font-size: 32px;
    line-height: 110%;
    text-align: left;
    max-width: 295px;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 15vh;
  }

  .hero__text {
    font-size: 15px;
    text-align: left;
    margin-bottom: 30px;
  }

  .hero__link {
    padding-top: 13px;
    width: 139px;
    height: 139px;
    font-size: 16px;
    gap: 8px;
  }

  .hero__link img {
    width: 6px;
  }

  .hero {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .hero-global {
    background: none;
  }

  .lets {
    margin-bottom: 50px;
  }

  .lets__inner {
    border-radius: 20px;
    padding: 50px 15px;
  }

  .lets__title {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 30px;
  }

  .lets__fi {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .lets__top {
    margin-bottom: 20px;
  }

  .lets__input {
    font-size: 14px;
    line-height: 110%;
    padding: 11px 9px 12px;
  }

  .lets__label:before {
    width: 20px;
    height: 20px;
    top: 0;
    transform: none;
  }

  .lets__label+.lets__label {
    margin-top: 10px;
  }

  .lets__label:after {
    top: 10px;
    left: 5px;
    width: 10px;
    height: 10px;
  }

  .lets__label {
    padding-left: 25px;
    font-size: 14px;
    line-height: 140%;
  }

  .lets__wrapper {
    margin-bottom: 30px;
  }

  .lets__tabs {
    gap: 20px;
    margin-bottom: 30px;
  }

  .lets__into {
    width: 64px;
    height: 4px;
    padding: 0;
  }

  .lets__tab {
    width: 70px;
    height: 10px;
    padding: 2px;
  }

  .lets__button {
    font-size: 15px;
    line-height: 110%;
    padding: 11px 15px 12px;
    width: 100%;
    text-align: center;
  }

  .lets__confirm {
    opacity: 1;
    position: static;
    transform: none;
    display: none;
    margin-top: 8px;
    font-size: 14px;
    width: 100%;
    padding: 11px 15px 14px;
  }

  .lets__confirm.active {
    display: block;
  }

  .lets__confirm.finish {
    font-size: 0;
  }

  .lets__confirm.finish:before {
    font-size: 14px;
  }

  .zav__title {
    font-size: 30px;
    line-height: 100%;
  }

  .quote-wrapper__inner {
    right: -25px;
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .zav__labels {
    margin: 20px 0;
    gap: 10px;
  }

  .zav__label {
    padding-left: 25px;
    font-size: 14px;
  }

  .zav__label:before {
    width: 20px;
    height: 20px;
  }

  .zav__label:after {
    width: 10px;
    height: 10px;
    left: 5px;
  }

  .zav__item {
    margin-bottom: 20px;
  }

  .zav__lab {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 5px;
  }

  .zav__input {
    font-size: 14px;
    line-height: 110%;
    padding: 11px 9px 12px;
  }

  .zav__bottom {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .zav__bottom .zav__label {
    font-size: 14px;
    line-height: 140%;
    padding-left: 25px;
  }

  .zav {
    margin-bottom: 30px;
  }

  .reg .zav__title {
    max-width: 266px;
  }

  .reg .quote-wrapper__inner {
    right: 7px;
    top: 0px;
  }

  .reg__item:nth-child(2) .qoute-wrapper {
    max-width: 297px;
  }

  .reg__block {
    gap: 0;
    margin-top: 20px;
  }

  .reg {
    margin-bottom: 50px;
  }

  .reg__label {
    font-size: 14px;
  }

  .reg__load {
    margin-top: 5px;
    padding: 0;
    background-size: 17px 17px;
    background-position: calc(100% - 19px) center;
  }

  .reg__name {
    display: block;
    font-size: 12px;
    line-height: 120%;
    padding: 11px 61px 12px 9px;
  }

  .reg__item:nth-child(1) {
    padding-bottom: 35px;
  }

  .reg__input {
    margin-top: 5px;
  }

  .reg__item:first-child:after {
    top: calc(100% + -26px);
    font-size: 14px;
    line-height: 110%;
  }

  .reg__item:nth-child(2) {
    margin-bottom: 22px;
  }

  .reg__item:nth-child(2) .qoute-wrapper {
    max-width: 277px;
  }

  .reg__item:nth-child(3) .quote-wrapper__inner {
    right: -23px;
    top: -4px;
  }

  .reg__input {
    font-size: 14px;
    line-height: 110%;
    padding: 11px 9px 12px;
  }

  .services__text {
    display: none;
  }

  .services__pills {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .services__form {
    margin-top: 20px;
  }

  .services__fo {
    padding: 20px 0;
    max-width: 268px;
  }

  .services .zav__label:before {
    top: 0;
    transform: none;
  }

  .services .zav__label:after {
    top: 5px;
    transform: none;
  }

  .services .services__fo .quote-wrapper__inner {
    right: 77px;
    width: 15px;
    top: 19px;
    height: 15px;
    min-width: 15px;
  }

  .services__per {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 5px;
  }

  .services__lev {
    padding: 0;
  }

  .services__output {
    padding: 14px 14px 19px;
  }

  .services__heading {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 15px;
  }

  .services__point+.services__point {
    padding-top: 20px;
    margin-top: 20px;
  }

  .services__na {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 9px 12px;
    border-radius: 30px;
  }

  .services__output {
    margin-bottom: 50px;
  }

  .services__caption {
    text-align: center;
    max-width: 266px;
    font-size: 30px;
    line-height: 100%;
    width: 100%;
    margin: 0 auto 20px;
  }

  .services__wrapper {
    margin-bottom: 50px;
  }

  .services__pill {
    font-size: 14px;
    padding: 9px 10px;
  }

  .services__white {
    font-size: 14px;
    line-height: 120%;
    padding: 13px 38px;
    text-align: center;
    margin-bottom: 10px;
  }

  .qoute-wrapper.second:has(.services__white) .quote-wrapper__inner {
    width: 15px;
    height: 15px;
    min-width: 15px;
    right: 20px;
    top: 8px;
  }

  .services__capsule+.services__capsule {
    margin-top: 10px;
  }

  .services__capsule .zav__label {
    max-width: 265px;
  }

  .services__capsule:first-child .zav__label {
    max-width: 206px;
  }

  .services__capsule:nth-child(4) .zav__label {
    max-width: 290px;
  }

  .services__capsule .quote-wrapper__inner {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

  .services__capsule:nth-child(1) .quote-wrapper__inner {
    top: 0px;
    right: -12px;
  }

  .services__capsule:nth-child(2) .quote-wrapper__inner {
    top: 0px;
    right: 58px;
  }

  .services__capsule:nth-child(3) .quote-wrapper__inner {
    top: 0px;
    right: 32px;
  }

  .services__capsule:nth-child(4) .quote-wrapper__inner {
    top: 0px;
    right: 19px;
  }

  .services__capsule:nth-child(5) .quote-wrapper__inner {
    top: 0px;
    right: 19px;
  }

  .services__capsule:nth-child(6) .quote-wrapper__inner {
    top: 0px;
    right: -5px;
  }

  .services__capsule:nth-child(7) .quote-wrapper__inner {
    top: 0px;
    right: -18px;
  }

  .services__capo {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .services__capo+.services__capo {
    margin-top: 20px;
  }

  .services__left {
    font-size: 14px;
  }

  .services__right {
    font-size: 14px;
  }

  .services__tapo {
    margin-bottom: 20px;
  }

  .services__bottom {
    font-size: 14px;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
  }

  .services__submit {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 15px 12px;
    font-size: 15px;
    line-height: 110%;
    border-radius: 30px;
  }

  .services {
    margin-bottom: 50px;
  }

  .steps__title {
    max-width: 266px;
    width: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 100%;
    margin: 0 auto 20px;
  }

  .steps__item {
    border-radius: 20px;
    padding: 14px 26px 14px 14px;
    font-size: 14px;
    line-height: 140%;
  }

  .steps {
    margin-bottom: 50px;
  }

  .footer__inner {
    border-radius: 10px;
    padding: 20px 15px;
    background-image: url(/local/templates/v2/img/footer-mobile-bg.svg);
  }

  .footer__data {
    gap: 14px;
  }

  .footer__logo {
    width: 117px!important;
    margin-bottom: 21px!important;
  }

  .footer__title {
    font-size: 24px;
    line-height: 110%;
    padding-left: 5px;
    margin-bottom: 30px;
  }

  .footer__social {
    font-size: 20px;
    gap: 5px;
    margin-bottom: 10px;
    width: 30px;
    text-decoration: none;
  }

  .footer__mail {
    font-size: 20px;
    margin-bottom: 40px;
    text-decoration: none;
  }

  .footer .container {
    padding: 0;
  }

  .footer__caption {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer__nav {
    gap: 15px;
    margin-bottom: 50px;
  }

  .footer__link {
    font-size: 13px;
  }

  .footer__data {
    flex-wrap: wrap;
  }

  .footer__card:nth-child(1) {
    width: 69px;
  }

  .footer__card:nth-child(2) {
    width: 36px;
  }

  .footer__card:nth-child(3) {
    width: 81px;
  }

  .footer__card:nth-child(4) {
    width: 43px;
  }

  .footer__global {
    gap: 51px;
  }

  .footer__copyright {
    max-width: 236px;
    width: 100%;
    font-size: 10px;
    line-height: 140%;
    color: rgba(247, 247, 247, 0.4);
    margin: 0 auto;
  }

  .main {
    background: none;
  }

  .modal {
    padding: 10px;
  }

  .modal__window {
    padding: 24px 7px 6px 14px;
  }

  .modal__close {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
  }

  .modal__close img {
    width: 11px;
  }

  .modal__title {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 20px;
  }

  .modal__pill {
    width: 100%;
    text-align: center;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 120%;
  }

  .modal__pills {
    padding-right: 14px;
    max-height: 601px;
  }

  .lets__top:after {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 10px;
  }

  .modal__window.first {
    padding: 14px 14px 19px;
  }

  .modal__ok {
    display: block;
  }

  .modal__caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 120%;
    max-width: 231px;
    width: 100%;
    margin: 0 auto 15px;
  }

  .modal__text {
    max-width: 245px;
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    margin: 0 auto 20px;
  }

  .modal__download {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #1a3553;
  }

  .modal__wrapper .qoute-wrapper.second {
    max-width: 222px;
    margin-bottom: 5px;
  }

  .modal .zav__label {
    padding-bottom: 0;
  }

  .modal .zav__label:before {
    width: 20px;
    height: 20px;

  }

  .modal .zav__label:after {
    top: 5px;
  }

  .modal__middle {
    gap: 10px;
    margin-bottom: 20px;
  }

  .modal__submit {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 110%;
    padding: 11px 15px 12px;
  }

  .zav__top {
    max-width: 278px;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 130%;
  }
}

.services__capo{display:none}
.services__capo.is-active{display:block}
span.star{color:red}

.quote-wrapper__text {
    width: 500px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    left: 40px;
    bottom: 0;
    position: absolute;
	line-height:120%;
	border: 1px solid #D9D9D9;
	color:#1A3553;
}
.quote-wrapper__inner:hover .quote-wrapper__text{display:block}
@media(max-width:768px) {
	.quote-wrapper__inner:hover .quote-wrapper__text {
		display: block;
		right: 0;
		left: auto !important;
		bottom: 20px !important;
		font-size: 10px;
		max-width: 200px;
		padding: 10px !important;
	}
}

button:disabled{background-color:#ccc;cursor:not-allowed}
section.zav, section.reg, section.services, section.steps{display:none}
section.lets.block-disabled{pointer-events:none;opacity:.5}
section.reg .qoute-wrapper.second{text-transform:uppercase}
.quote-wrapper__text{text-transform:none}
.article-card:hover .article-card__name{color:#0f111d}
.main-articles__more-btn{background:#0f111d}
.header__social:hover, .header__place:hover{color:#fff;opacity:0.9}
#accordionExample .accordion-button{color:#0e0e0e}
#accordionExample .search.border-0.w-100{background:#004e8e}
a.header__link:hover{color:#004e8e}
.form-check-label{color:#0e0e0e}
#accordionExample input{border-color:#e5e5e5!important}
.main-faq__item{border-bottom: 1px solid #e7e7e7}
@media(min-width:768px) {
	.zav__item:nth-child(5){margin-bottom:40px}
.quote-wrapper__text.top{left:-510px!important;bottom:20px!important}
}