@font-face {
  font-family: Winston;
  src: url('../fonts/Winston-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Winston;
  src: url('../fonts/Winston-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --text-color: #373758;
  --h-color: #2e2e2e;
  --blue: #418dff;
  --blue-hover: #1267e7;
  --bg1: #f4f1ee;
  --white: white;
  --bg2: #e8e5e2;
  --white-2: white;
  --black: black;
}

.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 {
  color: var(--text-color);
  font-family: Winston, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.section-hero {
  color: var(--h-color);
  background-image: url('../images/hero-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 630px;
  margin-top: 80px;
  display: flex;
}

.section-hero._404 {
  background-image: url('../images/404.webp');
}

.section-hero.sps {
  background-image: url('../images/spasibo.webp');
}

.hero-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-h1 {
  color: var(--h-color);
  max-width: 630px;
  font-size: 42px;
  line-height: 120%;
}

.paragraph {
  color: var(--text-color);
  max-width: 630px;
  line-height: 140%;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text-color);
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.button {
  background-color: var(--blue);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

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

.hero-button-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 630px;
  display: flex;
  position: relative;
}

.text-itallic {
  color: var(--text-color);
  flex: 1;
  font-size: 16px;
  font-style: italic;
}

.image {
  position: absolute;
  inset: auto 70% -30px 30%;
}

.section {
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.section.altbg {
  background-color: var(--bg1);
}

.section.alt {
  padding-top: 0;
}

.section.blank {
  margin-top: 80px;
}

.advantages-blocks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1140px;
  display: grid;
}

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

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

.image-2 {
  width: 60px;
  height: 60px;
}

.adv-title {
  color: var(--h-color);
  font-weight: 700;
}

.adv-text {
  font-size: 18px;
}

.text-span {
  color: var(--blue);
}

.call-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  width: 1140px;
  display: flex;
}

.call-left-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.call-block-contacts {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.write-wa-tel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.link-block-wame {
  cursor: pointer;
  background-image: url('../images/wa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.link-block-tme {
  cursor: pointer;
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.call-phone {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.phone-time-block {
  text-align: right;
}

.phone-link {
  color: var(--h-color);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

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

.time {
  font-size: 14px;
}

.text-block-3 {
  flex: 1;
  max-width: 150px;
  font-size: 18px;
}

.text-block-4 {
  flex: 1;
  max-width: 160px;
  font-size: 18px;
}

.image-3 {
  border-radius: 5px;
  width: 400px;
  max-width: none;
  height: 300px;
  margin-top: 30px;
  box-shadow: 0 2px 5px #0000001a;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-field {
  background-color: var(--white);
  color: var(--text-color);
  border: 1px #000;
  border-radius: 7px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  box-shadow: 0 2px 5px #0000001a;
}

.text18 {
  font-size: 18px;
}

.text12 {
  color: var(--text-color);
  font-size: 12px;
  line-height: 120%;
}

.form-block {
  padding-top: 10px;
}

.main-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 1140px;
  display: flex;
}

.heading {
  color: var(--h-color);
  text-align: center;
  font-size: 36px;
  line-height: 120%;
}

.heading-2 {
  color: var(--h-color);
  line-height: 120%;
}

.locations-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--bg1);
  flex-direction: column;
  width: 50%;
  padding: 40px 40px 40px 60px;
  display: flex;
}

.locations-block.altcolor {
  background-color: var(--bg2);
}

.heading-3 {
  color: var(--h-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

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

.location-cont-block {
  border-radius: 15px;
  display: flex;
  overflow: hidden;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  display: flex;
}

.navbar {
  z-index: 900;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0000001a;
}

.mail-header {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.mail-header:hover {
  color: var(--blue-hover);
}

.text16 {
  color: var(--text-color);
  font-size: 16px;
  transition: all .3s;
}

.text16:hover {
  color: var(--blue-hover);
}

.header-mail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  display: flex;
}

.header-phone {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.phone-header {
  color: var(--h-color);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

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

.text14 {
  color: var(--text-color);
  font-size: 14px;
  text-decoration: underline;
  transition: all .3s;
}

.text14:hover {
  color: var(--blue-hover);
}

.link-block-wame-40 {
  background-image: url('../images/wa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.link-block-tme-40 {
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

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

.block-cam {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.block-cam-head {
  align-items: baseline;
  display: flex;
}

.text-block-6 {
  max-width: 55%;
}

.block-cam-cont {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cam-cont {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--bg1);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.image-5 {
  width: 300px;
  height: 260px;
}

.cam-title {
  color: var(--h-color);
  align-self: stretch;
  font-weight: 700;
}

.list-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  align-self: stretch;
  font-size: 18px;
  display: flex;
}

.cam-info-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: stretch;
  align-items: center;
  display: none;
}

.image-6 {
  width: 24px;
  height: 24px;
}

.cam-price-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: stretch;
  align-items: baseline;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cam-price {
  color: var(--text-color);
  font-size: 36px;
  font-weight: 700;
}

.cam-curent {
  font-weight: 600;
}

.old-price {
  color: #373758cc;
  font-size: 26px;
  font-weight: 700;
  text-decoration: line-through;
}

.main-desc {
  text-align: center;
}

.slider-block {
  display: none;
}

.slide {
  background-color: var(--white);
  border-radius: 15px;
  width: 32.1%;
  margin-right: 20px;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  height: auto;
  display: block;
}

.image-7 {
  width: 380px;
  height: 220px;
  display: none;
}

.slide-nav {
  margin-bottom: -60px;
  font-size: 10px;
}

.slide-cont {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.tarif-description {
  font-size: 18px;
  display: none;
}

.icon, .icon-2 {
  color: var(--blue);
  font-size: 30px;
}

.left-arrow {
  width: 30px;
  display: none;
  inset: 0% auto 0% -20px;
}

.right-arrow {
  width: 30px;
  display: none;
  inset: 0% -20px 0% auto;
}

.object-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.object-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-span-2 {
  text-decoration: line-through;
}

.licheck {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 24px;
  height: 24px;
}

.listcheck {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.object-right {
  background-color: var(--bg1);
  border-radius: 15px;
  padding: 30px;
}

.heading-4 {
  color: var(--h-color);
  font-size: 24px;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.gift-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--bg1);
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  max-width: 1140px;
  padding: 30px 40px;
  display: flex;
}

.gift-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.gift-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  min-width: 350px;
  display: flex;
}

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

.text-block-11 {
  font-size: 48px;
}

.text-span-3 {
  font-weight: 600;
  text-decoration: line-through;
}

.text-span-4 {
  color: var(--blue);
  font-weight: 700;
}

.gift-up {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  display: flex;
}

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

._4stage-up {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.stage-big {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  min-height: 330px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-9 {
  width: 280px;
  height: auto;
  position: absolute;
  inset: auto -3% 0% auto;
}

.stage-cont {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 380px;
  display: flex;
}

.stage-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.stage-num {
  color: var(--blue);
  font-size: 65px;
  font-weight: 600;
  line-height: 90%;
}

.stahe-title {
  color: var(--h-color);
  align-self: flex-end;
  font-size: 24px;
  font-weight: 700;
}

.stage-small {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  width: 35%;
  min-height: 330px;
  padding: 30px;
  display: flex;
  position: static;
}

.image-9-copy {
  width: 280px;
  height: auto;
  position: absolute;
  inset: auto -3% 0% auto;
}

.image-9-copy._10 {
  width: auto;
  height: 300px;
  display: block;
  inset: auto -5% 0% auto;
}

.video-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rew-block-up {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  display: flex;
}

.rew-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.rew-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 50%;
  display: grid;
}

.rew {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 7px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

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

.rating {
  font-size: 30px;
  font-weight: 600;
}

.image-10 {
  width: 136px;
  height: 37px;
}

.logosmp {
  align-self: flex-start;
  width: auto;
  height: 43px;
}

.name-client {
  color: var(--h-color);
  text-align: right;
  font-size: 18px;
  font-weight: 600;
}

.faq-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-column {
  max-width: 50%;
}

.faq-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid var(--bg1);
  background-color: #16161600;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 5px;
  display: flex;
}

.faq-name-block {
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-name {
  color: var(--h-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.icon-faq {
  background-image: url('../images/arrowdown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.faq-text {
  padding-top: 0;
  overflow: hidden;
}

.com_text {
  direction: ltr;
  color: var(--text-color);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text-color);
  flex-direction: column;
  padding-left: 20px;
  font-size: 18px;
  display: flex;
}

.footer-right {
  background-color: var(--bg1);
  border-radius: 15px;
  max-width: 380px;
  padding: 30px;
}

.footer {
  background-color: var(--bg2);
  justify-content: center;
  align-items: center;
  padding: 80px 20px 0;
  display: flex;
}

.footer-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-down {
  border-top: 1px solid #37375880;
  justify-content: space-between;
  padding: 20px 10px;
  display: flex;
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.header-block-mail-time {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.modal_form {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #000000b3;
  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(--bg1);
  border-radius: 15px;
  padding: 0;
  position: sticky;
}

.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;
}

.form-popup {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.popup {
  background-color: var(--bg1);
  border-radius: 15px;
  max-width: 380px;
  padding: 30px;
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

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

.rewiev-text {
  font-size: 18px;
  display: block;
}

.section-del {
  background-color: var(--bg1);
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: none;
}

.section-del.altbg {
  background-color: var(--bg1);
}

.section-del.alt {
  padding-top: 0;
}

.tariff-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tariff {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.img-tar {
  background-image: url('../images/img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.img-tar.tar2 {
  background-image: url('../images/img-1.webp');
}

.img-tar.tar3 {
  background-image: url('../images/img-2.webp');
}

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

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

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

.form-block-hor {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.p-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.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: #2b2c34;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.button-cases {
  background-color: var(--blue);
  text-align: center;
  border-radius: 5px;
  flex: none;
  min-width: 100px;
  max-height: 40px;
  padding: 5px 20px;
  font-size: 16px;
  transition: all .3s;
}

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

.footer-middle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 130%;
  display: grid;
}

@media screen and (max-width: 991px) {
  .advantages-blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-block {
    width: 100%;
  }

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

  .header-phone {
    padding-left: 0;
  }

  .header-block-phone-call {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-cam-cont {
    grid-template-columns: 1fr 1fr;
  }

  .slide {
    width: 48.8%;
  }

  .slider {
    width: 100%;
  }

  .image-7 {
    width: 100%;
    height: auto;
  }

  .left-arrow {
    width: 30px;
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    width: 30px;
    display: flex;
    inset: 0% 0% 0% auto;
  }

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

  .form-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gift-up {
    flex-direction: column;
  }

  .stage-big {
    justify-content: flex-start;
    width: 50%;
    min-height: auto;
  }

  .image-9 {
    display: none;
  }

  .stage-cont {
    max-width: none;
  }

  .stage-small {
    flex: 0 auto;
    justify-content: flex-start;
    width: 50%;
    min-height: auto;
  }

  .image-9-copy._10 {
    display: none;
  }

  .rew-block-up {
    flex-direction: column;
  }

  .com_text {
    width: 100%;
  }

  .footer-right {
    max-width: none;
  }

  .footer-left {
    padding: 0;
  }

  .header-block-mail-time {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-popup {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tariff-col {
    grid-template-columns: 1fr 1fr;
  }

  .tariff {
    flex-direction: column;
  }

  .cookie {
    max-width: 95%;
  }

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

@media screen and (max-width: 767px) {
  .body {
    font-size: 18px;
  }

  .heading-h1 {
    font-size: 36px;
  }

  .paragraph, .list {
    font-size: 18px;
  }

  .text-itallic {
    font-size: 14px;
    line-height: 120%;
  }

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

  .advantages-blocks {
    grid-template-columns: 1fr;
  }

  .advantages-head {
    flex-direction: row;
    align-items: center;
  }

  .call-left-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .call-block-contacts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .call-phone {
    justify-content: flex-start;
  }

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

  .heading, .heading-2 {
    font-size: 28px;
  }

  .locations-block {
    width: auto;
  }

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

  .list-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 18px;
  }

  .location-cont-block {
    flex-direction: column;
  }

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

  .block-cam-head {
    flex-direction: column;
  }

  .text-block-6 {
    max-width: none;
    font-size: 18px;
  }

  .block-cam-cont {
    grid-template-columns: 1fr;
  }

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

  .main-desc {
    font-size: 18px;
  }

  .slide {
    width: 100%;
  }

  .image-7 {
    width: 200px;
    display: none;
  }

  .form-2 {
    grid-template-columns: 1fr;
  }

  .gift-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gift-up {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._4stage-up {
    flex-direction: column;
  }

  .stage-big {
    width: 100%;
  }

  .stage-head {
    align-items: center;
  }

  .stage-small {
    width: 100%;
  }

  .video-block {
    grid-template-columns: 1fr 1fr;
  }

  .rew-block-up {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rating {
    font-size: 22px;
  }

  .image-10 {
    width: 100px;
  }

  .faq-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .faq-column {
    max-width: 100%;
  }

  .faq-name {
    font-size: 22px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-block-mail-time {
    display: none;
  }

  .form-popup {
    grid-template-columns: 1fr;
  }

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

  .tariff-col {
    grid-template-columns: 1fr;
  }

  .tariff {
    flex-direction: row;
  }

  .img-tar {
    width: 200px;
    height: auto;
  }

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

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

@media screen and (max-width: 479px) {
  .hero-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-h1 {
    font-size: 26px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-button-block {
    flex-direction: column;
  }

  .image, .image-3 {
    display: none;
  }

  .main-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading, .heading-2 {
    font-size: 24px;
  }

  .container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
  }

  .header-phone {
    padding-right: 0;
  }

  .phone-header {
    font-size: 18px;
  }

  .text14 {
    font-size: 13px;
  }

  .link-block-wame-40, .link-block-tme-40 {
    width: 30px;
    height: 30px;
  }

  .header-block-phone-call {
    padding-left: 0;
    padding-right: 0;
  }

  .cam-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    width: auto;
    height: auto;
  }

  .object-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .object-right {
    padding: 20px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 120%;
  }

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

  .gift-right {
    min-width: auto;
  }

  .stage-big, .stage-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rew-right {
    grid-template-columns: 1fr;
  }

  .faq-block {
    align-items: stretch;
  }

  .faq-item {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer-right {
    padding: 20px;
  }

  .footer-links {
    flex-direction: column;
  }

  .image-11 {
    max-width: 80px;
  }

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

  .popup {
    max-width: none;
    padding: 20px;
  }

  .tariff {
    flex-direction: column;
  }

  .img-tar {
    width: auto;
    height: 150px;
  }

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

#w-node-_3a81ae48-bcfd-e6e1-efa5-e7fefe918167-2727b510 {
  grid-area: Area-2;
}

#w-node-_0db58b8c-9ee5-847e-bb60-b3c8daa49bcf-2727b510 {
  align-self: stretch;
}

#w-node-d76fd825-c82b-23a7-479f-e3ac07f516a6-2727b510, #w-node-_5358b59f-2c05-a1cd-072c-be74538e0e14-2727b510, #w-node-e5d7cfde-7282-2dfb-ee67-a4a694aacc28-2727b510, #w-node-_46a93000-f8f5-98b7-e2eb-13dbd0ed3c1d-2727b510, #w-node-_20b1df88-bbcd-48da-5dea-487ef38dbb67-2727b510, #w-node-_3811ea87-ef09-a740-0038-3f44e67e28b5-2727b510, #w-node-_269ee195-fbe1-e168-a24e-95248ac8b443-2727b510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1132f1c-efb9-bc57-8075-2dc36e7a03ff-7e46035c, #w-node-_146f6690-0991-c026-2dbb-dab2e8cfe11c-51b8d777, #w-node-_146f6690-0991-c026-2dbb-dab2e8cfe11c-882dc18e, #w-node-_146f6690-0991-c026-2dbb-dab2e8cfe11c-99f2f48a {
  grid-area: Area-2;
}


@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Winston';
  src: url('../fonts/Winston-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}