:root {
  --white: white;
  --black: black;
}

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

h1 {
  margin-top: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  color: #1c1c1c;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

img {
  display: inline-block;
}

.agree-block {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.galley-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  justify-items: center;
}

.swiper-button-next:hover {
  opacity: .8;
}

.review-text {
  text-align: left;
  max-height: 100px;
  margin-top: 34px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
}

.line-footer {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 45px;
}

.text-block-9 {
  color: #222;
}

.logo-up {
  opacity: 1;
  margin-top: 0;
}

.content-slide {
  background-color: #f0f2f5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 60px;
  display: flex;
  position: relative;
}

.right-arrow-copy {
  color: #005bff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transition: all .333s;
  display: flex;
  right: -80px;
}

.right-arrow-copy:hover {
  color: #fff;
  background-color: #005bff;
}

.text-footer {
  font-size: 16px;
  line-height: 23px;
}

.slider-gallery {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.brand {
  flex-direction: row;
  flex: none;
  order: -1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  display: block;
}

.text-block-10 {
  text-align: center;
}

.prev-next {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  display: flex;
}

.text-and-field {
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.text-about {
  flex-flow: column;
  justify-content: space-between;
  margin-right: auto;
  display: flex;
}

.forms {
  grid-column-gap: 30px;
  display: flex;
}

.bg-white {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding: 50px 30px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form {
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.img-about {
  margin-left: auto;
}

.link-text {
  color: #005bff;
  font-size: 16px;
  line-height: 23px;
}

.div-block-18 {
  align-items: center;
  display: flex;
}

.swiper-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-1-screen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.img-av {
  border: 6px solid #fff;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.reviews {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.first {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.grid-forms {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.h3-thin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.main-text-phone {
  padding-left: 2px;
  padding-right: 0;
  font-size: 16px;
  line-height: 23px;
}

.main-text-phone:hover {
  color: #005bff;
}

.form-all {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.all-forms {
  display: block;
}

.socs {
  grid-column-gap: 33px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  z-index: -1;
  color: rgba(255, 255, 255, .1);
  font-size: 1200px;
  font-weight: 600;
  line-height: 1400px;
  position: absolute;
  top: -49%;
  bottom: auto;
  left: 3%;
  right: 0%;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span {
  font-weight: 600;
}

.right-block {
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.line-horizontal {
  background-color: #005bff;
  width: 24px;
  height: 3px;
  position: static;
  top: 15px;
}

.text-block-11-s {
  color: #8b8b8b;
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.navbar {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 10px rgba(141, 134, 134, .2);
}

.name {
  color: #1c1c1c;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.bg-price {
  background-color: #005bff;
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-text-goods {
  max-width: 155px;
  font-size: 16px;
  line-height: 23px;
}

.link-5 {
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
}

.h2 {
  color: #1c1c1c;
  text-align: left;
  font-size: 40px;
  line-height: 46px;
}

.h2.wh {
  color: #fff;
}

.error-message {
  background-color: #ff344b;
  width: 320px;
  height: 40px;
  font-size: 13px;
  line-height: 23px;
  position: absolute;
  left: 812px;
}

.container {
  background-color: rgba(255, 79, 79, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  display: flex;
}

.form-calc {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.normal-text {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-8 {
  margin-left: 10px;
  font-size: 16px;
  line-height: 23px;
}

.success-message {
  color: #1665ff;
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.normal-text-clear-sp {
  color: rgba(34, 34, 34, .4);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ff344b;
  width: 320px;
  height: 40px;
  font-size: 13px;
  line-height: 23px;
}

.button-big {
  color: #fff;
  background-color: #005bff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 85px;
  padding: 24px 44px;
  font-size: 16px;
  line-height: 22px;
  transition: all .555s;
  display: flex;
}

.button-big:hover {
  color: #fff;
  background-color: #1d6eff;
  border: 3px #005bff;
}

._2-fields {
  grid-row-gap: 33px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.swiper-button-prev {
  transition: all .333s;
}

.swiper-button-prev:hover {
  opacity: .8;
}

.paragraph {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.image-3 {
  margin-top: 8px;
}

.dropdown-toggle-2 {
  color: #005bff;
  white-space: normal;
  background-color: #fff;
  border: 5px #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  transition: all .555s;
  display: flex;
}

.dropdown-toggle-2:hover, .dropdown-toggle-2.w--open {
  background-color: #fff;
}

.our--goods {
  padding: 100px 20px 120px;
}

.normal-text-clear-bl {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.text-icon {
  grid-column-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
}

.faq {
  background-color: #eff2f5;
  margin-top: 100px;
  padding: 100px 20px;
  overflow: hidden;
}

.success-message-2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 220px;
  padding-bottom: 200px;
  font-size: 22px;
  line-height: 30px;
}

.grid-goods {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.div-block-10 {
  grid-row-gap: 34px;
  flex-flow: column;
  margin-top: 26px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #005bff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 44px;
  font-size: 22px;
  line-height: 22px;
  transition: all .555s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #1d6eff;
  border: 3px #005bff;
}

.textarea {
  color: #1a1a1a;
  background-color: #ecf0f4;
  border: 1px #000;
  min-height: 80px;
  margin-bottom: 0;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 23px;
}

.gallery-photo {
  background-color: #eff2f5;
  width: 100%;
}

.select {
  color: #1c1c1c;
  background-color: #ecf0f4;
  border: 1px #000;
  min-height: 50px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: static;
}

.goods {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.main-text {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 23px;
}

.main-text:hover {
  color: #005bff;
  background-color: rgba(30, 110, 255, 0);
}

.main-text.w--current {
  color: #222;
}

.over-arrow {
  background-color: #ecf0f4;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 23%;
  left: auto;
  right: 0%;
}

.line-svg {
  position: absolute;
  top: 8px;
  bottom: 0%;
  left: 0;
  right: auto;
}

.form-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 450px;
  margin-bottom: 0;
  display: block;
}

.text-span-4 {
  color: #a2c3ff;
}

.second {
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.h1 {
  margin-bottom: 0;
  font-size: 65px;
  line-height: 72px;
}

.footer {
  color: #fff;
  background-image: linear-gradient(#367eff, #0058f8);
  padding: 45px 20px 20px;
}

.link-footer {
  color: #fff;
  max-width: 180px;
  font-size: 16px;
  line-height: 23px;
}

.link-footer:hover {
  color: rgba(255, 255, 255, .6);
}

.line-banner {
  background-color: #fff;
  width: 90%;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.small-text {
  justify-content: flex-start;
  display: flex;
}

.border {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-gallery {
  display: none;
  overflow: hidden;
}

.arrow-new {
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: 7%;
}

.small-text-2 {
  color: #a2c3ff;
  line-height: 23px;
}

.left {
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  font-size: 22px;
  line-height: 30px;
  display: flex;
}

.image-12 {
  width: 50px;
  margin-bottom: 38px;
}

.text-span-5 {
  color: #a2c3ff;
}

.swiper-container {
  margin-top: 60px;
}

.dvb {
  padding: 20px 30px 30px;
  overflow: hidden;
}

.right-footer {
  grid-column-gap: 90px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.more-forms {
  grid-column-gap: 30px;
  flex-direction: row;
  display: flex;
}

.bg {
  background-color: #f3f6f9;
  padding: 100px;
}

.select-form {
  grid-row-gap: 14px;
  background-color: rgba(236, 240, 244, 0);
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.phone-field {
  color: #0e0e0e;
  background-color: #ecf0f4;
  border: 2px #276cff;
  min-height: 50px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 23px;
}

.swiper-slide {
  flex: none;
  width: 50%;
}

.image-5 {
  margin-top: 2px;
  position: static;
  top: 8px;
  bottom: 0%;
  left: 122px;
  right: 0%;
}

.text-block-11 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.link-banner {
  grid-row-gap: 12px;
  color: #141414;
  flex-flow: column;
  padding-left: 35px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tb1 {
  font-size: 20px;
  line-height: 28px;
}

.author-link {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.phone-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-arrow-copy {
  color: #005bff;
  background-color: rgba(22, 22, 22, 0);
  justify-content: center;
  align-items: center;
  transition: all .333s;
  display: flex;
  left: -80px;
}

.left-arrow-copy:hover {
  color: #fff;
  background-color: #005bff;
}

.dropdown-list-2 {
  background-color: #f9f9fa;
  position: relative;
  overflow: hidden;
}

.contact-form {
  flex-flow: column;
  display: flex;
}

.two {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 325px;
  display: flex;
}

.div-block-13 {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-content {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.submit-button {
  color: #1c1c1c;
  background-color: #fff;
  border-radius: 50px;
  padding: 18px 37px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.number-field {
  color: #1a1a1a;
  text-align: center;
  background-color: #ecf0f4;
  border: 1px #000;
  max-width: 100px;
  min-height: 50px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 12px;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 23px;
}

.link {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.normal-text-clear, .normal-text-clear-m {
  color: rgba(34, 34, 34, .4);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.icon-faq {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  display: flex;
}

.grid-about {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  grid-template-rows: auto;
}

.bg-banner {
  color: #fff;
  background-color: #005bff;
  background-image: linear-gradient(95deg, #4688ff, #005bff);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.faqq {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.image-16 {
  max-width: 100vw;
}

.nav-menu {
  color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.btns {
  max-width: 22%;
  margin-top: 40px;
}

.dropdown-2 {
  width: 100%;
  text-decoration: none;
}

.left-block {
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.line-vertical {
  background-color: #005bff;
  width: 3px;
  height: 22px;
  position: relative;
  left: -14px;
}

.gallery {
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 20px 80px;
  overflow: hidden;
}

.clear-text {
  opacity: .6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-section {
  padding: 140px 20px;
  position: relative;
}

.div-block-14 {
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 7px 8px 80px;
  display: flex;
}

.main-text-last {
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 23px;
}

.main-text-last:hover {
  color: #005bff;
}

.main-text-last.w--current {
  color: #222;
}

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

.right {
  background-color: rgba(255, 54, 54, 0);
}

.one {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 325px;
  display: flex;
}

.h3 {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.normal-text-goods {
  color: #1c1c1c;
  width: 300px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.body {
  color: #1c1c1c;
  font-family: Golos Text, sans-serif;
}

.banners {
  padding-top: 40px;
  padding-bottom: 150px;
}

.text-span-6 {
  color: #a2c3ff;
}

.banner-left {
  background-color: #f3f3f3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 64px 110px 64px 90px;
  display: flex;
}

.left-tech {
  grid-row-gap: 50px;
  flex-flow: column;
  padding-top: 40px;
  font-size: 22px;
  line-height: 30px;
  display: flex;
}

.div-block-16 {
  grid-row-gap: 34px;
  flex-flow: column;
  margin-top: 26px;
  display: flex;
}

.text-span-7 {
  color: #a2c3ff;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-15 {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-block-12 {
  text-align: center;
}

.all-banners {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.success-message-3 {
  color: #1665ff;
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.text-block-14 {
  color: #222;
}

.image-17 {
  margin-top: 8px;
}

.text-tech {
  max-width: 510px;
  font-size: 22px;
  line-height: 34px;
}

.banner-right {
  background-color: #f3f3f3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  padding: 64px 110px 64px 90px;
  display: flex;
}

.one-side {
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 420px;
  display: flex;
}

.text-span-10 {
  font-weight: 900;
}

.link-3 {
  text-decoration: underline;
}

.link-3:hover {
  color: #005bff;
}

.bold-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.policy-section {
  padding: 140px 20px 100px;
}

.div-block-22 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-19 {
  margin-top: 8px;
}

.div-block-23 {
  grid-row-gap: 34px;
  flex-flow: column;
  margin-top: 26px;
  display: flex;
}

.text-span-11, .text-span-12 {
  color: #a2c3ff;
}

.div-block-24 {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.more-text {
  color: #1c1c1c;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.all-text {
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 930px;
  margin-top: 30px;
  display: flex;
}

.link-author:hover {
  color: #005bff;
}

.rights-link {
  font-size: 16px;
  line-height: 26px;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-20 {
  margin-top: 8px;
}

.div-block-26 {
  grid-row-gap: 34px;
  flex-flow: column;
  margin-top: 26px;
  display: flex;
}

.text-span-13 {
  color: #a2c3ff;
}

.div-block-27 {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

.text-block-15 {
  margin-top: 10px;
}

.heading {
  margin-top: 30px;
}

.review-popup {
  z-index: 1;
  background-color: #f0f2f5;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.content-popup {
  grid-row-gap: 34px;
  background-color: #f0f2f5;
  flex-flow: column;
  padding: 60px;
  display: flex;
  position: relative;
}

.div-block-28 {
  background-color: #005bff;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.line1 {
  background-color: #fff;
  width: 3px;
  height: 22px;
  transform: rotate(90deg);
}

.line2 {
  background-color: #fff;
  width: 3px;
  height: 24px;
  transform: rotate(0);
}

.close-icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.image-21 {
  position: absolute;
  top: 35px;
  bottom: auto;
  left: auto;
  right: 35px;
}

.all-review {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
}

.button-2 {
  z-index: 1;
  background-color: rgba(56, 152, 236, 0);
  width: 50px;
  height: 50px;
}

.close-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 35px;
  bottom: auto;
  left: auto;
  right: 35px;
}

.image-22 {
  z-index: 0;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: 30%;
  right: 0%;
}

.dark-bg {
  z-index: 0;
  color: rgba(28, 28, 28, .4);
  background-color: rgba(28, 28, 28, .4);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fade {
  background-image: linear-gradient(90deg, rgba(240, 242, 245, 0), #f0f2f5);
  width: 40%;
  height: 30px;
  position: absolute;
  top: auto;
  bottom: 29%;
  left: 48%;
  right: 0%;
}

.text-block-16 {
  color: #025dff;
  font-size: 16px;
  line-height: 26px;
}

.btn-small {
  color: #005bff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 20px;
  transition: all .555s;
  display: flex;
  box-shadow: inset 0 0 0 2px #005bff;
}

.btn-small:hover {
  color: #fff;
  background-color: #1d6eff;
  border: 3px #005bff;
}

.small-btn {
  color: #005bff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 16px;
  line-height: 20px;
  transition: all .555s;
  display: flex;
}

.small-btn:hover {
  color: #1e6eff;
  border-style: none;
}

.open-btn {
  position: relative;
}

.image-23 {
  position: absolute;
  top: 38%;
  bottom: 0%;
  left: auto;
  right: 3%;
}

.close-review {
  position: absolute;
  top: 60px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.small-review {
  text-align: left;
  max-height: 100px;
  margin-top: 34px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
}

.swiper-container2 {
  margin-top: 60px;
}

.swiper-wrapper2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-slide2 {
  flex: none;
}

.content-slide2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.swiper-scrollbar {
  background-color: #f0f2f5;
  height: 5px;
  margin-top: 80px;
  position: relative;
}

.btns2 {
  max-width: 22%;
  margin-top: 40px;
}

.prev-next2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  display: flex;
}

.swiper-button-prev2 {
  transition: all .333s;
}

.swiper-button-prev2:hover {
  opacity: .8;
}

.swiper-button-next2 {
  transition: all .333s;
}

.swiper-button-next2:hover {
  opacity: .8;
}

.link-6 {
  color: #fff;
}

.link-6:hover {
  color: rgba(255, 255, 255, .6);
}

.link-7 {
  color: #fff;
}

.link-7:hover {
  color: rgba(255, 255, 255, .6);
}

.dropdown-toggle-3 {
  background-color: #ecf0f4;
  min-width: 300px;
  padding: 13px 30px;
  font-size: 16px;
  line-height: 23px;
}

.dropdown-link {
  color: #1c1c1c;
  background-color: #f7fafd;
  font-size: 16px;
  line-height: 23px;
}

.dropdown-link:hover {
  background-color: #ecf0f4;
}

.dropdown-link-2, .text-block-17 {
  font-size: 16px;
  line-height: 23px;
}

.select-field {
  color: #1c1c1c;
  display: none;
}

.dropdown-list-3 {
  color: #251212;
}

.dropdown-list-3.w--open {
  color: #1c1c1c;
}

@media screen and (max-width: 991px) {
  .agree-block {
    max-width: 640px;
  }

  .right-arrow-copy {
    display: none;
  }

  .img {
    object-fit: contain;
    max-height: 530px;
  }

  .brand {
    margin-left: 0;
  }

  .text-and-field {
    grid-column-gap: 20px;
    justify-content: space-between;
    width: 100%;
  }

  .text-about {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    padding-top: 40px;
    display: flex;
  }

  .bg-white {
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-about {
    margin-left: 0;
  }

  .div-block-18 {
    grid-column-gap: 7px;
    display: flex;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    color: #005bff;
    background-color: #fff;
  }

  .grid-1-screen {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .reviews {
    padding-left: 20px;
  }

  .grid-forms {
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: flex-start;
    display: flex;
  }

  .main-text-phone {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    justify-content: space-between;
    display: block;
  }

  .h2 {
    text-align: left;
  }

  .container {
    justify-content: space-between;
    padding-left: 20px;
  }

  .normal-text {
    margin-left: 0;
  }

  .button-big {
    margin-top: 60px;
  }

  ._2-fields {
    grid-column-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph {
    margin-top: 0;
  }

  .image-3 {
    margin-left: auto;
  }

  .our--goods {
    padding-top: 100px;
    padding-left: 20px;
  }

  .faq {
    padding-left: 20px;
  }

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

  .button {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .textarea {
    min-height: 80px;
  }

  .select {
    width: 100%;
  }

  .goods {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .main-text {
    text-align: center;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .main-text:hover {
    background-color: #fff;
  }

  .over-arrow {
    right: 1%;
  }

  .h1 {
    text-align: center;
    font-size: 60px;
    line-height: 64px;
  }

  .left {
    grid-row-gap: 50px;
    align-items: center;
  }

  .bg {
    padding: 100px 50px;
  }

  .phone-menu {
    text-align: center;
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-arrow-copy {
    display: none;
  }

  .dropdown-list-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list-2.w--open {
    padding: 0;
  }

  .contact-form {
    width: 100%;
  }

  .div-block-13 {
    grid-row-gap: 10px;
  }

  .grid-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-banner {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .nav-menu {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  }

  .dropdown-2 {
    flex-flow: row;
  }

  .left-block {
    grid-row-gap: 10px;
  }

  .gallery {
    padding-left: 20px;
  }

  .hero-section {
    flex-flow: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .main-text-last {
    text-align: center;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }

  .banner-left {
    padding-left: 0;
    padding-right: 30px;
  }

  .text-tech {
    text-align: center;
  }

  .banner-right {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .one-side {
    padding-left: 50px;
  }

  .policy-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-19, .image-20 {
    margin-left: auto;
  }

  .fade {
    width: 51%;
    bottom: 28%;
    left: 35%;
  }

  .btn-small {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .small-btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .close-review {
    top: 67px;
  }

  .btns2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .reviews {
    padding-right: 20px;
  }

  .first {
    flex-flow: column;
  }

  .grid-forms {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .all-forms {
    flex-flow: wrap;
  }

  .socs {
    grid-column-gap: 24px;
  }

  .h2 {
    text-align: center;
    font-size: 34px;
    line-height: 42px;
  }

  .h2.wh {
    text-align: center;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    align-items: center;
  }

  .grid-goods {
    grid-column-gap: 14px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .goods {
    grid-column-gap: 16px;
  }

  .form-block {
    max-width: 430px;
  }

  .second {
    align-items: stretch;
  }

  .h1 {
    font-size: 43px;
    line-height: 49px;
  }

  .left {
    grid-row-gap: 50px;
  }

  .right-footer {
    grid-column-gap: 30px;
  }

  .more-forms {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .select-form {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .swiper-slide {
    width: 100%;
  }

  .dropdown-list-2 {
    padding-top: 30px;
  }

  .div-block-13 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-content {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .number-field {
    padding-left: 3px;
    padding-right: 3px;
  }

  .bg-banner, .banners {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-left {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .all-banners {
    grid-row-gap: 20px;
  }

  .two-side.sp {
    padding-top: 40px;
  }

  .text-tech {
    font-size: .9em;
    line-height: 1.4em;
  }

  .banner-right {
    flex-flow: column;
  }

  .one-side {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .one-side.sp {
    grid-row-gap: 40px;
    padding-top: 30px;
  }

  .div-block-23, .div-block-26 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .fade {
    width: 42%;
  }

  .close-review {
    top: 68px;
  }

  .dropdown-toggle-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .line-footer {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .content-slide {
    padding: 30px 40px;
  }

  .text-footer {
    color: #fff;
  }

  .text-and-field {
    align-items: flex-start;
  }

  .text-about {
    flex-flow: column;
    align-items: flex-start;
  }

  .forms {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .bg-white {
    padding-bottom: 40px;
  }

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

  .link-text {
    font-size: 1em;
    line-height: 1.4em;
  }

  .reviews {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .h3-thin {
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .socs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

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

  .right-block {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .name {
    line-height: 26px;
  }

  .bg-price {
    padding-top: 70px;
  }

  .main-text-goods {
    text-align: center;
    max-width: none;
    font-size: .7em;
  }

  .h2 {
    text-align: left;
    font-size: 2em;
    line-height: 1.2em;
  }

  .h2.wh {
    max-width: 340px;
    line-height: 1.4em;
  }

  .normal-text {
    font-size: 1em;
    line-height: 1.7em;
  }

  .normal-text-clear-sp {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .button-big {
    text-align: center;
    flex-flow: column;
    padding: 18px 20px;
  }

  ._2-fields {
    flex-flow: wrap;
  }

  .paragraph {
    font-size: 1em;
    line-height: 1.5em;
  }

  .dropdown-toggle-2 {
    padding-left: 20px;
  }

  .our--goods {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .normal-text-clear-bl {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .text-icon {
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .faq {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    text-align: center;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 50px;
    font-size: .7em;
  }

  .textarea {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .select {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .goods {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .over-arrow {
    right: 0%;
  }

  .h1 {
    text-align: left;
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .line-banner {
    width: 0%;
  }

  .left {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
  }

  .swiper-container {
    margin-top: 40px;
  }

  .dvb {
    padding-left: 20px;
  }

  .right-footer {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .more-forms {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .bg {
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .select-form {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .phone-field {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .swiper-slide {
    width: 100%;
  }

  .link-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 24px;
  }

  .tb1 {
    max-width: 300px;
    font-size: 1em;
    line-height: 1.6em;
  }

  .div-block-13 {
    grid-row-gap: 0px;
  }

  .submit-button {
    padding: 15px 30px;
  }

  .number-field, .normal-text-clear, .normal-text-clear-m {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .bg-banner {
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faqq {
    margin-top: 40px;
  }

  .btns {
    display: none;
  }

  .gallery {
    padding-top: 50px;
  }

  .clear-text {
    justify-content: center;
    align-items: center;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-section {
    padding-top: 70px;
  }

  .div-block-14 {
    max-width: 210px;
  }

  .good {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .right {
    width: 90%;
    padding-top: 50px;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .normal-text-goods {
    font-size: 1.1em;
    line-height: 1.7em;
  }

  .banner-left {
    flex-flow: column;
    padding: 20px 20px 50px;
  }

  .two-side {
    padding-top: 30px;
  }

  .text-tech {
    font-size: .8em;
  }

  .banner-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .one-side {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
  }

  .one-side.sp {
    text-align: center;
  }

  .div-block-22, .div-block-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-popup {
    padding: 50px;
  }

  .fade {
    bottom: 25%;
    left: 50%;
  }

  .btn-small {
    text-align: center;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 32px;
    font-size: .7em;
  }

  .small-btn {
    text-align: center;
    flex-flow: column;
    margin-right: 0;
    font-size: 16px;
  }

  .close-review {
    top: 70px;
    right: 34px;
  }

  .small-review {
    max-width: 320px;
  }

  .swiper-container2 {
    margin-top: 40px;
  }

  .dropdown-toggle-3, .select-drop {
    width: 100%;
  }
}

#w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b0a8-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b0ba-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b0c1-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b0d4-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b0e3-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b0f4-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b101-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b110-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b121-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b130-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b13d-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b14a-c986289f, #price.w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b161-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b164-c986289f, #w-node-f7cb399a-ef4e-67d1-0bb4-7e59bf74b185-c986289f, #w-node-_7e990d45-08c3-0de6-681a-7761e1e5a712-f6efa4f4, #w-node-_7e990d45-08c3-0de6-681a-7761e1e5a71c-f6efa4f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


