:root {
  --white: white;
  --black: #121212;
  --orange: darkorange;
  --secondary-text: #646464;
  --new-white-bg: #f7f7f7;
  --contur: #e2e2e2;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.navbar-no-shadow {
  background-color: var(--white);
}

.navbar-no-shadow-container {
  z-index: 5;
  width: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10vw;
  margin-right: 10vw;
  padding: 1vw 0;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  min-height: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 2vw;
  padding: 5px .521vw;
  font-size: .833vw;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 6vw;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.main-section {
  z-index: 0;
  width: 100%;
  height: 90vh;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.left-side-main-scrn {
  z-index: 2;
  width: 33vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.paragraph {
  color: #2c2c2c;
  margin-bottom: 2.5vw;
  font-size: .938vw;
  font-weight: 400;
  line-height: 160%;
}

.heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-size: 2.2vw;
  font-weight: 800;
  line-height: 130%;
}

.body {
  font-family: Montserrat, sans-serif;
}

.button {
  border: .05vw solid var(--orange);
  color: var(--orange);
  background-color: rgba(255, 140, 0, .1);
  padding: .9vw 3vw;
  font-size: .9vw;
  font-weight: 500;
}

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

.block-with-icons {
  z-index: 2;
  width: 50%;
  background-color: #fafafa;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1.5vw 1vw 1.5vw 15vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.main-icon-1 {
  color: var(--black);
  margin-right: 3vw;
  padding-bottom: 0;
  font-size: .085vw;
}

.icon-block-1 {
  width: 2vw;
  height: 2vw;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1.1vw;
}

.icon-block-1.firs-icon {
  width: 2.7vw;
}

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

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

.big-orange-block {
  z-index: 0;
  width: 100%;
  height: 16.667vw;
  background-color: var(--orange);
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.second-section {
  background-color: #000;
  justify-content: space-between;
  padding-bottom: 5vw;
  display: flex;
}

.right-block-s2 {
  width: 25vw;
  height: 42vw;
  background-color: var(--orange);
  flex-direction: column;
  align-items: center;
  margin-left: 7.448vw;
  margin-right: 15vw;
  padding-left: 2.083vw;
  padding-right: 2.083vw;
  display: none;
  position: relative;
}

.div-block {
  width: 19.219vw;
  height: 16.667vw;
  background-color: var(--orange);
}

.left-block-s2 {
  width: 70vw;
  height: 42vw;
  margin-bottom: 0;
  position: relative;
}

.heading-2 {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.875vw;
  font-weight: 800;
  line-height: 140%;
}

.image {
  z-index: 1;
  max-width: 35vw;
  margin-bottom: 5.208vw;
  position: relative;
  top: -2%;
  left: 13.881vw;
}

.chob-ne-bulo-takogo {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 2.604vw;
  display: flex;
  position: relative;
}

.text-left-block-s2 {
  z-index: 2;
  width: auto;
  margin-top: 0;
  margin-left: 40vw;
  position: relative;
  top: 18.1vw;
}

.dopomoje-os-ce {
  background-color: var(--orange);
  flex-direction: row;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1vw 2.6vw 0;
  display: flex;
  position: relative;
}

.image-2 {
  position: absolute;
  top: auto;
  bottom: 11%;
  left: 73%;
  right: 0%;
}

.big-text-s2 {
  color: var(--orange);
  text-transform: uppercase;
  margin: 0 0 .9vw;
  font-size: 1.667vw;
  font-weight: 800;
  line-height: 140%;
}

.big-text-s2.black-big-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 3.958vw;
}

.big-text-s2.black-big-text.centre {
  text-align: center;
  margin-bottom: 2vw;
}

.big-text-s2.black-big-text.tablet {
  text-align: center;
  margin-bottom: 5vw;
}

.big-text-s2.orange-title {
  color: var(--black);
  margin-bottom: 1.5vw;
  font-weight: 700;
}

.image-3 {
  width: 2.3vw;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 36%;
  bottom: 0%;
  left: 70%;
  right: 0%;
}

.image-4 {
  margin-bottom: .5vw;
}

.text-right-block {
  margin-top: 4vw;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2 {
  font-size: .938vw;
  font-weight: 500;
  line-height: 160%;
}

.text-span-3 {
  font-size: .938vw;
  font-weight: 700;
}

.image-5 {
  width: 23.438vw;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.serednia-cina {
  margin: 7vw 15vw;
  display: none;
}

.black-quadr {
  width: 24.583vw;
  height: 21.094vw;
  background-image: radial-gradient(circle closest-side, #313131, #121212);
  margin-left: 15vw;
  margin-right: 8.854vw;
  position: absolute;
}

.black-quadro-left {
  width: auto;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.image-6 {
  width: 16.667vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.left-side-3s {
  width: 50vw;
  height: 25vw;
  background-image: radial-gradient(circle, #313131 21%, #000);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  margin-left: 0;
  margin-right: 8.854vw;
  display: flex;
  position: relative;
}

.image-7 {
  width: 25vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: 10%;
  right: 0%;
}

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

.grid-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.partners {
  background-color: #fafafa;
  border: .05vw solid #e2e2e2;
  margin: 0;
  padding: 5vw 10vw;
}

.about-stabs {
  margin-left: 15vw;
  margin-right: 15vw;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3vw;
  font-size: 1.667vw;
  line-height: 140%;
}

.left-side-s5-1 {
  width: 27.604vw;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.rele-1 {
  justify-content: center;
  margin-bottom: 7vw;
  display: flex;
}

.heading-4 {
  max-width: none;
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.25vw;
  line-height: 140%;
}

.heading-4.orange-heading {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.text-right-side {
  max-width: 26vw;
  margin-right: 3.646vw;
}

.paragraph-3 {
  color: var(--secondary-text);
  margin-bottom: 2vw;
  font-size: .833vw;
  line-height: 160%;
}

.text-list {
  font-size: .938vw;
  line-height: 140%;
}

.list-item, .text-block, .text-block-2 {
  margin-bottom: 1vw;
}

.text-block-3 {
  margin-bottom: 2vw;
  font-weight: 500;
}

.tabs-menu {
  text-align: center;
  margin-bottom: 3.385vw;
}

.rele-2 {
  justify-content: center;
  margin-bottom: 10vw;
  display: flex;
}

.text-left-side {
  max-width: 27vw;
  margin-left: 3.646vw;
  margin-right: 0;
}

.left-side-s5-2 {
  width: 27.604vw;
  margin-left: 0;
  margin-right: 3.646vw;
  position: relative;
}

.rele-3 {
  justify-content: center;
  margin-bottom: 6.25vw;
  display: flex;
}

.three-block {
  margin: 7vw 15vw 10vw;
  display: flex;
}

.div-block-2, .div-block-3 {
  background-color: var(--black);
}

.div-block-4 {
  align-items: center;
  margin-bottom: .8vw;
  display: flex;
}

.div-block-4.teo-stroke {
  align-items: flex-start;
}

.image-8 {
  width: 1vw;
  margin-top: 0;
  margin-right: 1vw;
}

.image-8.icon-two-stroke {
  margin-top: .5vw;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-size: .833vw;
  line-height: 140%;
}

.text-block-8, .text-block-9, .text-block-10 {
  font-size: .833vw;
}

.two-blocks {
  width: 33.594vw;
  margin-right: 1.563vw;
}

.delivery {
  width: 33.594vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: relative;
}

.garantiya {
  height: 20.208vw;
  background-color: #f7f7f7;
  border: .05vw solid #e2e2e2;
  margin-bottom: 1.563vw;
  position: relative;
}

.eco {
  height: 20.208vw;
  background-color: var(--new-white-bg);
  border: .05vw solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-delivery {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  border: .05vw solid #e2e2e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.garanty-stab-block {
  justify-content: space-around;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-5 {
  width: 16vw;
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.604vw;
  padding-left: 2.604vw;
  font-size: 1.458vw;
  line-height: 130%;
  display: block;
  position: relative;
}

.heading-5.eco-heading {
  width: 13.073vw;
  margin-bottom: 1.563vw;
  margin-right: 2.604vw;
  padding-top: 0;
  padding-left: 0;
  position: static;
}

.bg-garanty-stab {
  width: 6.25vw;
  height: 13.542vw;
  background-color: #f1f1f1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-7 {
  width: 6.25vw;
}

.name-garanty-stab {
  width: auto;
  color: var(--black);
  text-align: center;
  justify-content: center;
  margin-bottom: .521vw;
  padding-top: .5vw;
  font-size: .938vw;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.image-9 {
  z-index: 1;
  width: 4vw;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 37%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  width: 6vw;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.text-block-11 {
  z-index: 2;
  color: var(--black);
  text-align: center;
  font-size: .8vw;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 52%;
  left: 0%;
  right: 0%;
}

.eco-img {
  margin-left: .833vw;
}

.eco-text {
  width: 13.177vw;
  margin-right: 2.604vw;
}

.image-10 {
  width: 15.99vw;
}

.paragraph-4 {
  color: var(--black);
  font-size: .833vw;
  line-height: 160%;
}

.text-span-4 {
  color: #17d467;
}

.div-block-9 {
  width: auto;
  background-color: var(--orange);
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 1vw;
  margin-left: 2.604vw;
  padding-top: .8vw;
  padding-bottom: .8vw;
  padding-left: 0;
  display: block;
}

.text-block-12 {
  width: 13vw;
  background-color: var(--orange);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  margin-top: .5vw;
  margin-left: 2.604vw;
  padding-top: .8vw;
  padding-bottom: .8vw;
  font-size: 1.458vw;
  font-weight: 700;
  overflow: visible;
}

.delivery-img {
  width: 28.906vw;
  height: 21vw;
  justify-content: center;
  margin-bottom: 2.083vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.delivery-text {
  margin-bottom: 3.125vw;
}

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

.samovyviz {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 1.563vw;
}

.ukr-poshta {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 1.563vw;
  display: none;
}

.nova-poshta {
  width: 1.25vw;
  height: 1.25vw;
}

.delivery-icon {
  margin-bottom: 1.042vw;
  margin-left: 2.604vw;
  display: flex;
}

.image-12 {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 1.563vw;
}

.opt-delivery {
  height: 3.229vw;
  background-color: #f7f7f7;
  border: .05vw solid #e2e2e2;
  border-top-style: none;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-13 {
  color: var(--black);
  text-transform: uppercase;
  padding-left: 2.604vw;
  padding-right: 2.604vw;
  font-size: .729vw;
  font-weight: 700;
  line-height: 140%;
}

.out-stabs {
  margin-bottom: 10vw;
  margin-left: 15vw;
  margin-right: 15vw;
}

.heading-6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.667vw;
  font-size: 1.667vw;
}

.stabs-cards {
  justify-content: space-between;
  display: flex;
}

.stab-025 {
  width: 20vw;
  background-color: #f7f7f7;
  border: .05vw solid #e2e2e2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.kosi-linii {
  height: 1.354vw;
  background-color: var(--orange);
  justify-content: space-between;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.stabs-name {
  width: 100%;
  height: 3.177vw;
  background-color: #f0f0f0;
  border-bottom: .05vw solid #dadada;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.characteristics {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1.25vw;
}

.type-stab {
  margin-bottom: 1.25vw;
}

.text-block-14 {
  height: auto;
  min-height: 0;
  color: #b3b3b3;
  text-align: center;
  margin-bottom: .2vw;
  padding-bottom: 0;
  font-size: .729vw;
}

.text-block-15 {
  color: var(--black);
  text-align: center;
  font-size: .938vw;
  font-weight: 600;
}

.stab-img {
  width: auto;
  justify-content: center;
  display: flex;
  position: relative;
  left: 0;
}

.price-button {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-bottom: 2.083vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  display: flex;
  position: relative;
  bottom: 0;
}

.text-block-16 {
  color: var(--black);
  text-align: center;
  margin-bottom: 1.302vw;
  font-size: 1.458vw;
  font-weight: 600;
}

.button-2 {
  border: .05vw solid var(--orange);
  color: var(--orange);
  text-align: center;
  background-color: rgba(255, 140, 0, .1);
  padding: .885vw 1.5vw;
  font-size: .938vw;
  font-weight: 500;
  transition: all .325s;
}

.button-2:hover {
  background-color: var(--orange);
  color: var(--black);
  box-shadow: 0 20px 20px -12px rgba(0, 0, 0, .2);
}

.text-span-5 {
  font-size: .938vw;
}

.faq {
  margin-left: 15vw;
  margin-right: 0;
}

.questions {
  width: 50%;
  margin-right: 4.271vw;
}

.faq-body {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10vw;
  display: flex;
}

.stabs-faq {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 2.604vw;
  padding-right: 2.604vw;
  display: flex;
  position: relative;
}

.question-1 {
  width: 100%;
  background-color: var(--black);
  margin-bottom: 1.302vw;
  padding-left: 0;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  padding: 1.563vw;
}

.text-block-17 {
  color: var(--white);
}

.icon {
  color: var(--orange);
}

.div-block-10 {
  height: 50%;
  background-color: #fafafa;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-13 {
  width: 44vw;
  height: auto;
  margin-bottom: 2.24vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-img {
  width: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  top: 14px;
}

.image-14 {
  height: 5vw;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 2.604vw;
}

.text-block-18 {
  color: #bdbdbd;
  margin-bottom: 1vw;
  font-size: .9vw;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.contact-email {
  margin-bottom: 2vw;
}

.div-block-60 {
  width: 30vw;
  overflow: hidden;
}

.heading-8 {
  width: 20vw;
  color: #2d373c;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 5vw;
  font-size: 2vw;
  line-height: 130%;
}

.paragraph-5 {
  color: #2d373c;
  margin-bottom: 3vw;
  font-size: .95vw;
  line-height: 160%;
}

.div-block-61 {
  margin-bottom: 1.5vw;
}

.div-block-62 {
  width: 45px;
  border: 2px solid #ff8c00;
}

.call-to-action-3 {
  color: #121212;
  background-color: #ff8c00;
  border: .06vw solid #ff8c00;
  padding: 1vw 2vw;
  font-size: 1vw;
  font-weight: 500;
  transition: all .325s;
  display: inline-block;
}

.call-to-action-3:hover {
  color: #121212;
  background-color: #ff8c00;
  background-image: radial-gradient(circle, #ff9f2a, #ee8300);
  font-weight: 500;
}

.link-block-5 {
  text-decoration: none;
}

.div-block-59 {
  width: auto;
  background-color: var(--new-white-bg);
  border: .05vw solid #e2e2e2;
  margin-left: 0;
  margin-right: 2vw;
  padding: 2vw 2.5vw;
}

.contact-phones {
  margin-bottom: 2vw;
}

.phone-number-footer {
  color: var(--black);
  margin-bottom: 0;
  font-size: .95vw;
  font-weight: 400;
  line-height: 140%;
  position: static;
}

.left-title-block {
  width: 20vw;
  height: 20vh;
  object-fit: fill;
  margin-top: 0;
  margin-right: 5vw;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  bottom: 40px;
}

.left-title-block.contact-left-side {
  width: 22vw;
  height: 40vh;
  margin-right: 2vw;
  position: relative;
  top: 0;
}

.div-block-92 {
  width: 59vw;
  height: 50vh;
  justify-content: space-between;
  display: flex;
}

.contact-address {
  margin-bottom: 0;
}

.div-block-93 {
  z-index: 1;
  align-items: flex-start;
  margin-left: 15vw;
  margin-right: 15vw;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.logo-footer {
  width: 15vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
}

.image-22 {
  margin-bottom: 0;
}

.div-block-94 {
  margin-bottom: 3vw;
}

.footer-link {
  color: #fff;
  margin-right: 30px;
  padding-right: 0;
  font-size: .95vw;
  text-decoration: none;
}

.footer-link.last-link {
  margin-right: 0;
}

.image-23 {
  width: 15vw;
  position: static;
  top: 0;
  bottom: 0%;
  left: auto;
  right: auto;
}

.link {
  color: var(--black);
  margin-bottom: .3vw;
  font-size: .9vw;
  text-decoration: none;
}

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

.youtube {
  z-index: 0;
  width: 100vw;
  height: 85vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-95 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  height: 95vw;
  background-color: rgba(18, 18, 18, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-call {
  z-index: 8;
  width: 8vw;
  height: 8vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: 90%;
  right: 2%;
}

.big-circle {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 140, 0, .1);
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.middle-circle {
  z-index: 4;
  width: 80%;
  height: 80%;
  background-color: rgba(255, 140, 0, .2);
  border-radius: 1000px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.little-circle {
  z-index: 4;
  width: 60%;
  height: 60%;
  background-color: #ff8c00;
  border-radius: 1000px;
  position: absolute;
  box-shadow: 0 0 16px #ff8c00;
}

.image-19 {
  z-index: 5;
  width: 2.2vw;
  position: absolute;
}

.gif-smoke-1 {
  z-index: 2;
  width: 30vw;
  mix-blend-mode: screen;
  position: absolute;
  top: 10%;
  left: 7%;
}

.image-24 {
  z-index: 2;
  width: 47.083vw;
  mix-blend-mode: screen;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-25 {
  z-index: 1;
  width: 40.625vw;
  mix-blend-mode: screen;
  display: none;
  position: absolute;
  bottom: 16%;
  right: 54%;
  transform: rotate(-90deg);
}

.lottie-animation {
  z-index: 3;
  display: block;
  position: absolute;
}

.image-26 {
  width: 39vw;
  max-width: none;
  opacity: 1;
  mix-blend-mode: screen;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-27 {
  width: 7.604vw;
}

.remont-tech-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-28 {
  max-width: 120%;
  position: relative;
  bottom: 4%;
  left: 10%;
}

.price-za-remont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-19 {
  text-align: center;
  font-size: .833vw;
  font-weight: 600;
  position: absolute;
  top: 16%;
}

.holodilnik {
  position: relative;
  bottom: 12%;
  left: 18%;
}

.tv {
  max-width: 140%;
  display: block;
  position: relative;
  bottom: 22%;
  left: 32%;
}

.stiralka {
  position: relative;
  bottom: 17%;
  left: 10%;
}

.pc {
  max-width: 140%;
  display: block;
  position: relative;
  bottom: 25%;
  left: 0%;
}

.microvawe {
  position: relative;
  bottom: 7%;
  left: 10%;
}

.contacts {
  margin-bottom: 0;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}

.form-for-partners {
  margin: 20vw 15vw 15vw;
}

.production-block {
  height: 26.042vw;
  background-color: #fafafa;
  border: .05vw solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding-left: 5.99vw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.partner-text {
  padding-right: 5.99vw;
}

.form-block {
  max-width: 33.333vw;
  background-color: var(--white);
  border: .05vw solid #e2e2e2;
  margin-right: 7vw;
  padding: 2.604vw 3.646vw;
}

.text-field {
  width: 15.104vw;
  padding: .781vw;
}

.text-field-2 {
  width: 17.708vw;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: .052vw solid silver;
  margin-bottom: 2.083vw;
  padding: .781vw .781vw 1vw .3vw;
  font-size: .833vw;
}

.text-field-2:active {
  border-bottom-color: var(--orange);
}

.text-field-2:focus {
  border-style: none none solid;
  border-width: 1px 1px .052vw;
  border-color: #b16100 #b16100 var(--orange);
}

.text-field-2::-ms-input-placeholder {
  color: #acacac;
}

.text-field-2::placeholder {
  color: #acacac;
}

.text-field-2.last-field {
  margin-bottom: 3vw;
}

.form {
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--black);
  padding: .781vw 2vw;
}

.heading-9 {
  width: 18vw;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .7vw;
  font-size: 1.25vw;
  line-height: 130%;
}

.paragraph-6 {
  width: 21vw;
  text-align: center;
  margin-bottom: 1vw;
  font-size: .833vw;
  line-height: 160%;
}

.heading-10 {
  color: var(--white);
}

.paragraph-7 {
  color: #6e6e6e;
  font-size: .833vw;
  line-height: 160%;
}

.section-2 {
  margin: 10vw 15vw;
}

.bg-production {
  width: 21.875vw;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.production-text {
  max-width: 30vw;
}

.youtube-2 {
  width: 24.167vw;
  height: 13.646vw;
}

.div-block-96 {
  width: 24.167vw;
  height: 13.646vw;
  margin-right: 5.99vw;
}

.plashka-left {
  z-index: 2;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: -15%;
  right: auto;
  transform: rotate(-90deg);
}

.plashka-text {
  background-color: var(--orange);
  color: var(--black);
  padding: .9vw 1.302vw;
  font-size: .729vw;
  font-weight: 600;
}

.plashka-right {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -15%;
  transform: rotate(90deg);
}

.three-simistors {
  width: 36.458vw;
  height: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: -2%;
  left: -16%;
  right: auto;
}

.text-block-20 {
  z-index: 1;
  width: 98%;
  color: #1e1e1e;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.229vw;
  font-weight: 700;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: auto;
}

.vertical-simistor {
  width: 25vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: 0%;
  right: 0%;
}

.text-block-20-copy {
  z-index: 1;
  width: 98%;
  color: #1e1e1e;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.229vw;
  font-weight: 700;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-29 {
  z-index: 2;
  width: 10vw;
  position: relative;
  left: 0%;
}

.div-block-97 {
  width: 10vw;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: -23%;
  right: 0%;
}

.div-block-98 {
  z-index: 2;
  width: 9.8vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -25%;
  right: 0%;
}

.five-years, .five-years-2 {
  z-index: 1;
  width: 4vw;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 37%;
  left: 0%;
  right: 0%;
}

.div-block-99 {
  width: 11vw;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-30 {
  width: 1.25vw;
  height: 1.25vw;
}

.image-31 {
  z-index: 0;
  position: relative;
}

.div-block-100 {
  width: .885vw;
  height: 100%;
  background-color: var(--black);
  margin-left: .5vw;
  transform: skew(25deg);
}

.image-32 {
  position: relative;
  top: 0;
  left: 0;
}

.vertical-line-plus {
  width: .26vw;
  height: 1.198vw;
  background-color: var(--orange);
  display: block;
  position: absolute;
  transform: rotate(90deg);
}

.open-quastion-plus {
  width: 1.198vw;
  height: 1.198vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-line-plus {
  width: .26vw;
  height: 1.198vw;
  background-color: var(--orange);
  position: absolute;
}

.image-33 {
  width: 1.198vw;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.qa-1 {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-around;
  margin-bottom: 1.377vw;
  display: block;
}

.qa-1.last-qa {
  margin-bottom: 0;
}

.dropdown-2 {
  z-index: 1;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.563vw 1.563px;
  display: flex;
}

.dropdown-toggle-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.066vw;
  display: flex;
}

.text-block-22 {
  width: 25vw;
  color: var(--black);
  text-align: left;
  white-space: pre-line;
  object-fit: fill;
  font-size: .9vw;
  font-weight: 500;
  line-height: 140%;
  overflow: visible;
}

.image-34 {
  width: 1.1vw;
  max-width: none;
}

.list {
  background-color: #493f3f;
  position: static;
  overflow: auto;
}

.list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 10px 0;
}

.paragraph-8 {
  color: var(--black);
  margin-top: 2.066vw;
  margin-bottom: 0;
  padding-left: 1.722vw;
  padding-right: 2vw;
  font-size: .9vw;
  line-height: 160%;
}

.partners-block-copy {
  height: 26.042vw;
  background-color: #fafafa;
  border: .05vw solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding-left: 5.99vw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-101 {
  width: 100%;
  height: 3.125vw;
  background-color: #060606;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  font-size: .9vw;
}

.div-block-102 {
  z-index: 1;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video-2 {
  height: 100%;
}

.background-video-2 {
  width: 70%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-103 {
  height: 100%;
  background-image: linear-gradient(to right, #000 18%, rgba(0, 0, 0, .7) 32%, rgba(0, 0, 0, .8) 48%, rgba(255, 255, 255, 0) 62%);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-104 {
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-105 {
  width: 27.969vw;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-35 {
  width: 15vw;
}

.image-36 {
  width: 2.7vw;
  height: 2vw;
  margin-top: 4px;
}

.play-pause-button {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.play-state, .pause-state {
  opacity: .4;
}

.text-block-24, .text-block-25, .text-block-26 {
  font-size: .833vw;
}

.image-37 {
  width: 9.8vw;
}

.image-38 {
  z-index: 2;
  width: 11vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -20%;
  right: 0%;
}

.text-span-6, .text-span-7 {
  font-size: .938vw;
}

.arrow-down-1, .arrow-down-3, .arrow-down-4, .arrow-down-5, .arrow-down-4-copy {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 36%;
  bottom: 0%;
  left: 70%;
  right: 0%;
}

.arrow-up-5, .arrow-up-4, .arrow-3up, .arrow-up-2, .arrow-up-1 {
  width: 2.3vw;
  margin-bottom: .5vw;
}

.zatemnitel {
  z-index: 10;
  background-color: rgba(18, 18, 18, .9);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.call-meneger-form {
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-106 {
  z-index: 11;
  width: 40vw;
  height: 70vh;
  background-color: var(--white);
  display: flex;
  position: relative;
  top: 0;
}

.form-block-2 {
  z-index: 11;
  background-color: var(--black);
  margin-bottom: 0;
  padding: 4vw;
  position: relative;
}

.call-meneger-fiela {
  width: 17.708vw;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: .052vw solid #a5a5a5;
  margin-bottom: 2.083vw;
  padding: .781vw .781vw 1vw .3vw;
  font-size: .833vw;
}

.call-meneger-fiela:active {
  border-bottom-color: #9e5700;
}

.call-meneger-fiela:focus {
  border: 1px #b16100;
  border-bottom: .052vw solid #b16100;
}

.call-meneger-fiela::-ms-input-placeholder {
  color: #978978;
}

.call-meneger-fiela::placeholder {
  color: #978978;
}

.call-meneger-fiela.last-field {
  margin-bottom: 3vw;
}

.call-meneger-fiela.last-field.meneger-field {
  height: 10vh;
}

.call-meneger-fiela.meneger-field {
  width: 20vw;
  color: #fff;
}

.call-meneger-fiela.meneger-field::-ms-input-placeholder {
  color: #978978;
}

.call-meneger-fiela.meneger-field::placeholder {
  color: #978978;
}

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

.submit-button-2 {
  background-color: var(--orange);
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: .833vw;
  font-weight: 500;
}

.heading-11 {
  font-size: 1.25vw;
}

.heading-12 {
  max-width: 20vw;
  color: #f1cfa4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 140%;
}

.form-cross {
  width: 1.25vw;
  height: 1.25vw;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.div-block-107 {
  width: 1vw;
  height: .3vw;
  background-color: #222;
  position: absolute;
  top: 36%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.div-block-108 {
  width: 1vw;
  height: 1vw;
  position: relative;
}

.div-block-107-copy {
  width: 1vw;
  height: .3vw;
  background-color: #222;
  position: absolute;
  top: 36%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-45deg);
}

.form-cross-2 {
  z-index: 2;
  width: 1vw;
  height: 1vw;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.heading-19 {
  color: #121212;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.text-block-27 {
  color: #000;
  text-align: center;
}

.form-section {
  z-index: 100;
  background-color: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 5vw;
}

.image-40 {
  display: none;
}

.text-block-28 {
  color: #121212;
  font-size: .95vw;
}

.submit-button-3 {
  color: var(--orange);
  background-color: rgba(255, 140, 0, .1);
  border: .06vw solid #ff8c00;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: 1vw;
  transition: all .325s;
}

.submit-button-3:hover {
  background-color: var(--orange);
  color: var(--black);
}

.but-on-home-page {
  z-index: 2;
  width: 15vw;
  cursor: pointer;
  border: .06vw solid #ff8c00;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 2vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.paragraph-13 {
  color: #8d8d8d;
  text-align: left;
  margin-bottom: 3vw;
  font-size: .95vw;
  line-height: 140%;
}

.lottie-animation-2 {
  z-index: 1;
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: -15%;
  left: 0%;
  right: 0%;
}

.div-block-109 {
  z-index: 100;
  height: 100vh;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name {
  width: 25vw;
  color: var(--black);
  -webkit-text-stroke-color: var(--orange);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 3vw;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  padding-left: .4vw;
  font-size: .9vw;
  line-height: 140%;
}

.name:hover {
  -webkit-text-stroke-color: #ff8c00;
  background-color: rgba(255, 255, 255, .03);
}

.name:active {
  -webkit-text-stroke-color: var(--black);
  background-color: rgba(255, 140, 0, 0);
}

.name:focus {
  -webkit-text-stroke-color: #464646;
  border-bottom-color: #ff8c00;
}

.name::-ms-input-placeholder {
  color: #978978;
  background-color: rgba(255, 255, 255, 0);
}

.name::placeholder {
  color: #978978;
  background-color: rgba(255, 255, 255, 0);
}

.email {
  width: 25vw;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--orange);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 3.3vw;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  padding-left: .4vw;
  font-size: .95vw;
  display: block;
}

.email:focus {
  border-bottom-color: #ff8c00;
}

.image-41 {
  display: block;
}

.phone {
  width: 25vw;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 3.3vw;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  padding-left: .4vw;
  font-size: .9vw;
  line-height: 140%;
}

.phone:focus {
  border-bottom-color: #ff8c00;
}

.phone::-ms-input-placeholder {
  color: #978978;
}

.phone::placeholder {
  color: #978978;
}

.form-block-3 {
  z-index: 101;
  width: 35vw;
  color: #ccc;
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4vw;
  position: relative;
}

.text-block-29 {
  color: #ff8c00;
  font-size: 1vw;
}

.thank-header {
  color: var(--black);
  text-transform: none;
  margin-bottom: 1.4vw;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 140%;
}

.form-meneger {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-20 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.text-block-30 {
  color: #000;
  text-align: center;
}

.image-42 {
  display: none;
}

.text-block-31 {
  color: var(--secondary-text);
  margin-bottom: 2vw;
  font-size: .95vw;
}

.paragraph-14 {
  color: #ccc0a6;
  text-align: left;
  margin-bottom: 3vw;
  font-size: .95vw;
  line-height: 140%;
}

.div-block-110 {
  z-index: 100;
  height: 100vh;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-43 {
  display: block;
}

.form-block-4 {
  z-index: 101;
  width: auto;
  background-color: var(--new-white-bg);
  color: #ccc;
  border: .05vw #e2e2e2;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4vw;
  display: flex;
  position: relative;
}

.text-block-32 {
  color: #ff8c00;
  font-size: 1vw;
}

.question-field {
  width: 25vw;
  height: 20vw;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 3.3vw;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  padding-left: .4vw;
  font-size: .9vw;
  line-height: 140%;
}

.question-field:focus {
  border-bottom-color: #ff8c00;
}

.question-field::-ms-input-placeholder {
  color: #978978;
}

.question-field::placeholder {
  color: #978978;
}

.div-block-111 {
  width: 1vw;
  height: .3vw;
  background-color: #222;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.div-block-111-copy {
  width: 1vw;
  height: .3vw;
  background-color: #222;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-45deg);
}

.div-block-112 {
  z-index: 3;
  width: 1vw;
  height: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.div-block-113 {
  background-color: red;
}

.div-block-114 {
  width: 10vw;
  height: 5vh;
  background-color: #f50000;
  display: flex;
}

.buy-025 {
  z-index: 12;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block-5 {
  z-index: 9;
  width: auto;
  max-height: 90vh;
  max-width: none;
  background-color: var(--new-white-bg);
  border: .05vw solid #e2e2e2;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3vw;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.form-3 {
  width: auto;
  border: 1px solid #e2e2e2;
  flex-direction: column;
  align-items: center;
  padding: 4vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  overflow: auto;
}

.order-field {
  width: 15vw;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: .052vw solid #b6b6b6;
  margin-bottom: 3vw;
  padding: .521vw .521vw 1vw;
  font-size: .85vw;
}

.order-field:active, .order-field:focus {
  border-bottom-color: var(--orange);
}

.order-field::-ms-input-placeholder {
  color: #887b65;
}

.order-field::placeholder {
  color: #887b65;
}

.field-label {
  color: var(--black);
  margin-bottom: 1vw;
  font-size: .9vw;
  font-weight: 600;
}

.general-info {
  margin-right: 4vw;
}

.delivery-radiobutton {
  margin-bottom: 2vw;
}

.radio-button-label {
  color: var(--black);
  margin-left: .7vw;
  font-size: .85vw;
}

.radio-button-field {
  margin-bottom: 10px;
  display: block;
}

.text-span-8 {
  color: #1dbd38;
}

.payment {
  flex-direction: column;
  margin-bottom: 2vw;
  display: none;
}

.towns {
  flex-direction: column;
  display: none;
}

.address {
  flex-direction: column;
  margin-bottom: 2vw;
  display: none;
}

.paragraph-15 {
  color: var(--black);
  margin-bottom: 1vw;
  font-size: .9vw;
  line-height: 140%;
}

.submit-button-4 {
  border: .05vw solid var(--orange);
  color: var(--orange);
  background-color: rgba(255, 140, 0, .1);
  padding: 1vw 3vw;
  font-size: .9vw;
  font-weight: 500;
  transition: all .325s;
}

.submit-button-4:hover {
  background-color: var(--orange);
  color: var(--black);
}

.image-44 {
  width: 12vw;
  height: 10vw;
  margin-right: 5vw;
}

.price-and-kilkist {
  margin-bottom: 2vw;
  display: none;
}

.field-label-2 {
  color: #fff;
  margin-bottom: 1.5vw;
  font-size: 1.5vw;
}

.calculator2 {
  flex-direction: column;
  display: flex;
  position: static;
}

.kilkist-text {
  color: #fff;
  margin-bottom: .2vw;
  font-size: 1vw;
  font-weight: 400;
}

.counter-box {
  display: flex;
}

.counter-input2 {
  width: 5vw;
}

.counter-button3, .counter-button-up {
  width: 3vw;
  height: 3vw;
  background-color: #ad7777;
}

.price-value {
  margin-bottom: 1vw;
}

.price-field2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.price-field2::-ms-input-placeholder {
  color: #fff;
  font-size: 1.3vw;
  font-weight: 600;
}

.price-field2::placeholder {
  color: #fff;
  font-size: 1.3vw;
  font-weight: 600;
}

.total-price {
  color: #2d373c;
  text-align: center;
  font-size: 1.4vw;
  font-weight: 700;
}

.total-price.price-product-card {
  color: #fff;
}

.total-price.price-product-card.price {
  margin-right: 0;
  font-size: 1.5vw;
  font-weight: 700;
  display: none;
}

.quantity-field, .product-quantity {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price-value-2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-price-checkout {
  width: 15vw;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2vw;
  margin-right: 4vw;
  display: flex;
}

.counter-button {
  width: 40px;
  height: 40px;
  background-color: #ff8c00;
  margin-left: 20px;
}

.counter-button.up {
  width: 3vw;
  height: 3vw;
  border: .05vw solid var(--contur);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 1.377vw;
  transition: all .325s;
  display: flex;
  position: relative;
}

.counter-button.up:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
  border-radius: 0;
}

.counter-button.up:active {
  background-color: #c76d00;
  border-color: #c76d00;
}

.counter-button.down {
  width: 3vw;
  height: 3vw;
  border: .05vw solid var(--contur);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 1.377vw;
  transition: all .325s;
  display: flex;
  position: relative;
}

.counter-button.down:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
}

.counter-button.down:active {
  background-color: #c76d00;
  border-color: #c76d00;
}

.counter-input {
  width: 3vw;
  height: 3vw;
  border: .05vw solid var(--contur);
  color: var(--black);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 0;
  margin-bottom: 0;
  padding: .551vw .826vw;
  font-size: 1vw;
}

.counter-input::-ms-input-placeholder {
  color: #887b65;
}

.counter-input::placeholder {
  color: #887b65;
}

.plus-line {
  width: 1vw;
  height: .2vw;
  background-color: var(--black);
  display: flex;
  position: absolute;
  transform: rotate(90deg);
}

.price-field {
  width: auto;
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.5vw;
  font-weight: 700;
}

.text-block-33 {
  color: #2d373c;
  text-align: center;
  margin-bottom: 1vw;
  font-size: .85vw;
  line-height: 140%;
}

.text-block-33.price-name-product-card {
  color: #535353;
  margin-bottom: 0;
  font-size: .85vw;
}

.product-img {
  width: 20vw;
  margin-bottom: 1vw;
}

.heading-21 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 1.5vw;
  line-height: 140%;
  position: static;
}

._025 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.minus-line {
  width: 1vw;
  height: .205vw;
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div-block-115 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.third-row {
  width: 15vw;
  margin-right: 0;
}

.div-block-116 {
  display: flex;
}

.success-message-2 {
  width: 40vw;
  height: auto;
  background-color: var(--white);
  border: 1px #2b2b2b;
  padding: 3vw;
  position: relative;
}

.text-block-34 {
  z-index: 1;
  color: var(--black);
  margin-top: 3vw;
  margin-bottom: 1vw;
  font-size: 2vw;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.lottie-animation-3 {
  width: 30vw;
}

.div-block-117 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-3 {
  z-index: 1;
  background-color: var(--orange);
  color: #000;
  margin-bottom: 2vw;
  padding: 1vw 3vw;
  font-size: .9vw;
  font-weight: 500;
  position: relative;
}

.lottie-animation-4 {
  z-index: 0;
  width: 30vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.dimmer {
  z-index: 8;
  background-color: rgba(0, 0, 0, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-118 {
  width: 1vw;
  height: 1vw;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 1vw;
  bottom: auto;
  left: auto;
  right: 1vw;
}

.div-block-119 {
  width: 1.1vw;
  height: .3vw;
  background-color: #3b3b3b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.div-block-120 {
  width: 1vw;
  height: 1vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: absolute;
  top: 5px;
}

.div-block-119-copy {
  width: 1vw;
  height: .3vw;
  background-color: #3b3b3b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-45deg);
}

.text-block-35 {
  font-size: .85vw;
}

.text-block-36 {
  text-align: center;
  font-size: .9vw;
  line-height: 140%;
}

.buy-04 {
  z-index: 12;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._04 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dimmer-copy {
  z-index: 8;
  background-color: rgba(0, 0, 0, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dimmer-04 {
  background-color: rgba(0, 0, 0, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-04 {
  z-index: 9;
  width: auto;
  max-height: 90vh;
  max-width: none;
  background-color: var(--new-white-bg);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3vw;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.price-field-04 {
  width: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.5vw;
  font-weight: 700;
}

.calculator {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.buy-1-6 {
  z-index: 12;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-1-6 {
  z-index: 9;
  width: auto;
  max-height: 90vh;
  max-width: none;
  background-color: var(--new-white-bg);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3vw;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.dimmer-1-6 {
  background-color: rgba(0, 0, 0, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-message-3 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-37 {
  width: 20vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  font-size: .9vw;
  line-height: 120%;
}

.text-span-9 {
  font-size: 2vw;
  font-weight: 700;
}

.text-span-10 {
  font-size: 1vw;
  font-weight: 500;
  line-height: 120%;
}

.image-45 {
  width: 25vw;
}

.text-block-38 {
  color: var(--black);
  font-size: .9vw;
  line-height: 140%;
}

.error-message {
  max-width: 25vw;
}

.text-span-11, .text-span-12 {
  font-weight: 500;
}

.text-span-13 {
  color: #000;
  font-size: 1vw;
  font-weight: 500;
}

.lottie-animation-5 {
  height: 20vw;
}

.lottie-animation-6 {
  height: 25vw;
}

.lottie-animation-7 {
  height: 20vw;
}

.div-block-121 {
  width: 25vw;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 15vw;
}

.image-46 {
  width: 50vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: auto;
  right: auto;
}

.div-block-122 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-scrn {
  width: 50%;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.body-main-section {
  align-items: flex-start;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 7vw;
  display: flex;
}

.tabs {
  flex-direction: row;
  align-items: center;
  display: none;
  left: 31px;
}

.tab-pane-tab-1 {
  margin-bottom: 2vw;
}

.div-block-123 {
  z-index: 3;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-47 {
  z-index: 3;
  width: 23.958vw;
  height: 19.792vw;
  max-width: none;
  margin-right: 2.604vw;
  position: relative;
}

.characteristics-025 {
  border: 1px solid var(--orange);
  background-color: rgba(255, 255, 255, .02);
  border-radius: .052vw;
  margin-top: 0;
  margin-bottom: 2vw;
  padding: 2vw;
  position: relative;
}

.main-char-2 {
  color: var(--black);
  text-align: center;
  font-size: .938vw;
  font-weight: 500;
}

.main-char-1 {
  color: #aa5d00;
  text-align: center;
  margin-bottom: .2vw;
  font-size: .8vw;
}

.text-block-14-copy {
  color: #aa5d00;
  text-align: center;
  margin-bottom: .5vw;
  font-size: .729vw;
}

.char-stab {
  margin-bottom: 1vw;
}

.main-price {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-39 {
  color: var(--white);
  margin-bottom: .5vw;
  font-size: 1.458vw;
  font-weight: 600;
}

.text-span-14 {
  font-size: .9vw;
}

.button-4 {
  color: var(--orange);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 1vw;
  font-weight: 600;
}

.div-block-124 {
  border: .052vw none var(--orange);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  margin-right: 40px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 3.802vw;
  padding: 1vw 0;
}

.tab-link-tab-1.w--current {
  border-style: none none solid;
  border-width: .052vw;
  border-color: var(--orange) black;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-right: 3.802vw;
  padding: 1vw 0;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 3.802vw;
  padding: 1vw 0;
}

.tab-link-tab-2.w--current {
  border-bottom: .052vw solid var(--orange);
  background-color: rgba(0, 0, 0, 0);
}

.div-block-125 {
  z-index: 1;
  width: auto;
  background-color: var(--orange);
  margin-top: 0;
  margin-bottom: .5vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15%;
  right: 15%;
}

.div-block-126 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-48 {
  z-index: 2;
  position: relative;
  top: 7px;
}

.not-active {
  z-index: 1;
  width: auto;
  background-color: var(--orange);
  margin-bottom: .5vw;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 15%;
  right: 15%;
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1vw 0;
}

.tab-link-tab-3.w--current {
  border-bottom: .052vw solid var(--orange);
  background-color: rgba(0, 0, 0, 0);
}

.text-block-40 {
  z-index: 2;
  text-align: center;
  font-size: .9vw;
  font-weight: 600;
  line-height: 140%;
  position: relative;
}

.not-active-name-main-stab {
  z-index: 2;
  color: var(--black);
  text-align: center;
  font-size: .9vw;
  font-weight: 600;
  line-height: 140%;
  position: relative;
}

.div-block-127 {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-49 {
  width: 30vw;
  display: none;
  position: relative;
  left: 5vw;
}

.div-block-128 {
  z-index: 2;
  width: 12.5vw;
  position: relative;
}

.div-block-129 {
  position: absolute;
  top: 2.083vw;
  bottom: 2.083vw;
  left: 0;
  right: 2.083vw;
}

.tabs-2 {
  width: 100%;
  height: 75vh;
  border: .05vw #ebebeb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.tabs-menu-3 {
  width: 11vw;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 3vw;
  display: flex;
}

.tab-pane-tab-1-2 {
  width: 28vw;
  height: 100%;
  margin: auto;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  width: 28vw;
  height: 100%;
}

.image-50 {
  z-index: 2;
  width: 20vw;
  position: absolute;
  top: 12.008vw;
  left: auto;
}

.div-block-130 {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

.div-block-131 {
  z-index: 1;
  border: .052vw none var(--black);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
  top: 0;
}

.text-block-41 {
  color: var(--black);
  font-size: .938vw;
  font-weight: 600;
}

.div-block-132 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
}

.text-block-42 {
  color: #000;
  text-align: center;
  margin-bottom: .3vw;
  font-size: .85vw;
}

.button-5 {
  color: var(--black);
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid #000;
  border-radius: .052vw;
  padding: 1vw 3vw;
  font-size: .9vw;
  font-weight: 500;
  transition: all .325s;
  position: relative;
  top: 14.371vw;
}

.button-5:hover {
  background-color: var(--black);
  color: var(--orange);
}

.tab-link-tab-1-2 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: .052vw solid #e2e2e2;
  margin-bottom: 1vw;
  padding: 1vw;
  font-size: .9vw;
}

.tab-link-tab-1-2:hover {
  border-color: var(--orange);
  background-color: rgba(255, 140, 0, .1);
}

.tab-link-tab-1-2.w--current {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--black);
  margin-bottom: 1vw;
  padding: 1vw 2vw;
  font-size: .9vw;
}

.tab-link-tab-2-2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .052vw solid #000;
  margin-bottom: 1vw;
  padding: 1vw 2vw;
  font-size: .9vw;
}

.tab-link-tab-2-2:hover {
  background-color: rgba(0, 0, 0, .1);
}

.tab-link-tab-3-2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .052vw solid #000;
  padding: 1vw 2vw;
  font-size: .9vw;
}

.tab-link-tab-3-2:hover {
  background-color: rgba(0, 0, 0, .1);
}

.text-block-43 {
  color: var(--black);
}

.image-50-04 {
  z-index: 2;
  width: 20vw;
  position: absolute;
  top: 15.108vw;
}

.button-04 {
  color: var(--black);
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid #000;
  border-radius: .052vw;
  padding: 1vw 3vw;
  font-size: .9vw;
  font-weight: 500;
  transition: all .325s;
  position: relative;
  top: 14.371vw;
}

.button-04:hover {
  background-color: var(--black);
  color: var(--orange);
}

.image-50-16 {
  z-index: 2;
  width: 20vw;
  max-width: none;
  margin-top: -4.302vw;
  position: static;
  top: 76%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-5-16 {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: rgba(255, 140, 0, .05);
  border-radius: .052vw;
  margin-top: 1vw;
  padding: 1vw 3vw;
  font-size: .9vw;
  font-weight: 500;
  transition: all .325s;
  position: static;
  top: 162.371%;
}

.button-5-16:hover {
  background-color: var(--orange);
  color: var(--black);
}

.div-block-133 {
  width: auto;
  border: 1px solid var(--orange);
  color: #fff;
  background-color: rgba(255, 140, 0, .05);
  border-radius: .05vw;
  flex-direction: column;
  align-items: center;
  padding: 2vw 5vw;
  display: flex;
  position: static;
}

.image-50-025 {
  z-index: 2;
  width: 20vw;
  max-width: none;
  margin-top: -121px;
  position: static;
  top: 57%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-50-04new {
  z-index: 2;
  width: 20vw;
  max-width: none;
  margin-top: -5vw;
  position: static;
  top: 72%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-2-white {
  border: .05vw solid var(--orange);
  color: var(--orange);
  text-align: center;
  background-color: rgba(255, 140, 0, .1);
  padding: .885vw 1.5vw;
  font-size: .9vw;
  font-weight: 500;
  transition: all .325s;
}

.button-2-white:hover {
  background-color: var(--orange);
  color: var(--black);
  box-shadow: 0 20px 20px -12px rgba(0, 0, 0, .2);
}

.button-orange {
  border: .05vw solid var(--orange);
  color: var(--orange);
  text-align: center;
  background-color: rgba(255, 140, 0, .1);
  padding: .885vw 1.5vw;
  font-size: .938vw;
  font-weight: 500;
  transition: all .325s;
}

.button-orange:hover {
  color: var(--black);
  background-color: #fa951a;
  box-shadow: 0 20px 20px -12px rgba(0, 0, 0, .2);
}

.footer-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block-45 {
  color: var(--black);
}

.nav-link-footer {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: .521vw;
  padding: 5px .521vw;
  font-size: .833vw;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-footer:hover {
  color: var(--orange);
}

.nav-link-footer:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-footer[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.fb-social-link {
  margin-right: 1.5vw;
}

.image-51 {
  width: 1.653vw;
  height: 1.653vw;
  max-width: none;
}

.text-block-46 {
  color: #bdbdbd;
  margin-bottom: 1vw;
  font-size: .9vw;
}

.div-block-134 {
  margin-bottom: 3vw;
}

.social-links {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .4vw;
  margin-right: 0;
  display: flex;
  position: static;
}

.social-media-link-contacts {
  width: 10vw;
  position: absolute;
  bottom: 10%;
}

.div-block-135 {
  width: 59vw;
  height: auto;
  justify-content: space-between;
  display: flex;
}

.div-block-136 {
  width: 30vw;
  height: auto;
  overflow: hidden;
}

.paragraph-16 {
  color: #2d373c;
  margin-bottom: 3vw;
  font-size: .95vw;
  line-height: 160%;
}

.image-52 {
  width: 1.653vw;
  height: 1.653vw;
  max-width: none;
}

.phone-number-footer-2 {
  color: #121212;
  margin-bottom: 0;
  font-size: .95vw;
  font-weight: 400;
  line-height: 140%;
  position: static;
}

.div-block-137 {
  width: 27.969vw;
  height: 100%;
  background-color: #ff8c00;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-138 {
  margin-bottom: 1.5vw;
}

.h1 {
  color: #3a2f25;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.5rem;
  line-height: 140%;
}

.h1.alighn-left {
  text-align: left;
  font-size: 1.5vw;
}

.button-orange-2 {
  color: #ff8c00;
  text-align: center;
  background-color: rgba(255, 140, 0, .1);
  border: .05vw solid #ff8c00;
  padding: .885vw 1.5vw;
  font-size: .938vw;
  font-weight: 500;
  transition: all .325s;
}

.button-orange-2:hover {
  color: #121212;
  background-color: #fa951a;
  box-shadow: 0 20px 20px -12px rgba(0, 0, 0, .2);
}

.button-orange-2:active {
  color: #ff8c00;
  background-color: #121212;
  border-color: #ff8c00;
}

.image-53 {
  width: 1.653vw;
  height: 1.653vw;
  max-width: none;
}

.instagram-social-link {
  width: auto;
  height: auto;
  margin-right: 1.5vw;
}

.instagram-social-link:hover {
  display: block;
}

.div-block-139 {
  z-index: 1;
  align-items: flex-start;
  margin-bottom: 5vw;
  margin-left: 15vw;
  margin-right: 15vw;
  display: flex;
  position: relative;
}

.div-block-140 {
  width: auto;
  height: auto;
  background-color: #f7f7f7;
  border: .05vw solid #e2e2e2;
  margin-left: 0;
  margin-right: 2vw;
  padding: 2vw 2.5vw;
  position: relative;
}

.big-text-s2-2 {
  color: #ff8c00;
  text-transform: uppercase;
  margin: 0 0 .9vw;
  font-size: 1.667vw;
  font-weight: 800;
  line-height: 140%;
}

.big-text-s2-2.black-big-text {
  color: #121212;
  margin-top: 0;
  margin-bottom: 3.958vw;
}

.big-text-s2-2.black-big-text.tablet {
  color: #3a2f25;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1vw;
  margin-bottom: 3vw;
  font-size: 1.4rem;
}

.right-block-s3-2 {
  width: 80vw;
  margin-right: 0;
}

.grid-3 {
  grid-column-gap: 2vw;
  grid-row-gap: 5vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.microvawe-2 {
  z-index: 1;
  width: 10vw;
  position: relative;
  bottom: 9%;
  left: 6%;
}

.stiralka-2 {
  z-index: 1;
  width: 11vw;
  position: relative;
  bottom: 17%;
  left: 6%;
}

.div-block-141 {
  z-index: 0;
  width: 8vw;
  height: 8vw;
  background-color: #ffcd90;
  border-radius: 500px;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: auto;
  right: auto;
}

.div-block-141.pc-circle {
  bottom: 29%;
}

.div-block-141.tv-circle {
  bottom: 17%;
  left: 26%;
}

.div-block-141.stiralka-circle {
  bottom: 30%;
}

.div-block-141.microvawe-circle {
  background-color: #ffcd90;
  bottom: 31%;
  left: 31px;
}

.image-54 {
  z-index: 1;
  width: 12vw;
  max-width: 120%;
  position: relative;
  bottom: 4%;
  left: 10%;
}

.holodilnik-2 {
  z-index: 1;
  width: 9vw;
  position: relative;
  bottom: 12%;
  left: 18%;
}

.tv-2 {
  z-index: 1;
  width: 15vw;
  max-width: 100%;
  display: block;
  position: relative;
  bottom: 22%;
  left: 26%;
}

.title_text {
  color: #ff8c00;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 1vw;
  font-size: .9vw;
  font-weight: 700;
}

.pc-2 {
  z-index: 1;
  width: 15vw;
  max-width: 140%;
  display: block;
  position: relative;
  bottom: 25%;
  left: -5%;
}

.text-block-47 {
  text-align: center;
  font-size: .833vw;
  font-weight: 600;
  position: absolute;
  top: 16%;
}

.serednia-cina-2 {
  flex-direction: row-reverse;
  justify-content: center;
  margin: 7vw 10vw;
  display: flex;
}

.image-55 {
  width: 7.604vw;
}

.big-text-s2-2-copy {
  color: #ff8c00;
  text-transform: uppercase;
  margin: 0 0 .9vw;
  font-size: 1.667vw;
  font-weight: 800;
  line-height: 140%;
}

.big-text-s2-2-copy.black-big-text {
  color: #121212;
  margin-top: 0;
  margin-bottom: 3.958vw;
}

.big-text-s2-2-copy.black-big-text.tablet {
  color: #3a2f25;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1vw;
  margin-bottom: 3vw;
  font-size: 1.4rem;
}

.big-text-s2-3 {
  color: #ff8c00;
  text-transform: uppercase;
  margin: 0 0 .9vw;
  font-size: 1.667vw;
  font-weight: 800;
  line-height: 140%;
}

.big-text-s2-3.black-big-text {
  color: #121212;
  margin-top: 0;
  margin-bottom: 3.958vw;
}

.big-text-s2-3.black-big-text.tablet {
  text-align: center;
  margin-bottom: 5vw;
}

.image-56 {
  z-index: 1;
  width: 12vw;
  max-width: 120%;
  position: relative;
  bottom: 4%;
  left: 10%;
}

.holodilnik-3 {
  z-index: 1;
  width: 9vw;
  position: relative;
  bottom: 12%;
  left: 18%;
}

.text-block-48 {
  text-align: center;
  font-size: .833vw;
  font-weight: 600;
  position: absolute;
  top: 16%;
}

.div-block-142 {
  z-index: 0;
  width: 8vw;
  height: 8vw;
  background-color: #ffcd90;
  border-radius: 500px;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: auto;
  right: auto;
}

.div-block-142.tv-circle {
  bottom: 17%;
  left: 26%;
}

.div-block-142.pc-circle {
  bottom: 29%;
}

.div-block-142.microvawe-circle {
  background-color: #ffcd90;
  bottom: 31%;
  left: 31px;
}

.div-block-142.stiralka-circle {
  bottom: 30%;
}

.image-57 {
  width: 7.604vw;
}

.pc-3 {
  z-index: 1;
  width: 15vw;
  max-width: 140%;
  display: block;
  position: relative;
  bottom: 25%;
  left: -5%;
}

.image-58 {
  z-index: 1;
  width: 12vw;
  max-width: 120%;
  position: relative;
  bottom: 4%;
  left: 10%;
}

.holodilnik-4 {
  z-index: 1;
  width: 9vw;
  position: relative;
  bottom: 12%;
  left: 18%;
}

.text-block-49 {
  text-align: center;
  font-size: .833vw;
  font-weight: 600;
  position: absolute;
  top: 18%;
}

.div-block-143 {
  z-index: 0;
  width: 8vw;
  height: 8vw;
  background-color: #ffcd90;
  border-radius: 500px;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: auto;
  right: auto;
}

.div-block-143.tv-circle {
  bottom: 17%;
  left: 26%;
}

.div-block-143.pc-circle {
  bottom: 29%;
}

.div-block-143.microvawe-circle {
  background-color: #ffcd90;
  bottom: 31%;
  left: 31px;
}

.div-block-143.stiralka-circle {
  bottom: 30%;
}

.image-59 {
  width: 7.604vw;
}

.image-60 {
  width: 1.25vw;
  height: 1.25vw;
}

.image-61, .image-62, .image-63, .image-64, .image-65, .image-66, .image-67 {
  width: 100%;
}

.image-68, .image-69 {
  width: 2vw;
  height: 2vw;
}

.paragraph-15--data {
  margin-bottom: 0;
  font-size: .9vw;
  line-height: 160%;
}

.list-item-7 {
  margin-bottom: 1.377vw;
  font-size: .9vw;
  line-height: 160%;
}

.list-5 {
  font-size: 1.24vw;
}

.text-block-68 {
  color: #475467;
  -webkit-text-stroke-color: transparent;
  font-size: .8vw;
  line-height: 160%;
  text-decoration: none;
}

.text-block-68:hover {
  color: #475467;
}

.paragraph-1fiz-osoba {
  margin-bottom: 2vw;
  font-size: 1.24vw;
  line-height: 160%;
}

.section-13 {
  flex-direction: column;
  align-items: flex-start;
  margin: 2vw 25vw 5vw;
  display: flex;
}

.bold-text-15 {
  font-size: 1.2vw;
}

.adrres-and-reqvizity {
  margin-bottom: 4.821vw;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 1.5vw;
}

.back-to-home {
  width: 11vw;
  border: .05vw #667085;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1vw;
  margin-left: 0;
  padding: 0;
  text-decoration: none;
  transition: all .325s;
  display: flex;
}

.back-to-home:hover {
  color: #2d373c;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: #ff8c00;
  font-size: .8vw;
}

.bold-text-18 {
  font-size: 1vw;
}

.bold-text-16 {
  font-size: 1.2vw;
}

.image-70 {
  width: 2vw;
  opacity: .6;
  margin-right: 1vw;
}

.heading-23 {
  margin-top: 0;
  margin-bottom: 2.755vw;
  font-size: 2vw;
}

.list-item-18 {
  margin-bottom: 1.377vw;
  font-size: .9vw;
  line-height: 160%;
}

.image-71 {
  width: 2.4vw;
  min-width: 2.4vw;
  margin-right: 1vw;
  display: none;
}

.bold-text-17 {
  font-size: 1.2vw;
}

.paragraph-21 {
  margin-bottom: 4.821vw;
  font-size: .9vw;
  line-height: 160%;
}

.link-2 {
  color: var(--white);
  margin-right: 5vw;
  font-size: .9vw;
  text-decoration: none;
  position: static;
}

.link-2.without-padding {
  margin-right: 0;
}

.text-block-69 {
  color: #475467;
  -webkit-text-stroke-color: transparent;
  font-size: .8vw;
  line-height: 160%;
  text-decoration: none;
}

.text-block-69:hover {
  color: #475467;
}

.list-item-20 {
  margin-bottom: 1.377vw;
  font-size: .9vw;
  line-height: 160%;
}

.povernennuz {
  margin-bottom: 4.821vw;
}

.bold-text-21 {
  font-size: 1.2vw;
}

.list-6 {
  font-size: 1.24vw;
}

.section-14 {
  flex-direction: column;
  align-items: flex-start;
  margin: 5vw 25vw;
  display: flex;
}

.image-73 {
  width: 2vw;
  opacity: .6;
  margin-right: 1vw;
}

.image-72 {
  width: 2.4vw;
  min-width: 2.4vw;
  margin-right: 1vw;
  display: none;
}

.povernenniz {
  margin-bottom: 0;
}

.heading-25 {
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 1.5vw;
}

.paragraph-22 {
  margin-bottom: 4.821vw;
  font-size: .9vw;
  line-height: 160%;
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 2.755vw;
  font-size: 2vw;
}

.paragraph-16-20px {
  margin-bottom: 1.377vw;
  font-size: 1.24vw;
  font-weight: 500;
  line-height: 160%;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 2.755vw;
  font-size: 2vw;
}

.paragraph-23 {
  margin-bottom: 4.821vw;
  font-size: .9vw;
  line-height: 160%;
}

.image-74 {
  width: 2vw;
  opacity: .6;
  margin-right: 1vw;
}

.image-75 {
  width: 2.4vw;
  min-width: 2.4vw;
  margin-right: 1vw;
  display: none;
}

.text-block-70 {
  color: #475467;
  -webkit-text-stroke-color: transparent;
  font-size: .8vw;
  line-height: 160%;
  text-decoration: none;
}

.text-block-70:hover {
  color: #475467;
}

.body-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.paragraph-24 {
  color: #344054;
  margin-bottom: 3vw;
  font-size: .9vw;
  font-weight: 500;
  line-height: 140%;
}

.heading-28 {
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 1.5vw;
}

.bold-text-22 {
  font-size: 1vw;
}

.new-form-cross {
  width: 1vw;
  height: 1vw;
  opacity: .15;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.div-block-144 {
  width: 1vw;
  height: .3vw;
  background-color: var(--black);
  display: block;
  position: absolute;
  transform: rotate(45deg);
}

.div-block-144-copy {
  width: 1vw;
  height: .3vw;
  background-color: var(--black);
  transform: rotate(-45deg);
}

.pa-data {
  max-width: 44vw;
  border: .05vw solid #e4e4e4;
  margin-bottom: 0;
  margin-left: 15vw;
  padding: 2vw;
}

.pa-data.umovy-data {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    width: 40vw;
    height: 65vh;
    background-color: var(--black);
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 93px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    align-items: center;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--orange);
    color: #fff;
  }

  .main-section {
    height: auto;
    flex-direction: column;
    padding-bottom: 151px;
    display: flex;
  }

  .left-side-main-scrn {
    width: 80vw;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .button {
    padding: 16px 60px;
    font-size: 16px;
  }

  .block-with-icons {
    width: 80%;
    padding: 15px 15px 15px 10vw;
  }

  .main-icon-1 {
    margin-right: 40px;
  }

  .icon-block-1 {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .icon-block-1.firs-icon {
    width: 35px;
    height: 30px;
    margin-bottom: 10px;
  }

  .big-orange-block {
    height: 30vw;
    bottom: 3%;
  }

  .second-section {
    position: relative;
  }

  .right-block-s2 {
    width: 100%;
    height: auto;
    margin-left: 5vw;
    margin-right: 10vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-block-s2 {
    width: 90vw;
    height: 100%;
    position: relative;
    bottom: 0;
  }

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

  .image {
    max-width: 60vw;
    top: 0;
    left: 17.7vw;
  }

  .chob-ne-bulo-takogo {
    margin-left: 0;
    margin-right: 0;
    top: 20px;
  }

  .text-left-block-s2 {
    margin-left: 60vw;
    top: 33.5vw;
  }

  .dopomoje-os-ce {
    padding-left: 2vw;
    top: 18px;
  }

  .big-text-s2 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .big-text-s2.black-big-text {
    font-size: 24px;
  }

  .big-text-s2.black-big-text.centre {
    margin-bottom: 40px;
  }

  .big-text-s2.black-big-text.tablet {
    text-align: center;
    margin-bottom: 40px;
  }

  .big-text-s2.black-big-text.dopomoje-ce {
    font-size: 16px;
  }

  .big-text-s2.orange-title {
    font-size: 24px;
  }

  .image-3 {
    width: 30px;
    top: 33%;
    left: 75%;
  }

  .image-4 {
    width: 30px;
  }

  .paragraph-2, .text-span-3 {
    font-size: 16px;
  }

  .image-5 {
    width: 40vw;
  }

  .serednia-cina {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .left-side-3s {
    width: 60vw;
    height: 40vw;
    margin-right: 0;
  }

  .image-7 {
    width: 41vw;
    max-width: none;
    bottom: -3%;
    left: -2%;
  }

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

  .partners {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .about-stabs {
    margin-left: 5vw;
    margin-right: 5vw;
  }

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

  .left-side-s5-1 {
    width: 35vw;
  }

  .rele-1 {
    justify-content: space-between;
    margin-bottom: 10vw;
  }

  .heading-4 {
    font-size: 20px;
  }

  .text-right-side {
    max-width: 50vw;
    margin-right: 0;
  }

  .paragraph-3 {
    color: var(--black);
    margin-bottom: 30px;
    font-size: 16px;
  }

  .rele-2 {
    justify-content: space-between;
    margin-bottom: 15vw;
  }

  .text-left-side {
    max-width: 50vw;
    margin-left: 0;
  }

  .left-side-s5-2 {
    width: 35vw;
  }

  .three-block {
    justify-content: space-between;
    margin-top: 10vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-4, .div-block-4.teo-stroke {
    margin-bottom: 10px;
  }

  .div-block-4.two-rows {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .image-8 {
    width: 15px;
  }

  .image-8._5px-down {
    margin-top: 5px;
  }

  .text-block-4 {
    color: var(--black);
    font-size: 16px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 16px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 140%;
  }

  .two-blocks {
    width: 55vw;
    margin-right: 20px;
  }

  .garantiya {
    height: 30vh;
    margin-bottom: 20px;
  }

  .eco {
    height: 35vw;
    flex-direction: row-reverse;
  }

  .heading-5 {
    width: auto;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-left: 20px;
    font-size: 22px;
  }

  .heading-5.eco-heading {
    width: 25vw;
    margin-right: 0;
  }

  .bg-garanty-stab {
    width: 12vw;
    height: 22vw;
  }

  .name-garanty-stab {
    font-size: 14px;
  }

  .image-9 {
    width: 5vw;
    top: 111%;
  }

  .div-block-8 {
    width: 5vw;
    height: 5vw;
  }

  .text-block-11 {
    font-size: 12px;
    bottom: -102%;
  }

  .eco-img {
    margin-left: 10px;
    margin-right: 20px;
  }

  .eco-text {
    width: 35vw;
    margin-left: 20px;
    margin-right: 0;
  }

  .image-10 {
    width: 20vw;
    max-width: none;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block-12 {
    width: 25vw;
    margin-left: 20px;
    padding: 10px;
    font-size: 18px;
  }

  .delivery-img {
    margin-bottom: 40px;
  }

  .delivery-text {
    margin-bottom: 30px;
  }

  .samovyviz, .ukr-poshta {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }

  .nova-poshta {
    width: 20px;
    height: 20px;
  }

  .delivery-icon {
    margin-bottom: 0;
    margin-left: 20px;
    position: absolute;
    top: auto;
    bottom: 25%;
    left: 0%;
    right: 0%;
  }

  .opt-delivery {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-13 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .out-stabs {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .stab-025 {
    width: 28vw;
  }

  .kosi-linii {
    height: 15px;
  }

  .stabs-name {
    height: 50px;
    margin-top: 0;
  }

  .characteristics {
    margin-top: 15px;
  }

  .type-stab {
    margin-bottom: 15px;
  }

  .text-block-14 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .stab-img {
    width: 30vw;
  }

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

  .text-block-16 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .button-2 {
    padding: 16px 25px;
    font-size: 16px;
  }

  .text-span-5 {
    font-size: 14px;
  }

  .faq {
    flex-direction: column;
    margin-left: 5vw;
    margin-right: 5vw;
    display: flex;
  }

  .questions {
    width: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .faq-body {
    flex-direction: column;
    margin-bottom: 25vw;
  }

  .stabs-faq {
    padding-left: 0;
    padding-right: 0;
    top: 70px;
    bottom: 0;
  }

  .div-block-10 {
    height: 30vh;
  }

  .image-13 {
    width: 70vw;
  }

  .faq-img {
    top: -65px;
  }

  .image-14 {
    height: 30px;
  }

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

  .html-embed {
    height: auto;
  }

  .contact-email {
    margin-bottom: 30px;
  }

  .div-block-60 {
    width: 45vw;
  }

  .heading-8 {
    width: 25vw;
    font-size: 24px;
  }

  .paragraph-5 {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .div-block-61 {
    margin-bottom: 20px;
  }

  .call-to-action-3 {
    text-align: center;
    padding: 15px 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .div-block-59 {
    width: 45vw;
    background-color: var(--new-white-bg);
    margin-bottom: 30px;
    margin-right: 0;
    padding: 40px;
  }

  .contact-phones {
    margin-bottom: 30px;
  }

  .phone-number-footer {
    font-size: 18px;
  }

  .left-title-block {
    width: 30vw;
    height: 35vh;
    margin-right: 5vw;
  }

  .left-title-block.contact-left-side {
    height: 60vh;
    margin-right: 20px;
    position: static;
  }

  .div-block-92 {
    width: 50vw;
    height: auto;
    flex-direction: column;
  }

  .div-block-93 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logo-footer {
    width: 35vw;
    height: auto;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
  }

  .image-22 {
    width: 40vw;
  }

  .div-block-94 {
    margin-bottom: 40px;
  }

  .footer-link {
    font-size: 16px;
  }

  .image-23 {
    width: 30vw;
    top: 249px;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .link {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .left-call {
    width: 90px;
    height: 90px;
    bottom: 3%;
    left: 87%;
  }

  .image-19 {
    width: 30px;
  }

  .gif-smoke-1 {
    width: 60vw;
    top: 0%;
    left: 10%;
  }

  .image-26 {
    width: 50vw;
    left: 0%;
  }

  .image-27 {
    width: 120px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .form-for-partners {
    margin-bottom: 40vw;
    margin-left: 0;
    margin-right: 0;
  }

  .production-block {
    height: auto;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-partner {
    padding-left: 5vw;
  }

  .form-block {
    max-width: none;
    margin-right: 5vw;
    padding: 40px;
  }

  .text-field-2 {
    width: 35vw;
    margin-bottom: 30px;
    padding: 15px 5px;
    font-size: 16px;
  }

  .text-field-2.last-field {
    margin-bottom: 50px;
  }

  .submit-button {
    padding: 15px 40px;
    font-size: 16px;
  }

  .heading-9 {
    width: auto;
    font-size: 22px;
  }

  .paragraph-6 {
    width: auto;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .section-2 {
    margin-bottom: 15vw;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .bg-production {
    width: 100%;
    height: 30vw;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .production-text {
    max-width: none;
    margin-bottom: 60px;
  }

  .youtube-2 {
    width: auto;
    height: auto;
  }

  .div-block-96 {
    width: 60vw;
    height: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .plashka-left {
    top: 15%;
    left: -25%;
  }

  .plashka-text {
    padding: 10px 20px;
    font-size: 12px;
  }

  .plashka-right {
    z-index: 1;
    top: 15%;
    right: -25%;
  }

  .three-simistors {
    width: 47vw;
    bottom: -3%;
    left: -16%;
  }

  .text-block-20 {
    z-index: 0;
    font-size: 30px;
    top: 24%;
  }

  .vertical-simistor {
    width: 50vw;
  }

  .text-block-20-copy {
    z-index: 0;
    font-size: 30px;
  }

  .image-29 {
    width: 20vw;
    position: absolute;
    bottom: 9%;
    left: 15%;
  }

  .div-block-97 {
    width: 14vw;
    top: 0;
    bottom: 0;
  }

  .div-block-98 {
    width: 14vw;
    top: 4px;
  }

  .five-years, .five-years-2 {
    width: 5vw;
    top: 104%;
  }

  .div-block-99 {
    width: 15vw;
    top: 4px;
  }

  .image-30 {
    width: 20px;
    height: 20px;
  }

  .div-block-100 {
    width: 10px;
    margin-left: 7px;
  }

  .qa-1 {
    width: 80vw;
    margin-bottom: 15px;
  }

  .dropdown-2 {
    border-style: none;
    border-radius: 1vw;
    padding: 25px 40px 25px 30px;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-22 {
    width: 70vw;
    font-size: 18px;
    font-weight: 400;
  }

  .image-34 {
    width: 20px;
  }

  .paragraph-8 {
    margin-top: 4vw;
    padding-left: 2vw;
    padding-right: 6vw;
    font-size: 16px;
  }

  .partners-block-copy {
    height: 50vw;
    padding-left: 0;
  }

  .div-block-101 {
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .background-video-2 {
    width: 100%;
  }

  .div-block-103 {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  }

  .image-35 {
    width: 30vw;
  }

  .image-36 {
    width: 35px;
    height: 35px;
  }

  .text-block-24, .text-block-25, .text-block-26 {
    font-size: 14px;
  }

  .icon-2 {
    color: #fff;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    margin-bottom: 30px;
  }

  .list-item-6 {
    margin-bottom: 140px;
  }

  .image-37 {
    width: 20vw;
    position: absolute;
    bottom: 5%;
    left: 15%;
  }

  .image-38 {
    width: 20vw;
    bottom: 5%;
    left: -9%;
  }

  .text-span-6, .text-span-7 {
    font-size: 14px;
  }

  .arrow-down-1, .arrow-down-3, .arrow-down-4, .arrow-down-5, .arrow-down-4-copy {
    width: 30px;
    top: 33%;
    left: 75%;
  }

  .arrow-up-5, .arrow-up-4, .arrow-3up, .arrow-up-2, .arrow-up-1 {
    width: 30px;
  }

  .call-meneger-fiela {
    width: 35vw;
    margin-bottom: 30px;
    padding: 15px 5px;
    font-size: 16px;
  }

  .call-meneger-fiela.last-field {
    margin-bottom: 50px;
  }

  .form-2 {
    width: auto;
  }

  .form-cross-2 {
    width: 25px;
    height: 25px;
    justify-content: center;
    top: 5%;
    right: 3%;
  }

  .heading-19 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .form-section {
    display: none;
  }

  .success-message {
    padding-bottom: 60px;
  }

  .submit-button-3 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .but-on-home-page {
    width: 40vw;
    padding: 18px 40px;
    font-size: 16px;
    bottom: 10%;
  }

  .paragraph-13 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 140%;
  }

  .name {
    width: auto;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-size: 16px;
  }

  .email {
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-size: 16px;
  }

  .phone {
    width: auto;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-size: 16px;
  }

  .form-block-3 {
    width: 60vw;
    padding: 40px;
  }

  .thank-header {
    font-size: 30px;
  }

  .heading-20 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .text-block-31 {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-14 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 140%;
  }

  .form-block-4 {
    width: 70vw;
    padding: 60px;
  }

  .text-block-32 {
    font-size: 16px;
    line-height: 140%;
  }

  .question-field {
    width: auto;
    margin-bottom: 60px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-size: 16px;
  }

  .div-block-111, .div-block-111-copy {
    width: 20px;
    height: 6px;
  }

  .div-block-112 {
    width: 20px;
    height: 20px;
    top: 4%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .buy-025 {
    display: none;
  }

  .form-block-5 {
    flex-direction: column;
  }

  .form-3 {
    flex-direction: column;
    padding: 40px;
  }

  .order-field {
    width: 80%;
    margin-bottom: 40px;
    padding: 15px 10px;
    font-size: 16px;
  }

  .field-label {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .general-info {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .delivery-radiobutton {
    width: 80%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .radio-button-label {
    font-size: 16px;
  }

  .radio-button-field {
    margin-bottom: 40px;
  }

  .payment {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: none;
  }

  .towns {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .address {
    display: none;
  }

  .paragraph-15 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 160%;
  }

  .submit-button-4 {
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 16px 60px;
    font-size: 16px;
  }

  .total-price {
    font-size: 24px;
  }

  .total-price.price-product-card {
    color: #2d373c;
    font-size: 5vw;
  }

  .total-price.price-product-card.price {
    font-size: 20px;
    font-weight: 700;
  }

  .price-value-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .img-price-checkout {
    width: 70vw;
    flex-direction: column;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .counter-button.up {
    width: 6vw;
    height: 6vw;
    background-color: rgba(0, 0, 0, 0);
    border-color: #ff8c00;
    border-radius: 0;
    margin-left: 45px;
  }

  .counter-button.up:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #2d373c;
  }

  .counter-button.up:active {
    background-color: #040607;
    border-color: #040607;
  }

  .counter-button.down {
    width: 45px;
    height: 45px;
    border-color: #ff8c00;
    border-radius: 5px;
    margin-right: 45px;
    padding: .551vw 2vw;
  }

  .counter-button.down:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #2d373c;
    border-radius: 0;
  }

  .counter-button.down:active {
    background-color: #040607;
    border-color: #040607;
  }

  .counter-input {
    width: 60px;
    height: 45px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 2vw;
    font-size: 16px;
  }

  .plus-line {
    width: 4px;
    height: 16px;
    background-color: #ff8c00;
    transform: rotate(0);
  }

  .price-field {
    font-size: 24px;
  }

  .text-block-33 {
    font-size: 16px;
  }

  .text-block-33.price-name-product-card {
    color: var(--black);
    margin-bottom: 5px;
    font-size: 16px;
  }

  .product-img {
    width: 40vw;
    margin-bottom: 15px;
  }

  .heading-21 {
    color: var(--black);
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
  }

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

  .minus-line {
    width: 4px;
    height: 16px;
    background-color: #ff8c00;
    transform: rotate(90deg);
  }

  .third-row {
    width: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-116 {
    flex-direction: column;
    margin-left: 0;
  }

  .success-message-2 {
    width: 80vw;
  }

  .text-block-34 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .button-3 {
    margin-bottom: 40px;
    padding: 18px 40px;
    font-size: 16px;
  }

  .buy-04 {
    display: none;
  }

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

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

  .price-field-04 {
    font-size: 24px;
  }

  .buy-1-6 {
    display: none;
  }

  .form-1-6 {
    flex-direction: column;
    display: flex;
  }

  .image-45 {
    width: 40vw;
  }

  .right-scrn {
    width: 100vw;
    height: auto;
    position: relative;
  }

  .body-main-section {
    flex-direction: column;
    align-items: center;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 0;
  }

  .div-block-123 {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .image-47 {
    width: 40vw;
    height: auto;
    margin-right: 60px;
  }

  .characteristics-025 {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px;
  }

  .main-char-2 {
    font-size: 14px;
  }

  .main-char-1, .text-block-14-copy {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .char-stab {
    margin-bottom: 15px;
  }

  .text-block-39 {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

  .button-4 {
    font-size: 18px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-2.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-125, .not-active {
    margin-bottom: 10px;
    bottom: 0%;
  }

  .tab-link-tab-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-40, .not-active-name-main-stab {
    font-size: 14px;
  }

  .tabs-content {
    margin-bottom: 40px;
  }

  .div-block-127 {
    height: auto;
    position: static;
    top: auto;
    bottom: auto;
  }

  .div-block-129 {
    position: static;
    top: 40px;
    bottom: 0;
    left: 5vw;
    right: 5vw;
  }

  .tabs-2 {
    width: 90vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }

  .tabs-menu-3 {
    width: auto;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .tab-pane-tab-1-2, .tab-pane-tab-2 {
    width: 90vw;
    height: auto;
  }

  .tab-pane-tab-3 {
    width: 90vw;
  }

  .image-50 {
    width: 40vw;
    top: 22.508vw;
  }

  .div-block-130 {
    width: 90vw;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .div-block-131 {
    width: 40vw;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .text-block-41 {
    font-size: 16px;
  }

  .div-block-132 {
    margin-bottom: 20px;
  }

  .text-block-42 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .button-5 {
    padding: 15px 30px;
    font-size: 16px;
    top: 22.771vw;
  }

  .tab-link-tab-1-2 {
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 15px 30px;
    font-size: 16px;
  }

  .tab-link-tab-1-2.w--current {
    margin-bottom: 0;
    margin-right: 20px;
    padding: 15px 30px;
    font-size: 16px;
  }

  .text-block-44 {
    font-size: 16px;
  }

  .tabs-content-2 {
    width: 90vw;
    height: auto;
  }

  .image-50-04 {
    width: 40vw;
    max-width: none;
    top: 27.308vw;
  }

  .button-04 {
    padding: 15px 60px;
    font-size: 16px;
    top: 29.971vw;
  }

  .image-50-16 {
    width: 40vw;
    max-width: none;
    margin-top: -30px;
    position: static;
    top: 0;
  }

  .button-5-16 {
    width: 25vw;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 15px 60px;
    font-size: 16px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .div-block-133 {
    z-index: 1;
    border: .05vw solid var(--orange);
    background-color: rgba(255, 140, 0, .05);
    border-radius: 0;
    flex-direction: column;
    padding: 30px 40px;
  }

  .image-50-025 {
    width: 40vw;
    max-width: none;
    margin-top: -105px;
    position: relative;
    top: 0%;
  }

  .image-50-04new {
    width: 40vw;
    max-width: none;
    margin-top: -58px;
    position: static;
    top: -9.3vw;
  }

  .button-2-white, .button-orange {
    padding: 16px 25px;
    font-size: 16px;
  }

  .footer-menu {
    width: 40vw;
    height: auto;
    background-color: var(--black);
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link-footer {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .fb-social-link {
    width: 4vw;
    height: 4vw;
    margin-right: 40px;
  }

  .image-51 {
    width: 35px;
    height: 35px;
  }

  .text-block-46 {
    font-size: 16px;
  }

  .div-block-134 {
    margin-bottom: 40px;
  }

  .social-links {
    width: 30vw;
    align-items: flex-start;
    margin: 20px auto 30px;
    padding-left: 0;
  }

  .youtube-social-link {
    margin-right: 0;
  }

  .social-media-link-contacts {
    width: 35vw;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .div-block-135 {
    width: 50vw;
    height: auto;
    flex-direction: column;
  }

  .div-block-136 {
    width: 45vw;
  }

  .paragraph-16 {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .image-52 {
    width: 35px;
    height: 35px;
  }

  .phone-number-footer-2 {
    font-size: 18px;
  }

  .div-block-138 {
    margin-bottom: 20px;
  }

  .h1.alighn-left {
    font-size: 24px;
  }

  .button-orange-2 {
    padding: 16px 25px;
    font-size: 16px;
  }

  .image-53 {
    width: 35px;
    height: 35px;
  }

  .instagram-social-link {
    width: 4vw;
    height: 4vw;
    margin-right: 40px;
  }

  .div-block-139 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-140 {
    width: 45vw;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 40px;
  }

  .big-text-s2-2 {
    font-size: 16px;
  }

  .big-text-s2-2.black-big-text {
    font-size: 24px;
  }

  .big-text-s2-2.black-big-text.tablet {
    text-align: center;
    margin-bottom: 40px;
  }

  .right-block-s3-2 {
    margin-right: 0;
  }

  .microvawe-2 {
    width: 18vw;
  }

  .stiralka-2 {
    width: 19vw;
  }

  .div-block-141 {
    width: 12vw;
    height: 12vw;
  }

  .div-block-141.pc-circle {
    bottom: 25%;
  }

  .div-block-141.tv-circle {
    bottom: 15%;
    left: 20%;
  }

  .div-block-141.stiralka-circle {
    bottom: 25%;
  }

  .div-block-141.microvawe-circle {
    bottom: 25%;
    left: 19%;
  }

  .image-54 {
    width: 20vw;
  }

  .holodilnik-2 {
    width: 16vw;
  }

  .tv-2 {
    width: 28vw;
    left: 17%;
  }

  .title_text {
    font-size: 13px;
  }

  .pc-2 {
    width: 26vw;
  }

  .text-block-47 {
    font-size: 14px;
  }

  .serednia-cina-2 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .image-55 {
    width: 120px;
  }

  .big-text-s2-2-copy {
    font-size: 16px;
  }

  .big-text-s2-2-copy.black-big-text {
    font-size: 24px;
  }

  .big-text-s2-2-copy.black-big-text.tablet {
    text-align: center;
    margin-bottom: 40px;
  }

  .big-text-s2-3 {
    font-size: 16px;
  }

  .big-text-s2-3.black-big-text {
    font-size: 24px;
  }

  .big-text-s2-3.black-big-text.tablet {
    text-align: center;
    margin-bottom: 40px;
  }

  .image-56 {
    width: 20vw;
  }

  .holodilnik-3 {
    width: 16vw;
  }

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

  .div-block-142 {
    width: 12vw;
    height: 12vw;
  }

  .div-block-142.tv-circle {
    bottom: 15%;
    left: 20%;
  }

  .div-block-142.pc-circle {
    bottom: 25%;
  }

  .div-block-142.microvawe-circle {
    bottom: 25%;
    left: 19%;
  }

  .div-block-142.stiralka-circle {
    bottom: 25%;
  }

  .image-57 {
    width: 120px;
  }

  .pc-3 {
    width: 26vw;
  }

  .image-58 {
    width: 20vw;
  }

  .holodilnik-4 {
    width: 16vw;
  }

  .text-block-49 {
    font-size: 14px;
  }

  .div-block-143 {
    width: 12vw;
    height: 12vw;
  }

  .div-block-143.tv-circle {
    bottom: 15%;
    left: 20%;
  }

  .div-block-143.pc-circle {
    bottom: 25%;
  }

  .div-block-143.microvawe-circle {
    bottom: 25%;
    left: 19%;
  }

  .div-block-143.stiralka-circle {
    bottom: 25%;
  }

  .image-59 {
    width: 120px;
  }

  .image-68 {
    width: 30px;
    height: 30px;
  }

  .image-69 {
    width: 40px;
    height: 40px;
  }

  .paragraph-15--data {
    font-size: 16px;
  }

  .list-item-7 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .list-5 {
    margin-bottom: 50px;
  }

  .text-block-68 {
    font-size: 16px;
  }

  .paragraph-1fiz-osoba {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .section-13 {
    margin-top: 40px;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .bold-text-15 {
    font-size: 20px;
  }

  .adrres-and-reqvizity {
    margin-bottom: 50px;
  }

  .heading-22 {
    margin-bottom: 20px;
  }

  .back-to-home {
    width: auto;
    border-width: 1px;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 15px 0;
  }

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

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

  .image-70 {
    width: 35px;
    margin-right: 15px;
  }

  .heading-23 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .list-item-18 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .bold-text-17 {
    font-size: 20px;
  }

  .paragraph-21 {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .link-2 {
    margin-right: 40px;
    font-size: 16px;
  }

  .link-block-6 {
    margin-bottom: 30px;
  }

  .text-block-69 {
    font-size: 16px;
  }

  .list-item-20 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .bold-text-21 {
    font-size: 20px;
  }

  .list-6 {
    margin-bottom: 50px;
  }

  .section-14 {
    margin-top: 40px;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .image-73 {
    width: 35px;
    margin-right: 15px;
  }

  .povernenniz {
    margin-bottom: 50px;
  }

  .heading-25 {
    margin-bottom: 20px;
  }

  .paragraph-22 {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .heading-26 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .paragraph-16-20px {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .heading-27 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .paragraph-23 {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .image-74 {
    width: 35px;
    margin-right: 15px;
  }

  .text-block-70 {
    font-size: 16px;
  }

  .paragraph-24 {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 150%;
  }

  .heading-28 {
    margin-bottom: 20px;
  }

  .bold-text-22 {
    font-size: 18px;
  }

  .new-form-cross {
    width: 25px;
    height: 25px;
    display: none;
  }

  .div-block-144, .div-block-144-copy {
    width: 20px;
    height: 6px;
  }

  .pa-data {
    max-width: 90vw;
    margin-bottom: 80px;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    height: 90vh;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .block-with-icons {
    width: 100%;
  }

  .icon-block-1 {
    margin-bottom: 5px;
  }

  .icon-block-1.firs-icon {
    width: 40px;
    height: 33px;
    margin-bottom: 5px;
  }

  .second-section {
    flex-direction: column;
  }

  .right-block-s2 {
    width: 90%;
    margin-left: 10vw;
    margin-right: 0;
    right: 0;
  }

  .left-block-s2 {
    width: 90vw;
  }

  .heading-2 {
    margin-top: 0;
  }

  .image {
    max-width: 60vw;
    top: -5.2vw;
    left: 8.4vw;
  }

  .chob-ne-bulo-takogo {
    width: 30vw;
  }

  .text-left-block-s2 {
    margin-left: 50vw;
    top: 27.7vw;
  }

  .big-text-s2.black-big-text.dopomoje-ce {
    width: 30vw;
    margin-bottom: 0;
  }

  .big-text-s2.orange-title {
    font-size: 22px;
  }

  .image-3 {
    top: 20%;
    left: 80%;
    transform: rotate(90deg);
  }

  .text-right-block {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-5 {
    width: 70vw;
    margin-top: 20px;
  }

  .right-block-s3 {
    width: 80vw;
  }

  .black-quadro-left {
    width: 80vw;
    height: 30vh;
  }

  .image-7 {
    width: 60vw;
    bottom: -12%;
    left: 9%;
  }

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

  .partners {
    margin-top: 10vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-side-s5-1 {
    width: 80vw;
    margin-bottom: 30px;
  }

  .rele-1 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .text-right-side {
    width: 80vw;
    max-width: none;
  }

  .rele-2 {
    flex-direction: column;
    align-items: center;
  }

  .text-left-side {
    width: 80vw;
    max-width: none;
  }

  .left-side-s5-2 {
    width: 80vw;
    margin-bottom: 30px;
  }

  .three-block {
    flex-direction: column;
    align-items: center;
  }

  .div-block-4, .div-block-4.two-rows {
    margin-bottom: 10px;
  }

  .two-blocks {
    width: 80vw;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .delivery {
    width: 80vw;
  }

  .eco {
    height: 30vh;
    position: relative;
  }

  .heading-5.eco-heading {
    width: 40vw;
  }

  .bg-garanty-stab {
    width: 20vw;
    height: 30vw;
  }

  .name-garanty-stab {
    padding-top: 5px;
    font-size: 16px;
    line-height: 100%;
  }

  .image-9 {
    width: 7vw;
    max-width: none;
    top: 24%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-8 {
    width: 100%;
    height: 100%;
  }

  .text-block-11 {
    font-size: 14px;
    bottom: 50%;
  }

  .eco-img {
    position: absolute;
    top: 10%;
  }

  .eco-text {
    width: 50vw;
    margin-left: 20px;
    margin-right: auto;
    position: relative;
    left: 0;
  }

  .image-10 {
    width: 35vw;
  }

  .text-block-12 {
    width: 34vw;
  }

  .delivery-img {
    width: 60vw;
    height: auto;
    margin-bottom: 60px;
  }

  .delivery-text {
    width: 60vw;
    margin-bottom: 20px;
  }

  .delivery-icon {
    bottom: 20%;
  }

  .image-12 {
    width: 20px;
    height: 20px;
  }

  .stabs-cards {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .stab-025 {
    width: 50vw;
    margin-bottom: 30px;
  }

  .kosi-linii {
    justify-content: space-between;
  }

  .stabs-name {
    height: 60px;
  }

  .text-block-14 {
    font-size: 13px;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .stab-img {
    width: auto;
  }

  .price-button {
    margin-top: -20px;
    padding-bottom: 30px;
  }

  .faq {
    margin-bottom: 10vw;
  }

  .questions {
    margin-bottom: 60px;
  }

  .image-13 {
    width: 80vw;
    margin-bottom: 9.24vw;
  }

  .html-embed {
    height: 100%;
  }

  .contact-email {
    margin-bottom: 30px;
  }

  .div-block-60 {
    width: 60vw;
  }

  .heading-8 {
    width: 84vw;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .paragraph-5 {
    width: 80vw;
    text-align: center;
  }

  .div-block-61 {
    width: 80vw;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .call-to-action-3 {
    padding: 14px 30px;
  }

  .div-block-59 {
    width: 60vw;
    padding: 30px;
  }

  .contact-phones {
    margin-bottom: 30px;
  }

  .left-title-block {
    width: 90vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .left-title-block.contact-left-side {
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-92 {
    width: 80vw;
    align-items: center;
  }

  .contact-address {
    margin-bottom: 0;
  }

  .div-block-93 {
    flex-direction: column;
    align-items: center;
  }

  .logo-footer {
    width: 60vw;
  }

  .image-22 {
    width: 60vw;
    margin-bottom: 30px;
  }

  .div-block-94 {
    margin-bottom: 40px;
  }

  .footer-link {
    font-size: 16px;
  }

  .image-23 {
    width: 30vw;
    top: 228px;
  }

  .left-call {
    width: 80px;
    height: 80px;
    bottom: 2%;
    left: 84%;
  }

  .gif-smoke-1 {
    width: 60vw;
    top: -6%;
    left: -5%;
  }

  .image-26 {
    width: 80vw;
  }

  .image-28 {
    width: auto;
    max-width: none;
  }

  .tv {
    height: auto;
    max-width: none;
  }

  .pc {
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .form-for-partners {
    flex-direction: row;
    margin-top: 15vw;
    margin-bottom: 15vw;
    display: flex;
  }

  .form-partner {
    padding-left: 0;
  }

  .partner-text {
    width: 80vw;
    margin-top: 60px;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .form-block {
    width: 80vw;
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
    bottom: 0;
  }

  .text-field-2 {
    width: 60vw;
    margin-bottom: 40px;
  }

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

  .heading-9 {
    width: 55vw;
    margin-bottom: 10px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .div-block-96 {
    width: 70vw;
  }

  .plashka-left {
    top: 30%;
    left: -15%;
  }

  .plashka-right {
    top: 30%;
    right: -15%;
  }

  .three-simistors {
    width: 70vw;
    bottom: -23%;
    left: 37px;
  }

  .text-block-20 {
    top: 14%;
  }

  .image-29 {
    width: 22vw;
    max-width: none;
    bottom: 0;
    left: 0%;
  }

  .div-block-97 {
    width: 20vw;
    left: 0%;
  }

  .div-block-98 {
    width: 21vw;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .five-years {
    width: 7vw;
    max-width: none;
    top: 24%;
    bottom: 0%;
  }

  .five-years-2 {
    width: 7vw;
    max-width: none;
    top: 24%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-99 {
    width: 25vw;
    top: 6px;
  }

  .image-31 {
    width: 60vw;
    max-width: none;
    top: 10px;
  }

  .image-32 {
    width: 60vw;
    max-width: none;
  }

  .qa-1 {
    width: 90vw;
  }

  .dropdown-2 {
    width: 90vw;
    flex-flow: column;
    align-content: stretch;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 20px;
    display: flex;
  }

  .dropdown-toggle-2 {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: flex;
  }

  .text-block-22 {
    width: 77vw;
    text-align: left;
    white-space: pre-wrap;
    object-fit: fill;
    object-position: 50% 50%;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-content: flex-start;
    align-self: center;
    font-size: 16px;
    line-height: 160%;
    display: flex;
    position: static;
    overflow: visible;
  }

  .image-34 {
    width: 20px;
    height: 20px;
    font-size: 3vw;
  }

  .paragraph-8 {
    font-size: 3vw;
  }

  .partners-block-copy {
    width: 100vw;
    height: 100%;
    flex-direction: column-reverse;
  }

  .div-block-101 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-105 {
    width: 100vw;
    height: 30vh;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-35 {
    width: 45vw;
  }

  .image-37 {
    width: 22vw;
    max-width: none;
    position: relative;
    bottom: 0;
    left: 0%;
  }

  .image-38 {
    width: 25vw;
    max-width: none;
  }

  .image-39 {
    width: 60vw;
    max-width: none;
  }

  .arrow-down-1, .arrow-down-3, .arrow-down-4, .arrow-down-5, .arrow-down-4-copy {
    top: 20%;
    left: 80%;
    transform: rotate(90deg);
  }

  .call-meneger-fiela {
    width: 60vw;
    margin-bottom: 40px;
  }

  .form-cross-2 {
    width: 25px;
    height: 25px;
    justify-content: center;
    top: 4%;
  }

  .form-section {
    display: none;
  }

  .but-on-home-page {
    width: 60vw;
  }

  .form-block-3 {
    width: 80vw;
  }

  .thank-header {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .form-block-4 {
    width: 80vw;
    padding: 40px;
  }

  .buy-025 {
    display: none;
  }

  .delivery-radiobutton, .payment {
    margin-bottom: 40px;
  }

  .total-price {
    font-size: 24px;
    font-weight: 600;
  }

  .total-price.price-product-card.price {
    font-size: 22px;
  }

  .quantity-field {
    flex-direction: column;
  }

  .price-value-2 {
    align-items: center;
    margin-bottom: 20px;
    margin-right: auto;
  }

  .img-price-checkout {
    width: 60vw;
    margin-bottom: 13vw;
    margin-left: auto;
    margin-right: auto;
  }

  .counter-button.up {
    width: 50px;
    height: 50px;
    margin-left: 50px;
  }

  .counter-button.down {
    width: 50px;
    height: 50px;
    margin-right: 50px;
  }

  .counter-input {
    width: 15vw;
    height: 50px;
    margin-bottom: 0;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 16px;
  }

  .text-block-33 {
    margin-bottom: 1.5vw;
    font-size: 16px;
  }

  .text-block-33.price-name-product-card {
    font-size: 14px;
  }

  .product-img {
    width: 60vw;
  }

  .heading-21 {
    font-size: 24px;
  }

  ._025 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .buy-04 {
    display: none;
  }

  ._04 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .buy-1-6 {
    display: none;
  }

  .image-45 {
    width: 60vw;
    margin-bottom: 20px;
  }

  .right-scrn {
    width: 100vw;
    height: auto;
  }

  .body-main-section {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-123 {
    align-items: flex-start;
  }

  .image-47 {
    width: 45vw;
  }

  .main-char-2 {
    font-size: 16px;
  }

  .main-char-1, .text-block-14-copy {
    font-size: 13px;
  }

  .div-block-127 {
    height: auto;
  }

  .tabs-menu-3 {
    justify-content: space-between;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    width: 90vw;
    height: auto;
  }

  .image-50 {
    width: 55vw;
    top: 35.508vw;
  }

  .div-block-130 {
    height: auto;
  }

  .div-block-131 {
    width: auto;
    justify-content: flex-start;
    position: static;
  }

  .button-5 {
    top: 38.471vw;
  }

  .tabs-content-2 {
    height: auto;
  }

  .image-50-04 {
    width: 55vw;
    top: 42.108vw;
  }

  .button-04 {
    top: 42.971vw;
  }

  .image-50-16 {
    width: 55vw;
    top: 44.908vw;
  }

  .button-5-16 {
    width: auto;
    margin-top: 30px;
    position: static;
    top: 45.671vw;
  }

  .image-50-025 {
    width: 55vw;
    margin-top: -103px;
    position: static;
    top: 0;
  }

  .image-50-04new {
    width: 55vw;
    top: 44.908vw;
  }

  .footer-menu {
    width: 60vw;
    height: auto;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link-footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .fb-social-link {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .image-51 {
    width: 35px;
    height: 35px;
  }

  .div-block-134 {
    margin-bottom: 40px;
  }

  .social-links {
    width: 40vw;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .social-media-link-contacts {
    width: auto;
    position: static;
  }

  .div-block-135 {
    width: 80vw;
    align-items: center;
  }

  .div-block-136 {
    z-index: 4;
    width: 60vw;
    position: relative;
  }

  .paragraph-16 {
    width: 80vw;
    text-align: center;
  }

  .image-52 {
    width: 35px;
    height: 35px;
  }

  .div-block-137 {
    z-index: 0;
    width: 100vw;
    height: 30vh;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-138 {
    width: 80vw;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .image-53 {
    width: 35px;
    height: 45px;
  }

  .instagram-social-link {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .div-block-139 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-140 {
    width: 60vw;
    margin-bottom: 40px;
    padding: 30px;
  }

  .right-block-s3-2 {
    width: 90vw;
  }

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

  .microvawe-2 {
    width: 25vw;
  }

  .stiralka-2 {
    width: 27vw;
  }

  .div-block-141 {
    width: 20vw;
    height: 20vw;
    background-color: #ffcd90;
  }

  .div-block-141.pc-circle, .div-block-141.tv-circle {
    width: 20vw;
    height: 20vw;
  }

  .div-block-141.stiralka-circle {
    width: 20vw;
    height: 20vw;
    bottom: 15%;
  }

  .div-block-141.microvawe-circle {
    width: 20vw;
    height: 20vw;
  }

  .image-54 {
    width: 30vw;
    max-width: none;
  }

  .holodilnik-2 {
    width: 24vw;
    max-width: none;
  }

  .tv-2 {
    width: 38vw;
    height: auto;
    max-width: none;
  }

  .pc-2 {
    width: 35vw;
    max-width: none;
    min-width: 0;
  }

  .serednia-cina-2 {
    margin-bottom: 5rem;
  }

  .image-56 {
    width: 30vw;
    max-width: none;
  }

  .holodilnik-3 {
    width: 24vw;
    max-width: none;
  }

  .div-block-142 {
    width: 20vw;
    height: 20vw;
    background-color: #ffcd90;
  }

  .div-block-142.tv-circle, .div-block-142.pc-circle, .div-block-142.microvawe-circle {
    width: 20vw;
    height: 20vw;
  }

  .div-block-142.stiralka-circle {
    width: 20vw;
    height: 20vw;
    bottom: 15%;
  }

  .pc-3 {
    width: 35vw;
    max-width: none;
    min-width: 0;
  }

  .image-58 {
    width: 30vw;
    max-width: none;
  }

  .holodilnik-4 {
    width: 24vw;
    max-width: none;
  }

  .div-block-143 {
    width: 20vw;
    height: 20vw;
    background-color: #ffcd90;
  }

  .div-block-143.tv-circle, .div-block-143.pc-circle, .div-block-143.microvawe-circle {
    width: 20vw;
    height: 20vw;
  }

  .div-block-143.stiralka-circle {
    width: 20vw;
    height: 20vw;
    bottom: 15%;
  }

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

  .section-13 {
    align-items: stretch;
  }

  .back-to-home {
    margin-left: 5vw;
    display: flex;
  }

  .image-70 {
    margin-right: 20px;
  }

  .link-block-6 {
    margin-bottom: 0;
  }

  .section-14 {
    align-items: stretch;
  }

  .image-73, .image-74 {
    margin-right: 20px;
  }

  .paragraph-24 {
    width: 60vw;
  }

  .new-form-cross {
    display: flex;
  }

  .pa-data {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    justify-content: center;
    display: flex;
  }

  .navbar-no-shadow-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .nav-menu {
    width: 90vw;
    height: auto;
    background-color: #181818;
    border: 1px solid #3a3a3a;
    border-radius: 0;
    flex-direction: column;
    padding-top: 90px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.last-nav-link {
    margin-bottom: 60px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .main-section {
    height: auto;
    padding-bottom: 0;
  }

  .left-side-main-scrn {
    width: 90vw;
    flex-direction: column;
    margin: 10vw 5vw 15vw;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: auto;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  .heading {
    font-size: 28px;
  }

  .button {
    text-align: center;
  }

  .block-with-icons {
    padding-left: 5vw;
    display: none;
  }

  .main-icon-1 {
    width: 30vw;
  }

  .big-orange-block {
    height: 40vh;
    top: auto;
    bottom: -30%;
    left: 0%;
    right: 0%;
  }

  .second-section {
    height: 100%;
  }

  .right-block-s2 {
    width: 100%;
    margin-left: 0;
    top: 75px;
  }

  .left-block-s2 {
    width: 100vw;
    flex-direction: column-reverse;
    display: flex;
  }

  .image {
    max-width: 90vw;
    margin-bottom: 0;
    top: 30.2vw;
    left: 23px;
  }

  .chob-ne-bulo-takogo {
    width: auto;
    top: 40px;
  }

  .text-left-block-s2 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 62px;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .dopomoje-os-ce {
    width: 80vw;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    top: 0;
  }

  .big-text-s2 {
    color: var(--white);
    margin-bottom: 0;
    font-size: 30px;
  }

  .big-text-s2.black-big-text.centre {
    margin-bottom: 30px;
  }

  .big-text-s2.black-big-text.tablet {
    margin-bottom: 40px;
  }

  .big-text-s2.black-big-text.dopomoje-ce {
    width: auto;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .big-text-s2.orange-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .image-3 {
    position: static;
    top: 0%;
    left: 25%;
  }

  .image-4 {
    border: 1px solid #000;
    margin-bottom: 10px;
    transform: rotate(90deg);
  }

  .text-right-block {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    margin-bottom: 25px;
  }

  .serednia-cina {
    margin-top: 25vw;
    margin-bottom: 15vw;
  }

  .right-block-s3 {
    width: 90vw;
    flex-direction: column;
    align-items: center;
    margin-top: 15vw;
    display: flex;
  }

  .left-side-3s {
    width: 80vw;
    margin-top: 15vw;
    margin-bottom: 10vw;
  }

  .grid {
    width: 80vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(120px, 1fr) minmax(120px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .partners {
    width: 100vw;
    margin-top: 25vw;
    margin-bottom: 25vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-3 {
    margin-bottom: 20px;
  }

  .rele-1 {
    margin-bottom: 25vw;
  }

  .rele-2 {
    margin-bottom: 20vw;
  }

  .three-block {
    margin-bottom: 25vw;
  }

  .two-blocks, .delivery {
    width: 90vw;
  }

  .garantiya {
    height: 35vh;
  }

  .eco {
    height: 60vh;
  }

  .garanty-stab-block {
    bottom: 10%;
  }

  .heading-5.eco-heading {
    width: 60vw;
  }

  .bg-garanty-stab {
    width: 25vw;
    height: 50vw;
  }

  .name-garanty-stab {
    padding-top: 10px;
  }

  .image-9 {
    width: 12vw;
    top: 15%;
  }

  .text-block-11 {
    top: 40px;
  }

  .eco-img {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .eco-text {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
    top: 90px;
  }

  .image-10 {
    width: 50vw;
    position: static;
  }

  .text-block-12 {
    width: 60vw;
  }

  .delivery-img {
    margin-bottom: 100px;
  }

  .delivery-text {
    width: 70vw;
  }

  .delivery-icon {
    margin-bottom: 20px;
    margin-left: 30px;
    bottom: 18%;
  }

  .stabs-cards {
    margin-bottom: 15vw;
  }

  .stab-025 {
    width: 80vw;
  }

  .price-button {
    margin-top: 0;
  }

  .questions {
    margin-bottom: 40px;
  }

  .faq-body {
    margin-bottom: 20vw;
  }

  .heading-7 {
    margin-bottom: 30px;
  }

  .div-block-60 {
    width: 90vw;
  }

  .heading-8 {
    width: auto;
    font-size: 24px;
  }

  .paragraph-5 {
    width: 90vw;
    margin-bottom: 30px;
  }

  .div-block-59 {
    width: 90vw;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-title-block {
    width: 90vw;
    margin-bottom: 0;
  }

  .left-title-block.contact-left-side {
    height: auto;
    margin-bottom: 60px;
  }

  .div-block-92 {
    width: 90vw;
  }

  .div-block-93 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding-top: 40px;
  }

  .logo-footer {
    width: 70vw;
    margin-bottom: 40px;
  }

  .image-22 {
    width: 70vw;
    margin-bottom: 0;
  }

  .div-block-94 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-link {
    margin-bottom: 30px;
    margin-right: 0;
    font-size: 16px;
  }

  .image-23 {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    top: 400px;
  }

  .left-call {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 1%;
    left: 75%;
  }

  .image-19 {
    width: 20px;
  }

  .gif-smoke-1 {
    width: 80vw;
    top: 6%;
  }

  .image-26 {
    width: 110vw;
  }

  .remont-tech-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .production-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-2 {
    width: auto;
  }

  .form {
    align-items: stretch;
  }

  .heading-9 {
    width: auto;
    font-size: 20px;
  }

  .section-2 {
    margin-bottom: 25vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .bg-production {
    height: 35vw;
  }

  .div-block-96 {
    width: 80vw;
  }

  .plashka-left {
    left: -20%;
  }

  .plashka-right {
    right: -20%;
  }

  .three-simistors {
    width: 80vw;
    top: auto;
    bottom: -25%;
    left: 0%;
    right: 0%;
  }

  .vertical-simistor {
    width: 70vw;
  }

  .image-29 {
    width: 28vw;
    bottom: -45px;
    left: 0%;
  }

  .div-block-97 {
    width: 28vw;
    left: 5px;
  }

  .div-block-98 {
    width: 30vw;
    top: 1px;
    left: 0;
  }

  .five-years, .five-years-2 {
    width: 12vw;
    top: 7%;
  }

  .div-block-99 {
    width: 32vw;
  }

  .image-31 {
    width: 70vw;
  }

  .image-32 {
    width: 75vw;
  }

  .dropdown-2 {
    margin-bottom: 0;
  }

  .text-block-22 {
    width: 70vw;
    font-size: 16px;
  }

  .image-34 {
    width: 5vw;
    height: 5vw;
    font-size: 5vw;
  }

  .paragraph-8 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-101 {
    height: auto;
  }

  .text-block-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-103 {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 27%, #000 92%);
    border-radius: 8px;
  }

  .image-35 {
    width: 60vw;
  }

  .play-pause-button {
    top: 75%;
  }

  .text-block-24 {
    font-size: 14px;
  }

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

  .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    margin-bottom: 20px;
  }

  .list-item-6 {
    margin-bottom: 100px;
  }

  .image-37 {
    width: 30vw;
    bottom: -37px;
    left: 0;
  }

  .image-38 {
    width: 32vw;
    position: relative;
    bottom: -30px;
  }

  .image-39 {
    width: 75vw;
  }

  .arrow-down {
    width: 70vw;
    height: 30px;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 0%;
  }

  .arrow-down-1 {
    position: static;
    top: 0%;
    left: 0%;
  }

  .arrow-down-3 {
    position: static;
    top: 0%;
    left: 50%;
  }

  .arrow-down-4 {
    position: static;
    top: 0%;
    left: 75%;
  }

  .arrow-down-4._4 {
    left: 75%;
  }

  .arrow-down-5 {
    position: static;
    top: 0%;
    left: 100%;
  }

  .arrow-down-5._4 {
    left: 75%;
  }

  .arrow-down-4-copy {
    top: 0%;
    left: 75%;
  }

  .arrow-down-4-copy._4 {
    left: 75%;
  }

  .arrows-up {
    width: 70vw;
    height: 30px;
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
  }

  .arrow-up-5 {
    height: 30px;
    border: 1px solid #000;
    margin-bottom: 10px;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: rotate(90deg);
  }

  .arrow-up-4 {
    height: 30px;
    border: 1px solid #000;
    margin-bottom: 10px;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
    transform: rotate(90deg);
  }

  .arrow-3up, .arrow-up-2 {
    height: 30px;
    border: 1px solid #000;
    margin-bottom: 10px;
    position: static;
    left: auto;
    transform: rotate(90deg);
  }

  .arrow-up-1 {
    height: 30px;
    border: 1px solid #000;
    margin-bottom: 10px;
    transform: rotate(90deg);
  }

  .call-meneger-fiela {
    width: auto;
  }

  .form-cross-2 {
    width: 30px;
    height: 30px;
    justify-content: center;
    top: 4%;
    right: 5%;
  }

  .heading-19 {
    margin-bottom: 10px;
  }

  .form-section {
    display: none;
  }

  .success-message {
    padding-bottom: 60px;
  }

  .but-on-home-page {
    width: 80vw;
  }

  .paragraph-13 {
    margin-bottom: 50px;
  }

  .name {
    margin-bottom: 40px;
  }

  .email, .phone {
    margin-bottom: 50px;
  }

  .form-block-3 {
    width: 90vw;
    padding: 50px 20px;
  }

  .thank-header {
    font-size: 24px;
  }

  .heading-20 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .paragraph-14 {
    margin-bottom: 50px;
  }

  .form-block-4 {
    width: 90vw;
    padding: 40px 20px;
  }

  .question-field {
    height: auto;
    margin-bottom: 50px;
  }

  .div-block-111, .div-block-111-copy {
    width: 20px;
    height: 6px;
  }

  .div-block-112 {
    top: 4%;
    bottom: auto;
    left: auto;
    right: 4%;
  }

  .buy-025 {
    display: none;
  }

  .form-block-5 {
    overflow: auto;
  }

  .form-3 {
    width: 90vw;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .order-field {
    width: 90%;
    padding-bottom: 25px;
  }

  .field-label {
    margin-bottom: 30px;
  }

  .general-info {
    align-items: center;
  }

  .delivery-radiobutton {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .payment {
    align-items: flex-start;
    margin-bottom: 40px;
    display: none;
  }

  .towns {
    display: none;
  }

  .address {
    margin-bottom: 40px;
    display: none;
  }

  .total-price {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .total-price.price-product-card {
    font-size: 8vw;
  }

  .total-price.price-product-card.price {
    font-size: 24px;
  }

  .price-value-2 {
    margin-bottom: 20px;
  }

  .img-price-checkout {
    width: 80vw;
    margin-bottom: 60px;
  }

  .counter-button.up {
    width: 45px;
    height: 45px;
    margin-left: 45px;
  }

  .counter-button.down {
    width: 45px;
    height: 45px;
    margin-right: 45px;
  }

  .counter-input {
    width: 70px;
    height: 45px;
    border-radius: 1vw;
    padding-left: 5vw;
    font-size: 16px;
  }

  .plus-line {
    width: 4px;
    height: 16px;
  }

  .price-field {
    width: 60vw;
  }

  .text-block-33 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .text-block-33.price-name-product-card {
    font-size: 14px;
  }

  .product-img {
    width: 70vw;
    margin-bottom: 20px;
  }

  .heading-21 {
    font-size: 24px;
  }

  ._025 {
    width: 80vw;
    margin-top: 0;
  }

  .minus-line {
    width: 4px;
    height: 16px;
  }

  .div-block-116 {
    margin-left: 0;
  }

  .success-message-2 {
    width: 90vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-34 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .div-block-117 {
    align-items: stretch;
  }

  .button-3 {
    margin-bottom: 20px;
  }

  .button-3.w--current {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .buy-04 {
    display: none;
  }

  ._04 {
    width: 80vw;
    margin-top: 0;
  }

  .form-04 {
    display: flex;
    overflow: auto;
  }

  .price-field-04 {
    width: 60vw;
  }

  .buy-1-6 {
    display: none;
  }

  .form-1-6 {
    overflow: auto;
  }

  .image-45 {
    width: 80vw;
  }

  .right-scrn {
    height: auto;
    flex-direction: row;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .body-main-section {
    flex-direction: column;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .tabs {
    flex-direction: column;
  }

  .div-block-123 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .image-47 {
    width: 80vw;
    margin-bottom: 10vw;
    margin-right: 0;
  }

  .characteristics-025 {
    padding: 40px;
  }

  .tabs-menu-2 {
    margin-bottom: 40px;
  }

  .tab-link-tab-1, .tab-link-tab-2.w--current {
    margin-right: 10px;
  }

  .text-block-40, .not-active-name-main-stab {
    font-size: 12px;
  }

  .div-block-129 {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .tabs-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs-menu-3 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .image-50 {
    width: 70vw;
    position: absolute;
    top: 20.508%;
  }

  .div-block-130 {
    height: auto;
  }

  .div-block-131 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-block-41 {
    font-size: 16px;
  }

  .button-5 {
    position: relative;
    top: 10.471%;
  }

  .tab-link-tab-1-2 {
    width: 100%;
    margin-right: 0;
  }

  .tab-link-tab-1-2.w--current {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tabs-content-2 {
    height: auto;
    position: static;
  }

  .image-50-16 {
    width: 70vw;
    position: static;
    top: 26%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .button-5-16 {
    margin-bottom: 0;
    position: static;
    top: 58%;
  }

  .image-50-025 {
    width: 70vw;
    margin-top: -81px;
    position: static;
    top: 26%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .image-50-04new {
    width: 70vw;
    position: static;
    top: 26%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .footer-menu {
    width: 90vw;
    height: auto;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-footer {
    color: var(--white);
    text-align: center;
  }

  .nav-link-footer.last-nav-link {
    margin-bottom: 60px;
  }

  .fb-social-link {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .image-51 {
    width: 35px;
    height: 35px;
  }

  .div-block-134 {
    margin-bottom: 40px;
  }

  .social-links {
    width: 70vw;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: static;
  }

  .youtube-social-link {
    width: 40px;
    height: 40px;
  }

  .social-media-link-contacts {
    width: 70vw;
    position: static;
  }

  .div-block-135, .div-block-136 {
    width: 90vw;
  }

  .paragraph-16 {
    width: 90vw;
    text-align: left;
    margin-bottom: 30px;
  }

  .image-52 {
    width: 35px;
    height: 35px;
  }

  .h1 {
    font-size: 22px;
    line-height: 160%;
  }

  .image-53 {
    width: 35px;
    height: 35px;
  }

  .instagram-social-link {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .div-block-139 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-140 {
    width: 90vw;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-text-s2-2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
  }

  .big-text-s2-2.black-big-text.tablet {
    margin-bottom: 40px;
  }

  .right-block-s3-2 {
    width: 90vw;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .grid-3 {
    width: 80vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(120px, 1fr) minmax(120px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .microvawe-2 {
    width: 50vw;
    bottom: 18%;
  }

  .stiralka-2 {
    width: 40vw;
  }

  .div-block-141, .div-block-141.pc-circle {
    width: 30vw;
    height: 30vw;
    bottom: 17%;
  }

  .div-block-141.tv-circle {
    width: 30vw;
    height: 30vw;
    left: 25%;
  }

  .div-block-141.stiralka-circle {
    width: 30vw;
    height: 30vw;
  }

  .div-block-141.microvawe-circle {
    width: 30vw;
    height: 30vw;
    bottom: 15%;
    left: 13%;
  }

  .image-54 {
    width: 40vw;
  }

  .holodilnik-2 {
    width: 34vw;
    left: 20%;
  }

  .tv-2 {
    width: 55vw;
    bottom: 23%;
    left: 22%;
  }

  .title_text {
    margin-bottom: 0;
  }

  .pc-2 {
    width: 50vw;
    bottom: 23%;
  }

  .serednia-cina-2 {
    margin: 50vw 5vw 25vw;
  }

  .big-text-s2-2-copy {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
  }

  .big-text-s2-2-copy.black-big-text.tablet {
    margin-bottom: 40px;
  }

  .big-text-s2-3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
  }

  .big-text-s2-3.black-big-text.tablet {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .image-56 {
    width: 40vw;
  }

  .holodilnik-3 {
    width: 34vw;
    left: 20%;
  }

  .div-block-142 {
    width: 30vw;
    height: 30vw;
    bottom: 17%;
  }

  .div-block-142.tv-circle {
    width: 30vw;
    height: 30vw;
    left: 25%;
  }

  .div-block-142.pc-circle {
    width: 30vw;
    height: 30vw;
    bottom: 17%;
  }

  .div-block-142.microvawe-circle {
    width: 30vw;
    height: 30vw;
    bottom: 15%;
    left: 13%;
  }

  .div-block-142.stiralka-circle {
    width: 30vw;
    height: 30vw;
  }

  .pc-3 {
    width: 50vw;
    bottom: 23%;
  }

  .image-58 {
    width: 40vw;
  }

  .holodilnik-4 {
    width: 34vw;
    left: 20%;
  }

  .div-block-143 {
    width: 30vw;
    height: 30vw;
    bottom: 17%;
  }

  .div-block-143.tv-circle {
    width: 30vw;
    height: 30vw;
    left: 25%;
  }

  .div-block-143.pc-circle {
    width: 30vw;
    height: 30vw;
    bottom: 17%;
  }

  .div-block-143.microvawe-circle {
    width: 30vw;
    height: 30vw;
    bottom: 15%;
    left: 13%;
  }

  .div-block-143.stiralka-circle {
    width: 30vw;
    height: 30vw;
  }

  .section-13 {
    align-items: stretch;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .back-to-home {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .link-2 {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .link-block-6 {
    margin-bottom: 0;
  }

  .section-14 {
    align-items: stretch;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .paragraph-24 {
    width: 80vw;
    color: #344054;
    margin-bottom: 40px;
    font-weight: 500;
  }

  .image-76 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-77 {
    margin-top: 30px;
  }

  .image-78 {
    margin-top: 40px;
  }

  .pa-data {
    padding: 20px;
  }
}

#w-node-dec1e2b9-08c0-a3ee-01fb-c2c8c6e46dff-173fd7c5, #w-node-dec1e2b9-08c0-a3ee-01fb-c2c8c6e46e06-173fd7c5, #w-node-dec1e2b9-08c0-a3ee-01fb-c2c8c6e46e0d-173fd7c5, #w-node-dec1e2b9-08c0-a3ee-01fb-c2c8c6e46e14-173fd7c5, #w-node-dec1e2b9-08c0-a3ee-01fb-c2c8c6e46e1b-173fd7c5, #w-node-dec1e2b9-08c0-a3ee-01fb-c2c8c6e46e22-173fd7c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f4a19d00-86da-cf8d-c810-fd4015470be9-173fd7c5, #w-node-_78f0c974-2ed9-e988-9f30-0e1ffedf4913-173fd7c5, #w-node-ad99993c-6826-d6a1-7c66-e88a481b08a4-173fd7c5, #w-node-_073a1426-34b2-e932-8da7-e5b937ced495-173fd7c5, #w-node-a33dd8c0-fc22-daf7-7bf0-0f3b7437da38-173fd7c5, #w-node-_61e6047a-25f7-bf8f-070d-323cd542f09b-173fd7c5, #w-node-e6078d3b-3106-62d4-2241-60ee4ac5043f-173fd7c5, #w-node-_824b519f-5d88-ce34-5e60-7156e0820304-173fd7c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-dec1e2b9-08c0-a3ee-01fb-c2c8c6e46dff-173fd7c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-dec1e2b9-08c0-a3ee-01fb-c2c8c6e46e06-173fd7c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-dec1e2b9-08c0-a3ee-01fb-c2c8c6e46e0d-173fd7c5 {
    justify-self: center;
  }
}






.modal-backdrop{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.75;
	z-index:10000;
	cursor:pointer;
}
.modal{
	display: none;
    position: fixed;
    z-index: 10001;
    overflow-y: auto;
    top: 50%;
    margin: 0;
    left: 50%;
    max-height: 96%;
    transform: translate(-50%, -50%);
    right: inherit;
    bottom: inherit;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 0;
    overflow-y: auto;
}

.modal.active{
	display:block;
}

.modal form.form-3{
	padding:4vw;
	width: auto;
    border: 1px solid #e2e2e2;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    overflow: auto;
}

.close-modal{
	position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    margin-left: -20px;
    border: 2px solid  #cecece;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    z-index: 3;
}


.close-modal:hover{
	color: var(--orange);
}

.modal .div-block-51{
	display:flex;
}

.modal .checkout-button-block{
	width:100%;
	min-width:100%;
}

.modal .counter-input{
    border: .05vw solid #e2e2e2;
    color: var(--black);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0;
	text-align:center;
}
#BuyModal .div-block-31{
	margin:0;
}

#BuyModal #PRICE{
	display:none;
}

.modal .form-error-message{
    background-color: #ffdede;
	text-align: center;
    border-radius: .344vw;
    margin-top: 2.066vw;
    padding: 2.066vw 0 2.066vw 0;
    display: none;
}

.modal form{
	padding:15px;
}

.modal .right-second-step-copy{
	margin:0;
}
.modal .field-cart,
.modal .field-name-cart, 
.modal .field-sername-cart, 
.modal .field-cart,
.modal .field-town-cart,
.modal .field-region-cart{
	margin: 0 0 20px;
}

#BuyModal .custom-override-button.absolute{
	margin:0
}
@media screen and (max-width: 991px) {
	.modal form.form-3{
		flex-direction: column;
        padding: 40px;
	}
	
    .modal .div-block-51 {
        flex-direction: column;
        margin-left: 0;
    }
	.modal .checkout-button-block{
		text-align:center;
	}
	.order-field{
		margin-right:auto;
		margin-left:auto;
	}
}

@media (max-width:767px){
	.modal .form-block-2{
		border:0;
	}
	.modal form{
		padding:0;
	}
}

