:root {
  --green: #acd793;
  --dark-grey: #333;
  --orange: #ffc96f;
  --white: white;
  --orange-2: #ffa62f;
  --black_new: #201f1f;
  --black: black;
  --light-grey: #999;
  --pink: #ffe8c8;
}

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

h2 {
  margin-top: 0;
}

.icon_feat {
  max-width: 60%;
}

.cta_form_wrapper {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.crug {
  z-index: 5;
  background-color: #00000080;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 0 5px #00000080, inset 0 0 0 3px #acd793;
}

.nav_end {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-thumb.lezhachuy {
  max-height: 183px;
}

.blick {
  filter: blur(150px);
  background-color: #ffc96f;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  display: none;
  position: absolute;
}

.nav_btns {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.line_link {
  color: #fff;
  background-color: #ffa62f;
  width: 0;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.price_price {
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.menu-item {
  color: #333;
  padding-top: 25px;
  padding-bottom: 24px;
  text-decoration: none;
  transition: all .555s;
  position: relative;
}

.menu-item:hover {
  color: #fa9848;
}

.line-x {
  background-color: #ffa62f;
  width: 2.5rem;
  height: .375rem;
  position: fixed;
  transform: rotate(90deg);
}

.line-mini {
  background-color: #acd793;
  width: 20px;
  height: 3px;
  position: relative;
  top: -1px;
  transform: rotate(90deg);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dd_list {
  background-color: #1a1b23;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.rukoiad {
  background-color: #acd793;
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: 3px;
  right: -12px;
  transform: rotate(37deg);
}

.logo-linl_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-linl_block.rus {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.logo-linl_block.rus.hide_mob {
  display: none;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #0000;
  border-bottom: 2px solid #acd793;
  margin-bottom: 2rem;
  padding: 1rem 0;
  transition: all .333s;
}

.text-field:hover {
  border-bottom-color: #fff;
}

.text-field:focus {
  border-bottom-color: #ffe8c8;
}

.text-field:focus-visible {
  border-bottom-color: #ffe8c8;
}

.text-field[data-wf-focus-visible] {
  border-bottom-color: #ffe8c8;
}

.image_cta {
  z-index: 50;
  position: absolute;
  inset: auto 0% 0% auto;
}

.for_line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.image-7 {
  opacity: .07;
  cursor: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.block_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.block_card.one_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  box-shadow: none;
  align-items: flex-start;
}

.extra_bold {
  color: #acd793;
  font-weight: 900;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tab_menu {
  color: #fff;
  background-color: #ddd0;
  border: 2px solid #acd793;
  border-radius: 6px;
  padding: .5rem 1rem;
}

.tab_menu.w--current {
  background-color: #ddd0;
}

.h2_dscr {
  color: #ffffffb3;
  max-width: 36rem;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.right_grid {
  flex-flow: row;
  width: 100%;
  height: 100%;
}

.navbar-head {
  background-color: #07090a;
  padding-top: 40px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.dd-item {
  color: #fff;
  margin-bottom: 0;
  padding: 15px 20px;
  line-height: 120%;
  transition: all .555s;
  box-shadow: inset 0 1px #c4c2e3a6;
}

.dd-item:hover {
  box-shadow: inset 0 60px #201f1f;
}

.dd-item:active {
  color: #fff;
  box-shadow: inset 0 60px #d3bbdb;
}

.dd-item.w--current {
  color: #333;
}

.dd-item.last {
  margin-bottom: 0;
}

.line-min {
  background-color: #acd793;
  width: 20px;
  height: 3px;
  position: relative;
  top: 2px;
}

.pricelist_name {
  color: #ffc96f;
  margin-bottom: 5px;
  line-height: 1.1;
}

.dark_bg {
  z-index: 10;
  opacity: .78;
  background-color: #131111;
  position: fixed;
  inset: 0%;
}

.tab_menu_all {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

.container {
  width: 100%;
  max-width: 132rem;
}

.phone-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.phone-block.no-mobile {
  align-items: center;
}

.lightbox-link {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.line-y {
  background-color: #ffc96f;
  width: 2.5rem;
  height: .375rem;
}

.h4_card {
  color: var(--white);
  width: 45%;
  padding-bottom: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 1px #acd793;
}

.block_cont_tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.block_cont_tab.one_card {
  height: 100%;
  margin-left: 5rem;
}

.h2_section {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.text-span-2 {
  color: #acd793;
  font-weight: 800;
}

.price_bullet {
  color: var(--white);
  background-image: url('../images/dot.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 7px;
  padding-left: .8rem;
  font-family: Open Sans, sans-serif;
}

.price_bullet.stat {
  background-position: 0 15px;
  margin-bottom: 0;
  font-size: 16px;
}

.nav_link {
  text-align: center;
  -webkit-text-stroke-color: #6025cd;
  border-radius: 8px;
  padding: 8px 16px 0;
  text-decoration: none;
  position: relative;
}

.nav_link:hover {
  color: #ffc96f;
}

.nav_link:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #ac64ff;
}

.nav_link[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #ac64ff;
}

.section_cta {
  background-color: #1a1b23;
  justify-content: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.tab-content-image {
  object-fit: cover;
  border-radius: 8px;
  width: 700px;
  height: 540px;
}

.tab-content-image.do {
  width: 834px;
}

.tab-content-image.do.max {
  height: 697px;
}

.nav_container {
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.navbar-wrapper {
  z-index: 999;
  position: static;
  inset: 0% 0% auto;
}

.close-lines {
  position: absolute;
  transform: rotate(45deg);
}

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

.for_cards.vert {
  margin-left: 5rem;
  display: block;
}

.main_image {
  min-width: 49rem;
  position: absolute;
  top: -42px;
  bottom: auto;
  right: -15%;
}

.tab-content-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  display: flex;
}

.tab-content-inner.fkex {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main_slog {
  z-index: 4;
  color: var(--white);
  max-width: 820px;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.close-form {
  background-color: #1a1b23;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: all .555s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-form:hover {
  background-color: #333;
}

.menu-navbar {
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.phone_link {
  color: #ffa62f;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 1.5rem;
  margin-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  transition: all .333s;
  display: flex;
}

.phone_link:hover {
  color: #fff;
}

.phone_link.form {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone_link.footer {
  margin-left: 0;
  margin-right: 0;
}

.phone_link.cta {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: .9375rem;
}

.paragraph-mini {
  color: #8f8f8f;
  align-items: center;
  margin-bottom: 0;
  line-height: 24px;
  display: flex;
}

.dd_links_block {
  padding-top: 15px;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.features_icon_block {
  background-color: #07090a;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -19% 0% auto;
}

.section_footer {
  justify-content: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
}

.tabs_all {
  width: 100%;
}

.line-menu {
  background-color: #fa9848;
  width: 0%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.label_midle {
  color: #fff;
  letter-spacing: -.015rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}

.section_services {
  background-color: #0a0a0e;
  justify-content: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.main_btn {
  color: #fff;
  background-color: #ffc96f00;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: .95rem 1.625rem;
  transition: all .555s;
}

.main_btn:hover {
  color: #201f1f;
  background-color: #fff;
  border-color: #ffa62f;
  box-shadow: inset 0 -60px #ffa62f;
}

.main_btn:active {
  color: #202632;
  box-shadow: inset 0 -2px #ff673200, inset 0 -60px #ffffffe6;
}

.main_btn.w--current {
  color: #fff;
}

.main_btn.reverse {
  margin-top: 3rem;
}

.main_btn.rev {
  color: #201f1f;
  background-color: #ffa62f;
  border-color: #ffa62f;
  font-weight: 400;
}

.main_btn.rev:hover {
  color: #fff;
  border-color: #fff;
  box-shadow: inset 0 -60px #07090a;
}

.main_btn.header {
  font-family: Open Sans, sans-serif;
  position: relative;
  top: 0;
}

.navbar_hero {
  background-color: #07090a;
  flex-flow: row;
}

.lang_link {
  color: var(--white);
  -webkit-text-stroke-color: #6025cd;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  text-decoration: none;
  transition: all .333s;
  box-shadow: inset 0 -2px #ffa62f;
}

.lang_link:hover {
  color: #ffa62f;
  box-shadow: inset 0 -2px #fff;
}

.lang_link.est {
  box-shadow: none;
}

.dd_toggle {
  width: 100%;
  padding: 0 25px 0 0;
  transition: all .2s;
}

.dd_toggle:hover {
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.h2_main {
  color: #fff;
}

.h2_main.mrg-1 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

.cta_heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 120%;
}

.body_text {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.stack.footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.popup_form {
  z-index: 99999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #1a1b23;
  border: 2px solid #ffe8c8;
  border-radius: 8px 0 8px 8px;
  flex-flow: column;
  max-width: 23rem;
  padding: 2.7rem 3rem;
  display: block;
  position: relative;
}

.dd-list.w--open {
  background-color: #07090a;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer_container {
  z-index: 10;
  border-bottom: 1px solid #ffffff4a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.stack_ver.xl {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.stack_ver.xl.stat {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}

.stack_ver.cta_2 {
  z-index: 10;
  grid-row-gap: 1.7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.stack_ver.cta {
  width: 50%;
  margin-right: 3rem;
}

.stack_ver.l {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.error-message {
  background-color: #ffdede00;
}

.page-wrapper {
  background-color: #0a0a0e;
  overflow: hidden;
}

.sectoin_works {
  justify-content: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.column.size_6 {
  width: 50%;
}

.column.size_4 {
  width: 33.3333%;
}

.column.size_4.relative {
  z-index: 3;
  perspective: 807px;
}

.column.size_12 {
  width: 100%;
}

.column.size_3 {
  width: 25%;
}

.column.size_8 {
  width: 66.6667%;
}

.column.size_8.all {
  align-items: center;
}

.dropdawn {
  padding: 8px 16px 0;
}

.section_first-screen {
  background-color: #0a0a0e;
  justify-content: center;
  padding-top: 18.1rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.section_features {
  background-color: #07090a;
  justify-content: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.section_features.stat {
  padding-top: 15rem;
}

.dropdawn_link {
  color: #fff;
  transition: all .333s;
  box-shadow: 0 2px 5px #0003;
}

.dropdawn_link:hover {
  color: #ffc96f;
  padding-left: 25px;
  box-shadow: 0 2px 5px #5391f3;
}

.h3_main {
  font-size: 1.4rem;
}

.h3_main.mobile {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.politica {
  color: #ffffff82;
  text-decoration: none;
  transition: all .333s;
}

.politica:hover {
  color: #fff;
}

.divider {
  background-color: #acd793;
  min-width: 10.5rem;
  max-width: 10.5rem;
  height: .125rem;
}

.divider.cta {
  width: 50%;
  min-width: auto;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.divider.cta_2 {
  width: 50%;
  min-width: auto;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.divider.mini {
  min-width: 7rem;
  max-width: 7rem;
}

.icon {
  color: #acd793;
  margin-right: 0;
}

.burger-line {
  background-color: #444;
  border-radius: 2px;
  width: 20px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.text-span {
  color: #acd793;
  margin-right: .5rem;
  padding-left: .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.text-span.mini {
  font-size: 1rem;
}

.links_block {
  grid-column-gap: 2rem;
  display: flex;
}

.header-navbar {
  z-index: 87;
  position: relative;
}

.header-navbar.white {
  display: none;
}

.left_grid {
  height: 100%;
}

.logotype {
  color: #6025cd;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.logotype.w--current {
  color: #6025cd;
  top: -14px;
}

.logotype.ru {
  margin-top: -24px;
}

.success-message {
  background-color: #ddd0;
}

.footer_sec {
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.body_text-2 {
  color: #fff;
  letter-spacing: -.015rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.body_text-2.md {
  font-family: Open Sans, sans-serif;
}

.body_text-2.footer {
  opacity: .68;
  margin-top: .32rem;
}

.body_text-2.grey {
  color: #ffffffb3;
}

.body_text-2.price {
  color: #fff6;
  margin-top: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.body_text-2.price {
  color: #fff6;
  margin-top: 1rem;
  font-size: 1rem;
}

.body_text-2.price.dog {
  color: #acd793;
  font-weight: 600;
}

.dd-name {
  color: #fff;
  margin-top: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.footer_link {
  color: var(--white);
  text-decoration: none;
}

.nav_menu {
  flex: 1;
  justify-content: space-between;
  margin-left: 150px;
  display: flex;
  position: static;
}

.lang_block {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: row;
  margin-top: 7px;
  display: flex;
}

.bullets_block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row.mrg-7 {
  margin-bottom: 5rem;
}

.row.navbar {
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.row.stat {
  justify-content: center;
  overflow: hidden;
}

.row.mrg-5 {
  text-align: center;
  justify-content: center;
  margin-bottom: 3rem;
  display: flex;
}

.mycontainer {
  border-radius: 5px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mycontainer.nav {
  justify-content: space-between;
  align-items: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.cta_container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3.7rem;
  display: flex;
  position: relative;
}

.dd-menu {
  padding: 25px 24px 24px 0;
}

.card_features {
  background-color: #1a1b23;
  border-radius: 16px;
  flex-flow: row;
  flex: 1;
  padding: 3.6rem 2.1rem 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.h1_stat {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.body_stat_txt {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

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

.text_stat_block.stat {
  background-color: var(--black_new);
  border-radius: 16px;
  padding: 50px 60px;
}

.price_bullet-2 {
  background-image: url('../images/dot.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 7px;
  padding-left: .8rem;
}

.text-span-3 {
  color: #acd793;
  margin-right: .5rem;
  padding-left: .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.text-span-3.mini {
  font-size: 1rem;
}

.link_back {
  color: var(--orange);
  text-align: center;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

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

.price_price-2 {
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-span-4, .text-span-5 {
  color: #acd793;
  margin-right: .5rem;
  padding-left: .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.image-8 {
  object-fit: cover;
  border-radius: 16px;
  width: 35%;
  max-height: 500px;
  margin-bottom: 40px;
}

.navbar_rus {
  background-color: #ddd0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
}

.link {
  color: var(--orange);
  text-decoration: none;
  transition: all .2s;
}

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

@media screen and (max-width: 991px) {
  .nav_end {
    flex-flow: column;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .blick {
    filter: blur(130px);
    width: 10rem;
    height: 10rem;
  }

  .nav_btns {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }

  .price_price {
    font-family: Open Sans, sans-serif;
    line-height: 120%;
  }

  .menu-item {
    text-align: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown {
    width: 100%;
  }

  .logo-linl_block {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    justify-content: center;
    align-items: flex-end;
  }

  .logo-linl_block.rus {
    align-items: flex-end;
  }

  .logo-linl_block.rus.no_mob {
    display: flex;
  }

  .image_cta {
    z-index: 1;
    opacity: .59;
    max-width: 30%;
  }

  .image-7 {
    cursor: not-allowed;
  }

  .block_card.one_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .menu-button-3 {
    border: 2px solid var(--green);
    background-color: var(--dark-grey);
    color: #edf0ff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 30px;
    position: fixed;
    inset: 42.8vh 0% auto auto;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #fd892a;
  }

  .h2_dscr {
    z-index: 1;
    max-width: 39rem;
    margin-top: 10px;
    position: relative;
  }

  .navbar-head {
    position: fixed;
    inset: 0% 0% auto auto;
  }

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

  .phone-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .phone-block.no-mobile {
    flex-flow: row;
    display: flex;
  }

  .block_cont_tab.one_card {
    margin-left: 1rem;
  }

  .h2_section {
    font-size: 2rem;
  }

  .nav_link {
    padding-left: 0;
  }

  .section_cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tab-content-image {
    width: 400px;
    height: 450px;
  }

  .tab-content-image.do {
    width: auto;
  }

  .nav_container {
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 20px;
  }

  .button_menu {
    padding: .5rem;
  }

  .button_menu.w--open {
    background-color: #4d484800;
  }

  .for_cards.vert {
    margin-left: 0;
  }

  .main_image {
    width: 35rem;
    min-width: auto;
    position: static;
    top: 13px;
    right: -13%;
  }

  .tab-content-inner {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .tab-content-inner.fkex {
    align-items: center;
  }

  .main_slog {
    z-index: 0;
    margin-top: 10px;
    margin-bottom: .5rem;
    font-size: 2.2rem;
  }

  .menu-navbar {
    z-index: 5;
    background-color: var(--dark-grey);
    box-shadow: 0 0 0 3px var(--orange-2);
    border-radius: 5px;
    max-width: 280px;
    margin-top: 34vh;
    margin-left: 0;
    padding: 21px 40px;
    position: fixed;
    inset: 0% 78px auto auto;
  }

  .phone_link {
    margin-left: 0;
  }

  .phone_link.footer {
    font-size: 1.3rem;
  }

  .phone_link.cta {
    font-size: 1.5rem;
    top: 0;
  }

  .features_icon_block {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 5%;
  }

  .section_footer, .section_services {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .main_btn {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main_btn.reverse {
    margin-top: 2rem;
  }

  .main_btn.rev.cta, .main_btn.header {
    margin-top: 0;
  }

  .navbar_hero {
    background-color: #07090a;
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo_img {
    max-width: 90%;
  }

  .logo_img.stat {
    margin-top: 0;
  }

  .hamburger-wrapper {
    padding: 5px;
  }

  .h2_main.mrg-1 {
    font-size: 2rem;
  }

  .body_text.title {
    font-size: 12px;
  }

  .dd-list {
    position: relative;
  }

  .stack_ver.xl.stat {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .stack_ver.cta_2 {
    grid-column-gap: 1rem;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .stack_ver.cta {
    z-index: 2;
    width: auto;
    margin-bottom: 1.7rem;
    position: relative;
  }

  .sectoin_works {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .column.size_6 {
    width: 70%;
  }

  .column.size_6.md {
    width: 100%;
  }

  .column.size_4.relative.md {
    align-items: center;
    width: 100%;
  }

  .column.size_3 {
    grid-row-gap: 0px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column.size_8 {
    width: 80%;
  }

  .column.size_8.md, .column.size_8.all {
    width: 100%;
  }

  .section_first-screen {
    padding-top: 0;
  }

  .section_features {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section_features.stat {
    padding-top: 5rem;
  }

  .h3_main {
    font-size: 1.2rem;
  }

  .h3_main.mobile {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .divider {
    min-width: 8rem;
    max-width: 8rem;
  }

  .burger-line {
    background-color: #fff;
  }

  .text-span {
    font-size: 2rem;
  }

  .links_block {
    grid-column-gap: 1rem;
  }

  .header-navbar {
    z-index: 87;
    background-image: linear-gradient(220deg, #e7f1ff, #d7f1fec4);
  }

  .header-navbar.white {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: none;
    flex-flow: column;
    margin-top: 40px;
  }

  .left_grid {
    margin-bottom: 40px;
  }

  .logo_footer {
    max-width: 60%;
  }

  .logotype.w--current {
    top: 0;
  }

  .footer_sec {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .body_text-2.md {
    font-size: 1rem;
  }

  .body_text-2.footer {
    font-size: .7rem;
  }

  .body_text-2.grey {
    font-size: 1rem;
  }

  .footer_link, .footer_link.w--current {
    font-size: .8rem;
  }

  .nav_menu {
    background-color: #0a0a0e;
    height: 100vh;
    padding: 20px;
  }

  .lang_block {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    margin-top: 0;
  }

  .row.mrg-7 {
    margin-bottom: 3rem;
  }

  .row.md {
    flex-flow: column-reverse;
  }

  .row.edge {
    grid-row-gap: 1rem;
  }

  .row.stat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.mrg-5 {
    margin-bottom: 3rem;
  }

  .mycontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mycontainer.nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .cta_container {
    flex-flow: column;
    padding: 1.7rem;
  }

  .dd-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .card_features {
    padding-top: 4.6rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    overflow: visible;
  }

  .h1_stat {
    font-size: 40px;
  }

  .text_stat_block.stat {
    border-radius: 8px;
    padding: 25px 30px 30px;
  }

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

  .text-span-4, .text-span-5 {
    font-size: 2rem;
  }

  .image-8 {
    border-radius: 8px;
    width: 50%;
    max-height: 500px;
    margin-bottom: 20px;
  }

  .navbar_rus {
    position: static;
  }

  .menu_button {
    z-index: 5;
    background-color: var(--orange);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: fixed;
    inset: 30.4vh 0% auto auto;
  }

  .menu_button.w--open {
    background-color: var(--orange-2);
    transition: all .2s;
  }
}

@media screen and (max-width: 767px) {
  .image-thumb.lezhachuy {
    max-height: 170px;
  }

  .blick {
    filter: blur(80px);
    width: 150px;
    height: 150px;
    inset: 15% 0% auto 24%;
  }

  .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-linl_block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-end;
  }

  .logo-linl_block.rus, .for_line {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-7 {
    max-width: 40%;
  }

  .tab_name {
    text-transform: uppercase;
    font-size: .6rem;
  }

  .gallery-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .lightbox-link {
    border-radius: 5px;
  }

  .h4_card {
    width: 62%;
  }

  .block_cont_tab {
    padding-left: 0;
  }

  .block_cont_tab.one_card {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2_section {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .price_bullet.stat.dog {
    line-height: 120%;
  }

  .tab-content-image {
    object-fit: contain;
    object-position: 50% 0%;
    border-radius: 0;
    max-width: none;
    height: auto;
  }

  .tab-content-image.do {
    min-width: 540px;
    max-height: 500px;
  }

  .tab-content-image.do.max {
    height: 530px;
  }

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

  .main_image {
    min-width: auto;
    max-width: 90%;
    position: static;
  }

  .tab-content-inner {
    grid-template-columns: 1fr;
  }

  .tab-content-inner.fkex {
    flex-flow: column;
  }

  .main_slog {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
  }

  .close-form {
    inset: 0% 0% auto auto;
  }

  .section_footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .label_midle {
    font-size: 12px;
  }

  .section_services {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .main_btn.reverse {
    margin-top: 1rem;
  }

  .lang_link {
    font-size: .8rem;
  }

  .lang_link.w--current {
    font-size: .7rem;
  }

  .stack.footer {
    align-items: center;
  }

  .footer_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .stack_ver.cta_2 {
    flex-flow: column;
  }

  .stack_ver.cta {
    width: 100%;
    margin-right: 0;
  }

  .stack_ver.l {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .sectoin_works {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .column.size_4.relative {
    align-items: center;
    width: 100%;
  }

  .column.size_3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column.size_3.md, .column.size_8.md, .column.size_8.stat {
    width: 100%;
  }

  .section_first-screen {
    padding-bottom: 3rem;
  }

  .section_features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .h3_main.mobile {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .divider {
    min-width: 6.5rem;
    max-width: 6.5rem;
  }

  .divider.mini {
    min-width: 5rem;
    max-width: 5rem;
  }

  .logo_footer_block {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .text-span {
    font-size: 1.5rem;
  }

  .left_grid {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logotype.w--current {
    width: 100px;
  }

  .body_text-2, .body_text-2.price {
    font-size: 1rem;
  }

  .body_text-2.price.dog {
    font-size: 14px;
  }

  .body_text-2.price {
    font-size: 1rem;
  }

  .dd-name {
    font-size: 12px;
  }

  .lang_block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .row.mrg-7 {
    margin-bottom: 2rem;
  }

  .row.md {
    flex-flow: column-reverse;
  }

  .row.edge {
    grid-row-gap: .5rem;
  }

  .row.navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .row.mrg-5 {
    margin-bottom: 2rem;
  }

  .cta_container {
    padding-left: 0;
    padding-right: 0;
  }

  .dd-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card_features {
    border-radius: 8px;
  }

  .h1_stat {
    margin-top: 10px;
    font-size: 25px;
  }

  .text_stat_block.stat {
    width: 100%;
    padding: 20px;
  }

  .link_back {
    margin-top: 20px;
  }

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

  .text-span-5 {
    font-size: 1.5rem;
  }

  .image-8 {
    max-height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .cta_form_wrapper {
    display: none;
  }

  .image-thumb {
    width: 296px;
    height: 140px;
  }

  .image-thumb.lezhachuy {
    max-height: none;
  }

  .price_price {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
  }

  .logo-linl_block.rus {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .image_cta {
    opacity: 0;
    max-width: 5%;
    inset: auto 0% 0% auto;
  }

  .for_line {
    position: relative;
  }

  .block_card {
    box-shadow: none;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-left: 0;
  }

  .block_card.one_card {
    align-items: center;
  }

  .tab_name {
    font-size: .5rem;
    line-height: 170%;
  }

  .gallery-grid {
    flex-direction: column;
    display: flex;
  }

  .menu-button-3 {
    padding: 12px;
    top: 17vh;
  }

  .menu-button-3.w--open {
    padding: 12px;
    top: 25vh;
  }

  .tab_menu, .tab_menu.w--current {
    border-width: 1px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-head {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dd-item {
    background-color: var(--dark-grey);
  }

  .dd-item.w--current, .dd-item.last.w--current {
    color: var(--orange);
  }

  .tab_menu_all {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .phone-block, .phone-block.no-mobile {
    flex-flow: column;
  }

  .lightbox-link {
    margin-bottom: .5rem;
  }

  .h4_card {
    width: auto;
  }

  .block_cont_tab {
    padding-right: 0;
  }

  .h2_section {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .price_bullet.stat {
    font-size: 13px;
    font-weight: 700;
  }

  .price_bullet.stat.dog {
    background-position: 0 7px;
    line-height: 140%;
  }

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

  .tab-content-image {
    width: 200px;
  }

  .tab-content-image.do {
    min-width: 300px;
    max-height: 400px;
  }

  .tab-content-image.do.max {
    height: 380px;
  }

  .main_image {
    max-width: 80%;
  }

  .main_slog {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .close-form {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-navbar {
    width: auto;
    max-width: 250px;
    margin-top: 4vh;
    padding: 10px 20px;
    top: 10%;
    right: 49px;
  }

  .phone_link {
    font-size: 1.5rem;
  }

  .paragraph-mini {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .lang_link {
    font-size: .7rem;
  }

  .h2_main.mrg-1 {
    text-align: center;
    font-size: 1.6rem;
  }

  .body_text, .body_text.title {
    font-size: 10px;
  }

  .popup_form {
    border-radius: 0;
  }

  .stack_ver.l {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .column.size_12.sm {
    align-items: center;
  }

  .column.size_8 {
    width: 100%;
  }

  .column.size_8.stat {
    padding-left: 0;
    padding-right: 0;
  }

  .section_first-screen {
    padding-top: 1.9rem;
  }

  .section_features.stat {
    padding-top: 3rem;
  }

  .h3_main.mobile {
    text-align: center;
    font-size: 16px;
    line-height: 140%;
  }

  .divider.mini {
    min-width: 3rem;
  }

  .links_block {
    grid-column-gap: .5rem;
    font-size: .7rem;
  }

  .header-navbar.white {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .logotype {
    width: 110px;
  }

  .footer_sec {
    text-align: center;
  }

  .body_text-2.price {
    margin-top: 0;
  }

  .footer_link, .footer_link.w--current {
    font-size: .7rem;
  }

  .lang_block {
    align-items: stretch;
    margin-top: 0;
  }

  .bullets_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .row.md.mob {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h1_stat {
    font-size: 20px;
  }

  .text_stat_block.stat {
    border-radius: 4px;
  }

  .text-span-3.mini {
    padding-left: 0;
    font-size: 12px;
  }

  .price_price-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
  }

  .image-8 {
    border-radius: 4px;
    width: 70%;
  }

  .menu_button {
    padding: 10px;
    top: 23.5vh;
  }
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196af-ba45e533 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196b5-ba45e533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196bb-ba45e533 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196c1-ba45e533 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196c7-ba45e533, #w-node-a111bd4b-6d1c-3829-a034-261498d196cd-ba45e533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196d3-ba45e533 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196af-ba45e55a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196b5-ba45e55a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196bb-ba45e55a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196c1-ba45e55a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196c7-ba45e55a, #w-node-a111bd4b-6d1c-3829-a034-261498d196cd-ba45e55a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a111bd4b-6d1c-3829-a034-261498d196d3-ba45e55a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


