:root {
  --dark-slate-grey: #2d373c;
  --white: white;
  --black: #1e1e1e;
  --dark-orange: #fe5000;
}

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

.section {
  margin-top: 4.844vw;
  margin-bottom: 7.813vw;
  padding-left: 8.333vw;
  padding-right: 8.333vw;
}

.s1-up-part {
  border-bottom: 1px #c7c7c7;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.688vw;
  display: flex;
}

.s1-down-part {
  justify-content: center;
  display: flex;
}

.main-text {
  width: 40.885vw;
  margin-right: 3vw;
}

.secondary-text {
  width: 33.802vw;
}

.main-img {
  width: 69.167vw;
  height: 36.302vw;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.three-blocks-statistic {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 1.563vw;
  display: flex;
}

._1-block-statistic, ._2-block-statistic {
  width: 12.5vw;
  margin-bottom: 6.771vw;
}

._3-block-statistic {
  width: 12.5vw;
}

.up-h1 {
  color: var(--dark-slate-grey);
  background-color: #fe5000;
  flex-flow: row;
  padding: .5vw 1vw;
  font-size: 1.042vw;
  line-height: 140%;
  display: inline-block;
}

.body {
  color: var(--dark-slate-grey);
  text-transform: none;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

.heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 3.333vw;
  line-height: 140%;
}

.paragraph {
  color: var(--white);
  text-transform: none;
  margin-bottom: 3.646vw;
  font-size: .938vw;
  font-weight: 400;
  line-height: 160%;
}

.paragraph.black-text {
  color: var(--black);
  align-items: flex-start;
  display: flex;
}

.paragraph.black-text.without-padding, .paragraph.poslugy {
  margin-bottom: 0;
}

.text-block {
  text-align: center;
  flex-direction: column;
  margin-bottom: 1.302vw;
  font-size: 2.083vw;
  font-weight: 700;
  display: flex;
}

.paragraph-2 {
  font-size: .938vw;
  font-weight: 400;
}

.paragraph-3 {
  text-align: center;
  text-transform: none;
  font-size: .938vw;
  font-weight: 400;
  line-height: 140%;
}

.section-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 4.688vw;
  padding-left: 8.333vw;
  padding-right: 8.333vw;
  display: flex;
  position: relative;
}

.grid {
  z-index: 3;
  width: 31.823vw;
  height: 42.083vw;
  grid-column-gap: .521vw;
  grid-row-gap: .521vw;
  background-color: #181818;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-right: 7.292vw;
  padding: .521vw;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.083vw;
  font-size: 2.083vw;
  line-height: 130%;
}

.heading-2.black-heading {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.125vw;
}

.div-block {
  margin-bottom: 2.083vw;
  line-height: 130%;
}

.paragraph-4 {
  color: var(--white);
  text-transform: none;
  margin-bottom: 3.125vw;
  font-size: .938vw;
  font-weight: 400;
  line-height: 170%;
}

.paragraph-4.black-text {
  color: var(--black);
  font-size: .938vw;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: -11%;
  left: 0%;
  right: 0%;
}

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

.div-block-2 {
  z-index: 2;
  width: 34.635vw;
  flex-flow: column;
  flex: 0 auto;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 2vw;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  height: 40.521vw;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  position: relative;
}

.button {
  color: var(--dark-orange);
  text-transform: none;
  background-color: rgba(254, 80, 0, .1);
  border: .05vw solid #fe5000;
  padding: 1.146vw 1.823vw;
  font-size: .938vw;
  font-weight: 500;
  line-height: 140%;
  transition: all .325s;
}

.button:hover {
  color: var(--dark-slate-grey);
  background-color: #fe5000;
}

.paragraph-5 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-3 {
  margin-top: 11.458vw;
  margin-bottom: 11.458vw;
  padding-left: 8.333vw;
  padding-right: 8.333vw;
}

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

.perevagy-1 {
  width: 100%;
  height: 20.833vw;
  background-image: url('../images/6.1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .925s;
  display: flex;
  position: relative;
}

.perevagy-1:hover {
  background-image: url('../images/6.1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.perevagy-4 {
  width: 100%;
  height: 20.833vw;
  background-image: url('../images/6.4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  display: block;
}

.perevagy-2 {
  width: 100%;
  height: 20.833vw;
  background-image: url('../images/6.2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-2 {
  width: 100%;
}

.section-4 {
  justify-content: space-between;
  margin-bottom: 5vw;
  padding: 5.208vw 8.333vw;
  display: flex;
}

.div-block-8 {
  width: 24.063vw;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.083vw;
  font-size: 2.083vw;
  line-height: 140%;
}

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

.separate-line {
  width: 100%;
  height: .05vw;
  background-color: #e2e2e2;
  margin-bottom: 2.604vw;
}

.button-2 {
  color: var(--dark-orange);
  background-color: rgba(254, 80, 0, .1);
  border: .05vw solid #fe5000;
  padding: 1.146vw 1.823vw;
  font-size: .938vw;
  font-weight: 500;
  line-height: 140%;
  transition: opacity .325s;
}

.button-2:hover {
  color: var(--dark-slate-grey);
  background-color: #fe5000;
}

.poslugy-1 {
  width: 26.719vw;
  flex-direction: column;
  display: flex;
}

.poslugy-1.first-posluga {
  margin-right: 1.563vw;
}

.div-block-11 {
  height: 15.052vw;
  background-color: #f1f1f1;
  background-image: url('../images/poslugy-2.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 0;
}

.div-block-11.first-img {
  background-image: url('../images/Sivash.png');
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.083vw;
  font-size: 1.25vw;
  line-height: 140%;
}

.list-item {
  font-weight: 400;
}

.text-block-2 {
  font-size: .938vw;
  font-weight: 400;
  line-height: 140%;
}

.list-1 {
  align-items: center;
  margin-bottom: 1.042vw;
  display: flex;
}

.list-1.two-rows {
  align-items: flex-start;
}

.div-block-13 {
  width: 1.042vw;
  height: 1.042vw;
  background-color: #7cff8d;
  margin-right: .781vw;
}

.div-block-14 {
  height: 70%;
  border: 1px solid #bebebe;
  border-top: .05vw #bebebe;
  padding: 2.604vw 2.083vw 2.083vw;
}

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

.section-5 {
  background-color: #141414;
  justify-content: space-between;
  align-items: center;
  padding: 5.208vw 8.333vw;
  display: flex;
}

.video {
  width: 41.094vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.header-line-text {
  width: auto;
  margin-right: auto;
}

.div-block-16 {
  width: 33.802vw;
}

.div-block-16.white {
  align-items: stretch;
  display: flex;
}

.section-6 {
  justify-content: space-between;
  margin-top: 5vw;
  padding: 5.208vw 8.333vw;
  display: flex;
}

.div-block-17 {
  width: 100%;
  display: flex;
}

.div-block-18, .tabs {
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.tab-pane-tab-1 {
  width: 47.969vw;
}

.sivash-link {
  color: #8d8d8d;
  margin-bottom: 2.604vw;
  font-size: .938vw;
  font-weight: 400;
}

.sivash-link.active {
  color: #8d8d8d;
  -webkit-text-stroke-color: var(--black);
  cursor: pointer;
  font-weight: 500;
}

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

.sivash-body-tab {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.image-3 {
  height: 20.729vw;
  margin-bottom: 3vw;
}

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

.paragraph-6 {
  width: 50%;
  margin-right: 3.646vw;
  font-size: .938vw;
  line-height: 160%;
}

.paragraph-6.parag-auto {
  width: auto;
  margin-right: 0;
}

.heading-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.2vw;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 140%;
}

.paragraph-7 {
  width: 50%;
  font-size: .938vw;
  line-height: 160%;
}

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

.big-text-s2.orange-title {
  color: #121212;
  margin-bottom: 1.5vw;
  font-weight: 700;
}

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

.heading-9 {
  width: auto;
  color: #121212;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .7vw;
  font-size: 1.042vw;
  line-height: 130%;
}

.text-block-38 {
  color: #121212;
  font-size: .9vw;
  line-height: 140%;
}

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

.form-block {
  max-width: 40vw;
  background-color: #fff;
  border: .05vw solid #e2e2e2;
  margin-bottom: 0;
  margin-right: 7vw;
  padding: 3vw;
}

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

.paragraph-8 {
  width: 21vw;
  text-align: center;
  margin-bottom: 2vw;
  font-size: .833vw;
  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;
}

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

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

.button-2-white {
  color: #fe5000;
  text-align: center;
  background-color: rgba(254, 80, 0, .1);
  border: .05vw solid #fe5000;
  padding: .885vw 3vw;
  font-size: .9vw;
  font-weight: 500;
  transition: all .325s;
}

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

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

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

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

.text-field-2 {
  width: 20vw;
  color: #121212;
  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: #ff8c00;
}

.text-field-2:focus {
  border: 1px #b16100;
  border-bottom: .052vw solid #ff8c00;
}

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

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

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

.form-for-partners {
  margin: 10vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-address {
  margin-bottom: 20px;
}

.image-51 {
  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-135 {
  width: 59vw;
  height: auto;
  justify-content: space-between;
  display: flex;
}

.fb-social-link {
  margin-right: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-block-64 {
  color: var(--black);
  text-align: center;
  font-size: .729vw;
}

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

.div-block-157 {
  margin-bottom: 2vw;
}

.footer {
  background-color: #fff;
  border-top: .05vw solid #d1d1d1;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 3vw;
  padding-bottom: 4vw;
  display: flex;
  position: relative;
}

.nav-link-footer {
  color: var(--black);
  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: #ff8c00;
}

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

.tech-page {
  color: var(--black);
  margin-right: 2vw;
  font-size: .85vw;
  line-height: 140%;
  text-decoration: none;
}

.tech-page.w--current {
  color: #fff;
  margin-right: 2vw;
  font-size: .85vw;
  line-height: 140%;
  text-decoration: none;
}

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

.div-block-158 {
  width: 100%;
  height: 3.125vw;
  background-color: #fcfcfc;
  border-top: .05vw solid #e1e1e1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
}

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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: none;
  background-color: #f9f9f9;
  border-bottom: .05vw solid #c7c7c7;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 8.333vw;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav-menu-wrapper {
  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: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .833vw;
  line-height: 140%;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--dark-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;
}

.mobile-margin-top-10 {
  display: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

.link {
  color: var(--black);
  font-size: .833vw;
  line-height: 140%;
  text-decoration: none;
}

.div-block-168 {
  flex-direction: column;
  display: flex;
}

.link-2 {
  color: var(--black);
  margin-bottom: .5vw;
  font-size: .9vw;
  line-height: 140%;
  text-decoration: none;
}

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

.div-block-169 {
  flex-direction: column;
  display: flex;
}

.div-block-170 {
  background-image: url('../images/collage-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-171 {
  background-image: url('../images/collage-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-172 {
  background-image: url('../images/collage-3.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-173 {
  background-image: url('../images/collage-4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-174 {
  background-image: url('../images/collage-5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-175 {
  background-image: url('../images/collage-6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.perevagy-3 {
  width: 100%;
  height: 20.833vw;
  background-image: url('../images/6.3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.perevagy-5 {
  width: 100%;
  height: 20.833vw;
  background-image: url('../images/collage-5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.perevagy-6 {
  width: 100%;
  height: 20.833vw;
  background-image: url('../images/6.6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-65 {
  z-index: 2;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 140%;
  position: relative;
}

.div-block-179 {
  width: 100%;
  height: 25vw;
  background-image: url('../images/Сіваш.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.604vw;
}

.image-70 {
  width: 20vw;
}

.image-71 {
  width: 1.042vw;
  margin-right: .781vw;
}

.paragraph-17 {
  line-height: 160%;
}

.block-1-text, .block-2-text, .block-3-text, .block-4-text, .block-5-text, .block-6-text {
  z-index: 2;
  width: 80%;
  color: var(--white);
  font-size: .833vw;
  line-height: 180%;
  display: none;
  position: absolute;
}

.div-block-180, .div-block-180-block-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
  position: absolute;
}

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

.shevchenko-body-tab, .kernel {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.zirka-link {
  color: var(--black);
  cursor: pointer;
  margin-bottom: 2.604vw;
  font-size: .938vw;
  font-weight: 500;
}

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

.zirka-link.active {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-weight: 600;
}

.shevchenko-link {
  color: #8d8d8d;
  cursor: pointer;
  margin-bottom: 2.604vw;
  font-size: .938vw;
  font-weight: 500;
}

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

.shevchenko-link.active {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-weight: 600;
}

.spirtzavod-link {
  color: #8d8d8d;
  cursor: pointer;
  margin-bottom: 2.604vw;
  font-size: .938vw;
  font-weight: 500;
}

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

.spirtzavod-link.active {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-weight: 600;
}

.zirka-photo {
  width: 100%;
  height: 25vw;
  background-image: url('../images/Зірка-1.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.604vw;
}

.shevchenko-photo {
  width: 100%;
  height: 25vw;
  background-image: url('../images/Sivash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.604vw;
}

.spirt-zavod-photo {
  width: 100%;
  height: 25vw;
  background-image: url('../images/Гайсинський-спиртзавод.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.604vw;
}

.paragraph-full-line {
  width: auto;
  margin-right: 3.646vw;
  font-size: .938vw;
  line-height: 160%;
}

.submit-button-3 {
  color: #fe5000;
  background-color: rgba(254, 80, 0, .1);
  border: .06vw solid #fe5000;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: 1vw;
  transition: all .325s;
}

.submit-button-3:hover {
  color: var(--dark-slate-grey);
  background-color: #fe5000;
}

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

.text-block-66 {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-size: .95vw;
}

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

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

.div-block-166 {
  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-45 {
  width: 25vw;
}

.phone {
  width: 25vw;
  color: #121212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 2vw;
  padding-top: 1.2vw;
  padding-bottom: 1.5vw;
  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;
}

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

.form-block-4 {
  z-index: 101;
  width: auto;
  color: #ccc;
  background-color: #f7f7f7;
  border: .05vw #e2e2e2;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4vw;
  display: flex;
  position: relative;
}

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

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

.div-block-165 {
  z-index: 3;
  width: 1vw;
  height: 1vw;
  display: flex;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.question-field {
  width: 25vw;
  height: 20vw;
  color: #121212;
  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;
}

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

.paragraph-18 {
  color: #333;
}

.paragraph-19 {
  color: #535353;
  margin-bottom: 2vw;
  font-size: .9vw;
  line-height: 140%;
}

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

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

.email:active {
  -webkit-text-stroke-color: #121212;
  background-color: rgba(255, 140, 0, 0);
}

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

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

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

.text-span-13 {
  font-size: 2vw;
  font-weight: 700;
  line-height: 130%;
}

.section-7 {
  padding-top: 396px;
  padding-bottom: 396px;
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 40px;
    margin-bottom: 140px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .s1-up-part {
    flex-direction: column;
  }

  .s1-down-part {
    flex-direction: column;
    justify-content: space-between;
  }

  .main-text {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .secondary-text {
    width: auto;
  }

  .main-img {
    width: auto;
    height: auto;
    display: block;
  }

  .three-blocks-statistic {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
  }

  ._1-block-statistic {
    width: auto;
    margin-bottom: 0;
  }

  ._2-block-statistic {
    width: auto;
    margin-bottom: 0;
  }

  ._3-block-statistic {
    width: auto;
  }

  .up-h1 {
    padding: 10px 20px;
    font-size: 14px;
  }

  .heading {
    font-size: 38px;
  }

  .paragraph, .paragraph.black-text {
    font-size: 16px;
  }

  .paragraph.black-text.without-padding {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .text-block {
    font-size: 24px;
  }

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

  .section-2 {
    flex-direction: column;
    align-items: center;
    padding: 40px 5vw;
  }

  .grid {
    width: 80vw;
    height: 90vw;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-right: 0;
    padding: 5px;
  }

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

  .heading-2.black-heading {
    margin-bottom: 30px;
  }

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

  .paragraph-4.black-text {
    font-size: 16px;
    bottom: -60%;
  }

  .div-block-2 {
    width: 80vw;
    align-items: stretch;
    margin-top: -60px;
  }

  .div-block-3 {
    height: auto;
  }

  .div-block-4 {
    top: -108px;
  }

  .button {
    text-align: center;
    padding: 18px 0;
    font-size: 16px;
  }

  .section-3 {
    margin-top: 32.458vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .perevagy-1 {
    height: 40vw;
    background-image: url('../images/6.1.png');
    background-position: 50%;
  }

  .perevagy-1:hover {
    background-image: url('../images/6.1.png');
    background-position: 50% 0;
  }

  .perevagy-4, .perevagy-2 {
    height: 40vw;
  }

  .image-2 {
    height: 100%;
  }

  .section-4 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    width: 95vw;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

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

  .separate-line {
    height: 1px;
  }

  .button-2 {
    padding: 18px 38px;
    font-size: 16px;
    font-weight: 400;
  }

  .poslugy-1 {
    width: 45vw;
  }

  .poslugy-1.first-posluga {
    width: 45vw;
    margin-right: 20px;
  }

  .div-block-11, .div-block-11.first-img {
    height: 25vw;
  }

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

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

  .list-1 {
    margin-bottom: 15px;
  }

  .div-block-14 {
    height: 65%;
  }

  .section-5 {
    flex-direction: column-reverse;
    align-items: center;
    padding: 5vw;
  }

  .video {
    width: 80vw;
    margin-bottom: 20px;
  }

  .header-line-text {
    width: 85vw;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block-16.white {
    width: 80vw;
  }

  .div-block-17 {
    width: 85vw;
    flex-direction: column;
  }

  .sivash-link, .sivash-link.active {
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .sivash-body-tab {
    display: none;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .paragraph-6 {
    width: auto;
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 16px;
  }

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

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

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

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

  .text-block-37 {
    width: 30vw;
    font-size: 16px;
    line-height: 140%;
  }

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

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

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

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

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

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

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

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

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

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

  .form-for-partners {
    margin: 25vw 0 40vw;
  }

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

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

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

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

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

  .instagram-social-link {
    width: 4vw;
    height: 4vw;
    margin-right: 40px;
  }

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

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

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

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

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

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

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

  .fb-social-link {
    width: 4vw;
    height: 4vw;
    margin-right: 40px;
  }

  .h1.alighn-left {
    font-size: 24px;
  }

  .social-media-link-contacts {
    width: 35vw;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

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

  .div-block-140 {
    width: 45vw;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 40px 40px 20px;
  }

  .html-embed {
    height: 60vw;
  }

  .pa-data {
    max-width: 90vw;
    margin-bottom: 80px;
    padding: 40px;
  }

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

  .social-links {
    width: 30vw;
    align-items: flex-start;
    margin: 20px auto 30px;
    padding-left: 0;
  }

  .youtube-social-link {
    margin-right: 0;
  }

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

  .bold-text-22 {
    font-size: 18px;
  }

  .paragraph-1fiz-osoba {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .paragraph-15--data {
    font-size: 16px;
  }

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

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

  .div-block-157 {
    margin-bottom: 0;
  }

  .footer {
    border-top: 1px solid #d7d7d7;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list-item-5 {
    margin-bottom: 30px;
  }

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

  .tech-page {
    margin-right: 40px;
    font-size: 14px;
  }

  .tech-page.last-dop-pages {
    margin-right: 0;
  }

  .footer-menu-2 {
    width: 40vw;
    height: auto;
    background-color: #121212;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .footer-menu-2.footer-white {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .image-69 {
    width: 30vw;
  }

  .nav-menu-wrapper {
    z-index: 100;
    width: 50vw;
    height: auto;
    background-color: #fff;
    border: 1px solid #c1c1c1;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
    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;
  }

  .mobile-margin-top-10 {
    font-size: 16px;
    display: flex;
  }

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

  .menu-button {
    padding: 12px;
  }

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

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

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

  .link-2 {
    display: none;
  }

  .perevagy-3, .perevagy-5, .perevagy-6 {
    height: 40vw;
  }

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

  .div-block-179 {
    height: 40vw;
    margin-bottom: 30px;
  }

  .image-70 {
    width: 30vw;
  }

  .image-71 {
    width: 15px;
    margin-right: 10px;
  }

  .block-1-text, .block-2-text, .block-3-text, .block-4-text, .block-5-text, .block-6-text {
    font-size: 16px;
  }

  .list-item-6, .list-item-7, .list-item-8 {
    margin-bottom: 40px;
  }

  .list-item-9 {
    margin-bottom: 80px;
  }

  .zirka-body-tab {
    display: flex;
  }

  .shevchenko-body-tab, .kernel {
    display: none;
  }

  .zirka-link, .zirka-link.active, .shevchenko-link, .shevchenko-link.active, .spirtzavod-link, .spirtzavod-link.active {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .zirka-photo, .shevchenko-photo, .spirt-zavod-photo {
    height: 40vw;
    margin-bottom: 30px;
  }

  .paragraph-full-line {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 16px;
  }

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

  .div-block-164 {
    width: 20px;
    height: 6px;
  }

  .text-block-66 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 140%;
  }

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

  .image-45 {
    width: 35vw;
    margin-bottom: 10px;
  }

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

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

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

  .but-on-home-page {
    width: 50%;
    padding: 15px 35px;
  }

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

  .div-block-165 {
    width: 20px;
    height: 20px;
    top: 4%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .form-section {
    display: none;
  }

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

  .form-2 {
    width: auto;
  }

  .div-block-111-copy {
    width: 20px;
    height: 6px;
  }

  .question-field {
    width: auto;
    margin-bottom: 60px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-size: 16px;
  }

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

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

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

  .link-block-7 {
    display: inline-block;
  }

  .text-span-13 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 160px;
  }

  .s1-down-part {
    align-items: stretch;
  }

  .main-img {
    margin-bottom: 10px;
  }

  .three-blocks-statistic {
    justify-content: space-between;
  }

  .up-h1 {
    margin-bottom: 5px;
  }

  .paragraph.black-text {
    margin-bottom: 0;
  }

  .paragraph-4.black-text {
    bottom: -50%;
  }

  .section-3 {
    flex-direction: column;
    align-items: center;
    margin-top: 45vw;
    display: flex;
  }

  .grid-2 {
    width: 90vw;
    justify-content: stretch;
    justify-items: stretch;
  }

  .perevagy-1, .perevagy-4, .perevagy-2 {
    height: 60vw;
  }

  .poslugy-1 {
    width: 70vw;
  }

  .poslugy-1.first-posluga {
    width: 70vw;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block-11, .div-block-11.first-img {
    height: 40vw;
  }

  .div-block-15 {
    flex-direction: column;
  }

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

  .text-block-37 {
    width: auto;
  }

  .heading-9 {
    width: 55vw;
    margin-bottom: 10px;
  }

  .form-block {
    width: 80vw;
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
    bottom: 0;
  }

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

  .partners-block-copy {
    width: 100vw;
    height: 100%;
    flex-direction: column-reverse;
  }

  .partner-text {
    width: 80vw;
    margin-top: 60px;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .form-partner {
    padding-left: 0;
  }

  .text-field-2 {
    width: 60vw;
    margin-bottom: 40px;
  }

  .form-for-partners {
    flex-direction: row;
    margin-top: 15vw;
    margin-bottom: 15vw;
    display: flex;
  }

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

  .div-block-136 {
    z-index: 4;
    width: 90vw;
    position: relative;
  }

  .div-block-137 {
    z-index: 0;
    width: 100vw;
    height: 30vh;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-53 {
    width: 35px;
    height: 45px;
  }

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

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

  .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 {
    width: auto;
    height: auto;
    margin-bottom: 60px;
    margin-right: auto;
  }

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

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

  .div-block-135 {
    width: 80vw;
    align-items: center;
  }

  .fb-social-link {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .social-media-link-contacts {
    width: auto;
    position: static;
  }

  .div-block-138 {
    width: 80vw;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .div-block-140 {
    width: 60vw;
    margin-bottom: 40px;
    padding: 30px;
  }

  .html-embed {
    width: 90vw;
    height: 60vw;
  }

  .pa-data {
    margin-bottom: 100px;
  }

  .paragraph-16 {
    width: 80vw;
    text-align: center;
  }

  .social-links {
    width: 40vw;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

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

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

  .nav-link-footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-menu-2 {
    width: 50vw;
    height: auto;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-menu-2.footer-white {
    margin-bottom: 0;
  }

  .div-block-158 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-footer {
    width: 60vw;
  }

  .image-69 {
    width: 60vw;
    margin-bottom: 30px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    width: 70vw;
    height: auto;
  }

  .nav-menu {
    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;
  }

  .link {
    margin-bottom: 30px;
  }

  .div-block-168 {
    margin-bottom: 0;
  }

  .perevagy-3, .perevagy-5, .perevagy-6 {
    height: 60vw;
  }

  .image-70 {
    width: 40vw;
  }

  .block-1-text, .block-2-text, .block-3-text, .block-4-text, .block-5-text, .block-6-text {
    width: 90%;
    line-height: 140%;
  }

  .text-block-66 {
    margin-bottom: 60px;
  }

  .image-45 {
    width: 50vw;
  }

  .form-block-4 {
    width: 80vw;
  }

  .form-section {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .section {
    width: 98vw;
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .s1-up-part {
    margin-bottom: 20px;
  }

  .three-blocks-statistic {
    align-items: flex-start;
    margin-left: 0;
  }

  .up-h1 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph {
    margin-bottom: 0;
  }

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

  .grid {
    width: 90vw;
    height: 120vw;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--black);
    padding: 5px;
  }

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

  .paragraph-4 {
    margin-bottom: 20px;
  }

  .paragraph-4.black-text {
    bottom: -53%;
  }

  .div-block-2 {
    width: 90vw;
    margin-top: -80px;
  }

  .section-3 {
    width: 90vw;
    margin: 100vw auto 25vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .perevagy-1 {
    height: 80vw;
  }

  .perevagy-1:hover {
    background-image: url('../images/6.1.png');
    background-position: 50%;
  }

  .perevagy-4, .perevagy-2 {
    height: 80vw;
  }

  .section-4 {
    width: 90vw;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-8 {
    width: 90vw;
  }

  .heading-3 {
    width: 90vw;
    text-align: left;
    margin-bottom: 20px;
  }

  .separate-line {
    width: 90vw;
    margin-bottom: 20px;
  }

  .poslugy-1, .poslugy-1.first-posluga {
    width: 90vw;
  }

  .div-block-11 {
    height: 60vw;
  }

  .div-block-11.first-img {
    height: 60vw;
    margin-bottom: 0;
  }

  .heading-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-14 {
    padding: 10px 20px;
  }

  .section-5 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .video-youtube {
    height: 25vh;
  }

  .video, .header-line-text, .div-block-16.white {
    width: 90vw;
  }

  .section-6 {
    margin-top: 40vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-17 {
    width: 90vw;
  }

  .sivash-link, .sivash-link.active {
    margin-right: 30px;
  }

  .taby {
    width: 90vw;
    overflow: scroll;
  }

  .sivash-body-tab {
    width: 90vw;
    display: none;
  }

  .paragraph-6 {
    width: auto;
  }

  .big-text-s2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
  }

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

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

  .form-block {
    width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    align-items: stretch;
  }

  .partner-text {
    width: 90vw;
  }

  .text-field-2 {
    width: auto;
  }

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

  .div-block-136 {
    width: 90vw;
  }

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

  .div-block-139 {
    margin-left: auto;
    margin-right: auto;
  }

  .instagram-social-link {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .left-title-block {
    width: 90vw;
    margin-bottom: 0;
  }

  .left-title-block.contact-left-side {
    height: auto;
    align-items: stretch;
    margin-bottom: 60px;
  }

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

  .div-block-135 {
    width: 90vw;
  }

  .fb-social-link {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .h1 {
    font-size: 22px;
    line-height: 160%;
  }

  .social-media-link-contacts {
    width: 70vw;
    position: static;
  }

  .div-block-138 {
    width: 90vw;
  }

  .div-block-140 {
    width: 90vw;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .html-embed {
    height: 90vw;
  }

  .pa-data {
    padding: 20px;
  }

  .paragraph-16 {
    width: 90vw;
    text-align: left;
    margin-bottom: 30px;
  }

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

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

  .text-block-64 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-6 {
    margin-bottom: 20px;
  }

  .div-block-157 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .footer {
    padding-top: 40px;
  }

  .list-item-5 {
    margin-bottom: 20px;
  }

  .nav-link-footer {
    color: #fff;
    text-align: center;
  }

  .nav-link-footer.footer-black-text {
    color: var(--black);
    margin-right: 0;
  }

  .tech-page {
    text-align: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-menu-2 {
    width: 90vw;
    height: auto;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-menu-2.footer-white {
    margin-bottom: 40px;
  }

  .div-block-158 {
    height: auto;
  }

  .logo-footer {
    width: 70vw;
    margin-bottom: 30px;
  }

  .image-69 {
    width: 70vw;
  }

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

  .navbar-no-shadow-container {
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    width: 90vw;
    right: 0;
    overflow: hidden;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .perevagy-3, .perevagy-5 {
    height: 80vw;
  }

  .perevagy-6 {
    height: 85vw;
  }

  .text-block-65 {
    width: 90%;
  }

  .image-70 {
    width: 60vw;
  }

  .block-1-text, .block-2-text, .block-3-text, .block-4-text, .block-5-text, .block-6-text {
    line-height: 120%;
  }

  .zirka-body-tab {
    width: 90vw;
    display: flex;
  }

  .shevchenko-body-tab, .kernel {
    width: 90vw;
    display: none;
  }

  .zirka-link, .zirka-link.active, .shevchenko-link, .shevchenko-link.active, .spirtzavod-link, .spirtzavod-link.active {
    margin-right: 30px;
  }

  .div-block-164 {
    width: 20px;
    height: 6px;
  }

  .text-block-66 {
    margin-bottom: 60px;
  }

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

  .image-45 {
    width: 80vw;
  }

  .phone {
    margin-bottom: 50px;
  }

  .form-block-4 {
    width: 90vw;
    padding: 50px 20px;
  }

  .but-on-home-page {
    width: 80%;
  }

  .thank-header {
    margin-bottom: 10px;
  }

  .div-block-165 {
    top: 2%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .form-section {
    display: none;
  }

  .name {
    margin-bottom: 40px;
  }

  .div-block-111-copy {
    width: 20px;
    height: 6px;
  }

  .question-field {
    margin-bottom: 50px;
  }

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

  .paragraph-19 {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .email {
    margin-bottom: 40px;
  }
}

#w-node-_3c41e3e3-a83c-2f2f-f63e-d21738e19fc7-7db78dcb {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-f2954672-f12e-921b-ef4f-7315afe7b9cc-7db78dcb {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_38df340d-698d-685b-2028-046089eebce8-7db78dcb {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8c663b60-d83b-b1fb-321a-699296fac4c9-7db78dcb, #w-node-_7034f3d4-a3ea-b6eb-58a8-6440cb1fb2f7-7db78dcb {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_17a8aa32-7d0a-7467-a257-084f8a1d3061-7db78dcb {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_163ffb16-705d-49d9-c092-8802c73b5fc1-7db78dcb, #w-node-_792c6b08-8ed3-488a-2ec5-4f70a4e25632-7db78dcb, #w-node-c446bef2-68dd-a4be-7d1a-b295c3205154-7db78dcb, #w-node-e8d60712-545c-b988-bd40-90c03fa0506c-7db78dcb, #w-node-_87815e07-d129-8e8c-90df-fad4415de9e1-7db78dcb, #w-node-f1a74e0d-3d76-8412-7342-765fc760164c-7db78dcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}


