.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin: 3px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px none #ffd616;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 73px;
  margin: 7px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffd616;
  background-color: #fff;
  box-shadow: 0 8px 20px -1px transparent;
  font-family: Inconsolata, monospace;
  color: #ffd616;
}

.paragraph {
  margin-top: -7px;
  margin-bottom: 0px;
  padding: 7px;
  border: 1px none #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ffd616;
  font-size: 44px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
}

.paragraph._24 {
  margin-top: -87px;
  margin-bottom: 78px;
  padding-right: 10px;
  font-size: 77px;
  line-height: 55px;
  font-weight: 500;
  text-align: left;
}

.body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #3c4041;
  font-weight: 400;
}

.section {
  margin: 4px;
  padding-top: 0px;
  background-color: #000;
  color: #ffd616;
}

.nav-menu {
  display: none;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  margin: -44px 0px -44px 35px;
  padding-right: 23px;
  padding-bottom: 0px;
  padding-left: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #ffd616;
  background-color: #ffd616;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.paragraph-2:hover {
  box-shadow: 4px 4px 0 0 #ffd616;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 71px;
  margin-top: 8px;
  margin-right: 6px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 96.7%, 0.8);
}

.link {
  margin-right: 0px;
  margin-left: 19px;
  color: #000;
  font-size: 28px;
  line-height: 24px;
  font-weight: 800;
  text-decoration: none;
  text-transform: none;
}

.section-2 {
  min-height: 444px;
  padding-top: 23px;
}

.heading {
  margin-top: -16px;
  margin-bottom: -11px;
  color: #fff;
  font-size: 8vw;
  line-height: 9vw;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffd616;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  display: block;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  height: 4px;
  margin: -7px 4px;
  background-color: #ffd616;
}

.div-block-4 {
  margin-top: 95px;
}

.bold-text {
  color: #ffd616;
  font-weight: 700;
}

.image-2 {
  margin-top: -137px;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.slider {
  min-height: 100vh;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000), url('../images/car9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/eva2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/eva2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2._2414 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/car9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/car9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2._2414._124 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns {
  margin-top: 97px;
}

.slide-nav {
  display: none;
}

.paragraph-4 {
  float: none;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}

.paragraph-5 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.paragraph-6 {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: -10px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-7 {
  position: relative;
  z-index: 32;
  margin-top: -112px;
  margin-right: auto;
  margin-left: auto;
  color: #ffd616;
  font-size: 100px;
  line-height: 80px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.bold-text-2 {
  position: relative;
  top: -20px;
  margin-right: -4px;
  padding-right: 9px;
  font-size: 65px;
}

.text-field {
  height: 44px;
  margin-right: 5px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.text-field:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text-field::-webkit-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.text-field:-ms-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.text-field::placeholder {
  color: #fff;
  font-weight: 600;
}

.text-field._4 {
  border-right-style: none;
  font-weight: 700;
}

.text-field._43 {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

.text-field._53 {
  border-top-style: none;
  border-bottom-style: none;
}

.text-field._535 {
  border-right-style: none;
}

.text-field._235 {
  height: 88px;
  border-top-style: solid;
  border-left-style: solid;
}

.paragraph-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  color: #ffd616;
  font-size: 42px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.submit-button {
  display: block;
  height: 44px;
  min-width: 100%;
  margin-top: -44px;
  background-color: #ffd616;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.columns-2 {
  margin-top: -24px;
}

.bold-text-3 {
  text-transform: uppercase;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-4 {
  display: block;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  font-size: 42px;
  line-height: 32px;
}

.form {
  padding: 7px;
}

.column {
  display: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-5 {
  color: #fff;
}

.image-3 {
  display: block;
  max-width: 44%;
  margin: 22px auto 7px;
}

.heading-3 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.paragraph-9 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.div-block-8 {
  margin-top: 20px;
  margin-bottom: 33px;
}

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

.image-5 {
  position: relative;
  z-index: 444;
  display: block;
  margin-top: -42px;
  margin-right: auto;
  margin-left: 0px;
  float: right;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin: 0px;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ffd616;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  margin-right: 22px;
}

.columns-3 {
  padding-bottom: 28px;
}

.div-block-11 {
  margin-top: 8px;
  margin-left: 3px;
}

.div-block-12 {
  min-height: 44px;
}

.section-3 {
  min-height: 444px;
}

.paragraph-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.bold-text-6 {
  display: block;
  margin-right: 0px;
  font-size: 32px;
  line-height: 32px;
}

.submit-button-2 {
  min-width: 100%;
  background-color: #000;
  text-transform: uppercase;
}

.text-field-2 {
  margin-bottom: 0px;
  border: 1px solid #000;
  background-color: transparent;
}

.text-field-2::-webkit-input-placeholder {
  color: #000;
}

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

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

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

.text-field-2._35235 {
  border-bottom-style: solid;
}

.text-field-2._535 {
  border-right-style: none;
  border-bottom-style: none;
}

.slider-2 {
  height: 500px;
  background-color: transparent;
}

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

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

.div-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 42px;
  padding-left: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffd616;
  background-color: rgba(0, 0, 0, 0.79);
}

.slide-nav-2 {
  display: none;
}

.paragraph-12 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  text-transform: none;
}

.paragraph-13 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.yellow {
  color: #ffd616;
}

.bold-text-7 {
  color: #fff;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -28px;
  margin-bottom: -28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  min-height: 800px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.lottie-animation {
  min-height: 140px;
  min-width: 200px;
}

.paragraph-14 {
  margin-right: 24px;
  margin-bottom: 0px;
  margin-left: 24px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.div-block-15 {
  width: 42px;
  height: 2px;
  background-color: #fff;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-7 {
  margin-top: -11px;
  margin-left: 13px;
}

.bold-text-8 {
  font-size: 121px;
  line-height: 121px;
  text-transform: uppercase;
}

.paragraph-15 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -6px;
  color: #ffd616;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.paragraph-15._42 {
  text-align: left;
}

.paragraph-15._23 {
  text-align: center;
}

.div-block-18 {
  height: 3px;
  background-color: #ffd616;
}

.paragraph-16 {
  font-weight: 700;
  text-align: right;
}

.bold-text-9 {
  color: #000;
  text-transform: uppercase;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  margin: 2px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Ruble.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Ruble.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-19._22 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Screenshot.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Screenshot.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-19._33 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-19._44 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Minsk.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Minsk.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.div-block-19._55 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car10.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-19._66 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Sale.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Sale.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bold-text-10 {
  font-size: 42px;
  line-height: 36px;
  font-weight: 600;
}

.paragraph-17 {
  margin-left: 8px;
  font-size: 46px;
  line-height: 46px;
}

.paragraph-17._241 {
  color: #fff;
  text-align: center;
}

.paragraph-17._241._235 {
  color: #000;
  text-align: center;
}

.paragraph-17._24 {
  color: #fff;
  text-align: center;
}

.paragraph-18 {
  color: #ffd616;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.bold-text-11 {
  color: #ffd616;
  font-weight: 600;
}

.bold-text-12 {
  color: #ffd616;
  font-weight: 500;
}

.bold-text-13 {
  color: #ffd616;
  font-weight: 600;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  display: block;
  padding-top: 78px;
  padding-bottom: 78px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-3 {
  min-height: 500px;
  margin-top: 28px;
  margin-left: 200px;
}

.slide-nav-3 {
  display: none;
}

.left-arrow-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  min-height: 100px;
  min-width: 200px;
  margin-left: -220px;
  border-style: none;
  border-width: 2px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #000;
  font-size: 32px;
}

.left-arrow-3:hover {
  background-color: #fff;
}

.right-arrow-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  min-height: 100px;
  min-width: 200px;
  margin-top: -82px;
  margin-bottom: 120px;
  margin-left: -220px;
  border-style: none;
  border-width: 2px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #000;
  font-size: 32px;
}

.right-arrow-3:hover {
  background-color: #fff;
}

.slide-2 {
  background-image: url('../images/eva2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.faq-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.plus-icon {
  max-width: 33%;
}

.div-block-21 {
  width: 100%;
  height: 1px;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.question-title {
  margin-right: 10px;
  padding-left: 0px;
  border-left: 3px none #ffd616;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.faq-question-wrap {
  margin-top: 40px;
  margin-bottom: 13px;
  padding: 9px;
  border: 2px solid #ffd616;
  cursor: pointer;
}

.section-6 {
  display: block;
  padding-top: 43px;
  padding-bottom: 100px;
}

.section-7 {
  display: block;
  padding-top: 87px;
  padding-bottom: 61px;
  background-color: #f5f5f5;
}

.div-block-22 {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  margin-top: -35px;
  margin-right: 12px;
  border-top: 3px solid #000;
  background-color: #fff;
  background-image: url('../images/user2.svg');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
  box-shadow: 0 -11px 20px -20px #000;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-right: 11px;
  margin-left: 11px;
  padding: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #fff;
  box-shadow: 1px 1px 20px 0 #bbb;
}

.paragraph-19 {
  margin-bottom: 0px;
}

.div-block-24 {
  margin-top: 0px;
}

.paragraph-20 {
  margin-top: 10px;
  padding-left: 8px;
  border-left: 2px solid #ffd616;
  color: #000;
  font-size: 12px;
  line-height: 14px;
}

.columns-4 {
  margin-top: 31px;
}

.section-8 {
  min-height: 200px;
  background-color: #000;
}

.paragraph-21 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin: 37px 23px 0px 258px;
  padding-left: 11px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bold-text-14 {
  height: 55px;
  min-height: 55px;
  padding-right: 27px;
  padding-left: 27px;
  border: 2px none #000;
  border-radius: 0px;
  background-color: #ffd616;
  box-shadow: 3px 3px 0 0 #000;
  opacity: 1;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-size: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.html-embed {
  margin: 0px;
}

.paragraph-22 {
  color: #fff;
  text-transform: uppercase;
}

.paragraph-23 {
  color: #fff;
  text-align: center;
}

.bold-text-15 {
  font-size: 32px;
}

.bold-text-16 {
  font-size: 33px;
}

.div-block-25 {
  min-height: 400px;
}

.image-8 {
  display: block;
  margin: 8px auto;
}

.paragraph-24 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.div-block-26 {
  margin-top: 4px;
}

.column-2 {
  padding-top: 50px;
}

.paragraph-25 {
  text-align: center;
}

.paragraph-26 {
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
}

.paragraph-27 {
  margin-bottom: 0px;
  line-height: 16px;
}

.image-9 {
  margin-right: 10px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-17 {
  font-size: 14px;
}

.image-10 {
  position: relative;
  z-index: 44;
  display: none;
  margin: -590px auto -95px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffd616;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button:hover {
  box-shadow: 4px 4px 0 0 #ffd616;
}

.bold-text-18 {
  text-align: center;
  text-transform: uppercase;
}

.div-block-29 {
  width: 40px;
}

.columns-5 {
  margin-top: 49px;
  margin-bottom: -5px;
}

.columns-6 {
  padding-bottom: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns-7 {
  padding-bottom: 63px;
}

.slide-3 {
  background-image: url('../images/car9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-28 {
  margin-top: 91px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #333;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

.columns-8 {
  margin-bottom: -226px;
  padding-top: 51px;
}

.image-11 {
  display: block;
  overflow: visible;
  margin-top: -442px;
  margin-right: 0px;
  margin-left: auto;
}

.image-12 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 56;
  margin-right: 91px;
}

.image-13 {
  margin-top: -416px;
}

.column-3 {
  padding-top: 77px;
}

.column-4 {
  padding-top: 144px;
}

.slide-4 {
  background-image: url('../images/car1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/car2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/car3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/car4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/car5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/car6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/car7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/car9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-2 {
  background-image: url('../images/car10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/car11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-30 {
  overflow: auto;
  height: 300px;
}

.bold-text-19 {
  color: #ffd616;
  font-weight: 600;
}

.column-5 {
  margin-top: 30px;
}

.paragraph-29 {
  margin-top: -256px;
  margin-bottom: -174px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f5f5f5;
  font-size: 333px;
  line-height: 333px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-29._35 {
  display: block;
  margin: -304px auto -132px;
  padding-bottom: 0px;
  font-size: 280px;
  line-height: 200px;
}

.columns-9 {
  margin-top: 39px;
}

.div-block-31 {
  margin-top: 52px;
  margin-bottom: -33px;
}

.image-14 {
  display: block;
  margin: -254px 0px -106px auto;
}

.image-15 {
  position: relative;
  display: block;
  margin: -245px 0px 0px auto;
}

.paragraph-110 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 39px;
  padding-bottom: 39px;
  color: #fff;
  font-size: 15px;
  line-height: 13px;
  text-align: center;
}

.link-2 {
  color: #fff;
  text-transform: uppercase;
}

.footer1-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.footer1-links-wrap._12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right-style: none;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.d-82-menu-item {
  margin-top: 22px;
  margin-right: 11px;
  margin-bottom: 10px;
  text-decoration: none;
}

.d-82-menu-item._123 {
  display: inline-block;
  margin-top: 9px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -23px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f3f3f3;
  text-decoration: none;
  text-transform: none;
}

.paragraph-111 {
  margin-top: 11px;
  margin-bottom: 2px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph-111.w {
  -webkit-transition: all 375ms ease;
  transition: all 375ms ease;
  color: #f3f3f3;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.paragraph-111.w:hover {
  color: #ffd616;
}

.d-82-menu-item-underline {
  height: 2px;
  margin-top: -2px;
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.bold-text-20 {
  font-size: 10px;
}

.div-block-215 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold-text-21 {
  position: relative;
  top: -8px;
  color: #fff;
  font-size: 7px;
  font-weight: 900;
}

.paragraph-108 {
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.div-block-216 {
  background-color: #333;
}

.columns-10 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.paragraph-112 {
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #ffd616;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

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

.div-block-217 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.movile {
  display: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.link-4 {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

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

.input {
  height: 45px;
  padding-left: 15px;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.input::-webkit-input-placeholder {
  color: #000;
}

.input:-ms-input-placeholder {
  color: #000;
}

.input::-ms-input-placeholder {
  color: #000;
}

.input::placeholder {
  color: #000;
}

.modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.69);
}

.submit-button-3 {
  margin-top: 10px;
  padding: 12px 20px 10px;
  border-radius: 0px;
  background-color: #ffd616;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.submit-button-3:hover {
  box-shadow: 3px 3px 0 0 #000;
}

.close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  width: 25px;
  cursor: pointer;
}

.modal-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.modal-body {
  position: relative;
  z-index: 10;
  padding: 75px 206px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/woman.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.form-4 {
  text-align: center;
}

.image-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  cursor: pointer;
}

.body-2 {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #3c4041;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.paragraph-56 {
  margin-bottom: 0px;
  color: #ffd616;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.paragraph-58 {
  margin-top: 22px;
  margin-bottom: -41px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.button-2 {
  display: block;
  height: 50px;
  max-width: 250px;
  min-width: 250px;
  margin: 65px auto 0px;
  padding: 16px 0px 0px;
  border-radius: 0px;
  background-color: #ffd616;
  -webkit-transition: all 375ms ease;
  transition: all 375ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  box-shadow: 4px 4px 0 0 #000;
}

.image-21 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.columns-12 {
  margin-bottom: 0px;
}

.div-block-220 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-rows: 20% 80%;
  grid-template-rows: 20% 80%;
}

.div-block-221 {
  display: none;
  padding-top: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  position: absolute;
  left: -9%;
  top: auto;
  right: 0%;
  bottom: -19%;
  z-index: 3333;
  margin-top: 0px;
  color: #fff;
  font-size: 555px;
  line-height: 555px;
}

.div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-top: 63px;
  padding-right: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-223 {
  position: relative;
  height: 100%;
}

.heading-4 {
  position: absolute;
  left: -26%;
  top: 13%;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #564330;
  font-size: 144px;
  line-height: 95px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 12px 12px 3px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
}

.heading-4._1 {
  left: auto;
  top: auto;
  margin-top: 1%;
  margin-right: 0%;
  font-size: 80px;
}

.section-10 {
  position: relative;
  overflow: hidden;
  width: auto;
  background-color: #fff;
}

.div-block-224 {
  z-index: 1;
  margin-right: 32px;
  margin-left: 32px;
}

.paragraph-113 {
  margin-bottom: 0%;
  padding: 137px 137px 137px 228px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

.paragraph-113._5 {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.paragraph-113._5._1 {
  display: none;
}

.text-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2%;
  z-index: 100;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}

.div-block-225 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  position: relative;
  max-height: 100%;
  max-width: 100%;
}

.div-block-226 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #000;
}

.div-block-227 {
  margin-bottom: 0%;
  padding-right: 13px;
  padding-left: 13px;
  border: 2px none #564330;
  -webkit-transform: translate(-5%, -5%);
  -ms-transform: translate(-5%, -5%);
  transform: translate(-5%, -5%);
  color: #181818;
}

.text-block-3 {
  position: relative;
  left: 163px;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
}

.grid-3 {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-4 {
  color: #fff;
  font-size: 20px;
}

.div-block-228 {
  height: auto;
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.section-11 {
  overflow: hidden;
  width: auto;
  height: 100vh;
  background-color: #0a0a0a;
}

.div-block-229 {
  height: 100%;
}

.div-block-230 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0a0a0a;
}

.div-block-231 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-232 {
  position: relative;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-233 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-234 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-235 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-236 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.image-23 {
  position: relative;
  z-index: 0;
  display: none;
}

.div-block-237 {
  display: block;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  box-shadow: 0 0 20px -11px rgba(0, 0, 0, 0.43);
}

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

.div-block-238 {
  position: absolute;
  width: 1px;
  height: 150%;
  margin-top: 61px;
  margin-left: 79px;
  background-color: #525252;
  -webkit-transform: translate(71px, -171px) rotate(30deg);
  -ms-transform: translate(71px, -171px) rotate(30deg);
  transform: translate(71px, -171px) rotate(30deg);
}

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

.div-block-240 {
  width: 100%;
  background-color: #e0e0e2;
}

.text-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: 20px;
  font-size: 35px;
  line-height: 100px;
}

.div-block-241 {
  position: absolute;
  left: -100px;
  top: -100px;
  right: auto;
  bottom: auto;
  width: 200px;
  height: 200px;
}

.div-block-242 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: auto;
  height: 100%;
  box-shadow: 0 7px 20px -6px rgba(0, 0, 0, 0.22);
}

.div-block-243 {
  position: relative;
  width: 45%;
  height: 55%;
  background-color: #fff;
}

.div-block-244 {
  height: 100%;
  background-color: #e0e0e2;
}

.image-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  max-width: none;
}

.heading-copy {
  position: absolute;
  left: 11%;
  top: 35%;
  z-index: 2;
  margin-top: 42px;
  margin-bottom: 0px;
  margin-left: -18px;
  padding-right: 24px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #564330;
  font-size: 144px;
  line-height: 95px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 12px 12px 3px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
}

.div-block-245 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-copy-copy {
  position: absolute;
  left: 37%;
  top: 71%;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #141414;
  font-size: 90px;
  line-height: 95px;
  font-weight: 400;
  white-space: nowrap;
}

.grid-4 {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-12 {
  overflow: hidden;
  width: auto;
}

.paragraph-114 {
  margin-top: 11px;
  margin-left: 6px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  text-transform: none;
}

.d-82-menu-item-underline-2 {
  height: 2px;
  margin-top: -2px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.d-82-menu-item-underline-2.red {
  background-color: #fff;
}

.div-block-64 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-right: 0px;
  padding-top: 7px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.link-block-2 {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url('../images/vk.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: opacity 200ms ease, all 550ms ease;
  transition: opacity 200ms ease, all 550ms ease;
}

.link-block-2:hover {
  background-image: none;
}

.link-block-2._3 {
  width: 24px;
  height: 24px;
  background-image: url('../images/instagram-white.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-block-2._3:hover {
  background-image: none;
}

.link-block-2._3._5 {
  width: auto;
  margin-bottom: -27px;
  background-image: none;
  -webkit-filter: none;
  filter: none;
  color: #000;
  text-decoration: none;
}

.link-block-2._3._5:hover {
  color: #ed1c24;
}

.div-block-246 {
  display: none;
  margin-top: -17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-43 {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}

._3232 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.nav-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 350px;
  min-height: 350px;
  padding-top: 2%;
  padding-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.txt {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.txt:hover {
  color: #fff;
}

.cross-icon {
  display: inline-block;
  width: 21px;
  height: 32px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  font-size: 21px;
}

.cross-line-2 {
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  margin-bottom: -17px;
  margin-left: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cross-line-1 {
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin: 0px 0px 8px;
  padding: 0px 22px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #564330;
  background-color: hsla(0, 0%, 100%, 0.8);
  background-clip: border-box;
}

.d-82-menu-item-2 {
  margin: 12px 18px 10px;
  text-decoration: none;
}

.d-82-menu-item-2.rr2 {
  position: relative;
  margin: 0px 6px 10px;
}

.nav-menu-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-number {
  margin-right: 24px;
  font-size: 21px;
  line-height: 14px;
}

.paragraph-115 {
  margin-top: -17px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.close-overlay-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -61px;
  padding: 8px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.bold-text-24 {
  padding-right: 8px;
  padding-left: 8px;
  background-color: red;
  box-shadow: 1px 1px 20px 0 rgba(255, 0, 0, 0.59);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.d-82-menu-item-text {
  position: relative;
  z-index: 99;
  padding-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.d-82-menu-item-text.pre {
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}

.text-block-15.ttt {
  color: red;
  font-weight: 600;
}

.burger-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.menu-button-2 {
  position: relative;
  margin-top: 15px;
  margin-right: -2px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 1;
}

.menu-button-2.w--open {
  background-color: transparent;
}

.logo {
  width: 100px;
  margin-top: 3px;
}

.view-more-text {
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.paragraph-116 {
  color: #000;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.html-embed-2 {
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-25 {
  margin-top: -41px;
  margin-bottom: -41px;
  margin-left: 19px;
}

.div-block-65 {
  width: 1px;
  height: 33px;
  margin: -10px 7px -11px 0px;
  background-color: #000;
}

.nav-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 600ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-wrap:hover {
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.nav-link-wrap.rer {
  margin-top: 0px;
  padding-right: 27px;
  padding-left: 4px;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(red));
  background-image: linear-gradient(270deg, #000, red);
}

.nav-menu-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 110px;
  padding-bottom: 75px;
  border: 3px solid #564330;
  background-color: rgba(0, 0, 0, 0.84);
  box-shadow: 1px 1px 20px 0 red;
}

.track-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 15vw;
  margin-bottom: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-image: url('../images/Joslen-768x525.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.icon-container.photo7 {
  background-image: url('../images/blanmange_site.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-container.photo6 {
  background-image: url('../images/krokembush_site.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-container.photo2 {
  background-image: url('../images/galskiy_site.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-container.photo12 {
  background-image: url('../images/berge-768x509.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-container.photo5 {
  background-image: url('../images/kanele_site.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-container.photo1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 7px 20px 3px rgba(255, 0, 0, 0.31);
}

.icon-container.photo9 {
  background-image: url('../images/Joslen-768x525.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-container.photo3 {
  background-image: url('../images/biron-768x509.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-container.photo8 {
  background-image: url('../images/kanele_site.jpg');
}

.icon-container.photo4 {
  background-image: url('../images/parfe_si-660x520.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-container.photo11 {
  background-image: url('../images/parfe_si-660x520.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-container.photo10 {
  background-image: url('../images/biron-768x509.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-135-view-project-wrapper {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.d-135-view-project-text {
  position: relative;
  z-index: 5;
  padding: 15px 37px;
  border: 1px solid red;
  box-shadow: 1px 1px 20px 0 rgba(255, 0, 0, 0.46);
  -webkit-transition: all 650ms ease;
  transition: all 650ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: 1px 1px 13px red;
}

.d-135-view-project-text:hover {
  box-shadow: none;
  text-shadow: none;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.small {
  width: 41%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.project-title {
  position: relative;
  z-index: 32;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  text-shadow: 0 0 16px rgba(16, 16, 16, 0.3);
}

.project-title._2414 {
  margin-right: auto;
  margin-left: auto;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.marquee {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.marquee-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.track-vertical-alt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal.flip-svp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.container.flex-vertical {
  width: auto;
  max-width: none;
  min-width: 550px;
  margin-top: 0px;
  padding: 0px 0px 46px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.intro-button {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -44px;
  margin-left: -4px;
  padding: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aligncentre {
  position: relative;
  padding-bottom: 38px;
  text-align: center;
}

.aligncentre._45 {
  z-index: 3;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.28);
}

.masked {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 2px none #e0e0e2;
  background-color: #fff;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 55px;
  line-height: 88px;
  text-align: center;
  text-transform: uppercase;
}

.div-footer-column {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-67 {
  max-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-5.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-26 {
  margin-top: 30px;
  margin-bottom: 9px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.link-footer {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.link-footer:hover {
  color: #9b9b9b;
  text-decoration: none;
}

.legal {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #000;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.div-standard {
  display: block;
  width: 95%;
  max-width: 1280px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-standard.flex {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
}

.div-standard.flex.top-align {
  position: relative;
  z-index: 12;
  width: 100%;
  max-width: none;
  margin: -128px auto -65px;
  padding-top: 46px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px none #564330;
  border-radius: 0px;
  background-color: #1b1b1b;
  box-shadow: 0 -1px 20px 0 #000;
}

.div-standard.flex.justify {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1280px;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-standard.flex.justify.footer {
  width: auto;
  max-width: none;
  margin-bottom: 56px;
  padding-top: 0px;
  padding-left: 32px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.heading-8 {
  margin-top: 14px;
  margin-bottom: 14px;
  color: #9b9b9b;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-13 {
  margin-top: 0px;
  padding-top: 88px;
  padding-bottom: 0px;
  border-top: 2px none #564330;
  background-color: #fff;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 144px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px none red;
  background-image: url('../images/White-logo.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/krokembush_site.jpg');
  background-image: url('../images/White-logo.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/krokembush_site.jpg');
  background-position: 50% 85%, 0px 0px, 50% 50%;
  background-size: 144px, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
  box-shadow: 0 -6px 17px -2px rgba(0, 0, 0, 0.47);
}

.paragraph-31 {
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 44px;
  text-transform: uppercase;
}

.columns-13 {
  padding-top: 29px;
  padding-bottom: 0px;
  background-color: #e0e0e2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/dom1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/dom1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-27 {
  margin-top: -68px;
}

.image-28 {
  margin-top: -47px;
}

.image-29 {
  margin-top: -63px;
  padding-bottom: 0px;
}

.image-30 {
  margin-top: -46px;
}

.text-arrow-wrap-absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 4%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-wrapper.down {
  margin-right: 13px;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.arrow-line {
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.arrow-triangle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 3.5px solid #fff;
  cursor: none;
}

.button-text {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #adadad;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.button-text:hover {
  opacity: 0.5;
}

.button-text.services {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-247 {
  width: 220px;
  min-height: 200px;
  margin-right: auto;
  margin-bottom: -35px;
  margin-left: auto;
  padding: 3px;
  background-color: #fff;
  box-shadow: 0 11px 20px -10px rgba(0, 0, 0, 0.43);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.div-block-247._34 {
  margin-top: -60px;
  box-shadow: 0 -10px 20px -20px #000;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.div-block-247._234 {
  margin-top: -40px;
  box-shadow: 7px -7px 20px -20px #000;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.div-block-248 {
  height: 300px;
  margin-top: 0px;
  padding-top: 9px;
  background-image: url('../images/sert.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block {
  margin-top: 20px;
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-transition: padding 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: padding 200ms ease, border 200ms ease, background-color 200ms ease;
}

.link-block:hover {
  padding-right: 60px;
  padding-left: 60px;
  border-color: #ab8d69;
  background-color: #ab8d69;
}

.link-block.btn2 {
  display: block;
  margin: 51px auto;
  padding-right: 0px;
  padding-left: 0px;
  border-width: 0px;
  color: #ab8d69;
  text-align: center;
  text-decoration: none;
}

.link-block.btn2:hover {
  border-color: transparent;
  background-color: transparent;
}

.text-block-16 {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-block-16.btn2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: text-shadow 300ms ease;
  transition: text-shadow 300ms ease;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-block-16.btn2:hover {
  text-shadow: 0 28px 0 hsla(0, 0%, 80%, 0.49), 0 14px 0 #ccc;
}

.paragraph-117 {
  position: relative;
  top: -2px;
  display: inline;
  margin-bottom: 0px;
  margin-left: -12px;
  color: #27367b;
  text-decoration: none;
}

.html-embed-3 {
  margin: -42px auto -50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-249 {
  margin-left: 4px;
  padding: 37px 7px;
}

.paragraph-118 {
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0f0f0f;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-4 {
  min-height: 100%;
}

.slide-11 {
  background-image: url('../images/slide1-1000x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/shop42-620x248.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.slide-nav-4 {
  display: none;
}

.image-31 {
  display: block;
  margin: 0px 0px 0px 19px;
}

.section-14 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-vertical {
  position: absolute;
  left: 2%;
  top: 44%;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-line {
  width: 1px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  margin-top: 30px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 20px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.social-media-link:hover {
  opacity: 1;
}

.hero-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: -44px 0px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: -11px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #000;
  font-size: 42px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

.text-span {
  color: #e1033d;
  font-size: 28px;
}

.hero-image {
  position: relative;
  display: block;
  margin-top: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-block {
  z-index: 2;
  margin: 0px;
  padding: 14px 50px 10px;
  background-color: #1b1b1b;
  box-shadow: 0 5px 20px -11px rgba(0, 0, 0, 0.28);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  cursor: context-menu;
}

.info-grid {
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 7px;
  color: #fff;
}

.info-text {
  margin-top: 2px;
  color: #fff;
  font-weight: 400;
}

.image-32 {
  display: block;
  min-width: 100%;
  margin-top: -21px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-250 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-33 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-34 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-251 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold-text-25 {
  position: relative;
  top: -9px;
  font-size: 12px;
}

.button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  max-width: 200px;
  margin: -133px auto 169px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
  box-shadow: 0 1px 20px 0 #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-3:hover {
  box-shadow: none;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #9b9b9b;
}

.navigation-link.w--current {
  color: #99d715;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-3 {
  margin-right: 0px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.navigation-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
}

.dropdown-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-4:hover {
  padding: 3px;
  background-color: #f8faff;
}

.dropdown-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

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

.icon-4 {
  margin-right: 5px;
}

.nav-menu-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.navigation-column {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 85px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #000;
  border-radius: 0px;
  background-color: #f5f5f5;
}

.icon-square.z1 {
  background-image: url('../images/krokembush_site.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-square.z2 {
  background-image: url('../images/keltskiy_site.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-square.z3 {
  background-image: url('../images/Joslen-768x525.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-square.z4 {
  background-image: url('../images/lassi-768x509.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-square.z6 {
  background-image: url('../images/Miramare-768x525.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-square.z7 {
  background-color: #fff;
  background-image: url('../images/plint.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-square.z8 {
  background-color: #fff;
  background-image: url('../images/plin2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

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

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
}

.link-18 {
  display: block;
  margin-bottom: 15px;
  color: #283338;
  font-size: 15px;
  text-decoration: none;
}

.link-18:hover {
  color: #8c54ff;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0% 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #1b1b1b;
  border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  background-color: #fff;
  box-shadow: 1px 1px 20px -2px rgba(0, 0, 0, 0.44);
}

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

.dropdown-link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

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

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.nav-content-wrap:hover {
  box-shadow: 0 6px 13px -7px rgba(0, 0, 0, 0.28);
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -120px;
  max-height: 100vh;
  min-width: 350px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.text-block-62 {
  margin-bottom: 14px;
  color: #abaeaf;
  font-size: 14px;
  letter-spacing: 1px;
}

.dropdown-toggle {
  padding-right: 26px;
  padding-left: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1b1b1b;
  font-size: 12px;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: #9b9b9b;
}

.background-video-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  padding: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-119 {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.image-35 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.mainbluebox {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  height: 20vh;
  margin-bottom: 0vh;
  padding-right: 50px;
  padding-left: 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
  -webkit-transition: all 425ms ease;
  transition: all 425ms ease;
  text-decoration: none;
  cursor: pointer;
}

.mainbluebox:hover {
  background-color: #9b9b9b;
}

.boxtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 13px;
  font-weight: 500;
}

.boxtitle.black {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.boxmaintext {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.boxiconwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 60px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.boxiconwrapper.black {
  border-color: #aaa;
  -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #aaa;
}

.boxiconwrapper.black:hover {
  background-color: transparent;
}

.iconfont {
  font-size: 14px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.boxmaintextkr {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 700;
}

.mainboxwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.maingraybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  height: 20vh;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  cursor: pointer;
}

.maingraybox:hover {
  background-color: #1b1b1b;
  box-shadow: 0 5px 17px -13px #000;
}

.maingraybox._2 {
  background-color: #f2f2f2;
}

.maingraybox._2:hover {
  background-color: #1b1b1b;
}

.maingraybox._3 {
  background-color: #ededed;
}

.maingraybox._3:hover {
  background-color: #1b1b1b;
}

.heading-9 {
  position: relative;
  z-index: 5;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.div-block-252 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-253 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  overflow: visible;
  width: 400px;
  height: 70%;
  margin-left: -191px;
}

.div-block-254 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-255 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  background-color: #1b1b1b;
}

.div-block-256 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-image: url('../images/zavod1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-256._424 {
  background-image: url('../images/zavod2.jpg');
}

.div-block-257 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tarif-poprobovat {
  display: block;
  overflow: visible;
}

.right-arrow-5 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}

.div-block-259 {
  position: absolute;
  right: -31%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-260 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: #fff;
}

.text-block-63 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 100px;
  font-weight: 100;
}

.link-block-6 {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  font-style: normal;
  text-decoration: none;
}

.div-block-261 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px 0px 231px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/zavod.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/zavod.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-261._535 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/zavod4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/zavod4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-262 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-7 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  text-decoration: none;
}

.icon {
  width: 90px;
  height: 90px;
  min-height: 90px;
  min-width: 90px;
  background-color: transparent;
  color: #000;
  font-size: 21px;
}

.image-36 {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  background-image: none;
  background-position: 0px 0px;
  background-size: 125px;
}

.text-block-64 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 53px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Montserrat, sans-serif;
  color: #9b9b9b;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-263 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 60px;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(33%, transparent));
  background-image: linear-gradient(270deg, #000, transparent 33%);
}

.div-block-264 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-5 {
  position: relative;
  z-index: 3;
  height: 100vh;
  box-shadow: 0 1px 20px -3px #000;
}

.text-block-65 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 100px;
  font-weight: 900;
}

.div-block-265 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  max-width: 56%;
  margin-left: 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-266 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
}

.left-arrow-5 {
  left: auto;
  top: 0%;
  right: 100px;
  bottom: auto;
  width: 100px;
  height: 100px;
  background-color: #fff;
}

.paragraph-120 {
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 10px;
}

.div-block-267 {
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.text-block-66 {
  position: static;
  margin-bottom: 35px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: nowrap;
}

.text-block-67 {
  position: relative;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.image-37 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.paragraph-121 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: justify;
}

.link-19 {
  color: #fff;
  font-weight: 600;
}

.icon-5 {
  color: #000;
  font-size: 21px;
}

.link-20 {
  color: #fff;
}

.div-block-268 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.bold-text-26 {
  font-size: 17px;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 121px;
  padding-bottom: 121px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-15._636 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  margin: 0px 42px 42px;
  padding: 11px 21px;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
  box-shadow: 0 8px 20px -9px rgba(0, 0, 0, 0.23);
}

.nav-link {
  padding-right: 13px;
  padding-left: 13px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3c4041;
}

.nav-link:hover {
  color: #4d8c76;
}

.nav-link.w--current {
  color: #4d8c76;
}

.link-21 {
  display: inline-block;
  margin-top: 18px;
  margin-right: 0px;
  margin-left: 11px;
  color: #4d8c76;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.image-38 {
  margin-top: 13px;
}

.heading-10 {
  margin-bottom: 42px;
  font-weight: 400;
  text-align: center;
}

.paragraph-122 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: #3c4041;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.bold-text-27 {
  color: #4d8c76;
  font-weight: 400;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-269 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
  margin-top: -61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 20px -9px rgba(0, 0, 0, 0.23);
}

.form-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding-top: 24px;
  padding-right: 82px;
  padding-left: 82px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-field-3 {
  max-width: 200px;
  min-height: 50px;
  min-width: 200px;
  border: 2px solid #4d8c76;
  border-radius: 20px;
  color: #4b4b4b;
  font-weight: 600;
  text-transform: none;
}

.text-field-3::-webkit-input-placeholder {
  color: #3c4041;
}

.text-field-3:-ms-input-placeholder {
  color: #3c4041;
}

.text-field-3::-ms-input-placeholder {
  color: #3c4041;
}

.text-field-3::placeholder {
  color: #3c4041;
}

.submit-button-4 {
  width: 200px;
  height: 50px;
  min-width: 200px;
  border-radius: 20px;
  background-color: #4d8c76;
}

.div-block-270 {
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-271 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 241px;
  height: 241px;
  min-height: 241px;
  min-width: 241px;
  margin-bottom: -70px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3333px;
  background-color: #4d8c76;
}

.div-block-271._5353 {
  width: 300px;
  height: 300px;
  min-height: 300px;
  min-width: 300px;
}

.paragraph-123 {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.paragraph-123._345 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-124 {
  color: #fff;
}

.div-block-272 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-39 {
  position: relative;
  z-index: 2;
  margin-right: -96px;
  margin-left: -96px;
}

.image-40 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.div-block-271-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 241px;
  height: 241px;
  min-height: 241px;
  min-width: 241px;
  margin-bottom: -70px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 3333px;
  background-color: #4d8c76;
}

.paragraph-124-copy {
  color: #fff;
  text-align: right;
}

.section-16 {
  margin-bottom: -5px;
  padding-top: 41px;
  padding-bottom: 28px;
  background-color: #4d8c76;
  background-image: url('../images/line.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-273 {
  width: 150px;
  height: 150px;
  margin-top: -161px;
  margin-left: -734px;
  border-radius: 333px;
  background-color: #4d8c76;
  opacity: 0.42;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.paragraph-125 {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.div-block-274 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  max-width: 170px;
  min-width: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 333px;
  background-color: #4d8c76;
}

.div-block-274._646 {
  margin-top: 57px;
}

.div-block-274._646._3525 {
  background-color: #fff;
}

.paragraph-126 {
  position: relative;
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}

.paragraph-126._4214 {
  color: #3c4041;
}

.div-block-275 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 32px;
  height: 32px;
  margin-top: 52px;
  margin-right: -11px;
  margin-left: 7px;
  background-color: #4d8c76;
  -webkit-transform: rotate(120deg) rotateX(69deg) rotateY(0deg) rotateZ(45deg);
  transform: rotate(120deg) rotateX(69deg) rotateY(0deg) rotateZ(45deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-276 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-275-copy {
  position: absolute;
  right: 10px;
  width: 32px;
  height: 32px;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  background-color: #4d8c76;
  -webkit-transform: rotate(-120deg) rotateX(69deg) rotateY(0deg) rotateZ(45deg);
  transform: rotate(-120deg) rotateX(69deg) rotateY(0deg) rotateZ(45deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-275-copy._231 {
  position: relative;
  margin-top: 49px;
  margin-right: -1px;
  margin-left: -28px;
  background-color: #fff;
}

.section-17 {
  margin-bottom: -4px;
  padding-top: 138px;
  padding-bottom: 138px;
  background-image: url('../images/line2.svg'), url('../images/line.svg');
  background-position: 50% 100%, 50% -0.4%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.section-17._46 {
  margin-bottom: -10px;
  padding-bottom: 5px;
}

.section-17._346 {
  margin-top: -10px;
  margin-bottom: -8px;
  padding-bottom: 13px;
}

.div-block-277 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-11 {
  margin-bottom: 42px;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}

.div-block-278 {
  width: 170px;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 20px -9px #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.div-block-278:hover {
  box-shadow: none;
}

.div-block-279 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-127 {
  color: #3c4041;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.columns-14 {
  margin-top: 47px;
}

.image-41 {
  margin-top: 6px;
}

.button-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 50px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 20px -9px #000;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #3c4041;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-4:hover {
  box-shadow: none;
}

.button-4._35 {
  margin-top: 30px;
  background-color: #4d8c76;
  color: #fff;
}

.image-42 {
  margin-top: -81px;
  margin-right: -29px;
  margin-left: 3px;
}

.image-42._5325 {
  margin-bottom: -35px;
}

.div-block-280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-18 {
  margin-top: 0px;
  margin-bottom: -4px;
  padding-top: 162px;
  padding-bottom: 54px;
  border: 1px none #000;
  background-color: #4d8c76;
  background-image: url('../images/line2.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.section-18._64 {
  position: relative;
  z-index: 2;
  margin-top: -19px;
  margin-bottom: 0px;
  padding-bottom: 35px;
  background-position: 50% -1%;
}

.section-18._646 {
  background-image: url('../images/line2.svg');
  background-position: 50% -3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-18._646._5435 {
  padding-bottom: 138px;
}

.heading-11-copy {
  color: #3c4041;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}

.paragraph-122-copy {
  max-width: 700px;
  margin: 24px auto 101px;
  color: #3c4041;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.clock {
  margin-top: 117px;
}

.paragraph-128 {
  margin-top: 184px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.link-block-8 {
  min-width: 200px;
}

.div-block-281 {
  min-width: 200px;
}

.image-43 {
  width: 32px;
  height: 32px;
  margin-top: 6px;
}

.link-block-9 {
  width: 45px;
  height: 45px;
  margin-right: 7px;
  margin-left: 7px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 333px;
  background-color: #4d8c76;
}

.link-block-9:hover {
  opacity: 0.79;
}

.div-block-282 {
  margin-top: 19px;
}

.div-block-283 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  height: 410px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #4d8c76;
  border-radius: 333px;
  background-color: #fff;
}

.image-44 {
  position: relative;
  z-index: 12;
  margin-top: -4px;
  margin-right: -10px;
  opacity: 1;
}

.image-45 {
  position: relative;
  z-index: 42;
  margin-top: 132px;
  margin-right: 16px;
  margin-left: -210px;
  opacity: 0.6;
  -webkit-transform: rotate(51deg);
  -ms-transform: rotate(51deg);
  transform: rotate(51deg);
}

.paragraph-129 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 42;
  display: block;
  margin-top: 227px;
  margin-right: -128px;
  opacity: 0.73;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  color: #e00d00;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.bold-text-28 {
  color: #222;
  font-weight: 400;
}

.div-block-284 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: 440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 140, 118, 0.7);
  border-radius: 333px;
}

.div-block-285 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  height: 470px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 140, 118, 0.28);
  border-radius: 333px;
}

.div-block-286 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 140, 118, 0.13);
  border-radius: 333px;
}

.nad-kolcom {
  position: relative;
  width: 500px;
  height: 500px;
  margin-top: -562px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.div-block-288 {
  height: 100px;
}

.div-block-288._346 {
  margin-top: 32px;
}

.div-block-289 {
  position: relative;
  z-index: 54;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.67;
  cursor: pointer;
}

.paragraph-130 {
  margin-bottom: 0px;
  color: #e00d00;
}

.paragraph-130.tt {
  color: #4d8c76;
}

.div-block-290 {
  max-width: 50%;
}

.div-block-290._352 {
  margin-left: -100px;
}

.div-block-290._352._3525 {
  margin-left: -200px;
}

.div-block-290._235 {
  margin-right: -100px;
  margin-left: 100px;
}

.div-block-290._235._124152 {
  margin-right: -200px;
}

.div-block-291 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-291._3525 {
  margin-top: 59px;
}

.div-block-291._46 {
  margin-top: 67px;
}

.m._545 {
  margin-top: 15px;
}

.to {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.67;
  cursor: pointer;
}

.div-block-289-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-292 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-293 {
  width: 233px;
  height: 233px;
  margin-right: auto;
  margin-left: auto;
}

.image-46 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-131 {
  color: #fff;
  text-align: center;
}

.paragraph-132 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.columns-15 {
  margin-top: 0px;
  margin-bottom: 144px;
}

.div-block-294 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: -11px;
  margin-left: auto;
  padding-bottom: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-6 {
  width: 600px;
  height: 431px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.slide-13 {
  background-image: url('../images/reviews.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-arrow-6 {
  left: 7%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 43px;
  height: 43px;
  margin-bottom: 0px;
}

.left-arrow-6 {
  left: 0%;
  top: auto;
  right: 7%;
  bottom: 0%;
  width: 43px;
  height: 43px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.slide-nav-5 {
  display: none;
  margin-top: 23px;
  margin-bottom: -46px;
}

.icon-6 {
  color: #4d8c76;
}

.icon-7 {
  color: #4d8c76;
}

.div-block-295 {
  min-height: 100%;
  min-width: 100%;
  padding-top: 141px;
  padding-right: 61px;
  padding-left: 61px;
}

.paragraph-133 {
  color: #fff;
  font-weight: 600;
}

.paragraph-134 {
  color: #fff;
}

.image-47 {
  display: block;
  margin-top: -43px;
  margin-right: 0px;
}

.image-48 {
  display: block;
}

.sites {
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 46px;
}

.sozdaniesaotiv {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 29px;
}

.slider-7 {
  height: 650px;
  background-color: transparent;
}

.slider-7._2414 {
  height: 555px;
}

.slider-7._2414._124 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-297 {
  height: 250px;
}

.link-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}

.link-block-10:hover {
  opacity: 0.57;
}

.icon-8 {
  color: #4d8c76;
}

.icon-9 {
  color: #4d8c76;
}

.columns-16 {
  margin-top: 20px;
}

.paragraph-135 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.s5_info {
  overflow: hidden;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.newss {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  margin-top: 70px;
  margin-bottom: 47px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
}

.s5_animate_text_wrapper-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.text-block-11 {
  margin-right: 32px;
  font-family: Montserrat, sans-serif;
  color: rgba(34, 34, 34, 0.05);
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-block-12 {
  margin-right: 41px;
  margin-left: 41px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 80px;
  line-height: 80px;
  font-weight: 200;
  text-transform: uppercase;
}

.s5_animate_text_wrapper2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.slide-nav-6 {
  margin-bottom: 0px;
}

.slide-nav-6._3452 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: -42px;
}

.right-arrow-7 {
  margin-right: 0px;
}

.right-arrow-7._42 {
  width: 55px;
  height: 55px;
  background-color: #fff;
}

.left-arrow-7 {
  margin-left: 0px;
}

.left-arrow-7._42 {
  width: 55px;
  height: 55px;
  background-color: #fff;
}

.form-block-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}

.text-block-19 {
  color: #fff;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-closer-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.modal-body-2 {
  position: relative;
  z-index: 10;
  padding: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.submit-button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 300px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #26528e;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: none;
}

.submit-button-5:hover {
  box-shadow: none;
}

.submit-button-5._43 {
  margin-top: 0px;
  border-radius: 0px;
  background-color: #004f00;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
}

.div-block-112 {
  display: block;
}

.zvonok {
  display: none;
}

.success-message-2 {
  background-color: #ff7200;
  text-transform: uppercase;
}

.chet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-136 {
  margin-bottom: 23px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-wrapper-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.close-icon-2 {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  width: 25px;
  cursor: pointer;
}

.phone {
  display: block;
  height: 50px;
  max-width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  border: 2px solid #4d8c76;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.phone::-webkit-input-placeholder {
  color: #000;
  text-align: left;
}

.phone:-ms-input-placeholder {
  color: #000;
  text-align: left;
}

.phone::-ms-input-placeholder {
  color: #000;
  text-align: left;
}

.phone::placeholder {
  color: #000;
  text-align: left;
}

.phone._3434 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  font-size: 14px;
}

.phone._434 {
  height: auto;
  max-width: 95%;
  margin-right: 0px;
  margin-left: 10px;
  float: left;
  border: 1px solid #c5c5c5;
  color: #050505;
  font-weight: 300;
}

.phone._434::-webkit-input-placeholder {
  color: #222;
}

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

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

.phone._434::placeholder {
  color: #222;
}

.text-field-4 {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  border-radius: 20px;
}

.text-field-4::-webkit-input-placeholder {
  color: #222;
}

.text-field-4:-ms-input-placeholder {
  color: #222;
}

.text-field-4::-ms-input-placeholder {
  color: #222;
}

.text-field-4::placeholder {
  color: #222;
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  margin-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-6 {
  min-width: 600px;
}

.form-6._3634 {
  min-width: auto;
  margin-top: 23px;
}

.checkbox-field {
  margin-top: 9px;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border-radius: 0px;
  color: #4d8c76;
}

.checkbox.w--redirected-checked {
  border-radius: 3px;
  background-color: #4d8c76;
}

.submit-button-6 {
  display: block;
  height: 50px;
  min-width: 200px;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #4d8c76;
  font-size: 14px;
  text-transform: uppercase;
}

.submit-button-6._345 {
  background-color: #fff;
  color: #4d8c76;
}

.column-22 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-23 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-24 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-25 {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-2 {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.dropdown-2.rtet32 {
  border-radius: 0px;
  background-color: #fff;
  color: #4d8c76;
}

.dropdown-list-2 {
  margin-top: 6px;
}

.dropdown-list-2.w--open {
  max-width: none;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  background-color: #fff;
  box-shadow: 0 10px 20px -1px rgba(0, 0, 0, 0.48);
}

.dropdown-toggle-2 {
  display: block;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 63px;
  background-color: #4d8c76;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-toggle-2.w--open {
  display: block;
}

.dropdown-toggle-2._2414 {
  border-radius: 0px;
  background-color: transparent;
  color: #4d8c76;
}

.dropdown-link-6 {
  padding: 4px 0px;
  text-align: center;
}

.dropdown-link-6:hover {
  background-color: #4d8c76;
  color: #fff;
}

.div-block-298 {
  margin: 120px;
  padding: 50px;
  background-color: #f5f5f5;
}

.dropdown-toggle-3 {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: green;
}

.dropdown-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-299 {
  width: 300px;
  height: 333px;
  margin-top: 104px;
  margin-right: auto;
  margin-left: auto;
  padding: 28px;
  background-color: red;
}

.dropdown-list-3 {
  width: 100px;
}

.dropdown-list-3.w--open {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-link-7 {
  max-width: 100px;
}

.dropdown-link-8 {
  max-width: 100px;
}

.dropdown-link-9 {
  max-width: 100px;
}

.icon-10 {
  margin-right: 20px;
  margin-left: 34px;
}

.text-block-68 {
  margin-right: 51px;
  padding-right: 26px;
  font-weight: 600;
}

.vse-tarifu {
  overflow: hidden;
  max-width: 100%;
}

.div-block-300 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-300:hover {
  box-shadow: 0 8px 20px -9px #000;
}

.info {
  height: 160px;
}

.paragraph-137 {
  text-transform: uppercase;
}

.paragraph-138 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.paragraph-139 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-140 {
  margin-bottom: 0px;
  margin-left: 9px;
}

.paragraph-140.host {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-141 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 33px;
  padding-left: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #4d8c76;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.button-5:hover {
  box-shadow: 0 5px 15px -5px #000;
}

.div-block-301 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-17 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 54px;
  padding-left: 54px;
}

.tarif-zakrepitsia {
  display: block;
  overflow: hidden;
}

.tarif-vtop {
  display: block;
  overflow: hidden;
}

.div-block-303 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-50 {
  margin-left: 5px;
}

.image-50._456 {
  margin-top: 61px;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  color: #4d8c76;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-12 {
  color: #fff;
  text-align: center;
}

.heading-12._4545 {
  margin-top: 78px;
  color: #3c4041;
}

.div-block-304 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-142 {
  max-width: 800px;
  margin: 25px auto;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.paragraph-142._35 {
  max-width: none;
  margin-top: 25px;
  font-size: 14px;
}

.heading-13 {
  color: #fff;
}

.paragraph-143 {
  color: #fff;
}

.paragraph-143._25 {
  font-size: 18px;
  line-height: 24px;
}

.div-block-305 {
  padding: 9px;
}

.div-block-305._3525 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-51 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-52 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-306 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-144 {
  max-width: 800px;
  margin: 19px auto;
  text-align: center;
}

.div-block-307 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-53 {
  max-width: none;
  margin-left: 12px;
}

.paragraph-145 {
  line-height: 24px;
}

.paragraph-146 {
  max-width: 750px;
  margin: 19px auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.bold-text-29 {
  color: #4d8c76;
}

.body-3 {
  padding-top: 137px;
  font-family: 'Open Sans', sans-serif;
  color: #3c4041;
}

.tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
  z-index: 66;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.tab-link-tab-1 {
  height: 55px;
  min-width: 33%;
  padding-top: 15px;
  padding-right: 69px;
  padding-left: 69px;
  border: 1px solid #4d8c76;
  background-color: #f5f5f5;
  box-shadow: 0 8px 18px -7px rgba(0, 0, 0, 0.44);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-1:hover {
  box-shadow: none;
}

.tab-link-tab-1.w--current {
  padding-right: 37px;
  padding-left: 37px;
  background-color: #4d8c76;
  color: #fff;
}

.tab-link-tab-1._42 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 24px;
}

.tab-link-tab-1._24 {
  border-left-style: none;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 24px;
}

.port {
  max-width: 1200px;
  min-height: 333px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-308 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  max-width: 500px;
  margin: 44px auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #4d8c76;
}

.paragraph-147 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.bold-text-30 {
  font-weight: 600;
  text-transform: uppercase;
}

.bold-text-31 {
  font-size: 14px;
}

.tabs {
  position: relative;
}

.innfa {
  margin-right: auto;
  margin-left: auto;
}

.paragraph-148 {
  margin-top: 85px;
}

.div-block-309 {
  max-width: 1200px;
  margin-top: 85px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-149 {
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.bold-text-32 {
  color: #4d8c76;
}

.bold-text-33 {
  color: #4d8c76;
}

.paragraph-150 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.div-block-310 {
  padding: 20px;
}

.div-block-311 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 400px;
  margin: 67px auto 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.mobile {
  display: none;
}

.tab-link-tab-1-2 {
  margin: 5px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 15px -8px #000;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.tab-link-tab-1-2:hover {
  box-shadow: none;
}

.tab-link-tab-1-2.w--current {
  background-color: #4d8c76;
  color: #fff;
}

.tab-link-tab-1-2._345 {
  min-width: 48%;
  margin-right: 0px;
  margin-left: 0px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.tab-link-tab-1-2._345.w--current {
  background-color: #fff;
  color: #222;
}

.tabs-menu-2 {
  z-index: 2;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 8px;
  border: 2px solid #4d8c76;
  border-radius: 333px;
  background-color: #f5f5f5;
  text-align: center;
}

.tabs-menu-2._343 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
}

.paragraph-153 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-313 {
  max-width: 300px;
  margin: 19px auto -7px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #4d8c76;
}

.div-block-313._535 {
  margin-bottom: -2px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #fff;
}

.image-55 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 8px 18px -10px rgba(0, 0, 0, 0.32);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.lightbox-link:hover {
  box-shadow: none;
}

.tab {
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.tab.w--current {
  background-color: #4d8c76;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 32px;
}

.tabs-menu-3._424 {
  display: block;
  max-width: 1200px;
  margin-bottom: 34px;
  text-align: center;
}

.div-block-314 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 2px solid #fff;
  background-color: hsla(0, 0%, 96.1%, 0.9);
  box-shadow: 0 -6px 14px -13px rgba(0, 0, 0, 0.13);
  opacity: 0;
  color: #393e3f;
}

.paragraph-154 {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.paragraph-155 {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 14px;
}

.whatsapp {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin: 45px 57px 68px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #4d8c76;
  box-shadow: 0 6px 20px -12px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.whatsapp:hover {
  box-shadow: none;
}

.paragraph-156 {
  margin-bottom: 0px;
  margin-left: 6px;
  color: #fff;
}

.div-block-315 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.image-56 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-157 {
  margin-top: 10px;
  font-size: 14px;
}

.heading-14 {
  line-height: 32px;
}

.heading-15 {
  text-align: center;
}

.columns-18 {
  margin-top: 32px;
}

.button-7 {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 20px;
  background-color: #4d8c76;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-158 {
  margin-top: 10px;
  text-align: center;
}

.button-8 {
  display: inline;
  height: 50px;
  margin-left: 10px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #4d8c76;
  text-transform: uppercase;
}

.body-4 {
  background-color: #4d8c76;
  font-family: 'Open Sans', sans-serif;
}

.div-block-316 {
  min-height: 333px;
}

.html-embed-4 {
  margin-top: -43px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-2 {
  position: relative;
  padding-top: 5px;
}

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

.tabs-content {
  position: relative;
}

.faq-section {
  position: relative;
  padding: 0rem;
  font-family: Merriweather, serif;
}

.faq-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 66px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.faq-menu-wrapper {
  width: 40%;
  height: 100%;
  margin-top: 52px;
  padding: 41px 23px 23px;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #4d8c76;
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0 13px 19px -20px #000;
}

.faq-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0rem;
  padding: 0rem 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 3px 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.faq-menu-item.w--current {
  color: #4d8c76;
}

.faq-menu-item-label {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.faq-menu-item-label:hover {
  color: #4d8c76;
}

.faq-groups-wrapper {
  position: static;
  left: 30%;
  padding: 0rem;
}

.faq-group-row {
  width: 100%;
  min-height: 700px;
  margin-bottom: 18px;
  padding: 25px 25px 15px;
  background-color: #4d8c76;
  font-family: 'Open Sans', sans-serif;
}

.faq-group-row._42 {
  padding-top: 15px;
}

.faq-group-row._352 {
  padding-top: 25px;
}

.div-block-318 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-48 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.body-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-9 {
  margin-top: 37px;
  margin-bottom: 37px;
  padding: 15px 72px;
  border-radius: 20px;
  background-color: #4d8c76;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.sozdaniesaitov {
  display: none;
}

.prodvigenie {
  display: none;
}

.kontext {
  display: none;
}

.youtube {
  display: none;
}

.krayd-marketing {
  display: none;
}

.otzivy {
  display: none;
}

.lidogeniracia {
  display: none;
}

.hosting {
  display: none;
}

.domen {
  display: none;
}

.reclama-v-sc {
  display: none;
}

.app {
  display: none;
}

.raz-prog {
  display: none;
}

.paragraph-159 {
  margin-top: 10px;
  color: #fff;
}

.heading-26 {
  color: #fff;
}

.heading-26._535 {
  text-align: center;
}

.paragraph-160 {
  margin-top: 10px;
  color: #fff;
}

.paragraph-160._12414 {
  text-align: center;
}

.paragraph-161 {
  color: #fff;
}

.paragraph-162 {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.image-57 {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  box-shadow: 0 8px 16px -11px rgba(0, 0, 0, 0.37);
}

.image-57._54 {
  margin-top: 10px;
}

.div-block-324 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #fff;
}

.link-22 {
  color: #fff;
}

.link-23 {
  color: #fff;
}

.link-24 {
  color: #fff;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d8d8d8;
  color: #4d8c76;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  color: #4d8c76;
}

.tabs-menu-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 77px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 7px 15px -8px #000;
}

.paragraph-163 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.div-block-325 {
  padding: 3px;
  background-color: #f5f5f5;
}

.paragraph-164 {
  margin-top: 8px;
  margin-bottom: 13px;
  margin-left: 10px;
  text-align: left;
}

.div-block-326 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: -15px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f5f5f5;
}

.paragraph-165 {
  font-size: 11px;
  line-height: 12px;
}

.paragraph-166 {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
}

.bold-text-34 {
  color: #4d8c76;
  font-size: 12px;
}

.bold-text-35 {
  color: #4d8c76;
}

.bold-text-36 {
  color: #4d8c76;
}

.bold-text-37 {
  color: #4d8c76;
}

.bold-text-38 {
  color: #4d8c76;
}

.bold-text-39 {
  color: #4d8c76;
}

.bold-text-40 {
  color: #4d8c76;
}

.bold-text-41 {
  color: #4d8c76;
}

.bold-text-42 {
  color: #4d8c76;
}

.paragraph-167 {
  color: #fff;
  text-align: center;
}

.paragraph-168 {
  margin-top: 10px;
}

.div-block-327 {
  max-width: none;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-169 {
  font-size: 24px;
}

.footer2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 14px 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0eeee;
}

.button-10 {
  margin-right: 9px;
  margin-left: 9px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 20px;
  background-color: #4d8c76;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.tabs-3 {
  margin-top: 147px;
}

.tabs-4 {
  position: relative;
  margin-top: 121px;
}

.tab-link-tab-1-3 {
  margin: 5px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 6px 20px -8px #000;
  -webkit-transition: all 425ms ease;
  transition: all 425ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.tab-link-tab-1-3:hover {
  box-shadow: none;
}

.tab-link-tab-1-3.w--current {
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
}

.tabs-menu-5 {
  z-index: 3;
  padding-top: 29px;
  padding-bottom: 29px;
  border-radius: 0px 0px 20px 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.html-embed-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #4d8c76;
}

.html-embed-6 {
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 48px);
  -ms-transform: translate(0px, 48px);
  transform: translate(0px, 48px);
}

html.w-mod-js *[data-ix="new-interaction-5"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="scroll-effects"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

@media screen and (min-width: 1280px) {
  .tabs-4 {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1440px) {
  .link-block-5.w--current {
    margin-bottom: 20px;
  }

  .div-standard {
    width: 90%;
    max-width: 1280px;
  }

  .div-standard.flex {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-standard.flex.top-align {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-302 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

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

  .brand {
    display: none;
  }

  .section {
    display: block;
  }

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

  .section-2 {
    display: block;
  }

  .paragraph-7 {
    text-align: center;
  }

  .bold-text-2 {
    font-size: 55px;
    line-height: 55px;
  }

  .div-block-6 {
    margin-top: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .bold-text-4 {
    max-width: none;
  }

  .bold-text-5 {
    color: #000;
    font-size: 55px;
    line-height: 55px;
  }

  .image-3 {
    max-width: 6%;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-3 {
    display: block;
  }

  .paragraph-12 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-4 {
    display: block;
  }

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

  .paragraph-15._42 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph-16 {
    padding-left: 272px;
  }

  .div-block-19 {
    padding-right: 0px;
  }

  .paragraph-17 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }

  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-5 {
    display: block;
  }

  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-6 {
    display: block;
  }

  .section-7 {
    display: block;
  }

  .section-8 {
    display: block;
  }

  .footer1-links-wrap {
    margin-top: 21px;
  }

  .d-82-menu-item {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .d-82-menu-item._123 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-57 {
    margin-top: 0px;
    text-align: center;
  }

  .paragraph-111 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-216 {
    display: block;
  }

  .columns-11 {
    display: block;
  }

  .menu-button {
    display: none;
    background-color: #ffd616;
    opacity: 0;
  }

  .menu-button.w--open {
    display: none;
    opacity: 0;
  }

  .movile {
    display: none;
  }

  .div-block-220 {
    height: 50%;
  }

  .div-block-222 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-4._1 {
    font-size: 50px;
  }

  .section-10 {
    height: 150vh;
  }

  .paragraph-113 {
    margin-bottom: 0%;
  }

  .paragraph-113._5 {
    display: none;
  }

  .paragraph-113._5._1 {
    display: block;
  }

  .text-block-2 {
    bottom: 0%;
  }

  .text-block-3 {
    left: 0px;
    font-size: 60px;
  }

  .grid-3 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-11 {
    height: 100vh;
  }

  .div-block-230 {
    display: none;
  }

  .div-block-64 {
    display: block;
    margin-top: 61px;
    margin-right: 160px;
    text-align: right;
  }

  .nav-btn-wrapper {
    display: none;
  }

  .cross-icon {
    margin-right: 6px;
  }

  .navbar-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #101010;
  }

  .nav-menu-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-number {
    font-size: 12px;
    line-height: 14px;
  }

  .burger-icon {
    display: block;
    height: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-button-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .logo {
    width: 120px;
  }

  .view-more-text {
    font-size: 10px;
    line-height: 16px;
  }

  .html-embed-2 {
    display: none;
  }

  .div-block-65 {
    display: none;
  }

  .nav-link-wrap {
    font-size: 12px;
    line-height: 18px;
  }

  .icon-container {
    height: 20vw;
  }

  .project-title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }

  .flex-horizontal.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-button {
    margin-top: -60px;
    margin-bottom: 33px;
  }

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

  .div-standard.flex {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-standard.flex.top-align {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding-right: 19px;
    padding-left: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-standard.flex.justify.footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

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

  .section-14 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-media-vertical {
    display: none;
  }

  .hero-block {
    margin: 80px 35px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-image {
    margin-top: 30px;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-3 {
    display: none;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation {
    display: none;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #8c54ff;
    color: #fff;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .icon {
    width: 70px;
    height: 45px;
    min-height: 45px;
    min-width: 70px;
    margin-bottom: 10px;
  }

  .section-15 {
    padding-bottom: 0px;
  }

  .navbar-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .nav-link {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .link-21 {
    margin-left: 0px;
    padding: 11px;
    border-radius: 20px;
    background-color: #4d8c76;
    color: #fff;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-122 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-269 {
    min-width: auto;
    margin-top: 26px;
  }

  .text-field-3 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-270 {
    display: none;
    min-width: auto;
  }

  .section-17 {
    display: block;
    padding-bottom: 15px;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-278 {
    margin-top: 23px;
  }

  .div-block-280 {
    margin-top: 92px;
  }

  .section-18 {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .section-18._646._5435 {
    padding-top: 106px;
  }

  .heading-11-copy {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-122-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .clock {
    margin-top: 0px;
    padding-bottom: 37px;
  }

  .paragraph-128 {
    margin-top: 0px;
  }

  .footer {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-282 {
    text-align: center;
  }

  .div-block-283 {
    width: 200px;
    height: 210px;
  }

  .image-44 {
    max-width: 88%;
    margin-right: -29px;
  }

  .image-45 {
    width: 100px;
    margin-top: 29px;
    margin-left: -98px;
  }

  .paragraph-129 {
    margin-top: 118px;
    margin-right: -64px;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-284 {
    width: 220px;
    height: 220px;
    padding-right: 8px;
  }

  .div-block-285 {
    width: 230px;
    height: 230px;
  }

  .div-block-286 {
    width: 240px;
    height: 240px;
  }

  .kolca {
    display: none;
  }

  .nad-kolcom {
    width: 233px;
    height: auto;
    margin-top: 25px;
  }

  .div-block-288 {
    margin-bottom: -57px;
    padding-right: 23px;
  }

  .div-block-288._346 {
    margin-top: -19px;
    margin-left: 127px;
    text-align: left;
  }

  .div-block-289 {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-130 {
    min-width: 100px;
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-130.tt {
    font-size: 10px;
  }

  .div-block-291 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-291._3525 {
    margin-top: 0px;
  }

  .div-block-291._46 {
    margin-top: 0px;
  }

  .m {
    display: block;
    max-width: 55%;
    margin-right: auto;
    margin-left: auto;
  }

  .m._545 {
    margin-top: 0px;
  }

  .to {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    margin-right: -38px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-293 {
    margin-bottom: 68px;
  }

  .columns-15 {
    margin-bottom: 0px;
  }

  .image-47 {
    display: none;
  }

  .image-48 {
    display: none;
  }

  .slider-7 {
    height: auto;
    padding-bottom: 22px;
  }

  .icon-8 {
    color: #fff;
  }

  .icon-9 {
    color: #fff;
  }

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

  .text-block-12 {
    font-size: 40px;
  }

  .right-arrow-7 {
    width: 50px;
    height: 50px;
    background-color: #4d8c76;
  }

  .left-arrow-7 {
    width: 50px;
    height: 50px;
    background-color: #4d8c76;
  }

  .form-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .zvonok {
    display: none;
  }

  .chet {
    display: block;
  }

  .div-block-111 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .close-icon-2 {
    z-index: 44444;
    margin-top: -29px;
  }

  .phone {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-300 {
    margin-bottom: 25px;
  }

  .paragraph-138 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-142 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-307 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body-3 {
    padding-top: 100px;
  }

  .tabs-menu {
    top: 69px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .tab-link-tab-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-308 {
    margin-bottom: 88px;
  }

  .paragraph-147 {
    font-size: 18px;
  }

  .innfa {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-150 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-311 {
    width: auto;
  }

  .image-54 {
    text-align: center;
  }

  .paragraph-151 {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
  }

  .icon-11 {
    text-align: center;
  }

  .menu-button-3 {
    border-radius: 0px 0px 19px;
    background-color: #4d8c76;
  }

  .menu-button-3.w--open {
    background-color: #222;
  }

  .nav-menu-4 {
    padding-bottom: 15px;
    background-color: #fff;
  }

  .column-26 {
    display: none;
  }

  .column-27 {
    display: none;
  }

  .column-28 {
    display: none;
  }

  .mobile {
    display: block;
  }

  .paragraph-152 {
    margin-top: 27px;
    color: #e00d00;
    text-align: right;
  }

  .tab-link-tab-1-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 14px;
    text-align: center;
  }

  .tab-link-tab-1-2._345 {
    min-width: 33%;
    margin-right: 15px;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: none;
    border-radius: 0px;
  }

  .tabs-menu-3 {
    overflow: auto;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-314 {
    opacity: 1;
  }

  .whatsapp {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .button-8 {
    display: block;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
    text-align: center;
  }

  .faq-container {
    padding-top: 89px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-menu-wrapper {
    position: static;
    top: 1rem;
    z-index: 9999;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  }

  .faq-menu {
    z-index: 9999999;
    overflow: auto;
    max-width: none;
    margin-right: auto;
    margin-bottom: 0rem;
    margin-left: auto;
    padding: 0rem 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-menu-item.w--current {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footer2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-58 {
    display: block;
    margin-top: 27px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    display: none;
  }

  .text-field._4 {
    border-style: solid;
  }

  .text-field._43 {
    border-style: solid;
  }

  .text-field._535 {
    border-style: solid;
  }

  .paragraph-11 {
    color: #000;
  }

  .bold-text-6 {
    color: #000;
  }

  .slider-3 {
    display: none;
  }

  .movile {
    display: block;
  }

  .image-17 {
    display: block;
    margin-right: auto;
    margin-bottom: 13px;
    margin-left: auto;
  }

  .div-block-228 {
    padding-left: 30px;
  }

  .link-block-2 {
    display: none;
  }

  .link-block-2._3._5 {
    display: block;
  }

  .d-82-menu-item-2.rr2 {
    display: none;
  }

  .nav-menu-2 {
    height: 50vh;
  }

  .nav-link-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .track-vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-container {
    height: 25vw;
  }

  .col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .project-title {
    font-size: 32px;
    line-height: 38px;
  }

  .marquee {
    height: 70vw;
  }

  .marquee-cover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#242424), color-stop(30%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #000), linear-gradient(180deg, #242424, hsla(0, 0%, 100%, 0) 30%);
  }

  .flex-horizontal.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container {
    width: 100%;
  }

  .div-footer-column {
    margin-bottom: 30px;
  }

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

  .div-standard {
    max-width: 95%;
  }

  .div-standard.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-standard.flex.top-align {
    display: block;
  }

  .div-standard.flex.justify {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-standard.flex.justify.footer {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .hero-block {
    margin: 80px 16px 30px;
  }

  .hero-heading {
    font-size: 54px;
    line-height: 70px;
  }

  .info-grid {
    grid-column-gap: 60px;
  }

  .white-text {
    margin-bottom: 0px;
  }

  .info-text {
    margin-top: 10px;
  }

  .submit-button-5 {
    font-size: 18px;
  }

  .chet {
    display: none;
  }

  .phone {
    margin: 0px auto 10px;
  }

  .faq-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .faq-menu-item {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .faq-menu-item.w--current {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: 1px none #000;
    background-color: transparent;
  }

  .paragraph._24 {
    margin-top: 0px;
    margin-bottom: 39px;
    padding-right: 7px;
    font-size: 33px;
    line-height: 3px;
    text-align: center;
  }

  .section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-2 {
    height: 71px;
    margin-top: -44px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block {
    margin-top: 0px;
    margin-right: 0px;
  }

  .link {
    margin-left: 0px;
    text-align: center;
  }

  .div-block-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-3 {
    display: none;
  }

  .slider {
    min-height: 100vh;
  }

  .slide._2._2414 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/car.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/car.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .columns {
    margin-top: 0px;
  }

  .paragraph-4 {
    display: none;
  }

  .paragraph-5 {
    display: none;
  }

  .paragraph-6 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-7 {
    margin-top: 0px;
    line-height: 22px;
  }

  .bold-text-2 {
    font-size: 32px;
    line-height: 32px;
  }

  .text-field._235 {
    overflow: auto;
    height: 88px;
    min-height: auto;
  }

  .paragraph-8 {
    margin-left: 0px;
    font-size: 32px;
    line-height: 32px;
  }

  .bold-text-4 {
    font-size: 26px;
    line-height: 26px;
    text-align: right;
  }

  .form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-5 {
    font-size: 32px;
    line-height: 32px;
  }

  .image-3 {
    display: none;
  }

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

  .image-4 {
    max-width: 33%;
  }

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

  .paragraph-10 {
    font-size: 12px;
    line-height: 14px;
  }

  .image-5 {
    margin-top: -22px;
  }

  .div-block-9 {
    height: auto;
    padding-top: 18px;
    padding-bottom: 0px;
  }

  .div-block-10 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-12 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .text-field-2._35235 {
    border-style: solid;
  }

  .text-field-2._535 {
    border-style: solid;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    padding-top: 31px;
    padding-left: 0px;
  }

  .paragraph-12 {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-13 {
    margin-bottom: 30px;
    text-align: center;
  }

  .div-block-14 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-4 {
    padding-top: 0px;
  }

  .lottie-animation {
    width: 77px;
    height: 77px;
    min-height: 77px;
    min-width: 77px;
  }

  .paragraph-14 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

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

  .div-block-17 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-7 {
    display: none;
    margin-top: 0px;
  }

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

  .paragraph-15._42 {
    margin-left: 0px;
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-16 {
    padding-left: 0px;
  }

  .paragraph-17 {
    margin-top: 27px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-17._241 {
    margin-bottom: 27px;
  }

  .paragraph-17._241._235 {
    margin-left: 0px;
  }

  .section-5 {
    padding-top: 0px;
  }

  .slider-3 {
    display: none;
    margin-left: 0px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 18px;
  }

  .faq-paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .faq-question-wrap {
    margin-top: 0px;
  }

  .section-6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-7 {
    padding-top: 10px;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-19 {
    font-size: 12px;
    line-height: 14px;
  }

  .section-8 {
    min-height: auto;
  }

  .image-8 {
    max-width: 33%;
  }

  .paragraph-24 {
    font-size: 14px;
    line-height: 14px;
  }

  .column-2 {
    padding-top: 0px;
  }

  .div-block-27 {
    display: none;
  }

  .columns-8 {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .image-13 {
    display: none;
  }

  .column-3 {
    padding-top: 0px;
  }

  .column-4 {
    padding-top: 0px;
  }

  .paragraph-29._35 {
    display: none;
  }

  .div-block-31 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-15 {
    display: none;
  }

  .paragraph-110 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 12px;
  }

  .footer1-links-wrap {
    margin-top: 30px;
    margin-left: 0px;
  }

  .footer1-links-wrap._12 {
    height: auto;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-82-menu-item._123 {
    margin-top: 0px;
  }

  .paragraph-108 {
    margin-bottom: -23px;
  }

  .bold-text-22 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-217 {
    min-height: auto;
    margin-bottom: -23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6 {
    display: none;
  }

  .column-7 {
    display: none;
  }

  .column-8 {
    display: none;
  }

  .column-9 {
    display: none;
  }

  .column-10 {
    padding-right: 23px;
    padding-left: 23px;
  }

  .column-11 {
    display: none;
  }

  .image-16 {
    max-width: 22%;
  }

  .div-block-218 {
    margin-bottom: 0px;
  }

  .column-12 {
    display: none;
  }

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

  .column-13 {
    display: none;
  }

  .bold-text-23 {
    font-size: 12px;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-18 {
    margin-bottom: -30px;
  }

  .column-16 {
    display: none;
  }

  .div-block-219 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-17 {
    display: none;
  }

  .modal-body {
    padding: 20px 13px 15px;
  }

  .modal-wrapper {
    display: none;
    padding: 30px 0px;
  }

  .paragraph-56 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-58 {
    margin-bottom: 0px;
  }

  .button-2 {
    margin-top: 19px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-21 {
    display: none;
  }

  .div-block-220 {
    height: 70%;
  }

  .grid-2 {
    -ms-grid-rows: 10% 60% 30%;
    grid-template-rows: 10% 60% 30%;
  }

  .div-block-221 {
    padding-top: 0px;
  }

  .div-block-222 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-223 {
    height: 80%;
  }

  .heading-4 {
    left: -26%;
    font-size: 60px;
    line-height: 70px;
  }

  .heading-4._1 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .paragraph-113 {
    font-size: 20px;
    line-height: 34px;
  }

  .paragraph-113._5 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .text-block-2 {
    display: none;
  }

  .text-block-3 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .grid-3 {
    height: auto;
    grid-row-gap: 16px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-228 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
  }

  .section-11 {
    height: auto;
  }

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

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

  .div-block-232 {
    height: 500px;
  }

  .div-block-233 {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-235 {
    display: none;
  }

  .div-block-237 {
    display: none;
  }

  .div-block-239 {
    display: none;
  }

  .div-block-242 {
    width: 200px;
  }

  .heading-copy {
    left: -26%;
    font-size: 60px;
    line-height: 70px;
  }

  .heading-copy-copy {
    left: -26%;
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-64 {
    margin-top: 44px;
    margin-right: 75px;
  }

  .link-block-2._3._5 {
    margin-top: -12px;
    margin-right: 0px;
    font-size: 12px;
    line-height: 13px;
  }

  .paragraph-43 {
    display: block;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #fff;
    font-size: 8px;
    line-height: 12px;
  }

  .nav-btn-wrapper {
    width: 30%;
  }

  .nav-links-wrapper {
    width: auto;
    min-width: 100%;
  }

  .navbar-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .d-82-menu-item-2 {
    margin: 0px 0px 7px;
  }

  .d-82-menu-item-2.rr2 {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-115 {
    font-size: 12px;
    text-align: right;
  }

  .close-overlay-button {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .d-82-menu-item-text {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-2 {
    padding-top: 26px;
    padding-bottom: 11px;
  }

  .logo {
    width: 55px;
  }

  .image-25 {
    display: none;
  }

  .nav-link-wrap {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-menu-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .d-135-view-project-wrapper {
    display: block;
    margin-top: 19px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .d-135-view-project-text {
    margin-right: auto;
    margin-left: auto;
  }

  .col.small {
    padding-top: 32px;
  }

  .project-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .marquee-cover {
    background-image: none;
  }

  .flex-horizontal.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro-button {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .aligncentre {
    margin-top: -3px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .masked {
    padding-bottom: 0px;
    font-size: 32px;
    line-height: 32px;
  }

  .div-footer-column {
    margin-bottom: 20px;
  }

  .div-block-67 {
    position: relative;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .link-footer {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .legal {
    font-size: 10px;
    text-align: center;
  }

  .div-standard.flex.justify {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-standard.flex.justify.footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-8 {
    margin-top: 20px;
    font-size: 16px;
  }

  .paragraph-31 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-arrow-wrap-absolute {
    display: none;
  }

  .arrow-wrapper {
    margin-right: 13px;
  }

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

  .hero-block {
    margin-right: 16px;
    margin-bottom: 15px;
    margin-left: 16px;
  }

  .hero-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .info-block {
    width: auto;
    padding: 30px 0px;
  }

  .info-grid {
    justify-items: center;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mainbluebox {
    width: 100%;
    height: 90px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .boxtitle {
    font-size: 12px;
  }

  .boxmaintext {
    margin-top: 5px;
    font-size: 14px;
  }

  .boxmaintextkr {
    margin-top: 5px;
    font-size: 13px;
  }

  .maingraybox {
    width: 100%;
    height: 90px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .maingraybox._2 {
    display: none;
  }

  .maingraybox._3 {
    display: none;
  }

  .icon {
    min-width: 33px;
  }

  .section-15 {
    padding-top: 86px;
  }

  .navbar-3 {
    z-index: 666;
  }

  .link-21 {
    display: block;
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    text-align: center;
  }

  .image-38 {
    margin-top: 23px;
  }

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

  .paragraph-122 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-269 {
    min-width: 80%;
    margin-top: 0px;
    margin-bottom: -43px;
    padding-top: 17px;
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.23);
  }

  .form-5 {
    min-width: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-16 {
    margin-bottom: 7px;
  }

  .section-17._46 {
    padding-top: 49px;
  }

  .section-17._346 {
    padding-top: 59px;
  }

  .section-17._346._466 {
    padding-bottom: 0px;
  }

  .heading-11 {
    margin-bottom: 20px;
  }

  .div-block-278 {
    width: 240px;
  }

  .columns-14 {
    margin-top: 0px;
  }

  .button-4 {
    width: auto;
    margin-top: 12px;
  }

  .button-4._35 {
    max-width: 240px;
  }

  .section-18 {
    padding-right: 0px;
    padding-bottom: 72px;
    padding-left: 0px;
  }

  .section-18._64 {
    padding-top: 75px;
  }

  .link-block-9 {
    margin-bottom: 5px;
  }

  .div-block-282 {
    max-width: 240px;
  }

  .div-block-288 {
    margin-bottom: -61px;
    padding-right: 37px;
  }

  .paragraph-130 {
    margin-right: 0px;
    font-size: 9px;
  }

  .paragraph-130.tt {
    font-size: 9px;
  }

  .m {
    max-width: 77%;
  }

  .to {
    max-width: none;
    min-width: auto;
  }

  .to._346 {
    margin-left: -17px;
  }

  .div-block-294 {
    max-width: none;
  }

  .slider-6 {
    width: 100%;
    padding-bottom: 39px;
  }

  .slide-13 {
    background-position: 50% 0%;
    background-size: cover;
  }

  .right-arrow-6 {
    left: 10%;
  }

  .left-arrow-6 {
    right: 10%;
  }

  .div-block-295 {
    min-width: auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .paragraph-133 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-134 {
    font-size: 12px;
    line-height: 14px;
  }

  .slider-7._2414._124 {
    height: auto;
    max-width: 100%;
  }

  .icon-9._456 {
    color: #fff;
  }

  .newss {
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .right-arrow-7._42 {
    background-color: #4d8c76;
  }

  .left-arrow-7._42 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    background-color: #4d8c76;
  }

  .form-block-3 {
    min-width: 100%;
    margin-top: 33px;
    padding: 48px 15px;
  }

  .form-2 {
    display: block;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .modal-closer-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 444;
    margin-top: -15px;
  }

  .modal-body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    max-height: 100%;
    margin: 7px;
    padding: 20px 0px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .submit-button-5 {
    max-width: 225px;
    min-width: auto;
  }

  .submit-button-5._43 {
    min-width: 100%;
  }

  .zvonok {
    display: none;
  }

  .chet {
    display: block;
  }

  .paragraph-136 {
    font-size: 24px;
    line-height: 24px;
  }

  .modal-wrapper-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 0px;
    padding: 0px;
  }

  .close-icon-2 {
    margin-top: 0px;
  }

  .image-49 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .phone {
    width: auto;
    max-width: none;
    min-width: 100%;
    margin: 0px 0px 10px;
  }

  .text-field-4 {
    max-width: none;
  }
.phone._434 {
    margin-left: 0;
    font-weight: 400;
}  

.text {
    margin-bottom: 0px;
  }

  .form-6 {
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .checkbox-field {
    margin-bottom: 0px;
  }

  .info {
    height: auto;
  }

  .columns-17 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-50 {
    display: none;
  }

  .image-50._456 {
    display: none;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-12._4545 {
    line-height: 24px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-143._25 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-305._3525 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-306 {
    margin-bottom: -6px;
    padding-bottom: 45px;
  }

  .image-53 {
    max-width: 100%;
    margin-left: 0px;
  }

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

  .tab-link-tab-1 {
    font-size: 12px;
    line-height: 12px;
  }

  .tab-link-tab-1.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-149 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-149._14 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-menu-4 {
    z-index: 333;
    padding-right: 11px;
    padding-left: 11px;
    background-color: #fff;
  }

  .div-block-312 {
    display: none;
  }

  .column-26 {
    display: none;
  }

  .column-27 {
    display: none;
  }

  .column-28 {
    display: none;
  }

  .tab-link-tab-1-2 {
    display: inline-block;
    height: auto;
    margin-top: 0px;
    padding: 6px 8px;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
  }

  .tab-link-tab-1-2._345 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 33px;
    min-width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tabs-menu-2 {
    display: block;
    overflow: visible;
  }

  .tabs-menu-2._343 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 5px;
    border-style: none;
    border-radius: 20px;
  }

  .div-block-313._535 {
    margin-bottom: -11px;
  }

  .tabs-menu-3 {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .tabs-menu-3._424 {
    display: block;
  }

  .div-block-314 {
    height: auto;
    min-height: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: hsla(0, 0%, 96.1%, 0.7);
  }

  .heading-15 {
    font-size: 24px;
    line-height: 24px;
  }

  .button-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .faq-section {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .faq-container {
    z-index: 2;
  }

  .faq-menu-wrapper {
    padding: 12px;
    border-radius: 0rem;
    background-color: transparent;
  }

  .faq-menu-item {
    padding: 0px 0rem 3px;
  }

  .faq-menu-item-label {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-48 {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-319 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-16 {
    line-height: 24px;
  }

  .div-block-320 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-17 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-321 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-18 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-20 {
    line-height: 24px;
  }

  .heading-21 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-322 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-22 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-23 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-323 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-24 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-25 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-168 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-327 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-169 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }

  .footer2 {
    display: block;
    padding: 15px 0px;
    text-align: center;
  }

  .button-10 {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 3px;
    margin-left: 4px;
    padding: 2px 21px;
  }

  .tab-link-tab-1-3 {
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
  }

  .tabs-menu-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

