
:root {
   --color-base: #333333;
   --color-heading: #7D7D7D;
   --color-icon: #787D8C;
   --color-primary: #43AB45;
   --color-primary-hover: #71BC63;
   --color-secondary: #919090;   
   --color-line: #E0E3E7;
   --fz-h1: 64px;
   --fz-h1-m: 28px;
   --lh-h1: 1.15;      
   --fz-h2: 40px;
   --fz-h2-m: 24px;
   --lh-h2: 1.2;   
   --fz-h3: 20px;
   --fz-h3-m: 16px;
   --lh-h3: 1.4;
   --fz-regular: 17px;
   --fz-regular-m: 14px;
   --lh-regular: 1.5;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kreadon, Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.unlink{
   color: inherit; text-decoration: none;
}

.hero-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.background-video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-section {
  width: 100%;
  height: 1320px;
  position: relative;
  overflow: hidden;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1208px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
  overflow: visible;
}

.hero-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image, .hero-cards {
  width: 100%;
}

.hero-logo .image{ height: auto; }

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-bottom: 2%;
}

.hero-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  border: 1px solid #bac4d2;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-card img.image-2{ width: auto; height: auto; }

.hero-card--order_m-1{ order: 1; }
.hero-card--order_m-2{ order: 2; }
.hero-card--order_m-3{ order: 3; }
.hero-card--order_m-4{ order: 4; }
.hero-card--order_m-5{ order: 5; }
.hero-card--order_m-6{ order: 6; }
.hero-card--order_m-7{ order: 7; }
.hero-card--order_m-8{ order: 8; }
.hero-card--order_m-9{ order: 9; }
.hero-card--order_m-10{ order: 10; }
.hero-card--order_m-11{ order: 11; }
.hero-card--order_m-12{ order: 12; }
.hero-card--order_m-13{ order: 13; }
.hero-card--order_m-14{ order: 14; }
.hero-card--order_m-15{ order: 15; }
.hero-card--order_m-16{ order: 16; }
.hero-card--order_m-17{ order: 17; }
.hero-card--order_m-18{ order: 18; }
.hero-card--order_m-19{ order: 19; }
.hero-card--order_m-20{ order: 20; }

@media screen and (hover: hover) {
  .hero-card img{ transition: transform 0.33s; }
  .hero-card:hover img{ transform: translate3d(0, -10px, 0) scale(0.9); }
  .hero-card:hover .text-block-10{ opacity: 1; }
}

@media screen and (min-width: 1240px) {

  .hero-card .text-block-10{ display: block; position: absolute; top: calc(100% - 2.6em); left: 0; right: 0; text-align: center; line-height: 1.2; opacity: 0; transition: opacity 0.33s; }
  .hero-card:hover .text-block-10{ opacity: 1; transition-delay: 0.2s; }

  .hero-card--order-1{ order: 1; }
  .hero-card--order-2{ order: 2; }
  .hero-card--order-3{ order: 3; }
  .hero-card--order-4{ order: 4; }
  .hero-card--order-5{ order: 5; }
  .hero-card--order-6{ order: 6; }
  .hero-card--order-7{ order: 7; }
  .hero-card--order-8{ order: 8; }
  .hero-card--order-9{ order: 9; }
  .hero-card--order-10{ order: 10; }
  .hero-card--order-11{ order: 11; }
  .hero-card--order-12{ order: 12; }
  .hero-card--order-13{ order: 13; }
  .hero-card--order-14{ order: 14; }
  .hero-card--order-15{ order: 15; }
  .hero-card--order-16{ order: 16; }
  .hero-card--order-17{ order: 17; }
  .hero-card--order-18{ order: 18; }
  .hero-card--order-19{ order: 19; }
  .hero-card--order-20{ order: 20; }  
}

.image-2 {
  max-width: 100%;
  position: static;
}

.image-2._2 {
  max-width: 74%;
  margin-bottom: 8px;
}

.image-2._3 {
  max-width: 69%;
}

.image-2._4 {
  max-width: 81%;
  margin-top: 14px;
  padding-bottom: 14px;
}

.image-2._5 {
  max-width: 61%;
  margin-top: 8px;
  padding-bottom: 8px;
}

.image-2._6 {
  max-width: 64%;
  margin-top: 4px;
  padding-bottom: 4px;
}

.image-2._7 {
  max-width: 61%;
  margin-top: 6px;
  padding-bottom: 6px;
}

.image-2._8 {
  max-width: 81%;
  margin-top: 22px;
  padding-bottom: 22px;
}

.image-2._9 {
  max-width: 78%;
  margin-top: 12px;
  padding-bottom: 12px;
}

.image-2._10 {
  margin-top: 4px;
  padding-bottom: 4px;
}

.image-3 {
  max-width: 81%;
}

.image-4 {
  max-width: 61%;
}

.image-5 {
  max-width: 74%;
}

.image-6 {
  max-width: 69%;
}

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

.image-8 {
  max-width: 61%;
}

.image-9 {
  max-width: 64%;
}

.image-10 {
  max-width: 81%;
}

.image-11 {
  max-width: 86%;
}

.hero-text-medium {
  color: #626774;
  text-align: center;
  font-family: Mont, Trebuchet MS, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.header-desktop {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  width: 100%;
  height: 76px;
  position: fixed;
}

.hero-subtitle-desktop {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border-radius: 100px;
  margin-bottom: 50px;
  padding: 15px 30px;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1208px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #555;
  font-family: Mont, Trebuchet MS, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.about-wrapper {
  max-width: 1208px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  position: relative;
}

.about-block {
  width: 720px;
  position: static;
}

.body_reg {
  margin-bottom: 0;
  font-family: Mont, Trebuchet MS, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.about-block .body_reg p{ margin-bottom: 1.5em; }
.about-block .body_reg p:last-child;{ margin-bottom: 0; }

.body_reg.link {
  color: #3d73c5;
  padding-bottom: 0;
}

.body_reg._2-copy {
  color: #3d73c5;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.body_reg.center {
  text-align: center;
}

.body_reg.gray {
  color: #7d7d7d;
  text-decoration: none;
}

.button {
  text-transform: uppercase;
  overflow-wrap: normal;
  color: #fff; background-color: #43ab45;
  border-radius: 100px;
  padding: 20px 36px;
  font-family: Mont, Trebuchet MS, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  outline: none;
}

.button:hover{
  background-color: #71BC63;
}

.body {
  font-family: Mont, Trebuchet MS, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.background-video-2 {
  width: 1400px;
  height: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.news-section {
  padding-bottom: 160px;
}

.news-wrapper {
  max-width: 1208px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.news-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.news-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 2px solid #e0e3e7;
  border-radius: 20px;
  max-width: 1106px;
  height: 320px;
  padding: 16px 48px 16px 16px;
  display: flex;
}

.image-12 {
  border-radius: 10px;
  width: 494px;
  height: 100%;
}

.news-image {
  background-image: url('../../img/front-webflow/01_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 420px;
  height: 100%;
}

.news-image._2 {
  background-image: url('../../img/front-webflow/obekt2_1.jpg');
  background-position: 50%;
}

.news-image._3 {
  background-image: url('../../img/front-webflow/izobrazhenie_whatsapp_2025-05-21_v_16.32.40_570b048a_0.jpg');
  background-position: 50%;
}

.news-image._4 {
  background-image: url('../../img/front-webflow/img-20241221-wa0081_0.jpg');
}

.news-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 560px;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
}

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

.paragraph-3 {
  font-weight: 300;
}

.paragraph-4 {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.news-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1106px;
  margin-top: 32px;
  display: flex;
}

.news-telegram-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #e0e3e7;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  -webkit-text-decoration: underline #4c5d76;
  text-decoration: underline #4c5d76;
  display: flex;
}

.link-3 {
  color: #4c5d76;
  margin-left: 28px;
  font-size: 17px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  left: auto;
  right: auto;
}

.image-13 {
  width: 40px;
  position: absolute;
  inset: 8px auto 8px 8px;
}

.pluses-section {
  z-index: 3;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.pluses-wrapper {
  height: NaN% ;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pluses-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 720px;
  margin-bottom: 58px;
  display: flex;
}

.plus-card {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffd9;
  border: 2px solid #e0e3e7;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 584px;
  height: 310px;
  padding: 32px;
  row-gap: 30px;
  display: flex;
}

.image-15 {
  width: 80px;
}

.plus-card .image-15{ height: auto; }

.pluses-bg-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 1400px;
  height: 919px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 254px 0% 0;
  overflow: hidden;
}

.history-section {
  z-index: 2;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.history-wrapper {
  max-width: 1208px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  position: relative;
}

.history-bg-image {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-16 {
  height: 100%;
}

.history-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 720px;
  margin-bottom: 58px;
  display: flex;
}

.history-info .body_reg p{ margin-bottom: 1.5em; }
.history-info .body_reg p:last-child{ margin-bottom: 0; }

.management-section {
  padding-bottom: 160px;
}

.management-wrapper {
  max-width: 1208px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mngmnt-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.button-second {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #e0e3e7;
  border-radius: 100px;
  padding: 20px 36px;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
}

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

.mngmnt-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.mng-image {
  display: block;
  background-color: #d1d6dd;
  background-image: url('../../img/front-webflow/иконка-руководство-временная.png');
  background-position: 50% 0;
  background-size: auto;
  border-radius: 20px;
  height: 346px;
}

.mng-image._1 {
  background-image: url('../../img/front-webflow/Andreev.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 346px;
}

.mng-image._2 {
  background-image: url('../../img/front-webflow/Petrov_2.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 346px;
}

.mng-image._9 {
  background-image: url('../../img/front-webflow/Bobrov_2.webp');
  background-position: 50% 0;
  background-size: cover;
}

.mng-image._3 {
  background-image: url('../../img/front-webflow/Rachmanin.webp');
  background-position: 50% 0;
  background-size: cover;
}

.mng-image._4 {
  background-image: url('../../img/front-webflow/Kozhin.webp');
  background-size: cover;
}

.mng-image._5 {
  background-image: url('../../img/front-webflow/Koryagin.webp');
  background-size: cover;
}

.mng-image._6 {
  background-image: url('../../img/front-webflow/Sutormin.webp');
  background-size: cover;
}

.mng-image._7 {
  background-image: url('../../img/front-webflow/Lobov.webp');
  background-size: cover;
}

.mng-image._8 {
  background-image: url('../../img/front-webflow/Dorosh.webp');
  background-size: cover;
}

.mng-image._10 {
  background-image: url('../../img/front-webflow/Bitykov.webp');
  background-size: cover;
}

.mng-image._11 {
  background-image: url('../../img/front-webflow/Litasov.webp');
  background-size: cover;
}

.mng-image._12 {
  background-image: url('../../img/front-webflow/Myshko.webp');
  background-size: cover;
}

.mng-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.awards-section {
  padding-bottom: 160px;
}

.awards-wrapper {
  max-width: 1208px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.awards-head {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 720px;
  padding-bottom: 58px;
  display: flex;
}

.grid-3 {
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
  padding-bottom: 52px;
}

.awards-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-17 {
  height: 200px;
}

.awards-numbers-text {
  color: #43ab45;
  text-align: center;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contacts-section {
  padding-bottom: 140px;
}

.contact-wrapper {
  max-width: 1208px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-info {
  width: 752px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
  border: 2px solid #e0e3e7;
  border-radius: 50px;
  height: 58px;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 17px;
}

.submit-button {
  background-color: #43ab45;
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 40px;
  font-weight: 300;
}

.contact-map {
  border-radius: 30px;
  width: 508px;
  margin-top: 104px;
  margin-bottom: 86px;
  overflow: hidden;
}

.contact-map--no-form{ margin-bottom: 0; min-height: 420px;  }

.code-embed-2 {
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
}

.footer {
  height: 620px;
  position: relative;
  overflow: hidden;
}

.footer-bg-img-gray {
  z-index: 1;
  pointer-events: none;
  background-image: url('../../img/front-webflow/footer_bg_01.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-bg-img-green {
  z-index: 2;
  pointer-events: none;
  background-image: url('../../img/front-webflow/footer_bg_02.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-wrapper {
  z-index: 4;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1208px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-site-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  font-size: 16px;
  display: flex;
}

.caption-text {
  color: #919090;
  flex: 0 auto;
  font-size: 16px;
  text-decoration: none;
  overflow: visible;
}

.caption-text.center22 {
  text-align: center;
  line-height: 22px;
}

.footer--nfo {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.image-18 {
  width: 200px;
}

.footer-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.footer-text a{ color: currentColor; text-decoration: none; }

.footer-left {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.footer-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-7, .text-block-8, .text-block-9 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.lottie-animation {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: block;
  position: absolute;
  inset: auto 0% 90px -20px;
}

.news-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr minmax(200px, 1fr);
}

.text-block-10 {
  color: #43ab45;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  display: none;
  overflow: visible;
}

.div-block-3, .div-block-4, .div-block-5, .div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-7 {
  height: 720px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.blank {
  width: 100%;
  height: 30%;
}

.news-button-in {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-19 {
  height: 200px;
}

.lottie-animation-2 {
  height: 100%;
  padding-left: 55%;
}

.section {
  height: 500px;
}

.footer-bg-img-green2 {
  z-index: 3;
  pointer-events: none;
  background-image: url('../../img/front-webflow/footer_bg_03.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-8, .div-block-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 290px;
  display: flex;
}

.pluses-building-bg {
  pointer-events: none;
  background-image: url('../../img/front-webflow/01_buildings.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pluses-figure-1 {
  pointer-events: none;
  background-image: url('../../img/front-webflow/02_figure.webp');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pluses-figure-2 {
  pointer-events: none;
  background-image: url('../../img/front-webflow/03_figure.webp');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-block {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  padding-top: 30px;
}

.flex-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: auto;
  margin-top: 30px;
  padding-right: 100px;
}

.flex-block-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.form-block {
  width: 100%;
}

.heading-1 {
  text-transform: uppercase;
}

.heading-3 {
  text-align: left;
  margin-bottom: 0;
}

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

.news-cont-head {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.news-tags {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.news-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.button-text {
  text-transform: uppercase;
  line-height: 17px;
}

.news-link-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-11 {
  background-image: url('../../img/front-webflow/01_1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 420px;
}

.div-block-12 {
  background-image: url('../../img/front-webflow/02_1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 420px;
}

.div-block-13 {
  background-image: url('../../img/front-webflow/03_1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 420px;
}

.div-block-14 {
  background-image: url('../../img/front-webflow/04_1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 420px;
}

.div-block-15 {
  width: 100%;
  height: 110%;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-block-2, .link-block-3, .link-block-4 {
  color: #333;
  text-decoration: none;
}

.stroke-header-menu {
  background-color: #e0e3e7;
  height: 2px;
}

.lottie-animation-4, .lottie-animation-5, .lottie-animation-6, .lottie-animation-7 {
  height: 200px;
}

.link-block-5 {
  border: 2px solid #e0e3e7;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  -webkit-text-decoration: underline #4c5d76;
  text-decoration: underline #4c5d76;
  display: flex;
  position: relative;
}

.lottie-animation-8, .lottie-animation-9, .navbar-logo-center {
  display: none;
}

.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: 1140px;
  display: block;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.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: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.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 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.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-icon {
  margin-right: 10px;
}

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

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

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

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.link-block-6, .image-22, .image-23 {
  display: none;
}

.hero-bg {
  background-image: url('../../img/front-webflow/PTB-heading_2_3_1920.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero_fog {
  opacity: .8;
  mix-blend-mode: soft-light;
  background-image: url('../../img/front-webflow/Fog.webp');
  background-position: 50% 100%;
  background-size: auto;
  width: 2600px;
  height: 450px;
  position: absolute;
  inset: auto 0% -160px;
}

.preloader {
  z-index: 400;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.preloader-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.lottie-animation-10 {
  opacity: .15;
  height: 140px;
  position: relative;
  bottom: 44px;
}

.text-block-11 {
  color: #b3b3b3;
  padding-top: 10px;
  position: relative;
}

.image-24 {
  opacity: .79;
}

@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 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .hero-bg {
    height: 600px;
    inset: 0% 0% auto;
  }

  .hero_fog {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .code-embed-2 {
    height: 500px;
    margin-bottom: 60px;
  }

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

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-bg {
    height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .background-video {
    justify-content: center;
    align-items: flex-end;
    height: 700px;
  }

  .about-section {
    height: 900px;
    margin-bottom: 90px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-logo {
    width: 100%;
    padding-top: 270px;
  }

  .image {
    margin-bottom: 190px;
  }

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

  .hero-card {
    justify-content: center;
    align-items: center;
    height: 160px;
  }

  .image-2 {
    margin-bottom: 12px;
  }

  .image-2._2 {
    margin-bottom: 19px;
  }

  .image-2._4 {
    margin-bottom: 17px;
    padding-bottom: 0;
  }

  .image-2._5 {
    padding-bottom: 0;
  }

  .image-2._6 {
    margin-top: 6px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .image-2._7 {
    padding-bottom: 0;
  }

  .image-2._8 {
    margin-bottom: 19px;
    padding-bottom: 0;
  }

  .image-2._9 {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .image-2._10 {
    padding-bottom: 0;
  }

  .hero-text-medium {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 20px;
  }

  .header-desktop {
    display: none;
  }

  .hero-subtitle-desktop {
    margin-bottom: 60px;
    padding: 12px 8px;
    display: block;
  }

  .about-wrapper {
    height: auto;
    padding-top: 100px;
  }

  .about-block {
    width: auto;
  }

  .body_reg {
    font-size: 14px;
    line-height: 22px;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    line-height: 14px;
    display: flex;
  }

  .news-section {
    padding-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .news-cards {
    margin-top: 30px;
  }

  .news-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: auto;
    padding: 10px 10px 24px;
  }

  .news-info {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .news-telegram-link {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link-3 {
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .pluses-section {
    padding-bottom: 460px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pluses-wrapper {
    width: auto;
  }

  .pluses-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    margin-bottom: 40px;
  }

  .plus-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
    padding: 10px 16px 24px;
  }

  .image-15 {
    width: 60px;
  }

  .pluses-bg-image {
    height: 400px;
    margin-bottom: 320px;
    top: auto;
  }

  .history-section {
    padding: 0 16px 100px;
  }

  .history-wrapper {
    padding-top: 0;
  }

  .history-bg-image {
    display: none;
  }

  .history-info {
    width: auto;
    margin-bottom: 0;
  }

  .management-section {
    padding-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .management-wrapper {
    width: auto;
    max-width: none;
  }

  .mngmnt-head {
    margin-bottom: 30px;
  }

  .button-second {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    line-height: 14px;
    display: flex;
  }

  .button-second.mobile {
    display: none;
  }

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

  .mngmnt-card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .mng-image._1, .mng-image._2, .mng-image._9, .mng-image._3, .mng-image._4, .mng-image._5, .mng-image._6, .mng-image._7, .mng-image._8, .mng-image._10, .mng-image._11, .mng-image._12 {
    height: 240px;
  }

  .mng-info {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .awards-section {
    padding-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .awards-head {
    width: auto;
    padding-bottom: 30px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .awards-numbers-text {
    font-size: 60px;
    line-height: 60px;
  }

  .contacts-section {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-wrapper {
    flex-flow: column;
    width: auto;
  }

  .contact-info {
    width: auto;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    padding-right: 0;
  }

  .text-field, .text-field-2, .text-field-3 {
    height: 46px;
    padding-left: 16px;
    font-size: 14px;
  }

  .text-field-4 {
    border-radius: 20px;
    height: 46px;
    padding-top: 20px;
    padding-bottom: 120px;
    padding-left: 16px;
    font-size: 14px;
  }

  .contact-map {
    width: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .code-embed-2 {
    height: 336px;
    margin-bottom: 0;
  }

  .footer {
    height: 540px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-bg-img-green {
    background-position: 0 0;
    inset: 0% auto 0% 0%;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-site-map {
    display: none;
  }

  .caption-text, .caption-text.center22 {
    font-size: 13px;
    line-height: 18px;
  }

  .footer--nfo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-text {
    text-align: center;
    font-size: 12px;
  }

  .footer-left, .footer-right {
    justify-content: center;
    align-items: center;
  }

  .lottie-animation {
    width: 180%;
    padding-bottom: 0;
    display: none;
    bottom: 0;
    left: -20%;
  }

  .news-content {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

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

  .text-block-10 {
    color: #71bc63;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    display: block;
  }

  .blank {
    display: none;
  }

  .news-button-in {
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .lottie-animation-2 {
    display: block;
  }

  .footer-bg-img-green2 {
    background-position: 100% 0;
  }

  .pluses-building-bg {
    top: 50px;
  }

  .pluses-figure-1 {
    background-position: 100%;
  }

  .pluses-figure-2 {
    background-position: 50%;
  }

  .div-block-10 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 30px;
  }

  .flex-block-2 {
    padding-right: 0;
  }

  .flex-block-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-1 {
    font-size: 28px;
    line-height: 36px;
  }

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

  .news-cont-head {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .news-tags {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .news-body {
    padding-right: 10px;
  }

  .button-text {
    font-size: 14px;
    line-height: 14px;
  }

  .news-link-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 30px;
    padding-right: 10px;
  }

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

  .div-block-11 {
    background-position: 50%;
    width: auto;
    height: 254px;
  }

  .div-block-12, .div-block-13, .div-block-14 {
    width: auto;
    height: 254px;
  }

  .div-block-15 {
    height: 90%;
  }

  .lottie-animation-4, .lottie-animation-5, .lottie-animation-6, .lottie-animation-7 {
    height: 180px;
  }

  .link-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .lottie-animation-8, .lottie-animation-9 {
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero-subtitle-mobile {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff80;
    border-radius: 20px;
    height: 40%;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 20px;
    position: relative;
    inset: auto 0% 0%;
  }

  .navbar-logo-center {
    z-index: 200;
    background-color: #ffffffe6;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-logo-center-container.shadow-three {
    z-index: 200;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffffe6;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    padding: 0 16px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    background-color: #fff;
    flex-direction: column;
  }

  .menu-button {
    padding: 0;
  }

  .image-21 {
    width: 41px;
    display: block;
  }

  .image-22, .image-23 {
    width: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .preloader {
    display: none;
  }
}

#w-node-_5469c992-64d2-9284-983f-442c27a29926-44ab28fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


/*====== CUSTOM  =====*/

a[href^="tel"], a[href^="mailto"]{ color: #3D73C5; text-decoration: none; }


/* Topline */

.b-topline{ 
  position: absolute; top: 50px; left: 0; right: 0;
  color: #fff; background: linear-gradient(to right, #43AB45 35%, #8FDD70);
  text-align: center;
}

.b-topline__wrapper{
  display: flex; align-items: center;
  max-width: clamp(320px, 92vw, 1208px);
  min-height: 75px; margin: 0 auto; padding: 1em 0;
  text-wrap: balance;
}

@media screen and (min-width: 1200px){

  .b-topline{ display: block; top: 75px; text-align: center; }
  .b-topline__wrapper{ justify-content: center; }
}

/* Header START */

.header{
   position: fixed; left: 0; right: 0; top: 0;
   background-color: #ffffffe6;
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
   z-index: 209;
}

.header__inner{
  display: flex; align-items: center;
  height: 50px;
  max-width: clamp(320px, 92vw, 1208px);
  margin: 0 auto;
}

.header__logo{
   display: block;
}

.header__menu{
   display: flex; flex-direction: column; align-items: center; gap: 18px;
   margin: 0; padding: 0;
   list-style: none;   
}

.header__menu-item{
   font-size: 14px; line-height: 1.5; text-decoration: none; letter-spacing: .25px;
   color: #1a1b1f;   
   border-bottom: 2px solid transparent;
   transition: border-color .33s;
}

.header__menu-li._active .header__menu-item,
.header__menu-item:hover{
   border-color: #43AB45;
}

.header__toggle-btn{
   display: block;
   margin: 0 0 0 auto; padding: 0;
   background: transparent;
   border: none; outline: none;
   font-size: 1em; line-height: 1;
}

@media screen and (max-width: 991px) {

   .header__nav{
      display: none;
      position: absolute; top: calc(100% + 10px); left: 0; width: 100%;
      padding: 30px 20px 30px;
      background-color: #fff;
      border-radius: 20px;
   }
}

@media screen and (min-width: 768px) {

   .header__inner{
      height: 75px;
   }
}

@media screen and (min-width: 992px) {

   .header__inner{
      height: 75px;
      justify-content: flex-start;
   }

   .header__logo{ margin-right: 40px; }
   .header__logo-pic{ width: 55px; }

   .header__nav{ display: contents; }

   .header__menu{
      flex-direction: row; align-items: center; column-gap: 30px;
   }

   .header__menu-item{
      padding: 0;
      font-size: 14px;
      color: #555;
   }

   .header__toggle-btn{ display: none; }

   .header__menu--j-sb{
      width: 100%;
      justify-content: space-between;
   }

}

@media screen and (min-width: 1200px) {

   .header__inner{
      height: 75px;
      justify-content: flex-start;
   }

   .header__logo{ margin-right: 50px; }
   .header__logo-pic{ width: 62px; }

   .header__nav{ display: contents; }

   .header__menu{
      flex-direction: row; align-items: center; column-gap: 50px;
   }

   .header__menu-item{
      padding: 0;
      font-size: 16px;
      color: #555;
   }

   .header__toggle-btn{ display: none; }

   .header__menu--j-sb{
      width: 100%;
      justify-content: space-between;
   }
}

@media screen and (min-width: 1600px) {

   .header__logo{ margin-right: 80px; }
}

/* Header END */

/* Contacts styles Start */
.l-contacts__data {
  margin-bottom: 32px;
}

.l-contacts__map {
  margin-bottom: 32px;
}

@media only screen and (min-width: 992px) {
  .l-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    row-gap: 50px;
  }
  .l-contacts__data, .l-contacts__map {
    margin: 0;
  }
  .l-contacts__map {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

@media only screen and (min-width: 1240px) {
   .l-contacts {
      column-gap: 40px;
      row-gap: 50px;
   }
   .l-contacts__form{
      width: 500px; max-width: 100%;
   } 
   .l-contacts__map {
      width: 596px; max-width: 100%;
   }
   .l-contacts__map {
      margin-left: auto;
   }
}

.b-contacts-list{
   display: flex; flex-direction: column; gap: 20px;
   margin: 0; padding: 0;
   list-style: none; list-style-position: outside;
}

.b-contacts-list__li{}

@media screen and (min-width: 1240px) {

   .b-contacts-list{ gap: 30px; }
}

.contacts-form-caption{ margin-bottom: 20px; }

.contacts-ymap{
   width: 100%; aspect-ratio: 328 / 336;
   border-radius: 20px; overflow: hidden;
}

@media screen and (min-width: 1240px) {

   .contacts-ymap{
      aspect-ratio: 596 / 768;
      border-radius: 30px;
   }
}

/* Contacts styles End */

/* Forms START  */

.b-form {
  position: relative;
}

.b-form__item { margin-bottom: 10px; }
.b-form__item:last-child { margin-bottom: 0; }

.b-form__input, .b-form__textarea {
  width: 100%;
  padding: 14px 20px;
  font-size: 1em;
  font-weight: 500;
  color: #000;
  background-color: transparent;
  outline: none;
  border: none;
  border: 1px solid #D4D4D4;
  border-radius: 25px;
}

.b-form__input:focus, .b-form__textarea:focus {
  border-color: #000;
}

.b-form__input::placeholder, .b-form__textarea::placeholder {
  color: #828282;
}

.b-form__input {
  height: 50px;
}

.b-form__textarea {
  display: block;
  min-height: 10em;
  padding-top: 14px;
}

.b-form__check {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.b-form__check + * {
  vertical-align: middle;
  margin-left: 5px;
  user-select: pointer;
}

.b-form__check--has_custom {
  position: absolute;
  top: -100px;
  width: 1px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.b-form__check--has_custom + * {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}

.b-form__check--has_custom + *::before {
  content: "";
  display: block;
  position: static;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 20px;
  padding: 4px;
  margin-right: 5px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
}

.b-form__check--has_custom:checked + *::before {
  padding: 4px;
  background-color: #000;
  background-clip: content-box;
}

.b-form__button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 50px;
  padding: 0 1.5em;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #89B100;
  border: none;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  transition: .33s all;
  width: 100%;
  font-weight: 500;
}

.b-form__button:hover {
  color: #fff;
  background-color: #609A15;
}

.b-form__button._disabled {
  color: #828282;
  background-color: #D4D4D4;
}

.b-form .m-danger {
  border-color: red;
  background: rgba(255, 0, 0, 0.05);
}

@media only screen and (min-width: 568px) {
  .b-form__button {
    min-width: 172px; width: auto;
  }
}

/* Forms END */


.b-article-card{
  display: flex; flex-direction: column; gap: 10px;
  padding: 10px 10px 24px;
  font-size: var(--fz-regular-m); font-weight: 400; line-height: var(--lh-regular);   
  border: 2px solid #E0E3E7; border-radius: 20px;
}
.b-article-card:last-child{ margin-bottom: 0; }
.b-article-card__cover{ position: relative; margin-bottom: 20px; aspect-ratio: 308 / 254; background-color: var(--color-secondary); border-radius:10px; overflow: hidden; }
.b-article-card__cover-pic{ display: block; width: 100%; height: 100%; object-fit:cover; }
.b-article-card__info{}
.b-article-card__heading{ margin-bottom: 20px; }
.b-article-card__date{ color: #7D7D7D; font-size: 14px; text-transform: uppercase;  }
.b-article-card__tags{ display: flex; align-items:center; text-transform: uppercase; color: #7D7D7D; gap: 10px; }
.b-article-card__title{ margin-bottom: 10px; font-size: 17px; font-weight: 600; }
.b-article-card__desc{}
.b-article-card__more{ margin-top: 30px; padding-right: 10px; text-align: right; }
.b-article-card__more-link{ display: inline-flex; align-items: center; gap: 10px; color: #333333; font-size: 14px; font-weight: normal; text-transform: uppercase; text-decoration: none; }
.b-article-card__more-link::before{ content: ''; width: 10px;; height: 10px; background-color: #43AB45; border-radius:50%; }


@media screen and (min-width: 768px) {

   .b-article-card{ flex-direction: row; align-items: stretch; gap: 30px; font-size: var(--fz-regular); }
   .b-article-card__cover{ flex: 0 0 420px; max-width: calc(50% - 15px); margin: 0; aspect-ratio: 420 / 288; }
   .b-article-card__info{ display: flex; flex-direction:column;  }
   .b-article-card__heading{ display: flex; align-items:center; justify-content:space-between; }
   .b-article-card__desc{ margin-bottom: auto; }
}

@media screen and (min-width: 1200px) {
   
   .b-article-card{ column-gap: 48px; padding: 16px 48px 16px 16px; }
   .b-article-card__info{ padding: 8px 0 16px; }
   .b-article-card__heading{ margin-bottom: 30px; }
   .b-article-card__date{ font-size: 17px; }
   .b-article-card__title{ font-size: 20px; }
   .b-article-card__desc{ font-size: 17px; }

   .b-article-card__more{ padding: 0; }
   .b-article-card__more-link{ font-size: 17px; }
}


/* Modal START  */

.b-modal {
  display: none;
  position: relative;
  width: 100%; max-width: 720px; padding: 20px;
  color: var(--color-base); background-color: #fff;
  font-size: 1em; font-weight: normal;
  border-radius: 20px;
}

.b-modal--event{ max-width: 470px; text-align: center; }
.b-modal--event .b-modal__content{ font-weight: 600; color: var(--color-heading); font-size: var(--fz-h3-m); line-height: var(--lh-h3); }
.b-modal--event p{ margin-bottom: 1em; margin-top: 1em; }
.b-modal--event .button{ display: block; width: 100%; }

.b-modal--thank{ max-width: 540px; text-align: center; }
.b-modal--thank .button{ min-width: 240px; }

.b-modal--archive{ width: 100%; max-width: 800px; text-align: center; }
.b-modal--archive .button{ min-width: 240px; }

.b-modal__header{ margin-bottom: 20px; }

.b-modal__caption{ 
  font-size: var(--fz-h3-m); font-weight: 600; line-height: var(--lh-h3);
  text-align: center; 
}

@media screen and (min-width: 1200px) {

  .b-modal{
      padding: 60px 32px;
  }

  .b-modal__header{ margin-bottom: 30px; }

  .b-modal__caption{ font-size: var(--fz-h3); }


  .b-modal--event{ padding-left: 25px; padding-right: 25px; padding-bottom: 20px; }
  .b-modal--event .b-modal__content{ font-size: var(--fz-h3); }
}

/* Modal END */


/* Fancybox START */

.fancybox__container{
   --fancybox-bg: #D9D9D980;
   --f-button-svg-width: 24px;
   --f-button-svg-height: 24px;
   --fancybox-color: #333;
   --f-button-color: #333;
}

.fancybox__backdrop{
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);   
}

.fancybox__content>.f-button.is-close-btn{
   top: 11px; right: 11px;
}

.is-compact .fancybox__content>.f-button.is-close-btn{
   --f-button-border-radius: 50%;
   --f-button-color: #333;
   --f-button-hover-color: #333;
   --f-button-outline-color: #333;
   --f-button-bg: none;
   --f-button-active-bg: none;
   --f-button-hover-bg: none;
   --f-button-svg-width: 22px;
   --f-button-svg-height: 22px;
   --f-button-svg-filter: none;   
   top: 11px; right: 11px;
}

@media screen and (min-width: 1200px) {

   .fancybox__content>.f-button.is-close-btn{
      --f-button-svg-width: 28px;
      --f-button-svg-height: 28px;

      top: 22px; right: 22px;
   }
}

/* Fancybox END */