@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirNextCyr-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirNextCyr-Demi.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirNextCyr-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirNextCyr-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirNextCyr-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black-2: #151515;
  --dark-orange: #ff9431;
  --crimson: #fa2338;
  --white: white;
  --black: black;
  --firebrick: #c91628;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Gilroy, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

a {
  text-decoration: none;
  transition: all .3s;
}

ul {
  margin-top: -20px;
  margin-bottom: 10px;
  list-style-type: decimal;
}

li {
  color: #909090;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.remodal-bg {
  flex-direction: column;
  align-items: stretch;
  transition: all .3s;
  display: flex;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.hero-section {
  background-color: #404040;
  background-image: linear-gradient(45deg, #15151599, #2020204d), url('../images/hero-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.bonus-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.catalog-section {
  background-color: #151515;
  padding-bottom: 100px;
}

.section.features-section {
  background-color: #f5f5f5;
  padding-bottom: 70px;
}

.section.features-presec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.harm-section {
  background-color: #151515;
}

.section.guarantee-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.reviews-section {
  background-color: #151515;
  max-width: 100vw;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.cta-section {
  background-image: linear-gradient(to top, #15151599, #2020204d), url('../images/hero-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.gallery-section {
  background-color: #f5f5f5;
  max-width: 100vw;
  padding-bottom: 130px;
  overflow: hidden;
}

.cz {
  width: 96%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cz.hero-cz {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.cz.nav-cz {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cz.gift-cz {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  display: flex;
  position: relative;
}

.cz.catalog-cz {
  flex-direction: column;
  align-items: center;
  display: block;
}

.cz.features-cz {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.cz.center-cz {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cz.harm-cz {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cz.guarantee-cz {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.cz.reviews-cz {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cz.cta-cz {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cz.contacts-cz {
  justify-content: space-between;
  display: flex;
}

.cz.footer-cz {
  color: #909090;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.cz.fixed-cz {
  z-index: 30;
  height: 0;
  position: fixed;
  left: 0;
  right: 0;
}

.cz.gallery-cz {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cz.price-cz {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.sidebar {
  z-index: 50;
  background-color: #fff;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  justify-content: space-between;
  width: 280px;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo {
  background-image: url('../images/mini-red-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.nav-top-side {
  color: #707070;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.sidebar-tel-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
}

.tel-link {
  color: var(--black-2);
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.tel-link:hover {
  color: var(--dark-orange);
}

.tel-link.sidetel-link {
  font-size: 20px;
}

.fa-icon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.fa-icon.red-icon, .fa-icon.grey-icon {
  color: #ccc;
}

.fa-icon.orange-icon {
  color: var(--dark-orange);
  text-align: center;
  width: 14.5px;
  display: inline-block;
}

.fa-icon.grey-icon {
  color: #ccc;
}

.sidebar-bot-block {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.cr-ab {
  color: #909090;
  text-align: left;
  margin-top: 40px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
}

.db-link {
  color: #c91628;
}

.block-ab {
  display: block;
}

.sidebar-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link-icon {
  color: #bbb;
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.sidebar-link {
  color: #333;
  letter-spacing: -.8px;
  border-left: 5px solid #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.sidebar-link:hover {
  color: #c91628;
  border-left: 5px solid #c91628;
}

.worktime-ab {
  color: #707070;
  letter-spacing: -.5px;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

.standart-button {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  background-color: #c91628;
  background-image: linear-gradient(315deg, #0000001a, #fff3);
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.standart-button:hover {
  background-color: var(--dark-orange);
}

.standart-button.subbutton {
  width: 100%;
  min-height: 60px;
  font-size: 17px;
}

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

.standart-button.big-button {
  letter-spacing: -.5px;
  min-height: 80px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 17px;
  font-weight: 700;
}

.nav-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.side-logo-core {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100%;
  height: 90px;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 0 30px #0000001a;
}

.logo-core {
  color: #707070;
  letter-spacing: -.3px;
  justify-content: flex-start;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.nav-tel-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.left-nav-side {
  align-items: center;
  display: flex;
}

.burger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: flex;
}

.burger:hover {
  opacity: .5;
}

.burger-line {
  background-color: #151515;
  width: 24px;
  height: 3px;
}

.burger-line.burger-line2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-side-line {
  background-color: #0000001a;
  width: 1px;
  height: 60px;
  margin-right: 20px;
}

.hero-icons-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-icon-div {
  color: #ffffffe6;
  text-align: center;
  letter-spacing: -.5px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 280px;
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.hero-icon-div.hero-icon-divlast, .hero-icon-div.hero-icon-divlast-2 {
  margin-bottom: 0;
}

.hero-icon {
  background-color: #fff;
  background-image: url('../images/certificate.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 55px;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.hero-icon.hero-icon2 {
  background-image: url('../images/guarantee.svg');
  background-position: 43%;
  background-size: auto 55px;
}

.hero-icon.hero-icon3 {
  background-image: url('../images/payment.svg');
  background-size: auto 55px;
}

.hero-icon.hero-icon4 {
  background-image: url('../images/delivery.svg');
  background-size: auto 55px;
}

.hero-icons-line {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.hero-bot-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  background-color: #15151580;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

._30px-h2 {
  color: #404040;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.orange-ab {
  color: #ff9431;
}

.timer-core {
  width: 290px;
  height: 355px;
  position: absolute;
  bottom: -80px;
  right: 0;
}

.timer-shadow {
  background-image: url('../images/timer-shadow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 68px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.timer-img {
  background-image: url('../images/timer-img-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 283px;
}

.sidebar-bg {
  z-index: 49;
  opacity: 0;
  background-color: #151515e6;
  display: none;
  position: fixed;
  inset: 0;
}

.close-side-link {
  background-image: url('../images/white-cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -60px;
}

.close-side-link:hover {
  transform: rotate(180deg);
}

.hero-img-circle-1 {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: linear-gradient(45deg, #c9162800, #c91628);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  display: flex;
  position: absolute;
}

.hero-img-circle-2 {
  z-index: 2;
  background-image: linear-gradient(to top, #fff0, #c91628);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 360px;
  display: none;
  position: relative;
}

.hero-img {
  z-index: 3;
  background-image: url('../images/hero-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 390px;
  height: 370px;
  margin-top: 10px;
  margin-left: 3px;
  position: absolute;
  overflow: hidden;
}

.hero-center {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grey-h2 {
  color: #909090;
  text-align: center;
  letter-spacing: -.5px;
  max-width: 1080px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.preh2-ab {
  color: #505050;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 800;
}

.catalog-line {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.catalog-card {
  text-align: center;
  background-color: #fff;
  flex: 1;
  min-width: 30%;
  max-width: 380px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
}

.catalog-card-photo {
  background-image: url('../images/gallery_27.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 270px;
  height: 180px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 0;
}

.catalog-card-photo.catalog-card-photo2 {
  background-image: url('../images/potolochnie-paneli-2.jpg');
}

.catalog-card-photo.catalog-card-photo3 {
  background-image: url('../images/gallery_35.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog-card-photo.catalog-card-photo5 {
  background-image: url('../images/plintus.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.catalog-card-photo.catalog-card-photo6 {
  background-image: url('../images/prom_img.png');
  background-position: 50% 100%;
  background-size: contain;
}

.catalog-card-photo.catalog-card-photo4 {
  background-image: url('../images/gallery_25.JPG');
  background-position: 50% 51%;
  background-repeat: no-repeat;
  background-size: 512px;
}

.catalog-card-form-block {
  margin-bottom: 0;
}

.select-field {
  color: #909090;
  min-height: 50px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.select-field.cal-field {
  display: none;
}

.field-lalel {
  color: #909090;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 13px;
}

.filed-form-core {
  flex: 1;
  margin-bottom: 20px;
}

.filed-form-core.marginfiled-form-core {
  margin-right: 20px;
}

.features-h2 {
  text-align: right;
  max-width: 840px;
  margin-bottom: 0;
}

.light {
  background-image: url('../images/light-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 332px;
  width: 340px;
  height: 340px;
  position: absolute;
  left: 0;
}

.header-line {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.no-margin-h2 {
  margin-bottom: 0;
  margin-right: 30px;
}

.gradinet-line {
  background-image: linear-gradient(to right, #ccc, #ccc6 50%, #f0f0f000);
  flex: 1;
  width: 480px;
  height: 6px;
}

.features-line {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.features-div {
  color: #909090;
  letter-spacing: -.5px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.f-num {
  color: var(--dark-orange);
  margin-bottom: 15px;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.semibold-black {
  color: #333;
  font-weight: 600;
}

.gift-desc {
  flex: 0 auto;
  max-width: 680px;
}

.under-h2-ab {
  color: #909090;
  letter-spacing: -1px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5em;
}

.under-h2-ab.grey-unhderh2-ab {
  color: #909090;
  margin-top: -10px;
}

.under-h2-ab.minus-margin {
  max-width: 980px;
  margin-top: -30px;
  margin-bottom: 40px;
}

.high-price-h2 {
  text-align: center;
  max-width: 980px;
}

.white-ab {
  color: #fff;
}

.harm-h2 {
  color: #909090;
  max-width: 980px;
}

.grey-paragraph {
  color: #aaa;
  max-width: 780px;
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.harm-desc-div {
  flex: 1;
  max-width: 680px;
  margin-right: 100px;
}

.harm-slider-div {
  flex: 1;
  max-width: 400px;
  height: 100%;
}

.harm-slider {
  background-color: #0000;
  min-height: 560px;
}

.harm-slider-nav {
  height: 10px;
  margin-top: 15px;
  padding-top: 0;
  font-size: 10px;
  position: absolute;
  bottom: 20px;
}

.harm-lb-link {
  background-color: #202020;
  background-image: url('../images/cert-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 400px;
  width: 100%;
  height: 100%;
}

.harm-lb-link.harm-lb-link2 {
  background-image: url('../images/cert-2.jpg');
  background-size: 400px;
}

.harm-slide {
  margin-right: 20px;
}

.guar-side-block {
  text-align: center;
  width: 680px;
}

.harm-cert-ab {
  color: #ccc;
  text-align: center;
  width: 400px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
}

._40-margin-h2 {
  margin-bottom: 40px;
}

.like-img {
  background-image: url('../images/like-hand.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40vw;
  height: 450px;
  position: absolute;
  top: -90px;
  bottom: 0;
  left: 0;
}

.review-slider {
  background-color: #0000;
  width: 60vh;
  max-width: 480px;
  height: 100%;
  margin-top: 50px;
}

.review-slider-nav {
  justify-content: center;
  align-items: center;
  height: 10px;
  padding-top: 0;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: -40px;
}

.review-slider-arrow {
  width: 40vw;
  margin-right: -40vw;
}

.review-slider-arrow.review-slider-back-arrow {
  margin-left: -40vw;
  margin-right: 0;
}

.reviews-lb-link {
  width: 100%;
  height: 100%;
}

.review-slide {
  margin-right: 20px;
}

.vsible-mask {
  overflow: visible;
}

.card-price-div {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: none;
}

.price-ab {
  color: #909090;
  margin-top: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;
}

.price {
  color: var(--black-2);
  font-size: 30px;
  font-weight: 700;
}

.cta-text-div {
  flex: 1;
  max-width: 580px;
}

.task-core {
  margin-top: 20px;
}

.task {
  color: #ffffffe6;
  letter-spacing: -.5px;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.task.last-step {
  margin-bottom: 0;
}

.task-tick {
  background-image: url('../images/tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 40px;
  margin-right: 30px;
  display: flex;
}

.cta-form-div {
  text-align: center;
  background-color: #fff;
  flex: 1;
  max-width: 480px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.text-field {
  min-height: 50px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
}

.text-field:focus {
  border: 1px solid var(--dark-orange);
  color: var(--dark-orange);
}

.text-field.padding-tf {
  margin-bottom: 20px;
}

.contacts-h2 {
  color: #333;
  margin-bottom: 50px;
}

.contacts-form {
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.half-section-div {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.half-section-div.contacts-half-div {
  flex: 1;
  max-width: 700px;
}

.content-flex-hor-line {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.suc-mess {
  color: #fff;
  background-color: #2f80ed;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

.contacts-h4 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 16px;
}

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

.text-area {
  flex: 1;
  min-height: 120px;
  margin-bottom: 20px;
  padding: 20px 12px;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
}

.text-area:focus {
  border-color: var(--dark-orange);
}

.text-area::placeholder {
  font-weight: 500;
}

.no-margin-paragraph {
  margin-bottom: 0;
}

.contacts-link {
  color: #999;
  cursor: pointer;
}

.contacts-link:hover {
  color: var(--dark-orange);
}

.contacts-div {
  color: #999;
  letter-spacing: -.5px;
  flex: 1;
  max-width: 420px;
  margin-left: 60px;
  font-size: 17px;
  font-weight: 500;
}

.contacts-text-core {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.contacts-text-core.contacts-text-last-core {
  margin-bottom: 0;
}

.contacts-tel-link {
  color: #999;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-tel-link:hover {
  color: var(--dark-orange);
}

.footer {
  border-top: 1px solid #0000001a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fixed-burger {
  background-color: var(--dark-orange);
  background-image: linear-gradient(315deg, #0000001a, #fff3);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  top: 15px;
  box-shadow: 0 0 30px #0000001a;
}

.fixed-burger:hover {
  background-color: var(--crimson);
}

.burger-white-line {
  background-color: #fff;
  width: 24px;
  height: 3px;
}

.burger-white-line.burger-line2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.cta-bot-form {
  flex-flow: wrap;
  justify-content: flex-end;
  display: flex;
}

.remodal {
  background-color: #151515;
  padding-top: 30px;
  padding-bottom: 30px;
}

.up-core {
  text-align: left;
  background-color: #fff;
  width: 100%;
  max-width: 680px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.pop-up-form-inputs-row {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 45%;
  display: flex;
}

.bot-cta-button-line {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.close-link {
  background-image: url('../images/white-cross_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: -40px;
}

.close-link:hover {
  transform: rotate(90deg);
}

.close-link.stopper-close-link {
  top: 20px;
  right: 0;
}

.small-h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

.pop-up-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 0 40px 50px -20px #000;
}

.pop-up-content.pop-up-side-content {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bot-cta-button-text {
  color: #707070;
  text-align: right;
  letter-spacing: -.5px;
  max-width: 330px;
  margin-right: 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.orange-link {
  border-bottom: 1px solid var(--dark-orange);
  color: var(--dark-orange);
}

.orange-link:hover {
  color: #c91628;
  border-bottom-color: #c91628;
}

.cta-button-text {
  color: #707070;
  text-align: center;
  letter-spacing: -.5px;
  max-width: 80%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  display: none;
}

.sp-core {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 20px;
  display: flex;
}

.sp-tick {
  background-image: url('../images/tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
}

.sp-ab {
  color: #404040;
  text-align: center;
  letter-spacing: -1px;
  max-width: 740px;
  margin-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

.catalog-cta-div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 780px;
  height: 400px;
  margin-top: 20px;
}

.g-lb {
  background-image: url('../images/gallery_6.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.g-lb.g-lb2 {
  background-image: url('../images/gallery_8.jpg');
}

.g-lb.g-lb3 {
  background-image: url('../images/gallery_11.jpg');
}

.g-lb.g-lb4 {
  background-image: url('../images/gallery_12.jpg');
}

.g-lb.g-lb5 {
  background-image: url('../images/gallery_13.jpg');
}

.g-lb.g-lb6 {
  background-image: url('../images/gallery_14.jpg');
}

.g-lb.g-lb7 {
  background-image: url('../images/gallery_15.jpg');
}

.g-lb.g-lb8 {
  background-image: url('../images/gallery_17.jpg');
}

.g-lb.g-lb9 {
  background-image: url('../images/gallery_20.jpg');
}

.g-lb.g-lb-10 {
  background-image: url('../images/gallery_25.JPG');
}

.g-lb.g-lb-11 {
  background-image: url('../images/gallery_27.JPG');
}

.g-lb.g-lb13 {
  background-image: url('../images/gallery_28.JPG');
}

.g-lb.g-lb14 {
  background-image: url('../images/gallery_29.jpg');
}

.g-lb.g-lb15 {
  background-image: url('../images/gallery_30.jpg');
}

.g-lb.g-lb-16 {
  background-image: url('../images/gallery_31.jpg');
}

.g-lb.g-lb17 {
  background-image: url('../images/gallery_33.JPG');
}

.g-lb.g-lb18 {
  background-image: url('../images/gallery_34.jpg');
}

.g-lb.g-slide19 {
  background-image: url('../images/gallery_35.jpg');
}

.g-lb.g-lb19 {
  background-image: url('../images/gallery_36.jpg');
}

.g-lb.g-lb20 {
  background-image: url('../images/gallery_37.jpg');
}

.g-lb.g-lb21 {
  background-image: url('../images/gallery_38.jpg');
}

.g-slide {
  margin-right: 20px;
}

.price-desc-div {
  flex: 1;
  max-width: 730px;
}

.cta-h2 {
  color: #fff;
  text-align: center;
  max-width: 880px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2em;
}

.amount-div {
  margin-bottom: 60px;
}

.amount-div.last {
  margin-bottom: 0;
}

.piggy {
  background-image: url('../images/Piggy.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 408px;
  width: 408px;
  height: 340px;
  position: absolute;
  top: 0;
  left: -68px;
}

.test-select {
  color: #909090;
  height: 50px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
}

.questions-final-ab {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  flex-direction: column;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: translate(120%);
}

.next-question {
  flex-direction: column;
  display: flex;
  position: relative;
  inset: 0;
}

.questions-h {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

.questions {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.button-text {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.tw {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.test-div {
  flex: 0 auto;
  width: 100%;
}

.quiz-comments-div {
  color: #707070;
  text-align: left;
  letter-spacing: -.5px;
  align-items: center;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  display: none;
}

.quiz-comments-photo {
  background-color: #ccc;
  background-image: url('../images/expert.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.rb-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rb-text-field {
  flex: 1;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
}

.rb-text-field:hover {
  color: var(--dark-orange);
}

.rb-field {
  z-index: 5;
  opacity: 0;
  background-image: url('../images/yes-tick.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 100%;
  height: 100%;
  padding-left: 0;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0;
}

.rb-field.rb-huge-field {
  background-position: 10px 10px;
  display: flex;
}

.r-button {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.r-label {
  display: none;
}

.tick-core {
  z-index: 4;
  border: 2px solid #ff9431;
  border-radius: 100%;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  position: relative;
  overflow: visible;
}

.radiobutton-row {
  flex-wrap: nowrap;
  flex: 1;
  width: 50%;
  min-width: 40%;
  max-width: 100%;
  padding-right: 0;
  display: flex;
}

.radiobutton-row.radiobutton-huge-row {
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-right: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #0000000d;
}

.radiobutton-row.radiobutton-huge-row.radiobutton-huge-last-row {
  margin-right: 0;
}

.more-info-ab {
  color: #707070;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 30px;
  font-size: 13px;
  line-height: 21px;
  display: none;
  position: absolute;
  bottom: 40px;
}

.orange-huge-ab {
  color: #fa990e;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 800;
  display: block;
}

.radiobutton-row-line {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.gift-huge-img {
  background-image: url('../images/gift-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gift-huge-img.gift-huge-img-2 {
  background-image: url('../images/gift-2.jpg');
  background-size: 290px;
}

.rb-text-field-2 {
  flex: 1;
  align-self: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
}

.rb-text-field-2:hover {
  color: #fa990e;
  font-weight: 600;
}

.rb-text-field-2.rb-huge-text-field {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  position: static;
}

.quiz-gift-row {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 50%;
  min-width: 30%;
  margin-right: 20px;
  display: block;
}

.quiz-gift-row.quiz-gift-last-row {
  margin-right: 0;
}

.nuller {
  display: none;
}

.sidebar-core {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-mob-img {
  z-index: 3;
  background-image: url('../images/hero-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 390px;
  height: 370px;
  margin-top: 10px;
  margin-left: 3px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.expert-name {
  color: #000;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.price-table-line {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.price-row {
  text-align: left;
  flex: 1;
  align-items: flex-end;
  min-width: 40%;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.price-line {
  border: 1px dashed #ddd;
  flex: 1;
  height: 1px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.price-table {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.price-rb {
  margin-top: 10px;
  margin-bottom: -3px;
  transition: all .3s;
}

.price-rb:hover {
  color: var(--dark-orange);
}

.price-rb-label {
  font-size: 13px;
  font-weight: 500;
}

.stopper {
  z-index: 100;
  opacity: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0;
}

.stopper-header {
  color: #909090;
  text-align: center;
  width: 96%;
  max-width: 1080px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.stopper-core {
  opacity: 1;
  transition: all .3s;
}

.menu-navbar {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0;
}

.no-thanks-stopper-link {
  color: #ccc;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccc;
  flex: none;
  margin-left: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
}

.no-thanks-stopper-link:hover {
  color: #fff;
}

.cz-2 {
  width: 96%;
  max-width: 1180px;
}

.cz-2.stopper-cz {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.stopper-buttons-core {
  border: 4px solid var(--black-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -15px;
  padding-top: 45px;
  padding-bottom: 30px;
  display: flex;
}

.stopper-h {
  color: #fff;
  margin-bottom: 40px;
  font-size: 40px;
}

.orange-bold {
  color: var(--dark-orange);
  font-weight: 700;
}

.pop-up-h3 {
  color: #fff;
  background-color: #000;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  position: relative;
}

.ps-ab {
  color: #fff;
  margin-top: 40px;
  font-style: italic;
  display: inline-block;
}

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

html.w-mod-js [data-ix="tiemr-shadow-in-app"] {
  opacity: 0;
}

html.w-mod-js [data-ix="timer-img-int"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="sidebar-in-app"] {
  display: none;
  transform: translate(-120%);
}

html.w-mod-js [data-ix="review-slider-int"] {
  opacity: .1;
}

html.w-mod-js [data-ix="next-question-it-app"], html.w-mod-js [data-ix="more-info-ab-in-app"], html.w-mod-js [data-ix="stopper-int-app"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  h2 {
    font-size: 30px;
  }

  ul {
    padding-left: 0;
  }

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

  .section.bonus-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.catalog-section {
    padding-bottom: 60px;
  }

  .section.features-presec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.harm-section {
    padding-bottom: 100px;
  }

  .section.guarantee-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.gallery-section {
    padding-bottom: 100px;
  }

  .cz.hero-cz {
    padding-top: 60px;
  }

  .cz.harm-cz, .cz.cta-cz, .cz.price-cz {
    flex-direction: column;
  }

  .nav-top-side {
    flex: none;
  }

  .tel-link {
    font-size: 19px;
  }

  .sidebar-bot-block {
    flex: none;
  }

  .block-ab {
    display: inline;
  }

  .block-ab.tab-block-ab {
    display: block;
  }

  .sidebar-links {
    flex: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .worktime-ab {
    margin-top: 3px;
  }

  .navbar {
    align-items: center;
    height: 80px;
    padding-bottom: 0;
  }

  .hero-icons-row {
    flex: 1;
    align-items: flex-start;
    margin-top: -170px;
  }

  .hero-icons-row.hero-icons-last-row {
    align-items: flex-end;
  }

  .hero-icon-div {
    max-width: 220px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 20px;
  }

  .hero-icon-div.hero-icon-divlast {
    margin-left: 120px;
  }

  .hero-icon-div.hero-icon-divlast-2 {
    margin-right: 120px;
  }

  .hero-icon {
    background-image: url('../images/certificate.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 45px;
    width: 80px;
    height: 80px;
  }

  .hero-icon.hero-icon2, .hero-icon.hero-icon3, .hero-icon.hero-icon4 {
    background-size: auto 45px;
  }

  .hero-icons-line {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .timer-core {
    margin-top: -40px;
    margin-bottom: 20px;
    position: relative;
    bottom: 0;
  }

  .hero-img-circle-1 {
    width: 320px;
    height: 320px;
  }

  .hero-img {
    width: 270px;
    height: 260px;
    display: none;
    transform: perspective(1100px);
  }

  .hero-center {
    perspective: 1000px;
    flex: 0 auto;
    order: -1;
    width: 100%;
    height: 320px;
    margin-bottom: 40px;
  }

  .preh2-ab {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .catalog-line {
    margin-left: 0;
    margin-right: 0;
  }

  .catalog-card {
    flex: 1;
    min-width: 47%;
  }

  .catalog-card-photo {
    margin-left: 0;
  }

  .filed-form-core.marginfiled-form-core {
    margin-right: 0;
  }

  .features-h2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .light {
    background-size: contain;
    flex: none;
    width: 240px;
    height: 240px;
    position: relative;
  }

  .no-margin-h2 {
    flex: 0 auto;
    margin-right: 30px;
  }

  .gradinet-line {
    flex: 1;
  }

  .features-div {
    flex: 1;
    min-width: 40%;
    max-width: 48%;
  }

  .gift-desc {
    max-width: 460px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .under-h2-ab {
    font-size: 16px;
    line-height: 1.6em;
  }

  .grey-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .harm-desc-div {
    margin-right: 0;
  }

  .harm-slider-div {
    width: 100%;
    margin-top: 40px;
  }

  .guar-side-block {
    text-align: center;
    width: 65vw;
  }

  .like-img {
    width: 30vw;
    height: 450px;
    top: -60px;
  }

  .review-slider-nav {
    width: 100vw;
    margin-left: -2vw;
  }

  .review-slider-arrow.review-slider-back-arrow {
    margin-left: -30vw;
  }

  .cta-form-div {
    margin-top: 40px;
  }

  .content-flex-hor-line {
    flex-direction: row;
  }

  .content-flex-hor-line.content-flex-tab-vertical-line {
    flex-direction: column;
  }

  .form {
    align-items: stretch;
  }

  .text-area {
    min-height: 80px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .contacts-div {
    margin-bottom: 0;
    margin-left: 40px;
  }

  .contacts-text-core {
    font-size: 15px;
    line-height: 18px;
  }

  .contacts-tel-link {
    font-size: 20px;
    line-height: 20px;
  }

  .small-h2 {
    font-size: 30px;
  }

  .catalog-cta-div {
    margin-top: 20px;
  }

  .gallery-slider {
    align-self: flex-start;
    width: 80vw;
  }

  .price-desc-div {
    flex-flow: wrap;
    display: flex;
  }

  .piggy {
    background-size: contain;
    align-self: flex-end;
    width: 260px;
    height: 200px;
    margin-bottom: 40px;
    margin-left: 20px;
    position: relative;
    top: -20px;
    left: 0;
  }

  .questions-final-ab {
    display: inline-block;
  }

  .more-info-ab {
    height: 300px;
    padding: 20px;
    font-size: 11px;
    line-height: 19px;
  }

  .orange-huge-ab {
    font-size: 11px;
  }

  .rb-text-field-2 {
    font-size: 13px;
  }

  .rb-text-field-2.rb-huge-text-field {
    font-size: 14px;
  }

  .piggy-heading {
    flex: 1;
  }

  .hero-mob-img {
    width: 270px;
    height: 260px;
    display: block;
    transform: perspective(1100px);
  }

  .price-row {
    font-size: 12px;
    line-height: 18px;
  }

  .stopper-core {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.5vw;
    line-height: 1.2em;
  }

  h2 {
    margin-bottom: 50px;
    font-size: 4.5vw;
  }

  h3 {
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .section.hero-section {
    min-height: 0;
  }

  .cz.footer-cz {
    font-size: 11px;
  }

  .sidebar {
    height: 100vh;
  }

  .tel-link {
    font-size: 17px;
  }

  .sidebar-links {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .standart-button.sidebutton {
    padding-left: 0;
    padding-right: 0;
  }

  .standart-button.big-button {
    text-align: center;
    min-height: 70px;
  }

  .logo-core {
    font-size: 10px;
    line-height: 18px;
  }

  .hero-icons-row {
    margin-top: -160px;
  }

  .hero-icon-div {
    max-width: 180px;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
  }

  .hero-icon-div.hero-icon-divlast {
    margin-left: 30%;
  }

  .hero-icon-div.hero-icon-divlast-2 {
    margin-right: 30%;
  }

  .hero-icons-line {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-img-circle-1 {
    width: 220px;
    height: 220px;
    transform: translate3d(0, 0, -10px);
  }

  .hero-img {
    z-index: 5;
    width: 220px;
    max-width: 180px;
    height: 170px;
    margin-left: 3px;
  }

  .hero-center {
    height: 220px;
    margin-top: 20px;
  }

  .catalog-line {
    flex-wrap: nowrap;
    width: 100vw;
    margin-left: -2vw;
    padding-left: 2vw;
    overflow: auto;
  }

  .catalog-card {
    flex: none;
    min-width: 55vw;
    max-width: 55vw;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .catalog-card-photo {
    width: 45vw;
    min-width: 0;
    max-width: 270px;
    height: 140px;
  }

  .features-div {
    flex: 1;
    max-width: 46%;
  }

  .under-h2-ab {
    font-size: 15px;
  }

  .review-slider {
    align-self: flex-start;
    width: 60vw;
  }

  .reviews-lb-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cta-text-div {
    text-align: center;
  }

  .task-core {
    margin-top: 0;
  }

  .task {
    text-align: left;
    margin-right: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .task-tick {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .half-section-div {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .half-section-div.contacts-half-div {
    align-items: flex-start;
  }

  .text-area {
    padding-left: 13px;
  }

  .contacts-div {
    max-width: 240px;
    margin-left: 40px;
  }

  .remodal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .up-core {
    flex-direction: column;
    justify-content: center;
    max-width: 100vw;
    min-height: 100vh;
    margin-top: 0;
    display: flex;
  }

  .close-link {
    background-image: url('../images/orange-cross.svg');
    background-size: auto;
    top: 0;
    right: 0;
  }

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

  .pop-up-content {
    box-shadow: none;
    border-bottom-style: none;
  }

  .sp-tick {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .gallery-slider {
    height: 90vh;
    max-height: 300px;
  }

  .g-slide {
    margin-right: 10px;
  }

  .cta-h2 {
    margin-bottom: 30px;
    font-size: 4.5vw;
    line-height: 1.3em;
  }

  .piggy {
    width: 30%;
  }

  .quiz-comments-div {
    font-size: 11px;
  }

  .rb-text-field {
    font-size: 13px;
    line-height: 21px;
  }

  .radiobutton-row {
    padding-right: 0;
  }

  .radiobutton-row.radiobutton-huge-row {
    margin-right: 10px;
  }

  .more-info-ab {
    height: 230px;
    font-size: 8px;
    line-height: 17px;
  }

  .orange-huge-ab {
    font-size: 11px;
    line-height: 15px;
  }

  .gift-huge-img {
    background-size: contain;
    height: 140px;
  }

  .gift-huge-img.gift-huge-img-2 {
    background-size: contain;
  }

  .rb-text-field-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .rb-text-field-2.rb-huge-text-field {
    font-size: 12px;
  }

  .nuller {
    flex: none;
    width: 1px;
    height: 1px;
    display: block;
  }

  .sidebar-core {
    overflow: auto;
  }

  .hero-mob-img {
    z-index: 5;
    width: 220px;
    max-width: 180px;
    height: 170px;
    margin-left: 3px;
  }

  .menu-navbar {
    height: 80px;
    position: absolute;
    inset: 0 0 auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.5px;
    font-size: 22px;
    line-height: 1.4em;
  }

  h2 {
    letter-spacing: -.5px;
    font-size: 20px;
    line-height: 1.3em;
  }

  h3 {
    letter-spacing: -.5px;
    font-size: 15px;
  }

  ul {
    padding-left: 15px;
  }

  li {
    font-size: 13px;
  }

  .remodal-bg {
    max-width: 100vw;
    overflow: hidden;
  }

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

  .cz.hero-cz {
    padding-top: 40px;
  }

  .cz.gift-cz, .cz.features-cz, .cz.contacts-cz {
    flex-direction: column;
  }

  .cz.footer-cz {
    font-size: 10px;
  }

  .sidebar {
    width: 100vw;
    height: auto;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .sidebar-tel-div {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 15px;
  }

  .tel-link.nav-tel-link {
    background-color: #151515;
    background-image: linear-gradient(#ffffff1a, #fff0);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
  }

  .fa-icon.grey-icon {
    color: #fff;
  }

  .cr-ab {
    text-align: center;
    margin-top: 30px;
  }

  .block-ab.tab-block-ab {
    display: inline;
  }

  .sidebar-links {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .worktime-ab {
    display: none;
  }

  .standart-button {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .standart-button.big-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .navbar {
    height: 60px;
  }

  .nav-tel-div {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .hero-icons-row {
    flex-direction: row;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero-icons-row.hero-icons-last-row {
    margin-bottom: 0;
  }

  .hero-icon-div {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-icon-div.hero-icon-divlast {
    margin-left: 0%;
  }

  .hero-icon-div.hero-icon-divlast-2 {
    margin-right: 0%;
  }

  .hero-bot-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  ._30px-h2 {
    line-height: 1.3em;
  }

  .timer-core {
    order: -1;
    width: 70vw;
    height: 265px;
    margin-top: -20px;
    margin-bottom: 0;
  }

  .timer-shadow {
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .timer-img {
    height: 200px;
  }

  .close-side-link {
    background-image: url('../images/orange-cross.svg');
    background-size: auto;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 0;
  }

  .hero-img {
    width: 220px;
    max-width: 220px;
    height: 200px;
  }

  .catalog-card {
    min-width: 85vw;
    max-width: 85vw;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .catalog-card-photo {
    width: 100%;
  }

  .field-lalel {
    text-align: center;
  }

  .features-h2 {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .light {
    height: 180px;
    margin-top: -20px;
  }

  .header-line {
    margin-bottom: 30px;
  }

  .features-line {
    margin-left: 0;
    margin-right: 0;
  }

  .features-div {
    flex-direction: row;
    flex: 0 auto;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    line-height: 22px;
  }

  .f-num {
    flex: none;
    width: 50px;
    font-size: 30px;
    line-height: 35px;
  }

  .gift-desc {
    text-align: center;
    margin-top: 20px;
  }

  .under-h2-ab {
    letter-spacing: -.5px;
    font-size: 13px;
    line-height: 1.8em;
  }

  .grey-paragraph {
    font-size: 13px;
    line-height: 23px;
  }

  .harm-slider {
    min-height: 400px;
  }

  .harm-lb-link, .harm-lb-link.harm-lb-link2 {
    background-size: contain;
  }

  .guar-side-block {
    width: 100%;
    margin-top: 70px;
  }

  .harm-cert-ab {
    width: 100%;
  }

  ._40-margin-h2 {
    margin-bottom: 30px;
  }

  .like-img {
    width: 70vw;
    height: 120px;
    top: -20px;
  }

  .review-slider {
    width: 80vw;
  }

  .review-slider-nav {
    height: 3px;
    font-size: 3px;
    line-height: 5px;
  }

  .cta-text-div {
    text-align: left;
  }

  .task {
    padding-right: 0;
    font-size: 13px;
    line-height: 21px;
  }

  .task-tick {
    background-size: contain;
    width: 20px;
    height: 30px;
    margin-right: 15px;
  }

  .cta-form-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .half-section-div.contacts-half-div {
    align-items: center;
  }

  .content-flex-hor-line {
    flex-direction: column;
  }

  .contacts-div {
    flex-direction: column;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
    display: flex;
  }

  .contacts-text-core {
    text-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
  }

  .contacts-tel-link {
    font-size: 18px;
    line-height: 18px;
  }

  .fixed-burger {
    top: 5px;
  }

  .up-core {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .bot-cta-button-line {
    flex-direction: column;
  }

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

  .pop-up-content {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bot-cta-button-text {
    text-align: center;
    order: 1;
    margin-top: 10px;
    margin-right: 0;
  }

  .gallery-slider {
    max-height: 200px;
  }

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

  .piggy {
    background-position: 50%;
    order: -1;
    width: 100%;
    margin-top: -70px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .test-select {
    flex: none;
  }

  .questions-final-ab {
    position: absolute;
  }

  .quiz-comments-photo {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .rb-text-field {
    height: 50px;
    font-size: 14px;
    line-height: 20px;
  }

  .radiobutton-row {
    width: 100%;
    max-width: none;
  }

  .radiobutton-row.radiobutton-huge-row {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .more-info-ab {
    height: 240px;
    font-size: 10px;
    line-height: 19px;
    display: none;
  }

  .radiobutton-row-line {
    flex-direction: column;
  }

  .gift-huge-img {
    background-position: 50% 100%;
  }

  .rb-text-field-2 {
    height: 50px;
    font-size: 11px;
    line-height: 20px;
  }

  .quiz-gift-row {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .mobile-hide-ab {
    display: none;
  }

  .hero-mob-img {
    width: 220px;
    max-width: 220px;
    height: 200px;
  }

  .price-row {
    font-size: 10px;
  }

  .menu-navbar {
    height: 50px;
    max-height: 50px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextCyr-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextCyr-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextCyr-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextCyr-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextCyr-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}