:root {
  --green: #173729;
  --gold: #e5cb8c;
  --gold-50: #e5cb8c80;
  --green-50: #17372980;
  --background: #f5f0e6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--green);
  color: var(--green);
  font-family: ivyora-text, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.navbar-logo-center {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  height: 14vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: none;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--gold);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.nav-link:hover {
  opacity: .75;
  filter: drop-shadow(0px 0px 5px var(--gold));
  scale: 1.05;
}

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

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

.nav-dropdown-toggle {
  color: var(--gold);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 16px;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.nav-dropdown-toggle:hover {
  opacity: .75;
  filter: drop-shadow(0px 0px 5px var(--gold-50));
}

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

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--green);
}

.nav-dropdown-link {
  color: var(--gold);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.nav-dropdown-link:hover {
  opacity: .5;
}

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

.nav-dropdown-link.w--current {
  opacity: .5;
  filter: drop-shadow(0px 0px 5px var(--gold));
  color: var(--gold);
}

.image {
  height: 12vh;
}

.section-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 86vh;
  display: flex;
  position: relative;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/img-02.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/img-05.webp');
}

.slide._3 {
  background-image: url('../images/img-20.webp');
}

.container-hero {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 5vw;
  margin-bottom: 5vw;
  margin-left: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container-hero.baner {
  justify-content: center;
  align-items: flex-start;
  position: static;
}

.heading {
  color: var(--gold);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-family: ivyora-display, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.heading._24px {
  letter-spacing: 1px;
  font-size: 20px;
}

.heading._24px.gr {
  color: var(--green);
  margin-bottom: 0;
  font-weight: 500;
}

.heading._24px.gr.bot-20 {
  margin-bottom: 20px;
}

.heading._24px.gr.bot-2 {
  margin-bottom: 2vw;
}

.heading._24px.bot-20 {
  margin-bottom: 20px;
  font-weight: 500;
}

.heading.bot05 {
  margin-bottom: .5vw;
}

.heading.bot05.gr {
  color: var(--green);
}

.heading.cent {
  text-align: center;
}

.heading.cent.no-bot {
  margin-bottom: 0;
}

.heading-dec {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 1.5vw;
  padding-top: 1em;
  padding-right: .3em;
  font-family: gautreaux, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: .1;
}

.heading-dec._30px {
  color: var(--green);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}

.heading-dec._30px.gold {
  color: var(--gold);
}

.heading-dec._30px.gold.no-marg {
  margin-top: 0;
  margin-bottom: 0;
}

.container-horizontal.top-3 {
  margin-top: 2vw;
}

.container-horizontal.left {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.container-horizontal.left.flex {
  display: flex;
}

.container-horizontal.left.top-2 {
  margin-top: 2vw;
}

.button {
  border: 2px solid var(--gold-50);
  background-color: var(--gold);
  color: var(--green);
  letter-spacing: 1px;
  background-image: linear-gradient(#f5f0e666, #f5f0e600), linear-gradient(0deg, #0006, #fff0);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 5px #0003;
}

.button:hover {
  filter: drop-shadow(0px 0px 4px var(--gold));
  color: var(--green-50);
  scale: 1.05;
}

.button.stroke {
  border: 2px solid var(--gold);
  color: var(--gold);
  background-color: #e5cb8c00;
  background-image: none;
}

.button.stroke.left-3 {
  margin-left: 3vw;
}

.button.stroke.gr {
  border-color: var(--green);
  color: var(--green);
}

.button.stroke.gr.top-2 {
  margin-top: 2vw;
}

.button.stroke.gr.left-2 {
  margin-left: 2vw;
}

.button.stroke.top-2 {
  margin-top: 2vw;
}

.button.top-2 {
  margin-top: 2vw;
  padding: 9px 15px;
}

.icon {
  opacity: .5;
  color: var(--gold);
  height: 4vw;
  margin-left: auto;
  margin-right: 1.5vw;
}

.icon:hover {
  opacity: .7;
  scale: 1.05;
}

.icon.left {
  margin-left: 1.5vw;
  margin-right: auto;
}

.icon.navbar {
  opacity: 100;
  height: 16px;
  margin: auto 10px auto 0;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
  transform: rotate(90deg);
}

.right-arrow, .left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-main {
  background-color: var(--background);
  padding: 5vw;
}

.section-main.gr {
  background-color: var(--green);
}

.container-main {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-main.v-flex {
  flex-flow: column;
}

.container-main.v-flex.cent {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-main.v-flex.top-3 {
  margin-top: 3vw;
  margin-left: 0;
  margin-right: 0;
}

.container-main.v-flex.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-main.top-5 {
  margin-top: 5vw;
  margin-left: 0;
  margin-right: 0;
}

.container-main.top-3 {
  margin-top: 3vw;
}

.container-main.top-3.vflex {
  flex-flow: column;
}

.container-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  max-width: none;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-right: 0;
  display: flex;
}

.container-right.forms {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-50 {
  object-fit: cover;
  border-radius: 10px;
  width: 49%;
  box-shadow: 2px 2px 10px #00000040;
}

.image-50._4-3 {
  aspect-ratio: 4 / 3;
}

.image-50._4-3.top {
  object-position: 50% 0%;
}

.image-50._4-3.top-35 {
  object-position: 50% 35%;
}

.image-50.rotate {
  transform: rotate(180deg);
}

.paragraph {
  font-size: 16px;
}

.paragraph.gold {
  color: var(--gold);
}

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

.paragraph.no-bot {
  margin-bottom: 0;
}

.paragraph.title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.paragraph.title._22px {
  font-size: 22px;
  font-weight: 500;
}

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

.quick-stack {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 100%;
  padding: 0;
}

.quick-stack.bot-3 {
  margin-bottom: 3vw;
}

.quick-stack.bot-3.top-3 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-top: 3vw;
}

.img-circle {
  border: 1px solid var(--gold);
  box-shadow: 0 0 10px 0 var(--gold-50);
  border-radius: 100%;
  margin-bottom: 1vw;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.img-circle:hover {
  box-shadow: 0 0 20px 0 var(--gold-50);
  scale: 1.05;
}

.container-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.container-left.flex-cent {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.line {
  background-color: var(--gold-50);
  width: 100%;
  height: 1px;
}

.line.gr {
  background-color: var(--green-50);
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.list-item {
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.list-item:hover {
  scale: 1.05;
}

.section-mobile {
  display: none;
}

.cell {
  justify-content: center;
  align-items: center;
}

.section-baner {
  background-image: url('../images/img-03.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  display: flex;
}

.section-baner.ohod {
  background-image: url('../images/img-08.webp');
  background-position: 100%;
}

.section-baner.ohod.nk-b {
  background-image: url('../images/baner-kot-bryt.webp');
  background-position: 50% 100%;
}

.section-baner.ohod.nk-s {
  background-image: url('../images/img-07.webp');
}

.section-baner.ohod.or-b {
  background-image: url('../images/img-04.webp');
}

.section-baner.ohod.osiag {
  background-image: linear-gradient(90deg, #0006, #0000 65%), url('../images/img-19.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.section-baner.ohod.or-s {
  background-image: url('../images/or-syb-01.webp');
}

.section-baner.ohod.kont {
  background-image: url('../images/img-18.webp');
  background-position: 100%;
}

.section-baner.ohod.or {
  background-image: url('../images/baner-oras.webp');
  background-position: 50%;
}

.section-baner.ohod.mioty {
  background-image: url('../images/img-06.webp');
}

.logo-icon {
  height: 8vw;
  margin-right: 2vw;
}

.link {
  color: var(--gold);
  font-size: 16px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link:hover {
  opacity: .75;
  filter: drop-shadow(0px 2px 5px var(--gold-50));
}

.link.footer {
  margin-bottom: 1vw;
  text-decoration: none;
}

.link.footer:hover {
  scale: 1.05;
}

.link.green {
  color: var(--green);
}

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

.text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 63%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.img-logo {
  opacity: .5;
  object-fit: contain;
  height: 4vw;
}

.cell-footer {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.text-block {
  color: var(--gold);
  margin-bottom: 1.5vw;
  font-weight: 500;
}

.text-block.none {
  opacity: 0;
}

.text-block.footer {
  margin-bottom: 1vw;
  font-size: 16px;
  font-weight: 400;
}

.text-block._14px {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.container-footer {
  flex-flow: column;
  margin-left: 0;
  margin-right: 2vw;
  display: flex;
}

.container-footer._3 {
  margin-left: auto;
  margin-right: 0;
}

.container-footer._2 {
  margin-left: auto;
  margin-right: 3vw;
}

.cell-menu {
  flex-flow: row;
}

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

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

.container-tab {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.tabs-menu {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  padding-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.tab-link {
  border: 2px solid var(--gold-50);
  background-color: var(--gold);
  color: var(--green);
  letter-spacing: 1px;
  background-image: linear-gradient(#f5f0e666, #f5f0e600), linear-gradient(0deg, #0006, #0000);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.tab-link:hover {
  filter: drop-shadow(0px 0px 4px var(--gold));
  color: var(--green-50);
  scale: 1.05;
}

.tab-link.w--current {
  border-color: var(--gold);
  background-color: var(--green);
  filter: drop-shadow(0px 0px 4px var(--gold));
  color: var(--gold);
  background-image: none;
}

.container-cat {
  background-color: var(--background);
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 5vw;
}

.container-cat.gr {
  background-color: var(--green);
}

.code-embed {
  width: 100%;
}

.span-medium {
  font-weight: 500;
}

.icon-contact {
  width: 4vw;
  margin-right: 2vw;
}

.form-block {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 0;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--background) var(--background) var(--green-50);
  background-color: var(--background);
  color: var(--green-50);
  height: 4vw;
  margin-right: 2vw;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: var(--background) var(--background) var(--green);
  color: var(--green);
}

.text-field::placeholder {
  color: var(--green-50);
}

.text-field.no-side {
  margin-right: 0;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: var(--background) var(--background) var(--green-50);
  background-color: var(--background);
  min-height: 8vw;
}

.textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-color: var(--background) var(--background) var(--green);
  color: var(--green);
}

.textarea::placeholder {
  color: var(--green-50);
}

.map {
  border-radius: 20px;
  width: 100%;
  box-shadow: 2px 2px 5px #0003;
}

.img-4-3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.img-4-3.bot-10 {
  margin-bottom: 10px;
  box-shadow: 2px 2px 5px #0003;
}

.cell-top {
  justify-content: flex-start;
  align-items: center;
}

.tab-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.tabs-content-2 {
  overflow: visible;
}

.div-img-wrapper {
  width: 35%;
}

.tabs-menu-hide {
  display: none;
}

.image-g3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.section-tab-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
}

.tab-next {
  border: 2px solid var(--green);
  color: var(--green);
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #17372900;
  border-radius: 15px;
  margin-right: 0;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: auto 0% -10vw auto;
  box-shadow: 2px 2px 5px #0003;
}

.tab-next:hover {
  color: #042a2b;
  scale: 1.05;
}

.tab-next.top {
  inset: -10vw 0% auto auto;
}

.tabs {
  width: 100%;
}

.tab-prev {
  border: 2px solid var(--green);
  color: var(--green);
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #17372900;
  border-radius: 15px;
  margin-left: 0;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: auto auto -10vw 0%;
  box-shadow: 2px 2px 5px #0003;
}

.tab-prev:hover {
  color: #042a2b;
  scale: 1.05;
}

.tab-prev.top {
  inset: -10vw auto auto 0%;
}

.lightbox-link {
  width: 100%;
  position: relative;
}

.image-51 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  box-shadow: 2px 2px 10px #0003;
}

.div-button {
  border: 2px solid var(--gold-50);
  background-color: var(--gold);
  color: var(--green);
  background-image: linear-gradient(#f5f0e666, #f5f0e600), linear-gradient(0deg, #0006, #0000);
  border-radius: 20px;
  margin-bottom: 2vw;
  margin-left: 2vw;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 2px 2px 5px #0003;
}

.div-button:hover {
  filter: drop-shadow(0px 0px 4px var(--gold));
  color: var(--green-50);
}

.code-embed-2 {
  width: 100%;
}

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

.div-lang {
  background-image: url('../images/flaga_eng.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 3vw;
  height: 1.75vw;
}

.div-lang.pl {
  background-image: url('../images/flaga_pl.png');
  background-size: cover;
}

.link-block {
  margin-top: 1vw;
  margin-right: 1vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block.lang {
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link-block.lang:hover {
  filter: drop-shadow(0px 0px 4px var(--gold));
  scale: 1.1;
}

.link-block.lang.mob {
  display: none;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-center {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .nav-link, .nav-dropdown-toggle {
    font-size: 18px;
  }

  .container-hero {
    margin-left: 7.5vw;
  }

  .section-main {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .container-main.v-flex {
    flex-flow: column;
  }

  .container-main.v-flex.cent {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    font-size: 18px;
  }

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

  .quick-stack.bot-3 {
    margin-bottom: 5vw;
  }

  .section-baner.ohod.or {
    background-image: url('../images/baner-oras.webp');
    background-position: 50%;
  }

  .text-block._14px {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
  }

  .container-footer {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 2vw;
  }

  .container-footer._2 {
    margin-right: 3vw;
  }

  .container-cat {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

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

  .div-img-wrapper {
    width: 35%;
    display: flex;
  }

  .image-g3 {
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo-center {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .container-hero {
    margin-left: 10vw;
  }

  .section-main, .container-cat {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .tab-wrapper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .section-tab-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    z-index: 999;
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    border: 1px solid var(--gold);
    background-color: var(--green);
    filter: drop-shadow(0px 0px 2px var(--gold-50));
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px 20px 30px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: row;
    margin-bottom: 3vw;
    margin-right: 0;
  }

  .nav-menu-block._2 {
    margin-bottom: 0;
  }

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

  .nav-dropdown-toggle {
    font-size: 20px;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--gold-50);
    border-radius: 10px;
  }

  .section-hero {
    height: 50vh;
  }

  .slide {
    background-position: 100% 100%;
    background-size: auto 60vh;
  }

  .container-hero {
    display: none;
  }

  .container-hero.mobile {
    max-width: none;
    margin: 0;
    display: flex;
    position: static;
  }

  .container-hero.baner {
    display: block;
  }

  .container-hero.baner.ohod {
    z-index: 1;
    position: relative;
  }

  .container-horizontal.top-3 {
    margin-top: 4vw;
  }

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

  .container-main {
    flex-flow: column;
  }

  .container-main.v-flex.top-3 {
    margin-top: 5vw;
  }

  .container-main.top-5.mob-10 {
    margin-top: 10vw;
  }

  .container-main.change-mob {
    flex-flow: column-reverse;
  }

  .container-right {
    width: 100%;
    margin-left: 0;
  }

  .container-right.forms {
    margin-top: 10vw;
  }

  .image-50 {
    width: 100%;
    margin-bottom: 5vw;
  }

  .image-50.change-marg {
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .quick-stack {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .img-circle {
    width: 60%;
  }

  .container-left {
    width: 100%;
    max-width: none;
  }

  .container-left.flex-cent.bot-5-mob {
    margin-bottom: 5vw;
    margin-right: 0;
  }

  .line.gr {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .icon-2 {
    color: var(--gold);
  }

  .section-mobile {
    background-color: var(--green);
    padding: 5vw;
    display: block;
  }

  .section-baner {
    background-position: 55%;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-baner.ohod {
    background-position: 70% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .section-baner.ohod.nk-b {
    background-image: linear-gradient(90deg, #f5f0e680, #f5f0e600 69%), url('../images/baner-kot-bryt.webp');
    background-position: 0 0, 60% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod.osiag {
    background-position: 0 0, 70%;
  }

  .section-baner.ohod.kont {
    background-position: 80% 100%;
  }

  .link.footer {
    margin-bottom: 2vw;
    font-size: 18px;
  }

  .text-wrapper {
    width: 100%;
    max-width: none;
  }

  .img-logo {
    max-width: 16vw;
    height: 8vw;
  }

  .cell-footer {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .text-block {
    margin-bottom: 3vw;
    font-size: 20px;
  }

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

  .tabs-menu {
    flex-flow: wrap;
  }

  .tab-link {
    font-size: 14px;
  }

  .container-cat, .container-cat.gr {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .icon-contact {
    width: 6vw;
  }

  .text-field {
    height: 8vw;
  }

  .textarea {
    min-height: 16vw;
  }

  .div-img-wrapper {
    width: 100%;
  }

  .image-g3 {
    aspect-ratio: 4 / 2;
  }

  .image-g3.block {
    margin-top: 4vw;
  }

  .section-tab-2 {
    padding-bottom: 15vw;
  }

  .tab-next {
    bottom: -10vw;
  }

  .tab-next.top {
    top: -10vw;
  }

  .tab-prev {
    bottom: -10vw;
  }

  .tab-prev.top {
    top: -10vw;
  }

  .div-lang {
    width: 6vw;
    height: 3.5vw;
  }

  .link-block.lang {
    display: none;
  }

  .link-block.lang.mob {
    margin-top: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .container-hero.baner.ohod {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .container-horizontal.left.top-2 {
    margin-top: 4vw;
  }

  .icon {
    height: 0;
  }

  .quick-stack.bot-3 {
    margin-bottom: 5vw;
  }

  .section-baner.ohod {
    background-image: linear-gradient(#0006, #0006), url('../images/img-08.webp');
    background-position: 0 0, 80% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 40vh;
  }

  .section-baner.ohod.nk-s {
    background-image: linear-gradient(#00000080, #00000080), url('../images/img-07.webp');
    background-position: 0 0, 90%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod.osiag {
    background-image: linear-gradient(#00000080, #00000080), url('../images/img-19.webp');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod.or-s {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/or-syb-01.webp');
    background-position: 0 0, 90%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod.kont {
    background-image: linear-gradient(#fff6, #fff6), url('../images/img-18.webp');
    background-position: 0 0, 80% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod.mioty {
    background-image: url('../images/img-06.webp'), linear-gradient(#0000, #0000);
    background-position: 80%, 0 0;
    background-size: cover, auto;
  }

  .link.footer {
    margin-bottom: 3vw;
  }

  .img-logo {
    max-width: 20vw;
    height: 10vw;
  }

  .text-block.none {
    display: none;
  }

  .container-footer {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-footer._3 {
    margin-top: 5vw;
    margin-right: auto;
  }

  .container-footer._2 {
    margin-right: auto;
  }

  .cell-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .slide-nav {
    display: none;
  }

  .icon-contact {
    width: 8vw;
    margin-right: 4vw;
  }

  .text-field {
    height: 10vw;
  }

  .textarea {
    min-height: 20vw;
  }

  .section-tab-2 {
    padding-bottom: 15vw;
  }

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

@media screen and (max-width: 479px) {
  .navbar-logo-center {
    height: 12vh;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper-three {
    z-index: 9999;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .image {
    height: 10vh;
  }

  .section-hero {
    height: 40vh;
  }

  .slide {
    background-size: cover;
  }

  .container-hero.baner {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .heading {
    font-size: 24px;
  }

  .heading._24px {
    font-size: 18px;
  }

  .heading._24px.gr.bot-20 {
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .heading._24px.gr.bot-2 {
    margin-bottom: 4vw;
  }

  .heading.cent.no-bot {
    line-height: 1.5;
  }

  .heading-dec {
    font-size: 50px;
  }

  .heading-dec._30px.gold.no-marg {
    font-size: 24px;
  }

  .heading-dec._30px.gold.fix-height {
    text-align: center;
    line-height: 1;
  }

  .heading-dec._30px.mobile-changes {
    font-size: 24px;
  }

  .container-horizontal.top-3 {
    width: 100%;
  }

  .container-horizontal.top-3.hero {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-horizontal.left {
    display: flex;
  }

  .container-horizontal.left.top-2.mobile-ch {
    flex-flow: wrap;
    margin-top: 5vw;
  }

  .container-horizontal.left.forms {
    flex-flow: column;
  }

  .button.stroke.left-3 {
    margin-left: 5vw;
  }

  .button.stroke.gr.top-2 {
    margin-top: 5vw;
  }

  .button.stroke.gr.left-2.no-left-mob {
    margin-top: 4vw;
    margin-left: 0;
  }

  .button.stroke.top-2, .container-main.top-3.vflex {
    margin-top: 5vw;
  }

  .quick-stack.bot-3.top-3 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .img-circle {
    margin-bottom: 3vw;
  }

  .line.gr {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .section-baner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/img-03.webp');
    background-position: 0 0, 55%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-baner.ohod.nk-b {
    background-image: linear-gradient(#f5f0e680, #f5f0e680), url('../images/baner-kot-bryt.webp');
    background-position: 0 0, 70% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod.nk-s {
    background-image: linear-gradient(#00000080, #00000080), url('../images/img-07.webp');
    background-position: 0 0, 80%;
  }

  .section-baner.ohod.osiag {
    background-image: linear-gradient(#00000080, #00000080), url('../images/img-19.webp');
    background-position: 0 0, 75%;
  }

  .section-baner.ohod.or-s {
    background-image: linear-gradient(#0006, #0006), url('../images/or-syb-01.webp');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod.kont {
    background-image: linear-gradient(#ffffff59, #ffffff59), url('../images/img-18.webp');
    background-position: 0 0, 80% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod.or {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-oras.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-baner.ohod.mioty {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/img-06.webp');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .logo-icon {
    height: 20vw;
  }

  .img-logo {
    max-width: 30vw;
    height: 15vw;
  }

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

  .icon-contact {
    width: 10vw;
  }

  .tab-wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .image-g3 {
    aspect-ratio: 4 / 3;
  }

  .tab-next, .tab-prev {
    padding: 8px 10px;
    font-size: 14px;
  }

  .div-button {
    font-size: 14px;
  }

  .div-lang {
    width: 50px;
    height: 30px;
  }
}

#w-node-a0bc5818-9cdb-58f7-7787-c0ef98caaa42-f0351377 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_98507640-b349-8a02-e9f5-dd83bbcf5083-bbcf5081 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1.5fr;
}

#w-node-_51205489-7a37-f340-b088-10fa8085d125-2285ce67 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a0bc5818-9cdb-58f7-7787-c0ef98caaa42-05a791af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5ffe1bc1-7a24-9a8b-8a86-3b1330759b4d-30759b4b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1.5fr;
}

#w-node-_51205489-7a37-f340-b088-10fa8085d125-292f9f01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a0bc5818-9cdb-58f7-7787-c0ef98caaa42-f0351377, #w-node-_98507640-b349-8a02-e9f5-dd83bbcf5083-bbcf5081 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_51205489-7a37-f340-b088-10fa8085d125-2285ce67 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a0bc5818-9cdb-58f7-7787-c0ef98caaa42-05a791af, #w-node-_5ffe1bc1-7a24-9a8b-8a86-3b1330759b4d-30759b4b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_51205489-7a37-f340-b088-10fa8085d125-292f9f01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_51205489-7a37-f340-b088-10fa8085d125-2285ce67, #w-node-_51205489-7a37-f340-b088-10fa8085d125-292f9f01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


