@font-face {
  font-family: Helveticaneuecyr Roman;
  src: url('../fonts/HelveticaNeueCyr-Roman.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuecyr;
  src: url('../fonts/HelveticaNeueCyr-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --light-grey-text: #dfdbdb;
  --white: white;
  --dark-slate-grey: #212434;
  --text: #2b2c34;
  --background: #fff;
  --firm-color: #424da2;
  --link-hover: #505dc3;
  --light-purp: #f6f4ff;
  --firm-col-light: #6c78d6;
  --navy: #080d36;
  --button-hover: #505dc3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--black);
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-position: 50% 50%;
  border: 1px #000;
  outline: 3px #333;
  height: auto;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 16px;
  line-height: 140%;
  overflow: visible;
}

.hero-secrion {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/ЖК-1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  align-items: center;
  height: 680px;
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.container {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.heading {
  color: #fff;
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 115%;
  position: static;
}

.paragraph-grey {
  color: var(--light-grey-text);
  flex: 0 auto;
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.price-hero {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/price-bg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.text-special-price {
  color: #fff;
  align-items: center;
  min-height: 80px;
  max-height: 80px;
  padding: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 45px;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.text-special-price.small-text {
  padding: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.what-the-price {
  background-color: #000000b3;
  border-radius: 5px;
  flex: 0 auto;
  max-width: 300px;
  margin-left: auto;
  margin-right: 0;
  padding: 20px;
}

.h2 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.h2.white-h2 {
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.h2.wtite-text {
  color: #fff;
  text-align: center;
}

.h2.black {
  color: var(--dark-slate-grey);
  text-align: left;
}

.h2.left {
  text-align: left;
}

.text-personal-data {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-left: 10px;
  font-size: 12px;
  line-height: 140%;
}

.text-personal-data.gray {
  color: var(--text);
  display: flex;
}

.text-personal-data.white {
  color: var(--light-grey-text);
}

.text-gray {
  color: var(--background);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.text-phone {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.submit-button {
  background-color: var(--firm-color);
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  transition: all .555s;
  display: block;
}

.submit-button:hover {
  background-color: var(--link-hover);
}

.text-field {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.form {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
}

.form-what-the-price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.section-body {
  background-color: #0000;
  background-image: radial-gradient(circle closest-side, #501eff80, #000);
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-body.alt {
  background-image: none;
}

.section-body.alt2 {
  background-image: none;
  padding-top: 10px;
}

.h2-backcall {
  color: var(--background);
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.h2-backcall.black {
  color: var(--black);
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.containe-purp {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-security {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  margin: 40px auto;
  display: grid;
}

.container-clients {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.logo-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.advantages {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--light-purp);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 280px;
  min-height: 230px;
  padding: 24px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-advantages {
  color: #404040;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.section-body-black {
  background-image: radial-gradient(circle closest-side, #501eff80, #000);
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cases-head {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-cases {
  background-color: var(--firm-color);
  text-align: center;
  border-radius: 5px;
  flex: none;
  min-width: 100px;
  max-height: 40px;
  padding: 7px 20px;
}

.button-cases.deactivate {
  background-color: #cae3ee1a;
  border: 1px solid #cae3ee;
  transition: all .555s;
}

.button-cases.deactivate:hover {
  border-color: var(--link-hover);
}

.cases-buttons-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start;
  display: none;
}

.case-name {
  color: #fff;
  font-family: Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.case-description {
  color: #dcdcdc;
  width: 100%;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.case-info-big {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dark-slate-grey);
  object-fit: fill;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  flex: 1;
  place-content: space-around space-between;
  min-height: 280px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.case-info-numbers {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: space-around flex-start;
  align-items: flex-start;
  display: flex;
}

.case-info-number {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-number {
  color: var(--firm-col-light);
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.case-number-desc {
  color: #007eb0;
  font-family: Trebuchet MS, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.case-info-small {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.content-tariffs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  max-width: 1180px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.tariff {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-slate-grey);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 30px;
  transition: all .555s;
  display: flex;
}

.name-tariff {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
}

.price-tariff {
  color: var(--firm-col-light);
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
}

.button {
  background-color: var(--firm-color);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding: 15px;
  transition: all .555s;
}

.button:hover {
  background-color: var(--link-hover);
}

.form-call {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  border-radius: 5px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  display: grid;
  position: static;
}

.text-field-call {
  border: 1px solid #fff;
  border-radius: 5px;
  flex: 1;
  width: auto;
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 0;
  font-size: 18px;
}

.submit-button-call {
  background-color: var(--firm-color);
  border-radius: 5px;
  height: 50px;
  padding: 15px 40px;
  font-size: 16px;
  transition: all .555s;
  display: block;
}

.submit-button-call:hover {
  background-color: var(--link-hover);
}

.whatsapp-button {
  text-align: center;
  background-color: #1fb638;
  background-image: url('../images/logos_whatsapp.svg');
  background-position: 25% 45%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  padding: 15px 40px 15px 60px;
  font-size: 16px;
  transition: all .555s;
}

.whatsapp-button:hover {
  background-color: #1c9e32;
}

.social-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
}

.relegram-button {
  text-align: center;
  background-color: #40b3e0;
  background-image: url('../images/logos_telegram_1.svg');
  background-position: 25% 45%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  padding: 15px 40px 15px 60px;
  font-size: 16px;
  transition: all .555s;
}

.relegram-button:hover {
  background-color: #3394b9;
}

.mask {
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

.left-arrow {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-phone {
  color: #fff;
  cursor: pointer;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .555s;
}

.link-phone:hover {
  color: var(--link-hover);
}

.link-email {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  transition: all .555s;
}

.link-email:hover {
  color: var(--link-hover);
}

.button-header {
  background-color: var(--firm-color);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  transition: all .555s;
  display: flex;
}

.button-header:hover {
  background-color: var(--link-hover);
}

.footer {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Helveticaneuecyr Roman, sans-serif;
  position: relative;
}

.contacts-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 26%;
}

.address {
  color: var(--white);
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.link-phone-footer {
  color: #fff;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-email-footer {
  color: var(--white);
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.contact-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.down-footer {
  background-color: #000;
  position: static;
  bottom: 220px;
}

.down-content-footer {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-copyright {
  color: #dcdcdc;
  max-width: 530px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 12px;
}

.icon {
  color: var(--white);
  text-align: center;
  background-color: #cae3ee1a;
  border: 1px solid #cae3ee80;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  transition: all .555s;
  display: flex;
}

.icon:hover {
  background-color: var(--firm-color);
  border-style: none;
}

.icon:active {
  background-color: var(--link-hover);
}

.icon-2 {
  color: var(--white);
  background-color: #cae3ee1a;
  border: 1px solid #cae3ee80;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  transition: all .555s;
  display: flex;
}

.icon-2:hover {
  background-color: var(--firm-color);
  border-style: none;
}

.icon-2:active {
  background-color: var(--link-hover);
}

.tariff-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block {
  padding-left: 0;
}

.success-message {
  background-color: #71e078;
  border-radius: 5px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.error-message {
  border-radius: 5px;
}

.header-contacts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.header {
  z-index: 99;
  background-color: var(--navy);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  color: #fff;
  font-size: 14px;
}

.navbar {
  background-color: #0000;
  flex: 1;
  max-width: 1140px;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.brand {
  flex: 1;
}

.snp-button-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 100%;
  padding: 0;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: opacity .2s, background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.snp-button-left:hover {
  opacity: .7;
  color: #fff;
  background-color: #fff0;
}

.swiper-number-pagination {
  border-radius: 12px;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  overflow: hidden;
}

.cases-container {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.cases-container.flex-center {
  max-width: 100%;
}

.snp-pagination {
  justify-content: center;
  align-items: center;
  min-height: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.snp-list {
  align-items: flex-start;
  display: flex;
}

.snp-button-right {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 100%;
  padding: 0;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: opacity .2s, background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.snp-button-right:hover {
  opacity: .7;
  color: #fff0;
  background-color: #fff0;
}

.snp-buttons-and-pagination {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.snp-item {
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.image-7 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex: 1;
  width: 100%;
}

.cases-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
}

.modal_wrapper {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0009;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_window {
  background-color: var(--background);
  border-radius: 5px;
  width: 450px;
  padding: 60px 40px;
  position: sticky;
}

.form-what-the-price-modal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.line {
  background-color: var(--light-grey-text);
  border-radius: 0;
  height: 1px;
}

.modal-close-button {
  cursor: pointer;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.left-svitch-div {
  float: left;
  color: #003;
  cursor: pointer;
  padding-left: 0;
  line-height: 20px;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.html-embed {
  z-index: 1;
  width: auto;
  height: 500px;
  margin-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  border-radius: 5px;
  flex-direction: column;
  max-width: 450px;
  padding: 35px 45px 45px;
  display: flex;
}

.button-header-menu {
  background-color: var(--firm-color);
  text-align: center;
  border-radius: 5px;
  min-width: 200px;
  height: 50px;
  padding: 13px 15px 15px;
  font-size: 16px;
  transition: all .555s;
  display: none;
}

.button-header-menu:hover {
  background-color: var(--link-hover);
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(to right, #000, #fff0), url('../images/hero-bg.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 260px;
  display: flex;
}

.section-404 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

._404-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  max-width: 1140px;
  margin: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-3 {
  background-color: var(--background);
}

.section-politic {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  display: block;
  overflow: visible;
}

.paragraph.white {
  color: var(--light-grey-text);
  text-align: center;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 18px;
}

.h4 {
  margin-top: 25px;
  font-family: Droid Sans, sans-serif;
}

.field-label {
  color: var(--white);
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.success-message-2 {
  background-color: #8bdd83;
  border-radius: 5px;
}

.error-message-2 {
  border-radius: 5px;
}

.form-what-price {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
}

.form-what-price.modal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.icon-4 {
  color: #fff;
  text-align: center;
  background-color: #cae3ee1a;
  border: 1px solid #cae3ee80;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  transition: all .555s;
  display: flex;
}

.icon-4:hover {
  background-color: var(--firm-color);
  border-style: none;
}

.icon-4:active {
  background-color: var(--firm-col-light);
}

.case-name-2 {
  color: #fff;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.slider-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  place-content: space-between flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.slide-7 {
  border-radius: 5px;
  max-width: 31.5%;
  margin: 0 10px;
  padding: 0;
  position: static;
  overflow: visible;
}

.case-description-2 {
  color: var(--light-grey-text);
  width: 100%;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.icon-5 {
  color: #fff;
  background-color: #cae3ee1a;
  border: 1px solid #cae3ee80;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  transition: all .555s;
  display: flex;
}

.icon-5:hover {
  background-color: var(--firm-color);
  border-style: none;
}

.icon-5:active {
  background-color: var(--firm-col-light);
}

.slide-nav-2 {
  clear: none;
  color: #151515;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  margin-bottom: -60px;
  padding-top: 0;
  font-size: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.case-number-desc-2 {
  color: var(--firm-col-light);
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.img-cases {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 220px;
  display: flex;
  overflow: hidden;
}

.image-11 {
  object-fit: cover;
  flex: 1;
}

.image-12 {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex: 1;
  box-shadow: 0 2px 5px 20px #0003;
}

.section-thanks-you {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.price-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: baseline;
  margin-top: -10px;
  display: flex;
}

.text-ot {
  color: var(--firm-col-light);
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.terif-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tarif-punkt {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.first {
  color: var(--white);
  font-family: Helveticaneuecyr, sans-serif;
  line-height: 140%;
}

.second {
  color: var(--light-grey-text);
  font-family: Helveticaneuecyr Roman, sans-serif;
  line-height: 140%;
}

.terif-text-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.section-body-white {
  background-color: var(--background);
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-body-white.alt {
  padding-top: 120px;
}

.black-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.purp-container {
  background-color: var(--light-purp);
  border-radius: 5px;
  width: 100%;
  max-width: 1180px;
  height: 440px;
  display: flex;
}

.lic-img {
  background-image: url('../images/rounds.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 50%;
  display: flex;
  position: static;
}

.lic-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
}

.lic-text.alt {
  width: 100%;
  padding-left: 70px;
}

.image-13 {
  height: 520px;
  margin-top: -40px;
  padding-top: 0;
  position: static;
  inset: 0%;
  box-shadow: 0 0 44px 10px #424da22e;
}

.phone-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 10px;
  display: flex;
}

.text-call {
  color: var(--text);
  line-height: 140%;
}

.text-call.white {
  color: var(--light-grey-text);
}

.phone-link {
  color: var(--firm-col-light);
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
}

.call-form {
  background-color: var(--black);
  background-image: url('../images/grad.svg');
  background-position: 125% 125%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  width: 100%;
  max-width: 1180px;
  height: 440px;
  display: flex;
}

.section-body-white2 {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.what-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.what-cont {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/calc.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 255px;
  border-radius: 5px;
  width: 50%;
  height: 290px;
  padding: 20px 200px 20px 40px;
}

.what-cont.alt {
  background-image: url('../images/list.webp');
}

.heading-what {
  color: var(--white);
  font-family: Helveticaneuecyr, sans-serif;
  font-weight: 500;
}

.image-14 {
  margin-top: 5px;
}

.case {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-slate-grey);
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 30px;
  transition: all .555s;
  display: flex;
}

.blago {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  max-width: 1180px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.otzyv {
  background-color: var(--background);
  border-radius: 5px;
  box-shadow: 0 0 20px 10px #501eff4d;
}

.image-15 {
  border-radius: 5px;
}

.block-text {
  flex-direction: row;
  justify-content: space-between;
}

.paragraph-2 {
  color: var(--text);
  padding-top: 10px;
}

.calc-block {
  width: 70%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.calc {
  z-index: 10;
  background-color: var(--dark-slate-grey);
  border-radius: 5px;
  max-width: 400px;
  padding: 20px 40px;
  box-shadow: 0 0 20px 20px #501eff26;
}

.heading-calc {
  color: var(--white);
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.field-label-2 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.field-label-3 {
  color: var(--light-grey-text);
  flex: 1;
  font-weight: 400;
}

.opt {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 5px;
  display: flex;
}

.object {
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark-slate-grey) var(--dark-slate-grey) var(--white);
  background-color: var(--dark-slate-grey);
  color: var(--white);
  width: 200px;
}

.graphic, .post, .guard {
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark-slate-grey) var(--dark-slate-grey) var(--white);
  color: var(--white);
  background-color: #f3f3f300;
  width: 200px;
}

.checkbox-label-2 {
  color: var(--light-grey-text);
  padding-left: 10px;
  font-weight: 400;
}

.checkbox-field {
  align-items: baseline;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.fin-block {
  z-index: 1;
  background-color: var(--dark-slate-grey);
  object-fit: fill;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 260px;
  max-height: 470px;
  padding: 10px 30px;
  display: flex;
  position: absolute;
  inset: 8% 7px 0% auto;
  box-shadow: 0 0 20px 20px #501eff26;
}

.form-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: static;
}

.heading-calc-2 {
  color: var(--white);
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.price {
  color: var(--firm-col-light);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.phone {
  border-radius: 5px;
  height: 50px;
  font-size: 18px;
}

.social-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-wa, .link-t {
  width: 40px;
  height: 40px;
}

.text-block-2 {
  color: var(--light-grey-text);
}

.bold-text-2 {
  font-weight: 500;
}

.link-3 {
  color: var(--firm-col-light);
  text-decoration: none;
}

.paragraph-404 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--light-grey-text);
  flex: 0 auto;
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuecyr Roman, sans-serif;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-block-3 {
  color: var(--firm-color);
  font-size: 300px;
  line-height: 100%;
}

.modal_form {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0009;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.checkbox-field-policy {
  color: var(--background);
  align-items: baseline;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.checkbox-field-policy-link {
  color: var(--background);
  align-items: baseline;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.text-personal-data-link {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 12px;
  line-height: 140%;
}

.text-personal-data-link.gray {
  color: var(--text);
  display: flex;
}

.text-personal-data-link.white {
  color: var(--light-grey-text);
}

.cookie {
  z-index: 900;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f5fae6;
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  display: flex;
  position: fixed;
  inset: auto auto 15px 15px;
}

.cookie-text {
  color: var(--text);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.button-2 {
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #6e33ff;
  border-radius: 5px;
  padding: 12px 40px;
  transition: all .2s;
}

.button-2:hover {
  background-color: #4f3394;
}

.button-2.dark {
  background-color: #4f3394;
  padding-left: 30px;
  padding-right: 30px;
}

.button-2.dark:hover {
  background-color: #6e33ff;
}

.text-center {
  text-align: center;
  font-size: 18px;
}

.object-2 {
  color: #fff;
  background-color: #212434;
  border: 1px solid #212434;
  border-bottom-color: #fff;
  border-radius: 0;
  width: 200px;
}

.fin-block-2 {
  z-index: 1;
  object-fit: fill;
  background-color: #080d36;
  border-radius: 5px;
  width: 300px;
  max-height: 450px;
  padding: 20px 30px;
  position: static;
  inset: 15% 7px 0% auto;
  box-shadow: 0 0 20px 20px #501eff26;
}

.checkbox-field-policy-2 {
  color: #fff;
  align-items: baseline;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.price-2 {
  color: #6c78d6;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.button-3 {
  text-align: center;
  background-color: #424da2;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding: 15px;
  transition: all .555s;
}

.button-3:hover {
  background-color: #505dc3;
}

.field-label-4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.form-block {
  flex: 1;
}

.form-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.h2-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.field-label-5 {
  color: #dfdbdb;
  flex: 1;
  font-weight: 400;
}

.checkbox-field-policy-link-2 {
  color: #fff;
  align-items: baseline;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.heading-calc-3 {
  color: #fff;
  margin-top: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.checkbox-label-3 {
  color: #dfdbdb;
  padding-left: 10px;
  font-weight: 400;
}

.post-2 {
  color: #fff;
  background-color: #f3f3f300;
  border: 1px solid #212434;
  border-bottom-color: #fff;
  border-radius: 0;
  width: 200px;
}

.calc-block-2 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.calc-2 {
  z-index: 10;
  background-color: #212434;
  border-radius: 5px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 800px;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 0 20px 20px #501eff26;
}

.text-block-4 {
  color: #dfdbdb;
}

.graphic-2 {
  color: #fff;
  background-color: #f3f3f300;
  border: 1px solid #212434;
  border-bottom-color: #fff;
  border-radius: 0;
  width: 200px;
}

.checkbox-label-4 {
  color: #dfdbdb;
  padding-left: 10px;
  font-weight: 400;
}

.phone-2 {
  color: #2b2c34;
  border-radius: 5px;
  height: 50px;
  font-size: 18px;
}

.guard-2 {
  color: #fff;
  background-color: #f3f3f300;
  border: 1px solid #212434;
  border-bottom-color: #fff;
  border-radius: 0;
  width: 200px;
}

.social-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.text-span {
  color: #505dc3;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.price-hero-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8fe56e6;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
  display: flex;
}

.hero-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-text-blocks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  max-width: 700px;
  display: grid;
}

.price-hero-down {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.text-special-price-2 {
  color: #080d36;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  overflow: visible;
}

.text-special-price-2.small-text {
  color: #080d36;
  text-transform: none;
  padding: 0;
  font-family: Helveticaneuecyr, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}

.text-special-price-2.big {
  font-size: 60px;
  line-height: 120%;
}

.hero-text-block {
  background-color: #f6f4ff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-header-2 {
  text-align: center;
  background-color: #424da2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 300px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  transition: all .555s;
  display: flex;
}

.button-header-2:hover {
  background-color: #505dc3;
}

.text-hero {
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .hero-secrion {
    height: auto;
    margin-top: 120px;
  }

  .container {
    flex-direction: column;
    max-width: 100%;
  }

  .heading {
    margin-right: 20px;
    font-size: 46px;
  }

  .paragraph-grey {
    font-size: 14px;
  }

  .price-hero {
    background-size: auto 80px;
    padding-left: 30px;
  }

  .text-special-price {
    font-size: 40px;
  }

  .text-special-price.small-text {
    font-size: 18px;
  }

  .hero-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .h2 {
    font-size: 28px;
  }

  .text-gray {
    font-size: 14px;
  }

  .text-phone {
    font-size: 22px;
  }

  .submit-button {
    font-size: 14px;
  }

  .text-field {
    font-size: 16px;
  }

  .section-body {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-body.alt {
    max-width: 100%;
  }

  .h2-backcall {
    font-size: 24px;
  }

  .content-security {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .advantages {
    padding: 20px;
  }

  .section-body-black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cases-head {
    max-width: 98%;
  }

  .button-cases {
    font-size: 14px;
  }

  .case-name {
    font-size: 20px;
  }

  .case-description {
    font-size: 14px;
  }

  .case-info-big {
    min-height: 0;
  }

  .case-number {
    font-size: 22px;
  }

  .content-tariffs {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .tariff {
    padding: 20px;
  }

  .name-tariff {
    font-size: 26px;
  }

  .price-tariff {
    font-size: 30px;
  }

  .button {
    font-size: 14px;
  }

  .text-field-call {
    font-size: 16px;
  }

  .submit-button-call {
    font-size: 14px;
  }

  .mask {
    max-width: 98%;
  }

  .link-email {
    text-align: right;
  }

  .button-header {
    font-size: 14px;
  }

  .contacts-content {
    padding: 35px 30px;
    bottom: 21%;
  }

  .address, .link-phone-footer, .link-email-footer {
    font-size: 18px;
  }

  .down-content-footer {
    max-width: 98%;
  }

  .icon-2 {
    color: var(--white);
  }

  .tariff-content {
    align-items: flex-start;
  }

  .header-contacts {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .nav-menu {
    background-color: #000000e6;
  }

  .navbar {
    max-width: 100%;
  }

  .container-2 {
    max-width: 98%;
  }

  .snp-button-left {
    color: var(--white);
    -webkit-text-stroke-color: #333;
    background-image: none;
    height: 100%;
    inset: 0% auto 0% 0%;
  }

  .snp-button-right {
    -webkit-text-stroke-color: #333;
    background-image: none;
    height: 100%;
    inset: 0% 0% 0% auto;
  }

  .image-7 {
    width: 100%;
  }

  .cases-image {
    justify-content: space-between;
    align-items: stretch;
    height: 140px;
  }

  .button-header-menu {
    font-size: 14px;
  }

  .section-404 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._404-content {
    flex-wrap: wrap-reverse;
    max-width: 98%;
  }

  .section-politic {
    max-width: 98%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .case-name-2 {
    font-size: 20px;
  }

  .slide-7 {
    max-width: 47.5%;
  }

  .case-description-2 {
    font-size: 14px;
  }

  .icon-5 {
    color: #fff;
  }

  .section-thanks-you {
    max-width: 98%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-body-white {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-body-white.alt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .purp-container {
    flex-direction: row;
    align-items: center;
    height: auto;
  }

  .lic-img {
    width: 30%;
  }

  .lic-text {
    width: 70%;
  }

  .image-13 {
    height: 300px;
    margin-top: 0;
  }

  .section-body-white2 {
    max-width: 100%;
    padding: 20px;
  }

  .what-cont {
    height: 400px;
    padding-right: 40px;
  }

  .what-cont.alt {
    padding-right: 40px;
  }

  .case {
    padding: 20px;
  }

  .calc-block {
    width: 100%;
    position: static;
  }

  .fin-block {
    position: static;
  }

  .form-2 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .paragraph-404 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 250px;
  }

  .cookie {
    max-width: 95%;
  }

  .fin-block-2 {
    position: static;
  }

  .button-3 {
    font-size: 14px;
  }

  .form-3 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .h2-2 {
    font-size: 28px;
  }

  .calc-block-2 {
    width: 100%;
    position: static;
  }

  .price-hero-2 {
    background-size: auto 80px;
    padding-left: 30px;
  }

  .hero-content-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .hero-text-blocks {
    grid-template-columns: auto auto;
  }

  .container-3 {
    flex-flow: row;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-special-price-2 {
    justify-content: center;
    align-items: center;
    font-size: 45px;
  }

  .text-special-price-2.small-text {
    font-size: 24px;
  }

  .text-special-price-2.big {
    font-size: 50px;
  }

  .button-header-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hero-secrion {
    height: 100%;
    margin-top: 40px;
  }

  .container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    max-width: 96%;
  }

  .heading {
    text-align: left;
    font-size: 38px;
  }

  .paragraph-grey {
    text-align: left;
  }

  .price-hero {
    background-size: auto 70px;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding-right: 20px;
  }

  .text-special-price {
    font-size: 34px;
  }

  .text-special-price.small-text {
    font-size: 14px;
  }

  .hero-content {
    align-items: flex-start;
    margin-top: 100px;
  }

  .what-the-price {
    margin-left: 0;
  }

  .section-body {
    max-width: 100%;
  }

  .content-security {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .advantages {
    flex-direction: column;
    max-width: 100%;
    min-height: 0;
    padding: 20px;
  }

  .section-body-black {
    overflow: hidden;
  }

  .cases-head {
    flex-direction: column;
    align-items: flex-start;
    max-width: 96%;
  }

  .button-cases.deactivate {
    max-height: 100%;
  }

  .cases-buttons-block {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-flow: row;
    align-items: start;
    max-width: 96%;
  }

  .case-info-big {
    min-height: 0;
  }

  .content-tariffs {
    grid-template-columns: 1fr;
  }

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

  .link-email {
    display: block;
  }

  .button-header {
    display: flex;
  }

  .contacts-content {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    inset: 0% 0% auto;
  }

  .address, .link-phone-footer, .link-email-footer {
    font-size: 16px;
  }

  .down-content-footer {
    flex-direction: column;
    max-width: 96%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-contacts {
    align-items: flex-end;
  }

  .snp-button-left {
    background-image: none;
    width: 48px;
    height: 100%;
  }

  .cases-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .snp-button-right {
    background-image: none;
    width: 48px;
    height: 100%;
  }

  .cases-image {
    height: 240px;
  }

  .html-embed {
    height: 450px;
  }

  .div-block-10 {
    max-width: 100%;
  }

  .button-header-menu {
    display: block;
  }

  .section-404 {
    overflow: hidden;
  }

  ._404-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 96%;
  }

  .section-politic, .slide-7 {
    max-width: 96%;
  }

  .img-cases {
    height: 260px;
  }

  .section-thanks-you {
    max-width: 96%;
  }

  .section-body-white, .section-body-white.alt {
    max-width: 100%;
  }

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

  .lic-img {
    width: 50%;
  }

  .lic-text {
    width: 96%;
  }

  .lic-text.alt {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-13 {
    height: 250px;
  }

  .phone-link {
    font-size: 24px;
  }

  .call-form {
    height: auto;
  }

  .section-body-white2 {
    max-width: 100%;
  }

  .what-block {
    flex-direction: column;
  }

  .what-cont {
    width: 100%;
  }

  .blago {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .calc {
    max-width: none;
  }

  .opt {
    max-width: 380px;
  }

  .fin-block {
    background-color: var(--navy);
    width: auto;
  }

  .form-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .social-block {
    align-items: baseline;
  }

  .paragraph-404 {
    text-align: left;
  }

  .text-block-3 {
    font-size: 200px;
  }

  .cookie {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 10px;
    left: 10px;
  }

  .cookie-text {
    font-size: 12px;
  }

  .fin-block-2 {
    background-color: #080d36;
    width: auto;
  }

  .form-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .calc-2 {
    max-width: none;
  }

  .social-block-2 {
    align-items: baseline;
  }

  .price-hero-2 {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-right: 20px;
  }

  .hero-content-2 {
    align-items: flex-start;
    margin-top: 100px;
  }

  .price-hero-down {
    flex-flow: row;
  }

  .container-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    max-width: 96%;
  }

  .text-special-price-2 {
    font-size: 34px;
  }

  .text-special-price-2.small-text {
    font-size: 20px;
  }

  .text-special-price-2.big {
    font-size: 40px;
  }

  .button-header-2 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .hero-secrion {
    margin-bottom: 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 34px;
  }

  .price-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-size: auto 60px;
    width: 100%;
  }

  .text-special-price {
    font-size: 28px;
  }

  .what-the-price {
    max-width: 98%;
    padding: 12px;
  }

  .h2 {
    font-size: 26px;
  }

  .h2.white-h2 {
    text-align: left;
  }

  .text-phone {
    font-size: 20px;
  }

  .text-field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .section-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-body.alt {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2-backcall {
    font-size: 20px;
  }

  .content-security {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .container-clients {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .advantages {
    flex-direction: row;
    align-items: center;
    padding: 12px;
  }

  .text-advantages {
    font-size: 14px;
  }

  .section-body-black {
    margin-bottom: 20px;
  }

  .cases-buttons-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start stretch;
    place-items: start;
  }

  .case-info-big {
    min-height: 200px;
    padding: 12px;
  }

  .content-tariffs {
    grid-template-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tariff {
    padding: 20px;
  }

  .name-tariff {
    font-size: 24px;
  }

  .form-call {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .whatsapp-button {
    background-position: 30% 45%;
  }

  .social-buttons {
    flex-direction: column;
  }

  .relegram-button {
    background-position: 30% 45%;
  }

  .link-phone {
    padding-left: 0;
    font-size: 14px;
  }

  .button-header {
    display: none;
  }

  .footer {
    background-size: cover;
  }

  .contacts-content {
    width: 100%;
    padding: 10px;
  }

  .address {
    font-size: 14px;
  }

  .header-contacts {
    padding-left: 10px;
    padding-right: 10px;
  }

  .snp-pagination {
    position: absolute;
    inset: auto 0% 0%;
  }

  .swiper-slide.snp-item {
    width: 100%;
  }

  .cases-image {
    height: 180px;
  }

  .modal_window {
    padding: 24px;
  }

  .modal-close-button {
    width: 40px;
    height: 40px;
  }

  .left-svitch-div {
    float: left;
    flex: 1;
    display: block;
  }

  .html-embed {
    height: 500px;
  }

  .div-block-10 {
    padding: 16px 16px 32px;
  }

  .button-header-menu {
    display: block;
  }

  .section-404 {
    margin-bottom: 20px;
  }

  .section-politic {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph {
    font-size: 14px;
  }

  .bold-text {
    font-size: 16px;
  }

  .form-what-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .slider-2 {
    padding-top: 0;
  }

  .slide-7 {
    max-width: 95%;
  }

  .img-cases {
    height: 200px;
  }

  .section-thanks-you {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-body-white {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .section-body-white.alt {
    padding-top: 40px;
    padding-left: 10px;
  }

  .black-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lic-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lic-text.alt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    padding-top: 0;
  }

  .text-call {
    flex: 1;
  }

  .section-body-white2 {
    padding: 10px;
  }

  .what-cont {
    padding-left: 20px;
  }

  .heading-what {
    font-size: 22px;
  }

  .case {
    padding: 20px;
  }

  .blago {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .calc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .opt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    padding-bottom: 10px;
  }

  .object, .graphic, .post, .guard {
    width: 190px;
  }

  .fin-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone {
    font-size: 16px;
  }

  .social-block {
    align-items: baseline;
  }

  .text-block-3 {
    font-size: 150px;
  }

  .cookie {
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
  }

  .button-2 {
    align-self: stretch;
  }

  .object-2 {
    width: 190px;
  }

  .fin-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-2 {
    font-size: 26px;
  }

  .post-2 {
    width: 190px;
  }

  .calc-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .graphic-2 {
    width: 190px;
  }

  .phone-2 {
    font-size: 16px;
  }

  .guard-2 {
    width: 190px;
  }

  .social-block-2 {
    align-items: baseline;
  }

  .price-hero-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-size: auto 60px;
    width: 100%;
  }

  .hero-text-blocks {
    grid-template-columns: auto;
  }

  .price-hero-down {
    flex-flow: column;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-special-price-2 {
    justify-content: center;
    align-items: center;
    font-size: 40px;
  }

  .button-header-2 {
    display: none;
  }
}

#w-node-_9a7ba795-7fff-216d-29d0-d69c0acc8918-01774a4d, #w-node-_02d16ae3-f827-1b79-7a32-9d9df2b4f70b-01774a4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be2ca2cc-f898-435a-4e9c-72f0f78a07a9-01774a4d, #w-node-c1b5958f-e44f-90e0-b0e0-3355c69a0fef-01774a4d, #w-node-_6d00966d-54dd-df51-9cc2-3fabd383f9cd-01774a4d, #w-node-ac199a13-0e60-4e36-662c-98415a4c077a-01774a4d, #w-node-_28cee2e2-2cdc-5b2b-b54f-8d3b988d8f9b-01774a4d, #w-node-_392c9ecc-69c7-49d2-d151-b433e43047a6-01774a4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4ad8ed1-e65f-59df-8bb2-39d5e7e6e201-01774a4d, #w-node-_9a7ba795-7fff-216d-29d0-d69c0acc8918-c5c2ff32, #w-node-_02d16ae3-f827-1b79-7a32-9d9df2b4f70b-c5c2ff32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be2ca2cc-f898-435a-4e9c-72f0f78a07a9-c5c2ff32, #w-node-c1b5958f-e44f-90e0-b0e0-3355c69a0fef-c5c2ff32, #w-node-_6d00966d-54dd-df51-9cc2-3fabd383f9cd-c5c2ff32, #w-node-ac199a13-0e60-4e36-662c-98415a4c077a-c5c2ff32, #w-node-_28cee2e2-2cdc-5b2b-b54f-8d3b988d8f9b-c5c2ff32, #w-node-_392c9ecc-69c7-49d2-d151-b433e43047a6-c5c2ff32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4ad8ed1-e65f-59df-8bb2-39d5e7e6e201-c5c2ff32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Helveticaneuecyr Roman';
  src: url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}