@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Light.eot");
  src:
    local("Geometria Light"),
    local("Geometria-Light"),
    url("../fonts/Geometria-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geometria-Light.woff") format("woff"),
    url("../fonts/Geometria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Bold.eot");
  src:
    local("Geometria Bold"),
    local("Geometria-Bold"),
    url("../fonts/Geometria-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geometria-Bold.woff") format("woff"),
    url("../fonts/Geometria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Medium.eot");
  src:
    local("Geometria Medium"),
    local("Geometria-Medium"),
    url("../fonts/Geometria-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geometria-Medium.woff") format("woff"),
    url("../fonts/Geometria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
	font-family: 'Inter';
	url('../fonts/Inter-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	url('../fonts/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}*/

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Bold.eot");
  src:
    local("Inter Bold"),
    local("Inter-Bold"),
    url("../fonts/Inter/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.eot");
  src:
    local("Inter Regular"),
    local("Inter-Regular"),
    url("../fonts/Inter/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    local("Inter Medium"),
    local("Inter-Medium"),
    url("../fonts/Inter/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter/Inter-Medium.woff") format("woff"),
    url("../fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    local("Inter LightBETA"),
    local("Inter-LightBETA"),
    url("../fonts/Inter/Inter-LightBETA.woff2") format("woff2"),
    url("../fonts/Inter/Inter-LightBETA.woff") format("woff"),
    url("../fonts/Inter/Inter-LightBETA.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --default-font-family: "Inter", sans-serif;
  --default-font-color: #4d4d4d;
  --blue-color: #42ae45;
  --hover-color: #83aa43;
}

html,
body {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
  font-family: var(--default-font-family);
}

/* body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height, 116px);
} */

* {
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/* Скрытое поля для отлова ботов */

.first-name-b {
  display: none;
}

/* END Скрытое поля для отлова ботов */

content {
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1750px;
}

.blog-page content .container {
  max-width: 1130px;
}

* {
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: var(--blue-color);
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-color: #42ae45 #fff;
  scrollbar-width: thin;
}

.btn-blue {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: var(--blue-color);
  border: 1px solid var(--blue-color);
  color: #fff;
  border-radius: 4px;
  margin: 4px 0;
  padding: 8px 16px;
  cursor: pointer;
  width: fit-content;
}

.btn-blue:hover {
  text-decoration: none;
  background-color: var(--hover-color);
  border: 1px solid var(--hover-color);
  color: #fff;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/* HEADER */

/* .header {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.4s ease;
  border-bottom: 2px solid #d9d9d9;
  transition: transform 0.3s ease-in-out;
}

.header.top {
  position: fixed;
  top: 0;
}

.header__menu.is-fixed {
  transition: transform 0.3s ease-in-out;
}

.header-hidden .header.top {
  transform: translateY(-100%);
} */

/* Вспомогательный класс, чтобы убрать мигание при первом появлении */
.no-transition {
  transition: none !important;
  animation: none !important;
}

.header__top {
  padding: 10px 0 17px;
  background-color: #fff;
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media (max-width: 1366px) {
  .header__top-inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 1075px) {
  .header__top-inner {
    display: block;
  }
}

.header__contacts {
  display: flex;
  align-items: center;
  /* gap: 85px; */
  flex-direction: column;
}

@media (max-width: 1075px) {
  .header__contacts {
    display: none;
  }
}

.headerContacts_ellipse {
  display: flex;
  gap: 4px;
  align-items: center;
}

.ellipse {
  width: 8px;
  height: 8px;
  background-color: #42ae45;
  margin-right: 4px;
  border-radius: 50%;
}

span.phone_title {
  font-size: 13px;
  font-weight: 400;
  line-height: 16.35px;
  color: #8a8a8a;
}

.header__contacts--left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__contacts p {
  font-size: 16px;
  text-align: center;
  color: #8a8a8a;
  font-weight: 400;
  line-height: 20.13px;
  margin: 6px 0;
}
/* 
.header__right {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1075px) {
  .header__right {
    display: none;
  }
} */

.header__office-link,
.header__office-link span {
  color: #9eca4f;
  font-family: Geometria;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  gap: 8px;
  text-decoration: none;
  align-items: center;
  line-height: 20px;
  text-align: right;
  display: none;
}

@media (max-width: 1024px) {
  .header__office {
    margin-right: 0;
    order: 2;
    /* width: 39px; */
    text-align: center;
    border: 1px solid #42ae45;
    border-radius: 4px;
    padding: 2px 5px;
  }
  .header__office-link span {
    font-size: 12px;
  }
}

.header__office-link a,
.header__office-link,
.header__office-link span a:visited,
.header__office-link,
.header__office-link span a:hover {
  color: #9eca4f !important;
}

.header__office-link svg path {
  fill: #9eca4f;
}

.header__office-border svg,
.header__lk svg {
  display: block;
  pointer-events: none;
}

.header__lk {
  align-items: center;
  padding: 17px 18px;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  max-width: 195px;
  height: 54px;
  background: #ffa323;
  border-radius: 5px;
  cursor: pointer;
}

.header__lk a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  gap: 8px;
}

.lk_mob {
  display: none;
}

@media (max-width: 768px) {
  li.menu-item.menu-item-type-custom.lk_mob a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #8dc73f;
  }
  li.menu-item.menu-item-type-custom.lk_mob {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 0px;
    max-width: 179px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    justify-content: flex-start;
  }
  a.header__lk-link.lk-link-mob {
    padding: 5px 10px;
    max-width: 62px;
    height: 34px;
    background: #ffa323;
    border-radius: 5px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
  }
  .lk_mob {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0;
  }
  .lk_mob:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/generator/assets/images/header/user-m-green.svg");
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
  }
}

a.header__lk-link.lk-link-mob {
  display: none;
}

@media (max-width: 768px) {
  .link-mob-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }
  a.header__lk-link.lk-link-mob {
    display: block;
    margin-top: 0;
  }
}

.header__contacts .header__phone-btn {
  padding: 10px 15px;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: center;
}

header.header.top .header__phone p {
  display: none;
}

.header__tel-mob {
  display: none;
}

@media (max-width: 1075px) {
  .header__phone {
    display: none;
  }
  .header__tel-mob {
    display: block;
    text-decoration: none;
    max-width: 117px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #95c12b;
    width: 100%;
    text-align: center;
  }
}

.header__email {
  display: flex;
  flex-direction: column;
}

.header__email a {
  font-size: 20px;
  color: #231f20;
}

.header__email span {
  font-size: 14px;
  opacity: 0.43;
}

/* .header__info {
  padding: 15px 0;
} */

/* @media (max-width: 1440px) {
  .header__info p {
    font-size: 15px;
  }
} */

/* @media (max-width: 1366px) {
  .header__info {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

.header__info p {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1695px) {
  .header__info p {
    font-size: 18px;
  }
}

@media (max-width: 1600px) {
  .header__info p {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .header__info p {
    font-size: 15px;
  }
} */

.header__phone a {
  text-decoration: none;
  font-family: Geometria;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.19px;
  text-align: center;
}

.header__phone a:hover {
  color: #95c12b;
}

.header__phone a.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .header__phone a {
    font-size: 28px;
  }
}

.header__phone-btn {
  color: #676767;
  border: none;
  background-color: #fff;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.header__phone-btn:hover,
.header__phone-btn:active {
  color: #fff;
}

.header__phone-btn.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

header.header.top .header__phone span {
  /* display: none; */
}

header.header.top span.logo-title {
  display: none;
}

header.header.top .header__top {
  padding: 13px 0;
}

.header__top {
  padding: 17px 0 18px;
}

header.header.top a.header__logo--link svg {
  max-height: 54px;
  flex-shrink: 1;
}

.header__contacts--right {
  max-width: 266px;
}

.header__menu-office {
  margin: 0 auto 20px;
}

.header__menu-office .header__office-link {
  justify-content: center;
}

@media (max-width: 1024px) {
  .header__office-link {
    flex-direction: column-reverse;
    text-align: center;
    border: 1px solid #42ae45;
    border-radius: 4px;
    padding: 2px 5px;
    gap: 0px;
    order: 2;
  }
}

.header__office-link span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.6s;
  -o-transition: border 0.6s;
  transition: border 0.6s;
}

.header__office-link svg path {
  -webkit-transition: fill 0.6s;
  -o-transition: fill 0.6s;
  transition: fill 0.6s;
}

.header__office-link:hover,
.header__office-link:active {
  color: #42ae45;
}

.header__office-link:hover svg path,
.header__office-link:active svg path {
  fill: #42ae45;
}

.header__office-link:hover span,
.header__office-link:active span {
  border-bottom: 1px solid #42ae45;
}

.header__office-link.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.button_call_me {
  background-color: #9eca4f;
  border-radius: 4px;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  cursor: pointer;
  margin-left: 0;
}

a.title_call_me {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.13px;
  color: #fff;
}

.header__registr-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: #42ae45;
  background: transparent;
  border: 1px solid #42ae45;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  font-family: Geometria;
}

.header__registr-btn span:hover {
  color: #fff;
}

a.header__registr-btn {
  text-decoration: none;
}

a.header__registr-btn:visited {
  color: #42ae45;
}

@media (max-width: 1440px) {
  .header__registr-btn {
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .header__registr-btn {
    padding: 10px 18px;
  }
}

.header__registr-btn svg path {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.header__registr-btn:hover,
.header__registr-btn:active {
  background: #42ae45;
  color: #fff;
}

.header__registr-btn:hover svg path,
.header__registr-btn:active svg path {
  fill: #fff;
}

.header__registr-btn:focus {
  border: 1px solid #231f20;
  outline: none;
}

.header__registr-btn.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.header__menu-registr {
  max-width: 210px;
  margin: 0 auto;
}

.header__menu {
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  /*    border-bottom: 1px solid #b6b6b669;
    border-top: 1px solid #b6b6b669*/
}

.header__menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 34px;
}

@media (max-width: 1075px) {
  .header__logo {
    display: flex;
    max-width: inherit;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
  }
}

a.header__logo--link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (max-width: 1440px) {
  .header__logo--link {
    max-width: 340px;
  }
}

@media (max-width: 1200px) {
  .header__logo--link {
    max-width: 300px;
  }
}

@media (max-width: 1024px) {
  .header__logo--link {
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  .header__logo--link {
    max-width: 260px;
  }
}

@media (max-width: 990px) {
  .header__logo--link svg {
    max-width: 110px;
    height: auto;
  }
}

span.logo-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 12.58px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

@media (max-width: 991px) {
  span.logo-title {
    display: none;
  }
}

.header__menu-burger {
  display: block;
  position: relative;
  width: 53px;
  height: 47px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header__menu-burger {
    width: 35px;
    height: 28px;
  }
}

.header__menu-burger span {
  position: absolute;
  background-color: #95c12b;
  left: 0;
  top: 20px;
  width: 100%;
  height: 8px;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .header__menu-burger span {
    height: 4px;
    top: 12px;
  }
}

.header__menu-burger--white span {
  background-color: #fff;
}

.header__menu-burger:before,
.header__menu-burger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  background-color: #95c12b;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .header__menu-burger:before,
  .header__menu-burger:after {
    height: 4px;
  }
}

.header__menu-burger--white:before,
.header__menu-burger--white:after {
  background-color: #fff;
}

.header__menu-burger:before {
  top: 0;
}

.header__menu-burger:after {
  bottom: 0;
}

.header__menu-burger.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

.header__menu-burger.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 20px;
}

@media (max-width: 991px) {
  .header__menu-burger.active:before {
    top: 12px;
  }
  .header__menu-burger.active:after {
    bottom: 12px;
  }
}

.header__menu-burger.active span {
  display: none;
}

#menu-verhnee-menyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.header__menu-wrap {
  padding: 17px 0;
}

@media (max-width: 480px) {
  .header__menu-wrap {
    width: 100%;
  }
}

.header__menu-link {
  color: #231f20;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  padding-bottom: 5px;
  font-size: 16px;
}

.header__menu-link-index,
.header__menu-link-index2 {
  display: none;
}

@media (max-width: 990px) {
  .header__top .container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .header__top {
    padding: 12px 0;
    background-color: #fff;
  }
  header.header.top .header__top {
    padding: 12px 0;
  }
  .header__logo--link svg {
    max-width: 100px;
    height: auto;
  }
}

.header__social-link svg path {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.header__social-link:hover .header__social-instagram path:first-child,
.header__social-link:active .header__social-instagram path:first-child {
  fill: url("#paint0_radial_838_610");
}

.header__social-link:hover .header__social-instagram path,
.header__social-link:active .header__social-instagram path {
  fill: url("#paint1_radial_838_610");
}

.header__social-link:hover .header__social-instagram path:last-child,
.header__social-link:active .header__social-instagram path:last-child {
  fill: url("#paint2_radial_838_610");
}

.header__social-link:hover .header__social-youtube path:first-child,
.header__social-link:active .header__social-youtube path:first-child {
  fill: #ff0302;
}

.header__social-link:hover .header__social-vk path:first-child,
.header__social-link:active .header__social-vk path:first-child {
  fill: #2787f5;
}

.header__social-link.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.header__social-link.disable .header__social-instagram path,
.header__social-link.disable .header__social-vk path:first-child,
.header__social-link.disable .header__social-youtube path:first-child {
  fill: #5a9b01;
}

.header__menu-wrap {
  position: fixed;
  left: 0;
  top: 125px;
  width: 300px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  min-height: 250px;
  background-color: #42ae45;
  border-radius: 0px 20px 20px 0px;
  transition: all 0.6s;
  z-index: 50;
  padding: 25px !important;
  text-align: left;
  left: -100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header__menu-wrap.active {
  opacity: 1;
  visibility: visible;
  left: 0;
  z-index: 999;
}

#menu-verhnee-menyu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1px;
  margin-top: 3px;
}

@media (max-width: 1024px) {
  .footer__list-item {
    margin-bottom: 14px;
  }
}

.header__menu-inner {
  flex-direction: row-reverse;
}

.header__menu-footer a {
  margin-top: 15px;
  border-radius: 6.026px;
  border: 1.004px solid #fff;
  padding: 7px;
  color: #fff;
  gap: 7px;
  align-items: center;
  display: flex;
  text-decoration: none;
}

.header__menu-footer--text {
  font-size: 11px;
}

.header__menu-footer a:hover {
  color: #fff;
}

.header__menu-footer--text p {
  margin: 0;
}

.header__menu-footer--mail svg {
  width: 23px;
}

.mobile-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.mobile-view .header__menu-burger {
  display: none;
}

@media (max-width: 1366px) {
  .mobile-view svg {
    display: block;
    width: 219px;
    height: 33px;
  }
  .mobile-view .header__menu-burger {
    display: block;
    width: 35px;
    height: 46px;
  }
  .mobile-view .header__menu-burger.active:before {
    top: 23px;
  }
  .mobile-view .header__menu-burger:before,
  .mobile-view .header__menu-burger:after,
  .mobile-view .header__menu-burger span {
    height: 4px;
  }
  .header__menu-wrap {
    height: 100%;
    width: auto;
    top: 0;
  }
}

@media (max-width: 991px) {
  .mobile-view .header__menu-burger {
    width: 35px;
    height: 38px;
  }
}

@media (max-width: 576px) {
  .mobile-view svg {
    width: 212px;
  }
}

/*FIRST SCREEN*/

.mainpage_head {
  background-image: url(/local/templates/generator/assets/images/main-page/main-back__new2.webp);
  /*background-image: url(/local/templates/generator/assets/images/direct/top-img5.png);*/
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

/*@media (max-width: 1024px) {
	.mainpage_head {
		background-image: none;
	}
}*/

@media (max-width: 547px) {
  .mainpage_head {
    /*		background-image: url(/local/templates/generator/assets/images/main-page/main-back__new2.webp);
		background-position: 18px 50px;*/
    background-position-x: right;
    background-position-y: 4%;
  }
}

.mainpage_head_top {
  width: 100%;
}

.mainpage_head_top .container {
  padding: 66px 15px 70px 15px;
}

@media (max-width: 1024px) {
  .mainpage_head_top .container {
    padding: 35px 15px 40px 15px;
  }
}

@media (max-width: 768px) {
  .mainpage_head_top .container {
    padding: 15px;
  }
}

.mainpage_head_top-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 64px;
}

@media (max-width: 1024px) {
  .mainpage_head_top-group {
    flex-direction: column;
    align-items: start;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .mainpage_head_top-group {
    margin-bottom: 20px;
  }
}

.mainpage_head_top_left {
  max-width: 992px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.mainpage_head_top_left-prevtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #676767;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .mainpage_head_top_left-prevtitle {
    font-size: 14px;
  }
}

.mainpage_head_top_left-title {
  font-weight: 500;
  font-size: calc(22px + 48 * ((100vw - 320px) / 1720));
  line-height: 129%;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #231f20;
  margin-bottom: 36px;
}

@media (max-width: 1440px) {
  .mainpage_head_top_left-title {
    max-width: 650px;
  }
}

@media (max-width: 768px) {
  .mainpage_head_top_left-title,
  .mainpage_head_bottom_right-title {
    margin-bottom: 18px;
  }
}

@media (max-width: 480px) {
  .mainpage_head_top_left-title,
  .mainpage_head_bottom_right-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 547px) {
  .mainpage_head_top_left-title {
    max-width: 235px;
  }
}

.mainpage_head_top_left-subtitle {
  font-weight: 600;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1720));
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #231f20;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .mainpage_head_top_left-subtitle {
    max-width: 210px;
  }
}

.mainpage_head_top_left-list {
  margin-bottom: 28px;
}

ul[class] {
  list-style: none;
  padding: 0;
}

.mainpage_head_top_left-list-item {
  font-weight: normal;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #231f20;
  margin-bottom: 12px;
  position: relative;
  margin-left: 28px;
}

.mainpage_head_top_left-list-item::before {
  content: "";
  position: absolute;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image: url(/local/templates/generator/assets/images/main-page/check-green.png);
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #42ae45;
  border: none;
  -webkit-box-shadow: 0 0 16px rgba(27, 27, 27, 0.34);
  box-shadow: 0 0 16px rgba(27, 27, 27, 0.34);
  border-radius: 4px;
  padding: 20px 28px;
  font-weight: 500;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
  outline: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 480px) {
  .btn {
    padding: 15px 28px;
  }
}

.btn:hover,
.btn:active {
  background: #82b43b;
  color: #fff;
}

.btn-container {
  display: flex;
  gap: 15px;
}

@media (max-width: 990px) {
  .btn-container {
    flex-direction: column;
  }
}

.btn.online-consult {
  background: #ffa323;
  font-family: Inter;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}

@media (max-width: 990px) {
  .btn.online-consult {
    line-height: 13px;
  }
}

.mainpage_head_top_right {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 12px 20px;
  max-width: 330px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  display: none;
}

.mainpage_head_top_right-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #676767;
}

.mainpage_head_top_right-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #676767;
}

.mainpage_head_top-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

@media (max-width: 1750px) {
  .mainpage_head_top-cards {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .mainpage_head_top-cards {
    flex-wrap: wrap;
  }
}

.mainpage_head_top-cards-item {
  max-width: 540px;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(102, 102, 102, 0.12);
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.12);
  border-radius: 12px;
}

.mainpage_head_top-cards-item {
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: calc(100% - 16px);
}

@media (max-width: 1750px) {
  .mainpage_head_top-cards-item {
    max-width: 500px;
  }
}

@media (max-width: 1600px) {
  .mainpage_head_top-cards-item {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .mainpage_head_top-cards-item {
    background-position: 97% center;
  }
}

@media (max-width: 1024px) {
  .mainpage_head_top-cards-item {
    max-width: 100%;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .mainpage_head_top-cards-item {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .mainpage_head_top-cards-item {
    padding: 15px;
  }
}

.mainpage_head_top-cards-item:nth-child(1) {
  background-image: url(/local/templates/generator/assets/images/main-page/map-back.png);
}

@media (max-width: 768px) {
  .mainpage_head_top-cards-item:nth-child(1),
  .mainpage_head_top-cards-item:nth-child(2),
  .mainpage_head_top-cards-item:nth-child(3) {
    background-image: none;
  }
}

.mainpage_head_top-cards-item-title {
  font-weight: 600;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1720));
  line-height: 140%;
  color: #231f20;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .mainpage_head_top-cards-item-title {
    margin-bottom: 12px;
  }
}

ul[class] {
  list-style: none;
  padding: 0;
}

ul,
li,
p {
  margin: 0;
}

.mainpage_head_top-cards-item-list-item {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #231f20;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.mainpage_head_top-cards-item-list-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .mainpage_head_top-cards-item-list-item {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .mainpage_head_top-cards-item-list-item {
    font-size: 14px;
  }
}

.mainpage_head_top-cards-item-list-item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/generator/assets/images/main-page/list-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.mainpage_head_top-cards-item:nth-child(2) {
  background-image: url(/local/templates/generator/assets/images/main-page/persentage.png);
}

@media (max-width: 768px) {
  .mainpage_head_top-cards-item:nth-child(1),
  .mainpage_head_top-cards-item:nth-child(2),
  .mainpage_head_top-cards-item:nth-child(3) {
    background-image: none;
  }
}

/*END FIRST SCREEN*/

.footer {
  background: #231f20;
  padding-bottom: 50px;
}

.footer__top {
  padding: 60px 0 20px 0;
  border-bottom: 1px solid #b6b6b63a;
}

@media (max-width: 1024px) {
  .footer__top {
    padding: 45px 0;
  }
}

@media (max-width: 480px) {
  .footer__top {
    padding: 25px 0;
  }
}

.footer__inform {
  margin-top: 24px;
  text-align: center;
  color: #fff;
  background: rgba(149, 193, 42, 0.1);
  padding: 12px;
  font-size: 15px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footer__logo {
  margin-right: 40px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .footer__logo {
    max-width: 160px;
    margin-right: 0;
    margin-bottom: 20px;
    align-self: center;
  }
}

.footer__item {
  margin-right: 40px;
}

@media (max-width: 1440px) {
  .footer__item {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .footer__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer__sogl {
  font-size: 12px;
  color: #b6b6b6;
  max-width: 150px;
}

.footer__sogl a {
  color: #b6b6b6;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .footer__sogl {
    max-width: initial;
  }
}

.footer__title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .footer__title {
    margin-bottom: 18px;
  }
}

.footer__links {
  margin-left: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 300px;
}

@media (max-width: 1024px) {
  .footer__links {
    margin: 0 auto;
    max-width: auto;
    align-items: center;
    text-align: center;
  }
}

.footer__links-phone {
  margin-bottom: 8px;
  font-size: calc(16px + 16 * ((100vw - 320px) / 1720));
  font-weight: bold;
  line-height: 124%;
}

@media (min-width: 1750px) {
  .footer__links-phone {
    font-size: 32px;
  }
}

@media (max-width: 1440px) {
  .footer__links-phone {
    white-space: nowrap;
  }
}

.footer__links-phone a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.footer__links-phone a:active,
.footer__links-phone a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer__links-phone a.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.footer__links-phone a.disable + .footer__links-info {
  opacity: 0.5;
}

.footer__links-info {
  color: #42ae45;
  font-size: 18px;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .footer__links-info {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .footer__links-info {
    font-size: 14px;
  }
}

.footer__links-addPhones {
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1440px) {
  .footer__links-addPhones {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .footer__links-addPhones {
    justify-content: center;
    font-size: 12px;
  }
}

.footer__links-addPhones span {
  flex-shrink: 0;
}

.footer__links-addPhone {
  white-space: nowrap;
  color: #fff;
}

.footer__links-email {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-bottom: 32px;
}

@media (max-width: 1440px) {
  .footer__links-email {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .footer__links-email {
    font-size: 16px;
  }
}

.footer__links-email a {
  color: #fff;
  text-decoration: none;
}

.footer__links-email a:active,
.footer__links-email a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer__links-email a.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .footer__social {
    justify-content: center;
  }
}

.footer__social-link svg path {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.footer__social-link:hover .header__social-instagram path:first-child,
.footer__social-link:active .header__social-instagram path:first-child {
  fill: url("#paint0_radial_838_610");
}

.footer__social-link:hover .header__social-instagram path,
.footer__social-link:active .header__social-instagram path {
  fill: url("#paint1_radial_838_610");
}

.footer__social-link:hover .header__social-instagram path:last-child,
.footer__social-link:active .header__social-instagram path:last-child {
  fill: url("#paint2_radial_838_610");
}

.footer__social-link:hover .header__social-youtube path:first-child,
.footer__social-link:active .header__social-youtube path:first-child {
  fill: #ff0302;
}

.footer__social-link:hover .header__social-youtube path,
.footer__social-link:active .header__social-youtube path {
  fill: #fff;
}

.footer__social-link:hover .header__social-vk path:first-child,
.footer__social-link:active .header__social-vk path:first-child {
  fill: #2787f5;
}

.footer__social-link:hover .header__social-vk path,
.footer__social-link:active .header__social-vk path {
  fill: #fff;
}

.footer__social-link.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.footer__social-link.disable .header__social-instagram path,
.footer__social-link.disable .header__social-vk path:first-child,
.footer__social-link.disable .header__social-youtube path:first-child {
  fill: #fdfdfc;
}

.footer__copy {
  padding: 40px 0;
}

@media (max-width: 480px) {
  .footer__copy {
    padding: 15px 0;
  }
}

.footer__copy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media (max-width: 1024px) {
  .footer__copy-inner {
    /*display: block;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
  }
  .footer__copy-inner noindex {
    order: 3;
  }
  .footer__copy-gp {
    display: block;
    width: 100%;
    margin-top: 10px;
    order: 3;
  }
  .footer__copy-link {
    display: block;
    width: 100%;
    order: 2;
  }
  .footer__copy-list {
    order: 1;
  }
}

.footer__copy-inner a:hover {
  color: #b6b6b6;
}

.footer__copy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 1024px) {
  .footer__copy-list {
    column-gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.footer__copy-item {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .footer__copy-item {
    margin-bottom: 10px;
  }
}

.footer__copy-link {
  /*margin-left: auto;*/
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

a.footer__copy-link:visited {
  color: #b6b6b6;
}

.footer__copy-link.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.footer__phone-city {
  margin-top: 15px;
}

.footer__phone-city ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 357px;
  padding: 0;
}

.footer__phone-city a {
  color: #b6b6b6;
  font-size: calc(10px + 2 * ((100vw - 320px) / 1720));
}

html::-webkit-scrollbar-thumb {
  background-color: #42ae45;
}

html::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

.footer__copy-gp {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #b6b6b6;
  cursor: pointer;
}

.footer__copy-gp span {
  text-decoration: underline;
}

.footer__copy-gp:hover span {
  text-decoration: none;
}

/* button bottom*/
/* 
.mobile-bottom {
  display: none;
}

@media (max-width: 768px) {
  .mobile-bottom {
    display: block;
  }
}

.mobile-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(150, 208, 36, 1);
  padding: 15px 0;
  z-index: 99;
  text-align: center;
}

.mobile-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: Geometria;
} */

a {
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}

/* .mobile-bottom span {
  display: block;
  padding-left: 15px;
} */

/*DIRECT page*/

.direct {
  padding: 80px 0;
}

.direct-section-1 {
  background-color: #f5f5f5;
  padding: 120px 0 30px 0;
  background-image:
    linear-gradient(0deg, rgb(237, 237, 237) 0%, rgba(237, 237, 237, 0) 40%),
    url(/local/templates/generator/assets/images/direct/top-img.png);
  background-repeat: no-repeat;
  background-position: bottom -1px right;
  background-size: contain;
  position: relative;
}

@media (max-width: 1440px) {
  .direct-section-1 {
    padding: 90px 0 30px 0;
    background-position: bottom -1px right -135px;
  }
}

@media (max-width: 992px) {
  .direct-section-1 {
    padding: 40px 0;
  }
}

@media (max-width: 992px) {
  .direct-section-1 {
    background-image: none;
  }
}

@media (max-width: 576px) {
  .direct {
    padding: 40px 0;
  }
}

@media (max-width: 1440px) {
  .direct .container {
    max-width: 1140px;
  }
}

.direct-section-1__description {
  max-width: 933px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

@media (max-width: 1440px) {
  .direct-section-1__description {
    max-width: 710px;
  }
}

@media (max-width: 992px) {
  .direct-section-1__description {
    align-items: center;
  }
}

@media (max-width: 576px) {
  .direct-section-1__description {
    align-items: flex-start;
  }
}

.direct-section-1__srok {
  font-size: var(--fz-20);
  font-weight: 500;
  text-shadow:
    1px 0 1px #fff,
    0 1px 1px #fff,
    -1px 0 1px #fff,
    0 -1px 1px #fff;
}

.direct__title {
  font-size: var(--fz-52);
  font-weight: 700;
  line-height: 1.25;
}

.direct-section-1__title {
  margin-top: 18px;
  margin-bottom: 27px;
}

@media (max-width: 992px) {
  .direct-section-1__title {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .direct-section-1__title {
    text-align: left;
  }
}

.direct-section-1__title span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.direct-section-1__title span::before {
  content: "";
  position: absolute;
  background-color: #95c12b;
  border-radius: 30px;
  width: 106%;
  height: 100%;
  left: -27px;
  top: 4px;
  z-index: -1;
}

@media (max-width: 1440px) {
  .direct-section-1__title span::before {
    left: -18px;
    top: 2px;
  }
}

@media (max-width: 576px) {
  .direct-section-1__title span::before {
    left: -4px;
    width: 103%;
  }
}

.direct-section-1__description p {
  font-size: var(--fz-24);
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .direct-section-1__description p {
    margin-bottom: 20px;
  }
}

.shine-button {
  position: relative;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}

.direct-section-1__button {
  border-radius: 8px;
  box-shadow: 4px 6px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 101, 14);
  padding: 24px 45px 24px 45px;
  color: rgb(255, 255, 255);
  font-size: var(--fz-32);
  font-weight: 700;
  line-height: 1.25;
  /* max-width: 500px; */
  display: block;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .direct-section-1__button {
    padding: 24px 32px;
  }
}

@media (max-width: 1024px) {
  .direct-section-1__button {
    padding: 20px 25px;
  }
}

@media (max-width: 576px) {
  .direct-section-1__button {
    width: 100%;
    text-align: center;
  }
}

.shine-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0px;
  left: -111px;
  transform: skewX(-45deg);
}

/*.mobile {
  display: none;
}

@media (max-width: 992px) {
  .mobile {
    display: flex;
    justify-content: center;
    position: relative;
  }
}*/

.direct-yakubovich {
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.68);
  position: absolute;
  right: 11rem;
  bottom: 22rem;
  max-width: 240px;
  font-size: var(--fz-16);
  font-weight: 300;
  line-height: 1.25;
}

@media (max-width: 1440px) {
  .direct-yakubovich {
    right: 9rem;
  }
}

@media (max-width: 992px) {
  .direct-yakubovich {
    display: none;
  }
}

@media (max-width: 992px) {
  .mobile__direct-yakubovich.direct-yakubovich {
    display: block;
    left: auto;
    right: auto;
    bottom: 40px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .mobile__direct-yakubovich.direct-yakubovich {
    font-size: 16px;
  }
}

.direct-avantages {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 992px) {
  .direct-avantages {
    margin-top: 0px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .direct-avantages,
  .direct-section-2__items {
    grid-template-columns: 1fr;
  }
}

.direct-avantages__item {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
}

@media (max-width: 1440px) {
  .direct-avantages__item {
    padding: 15px;
  }
}

.direct-avantages__top {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1440px) {
  .direct-avantages__top img {
    width: 40px;
  }
}

.direct-avantages__item span {
  font-size: var(--fz-24);
  font-weight: 700;
  line-height: 1.25;
}

.direct-avantages__bottom {
  margin-top: 42px;
}

@media (max-width: 576px) {
  .direct-avantages__bottom {
    margin-top: 20px;
  }
}

.direct-avantages__bottom p {
  font-size: var(--fz-16);
  font-weight: 500;
  line-height: 1.25;
}

small {
  color: #595959;
  font-size: var(--fz-16);
  font-weight: 300;
  margin-top: 25px;
  display: block;
}

/*Города мобильная версия*/

.cities.mob {
  display: none;
}

.cities.desc {
  display: block;
}

@media (max-width: 990px) {
  .cities.mob {
    display: block;
  }
  .cities.desc {
    display: none;
  }
}

li.menu-item.menu-item-type-custom.none {
  display: none;
}

.oferta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768px) {
  .oferta {
    margin-bottom: 12px;
  }
}

.information {
  background: #95c12a;
  padding: 40px 0;
}

.information__attention {
  max-width: 115px;
}

.information__attention svg {
  width: 100%;
  height: auto;
}

.information__content {
  display: flex;
  background: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 4px 7.300000190734863px 0px rgba(0, 0, 0, 0.25);
  gap: 45px;
  align-items: center;
  max-width: 1270px;
  margin: 0 auto;
}

.information__text {
  font-size: 28px;
  font-weight: 700;
  flex: 1;
}

.information__doc {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  max-width: 170px;
}

.information__doc::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.information__doc:hover::after {
  opacity: 1;
}

.information__doc img {
  display: block;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.information__doc:hover img {
  transform: scale(1.05);
  filter: brightness(0.6);
}

@media (max-width: 1440px) {
  .information {
    background: #95c12a;
    padding: 80px 0;
  }
  .information__text {
    font-size: 28px;
  }
  .information__content {
    padding: 40px;
    gap: 60px;
  }
}

@media (max-width: 1024px) {
  .information__text {
    font-size: 24px;
  }
  .information__content {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .information__content {
    flex-direction: column;
    padding: 20px;
  }
  .information__attention {
    max-width: 120px;
  }
  .information__text {
    font-size: 18px;
    text-align: center;
  }
}

._mainContainer_1bon9_22 ._mainWrap_1bon9_22 {
  padding: 0 !important;
  gap: 14px;
}

._messengerItem_1bon9_29 {
  margin: 0 !important;
}

@media (max-width: 768px) {
  ._messengerItem_1bon9_29 {
    width: 38px !important;
    height: 38px !important;
  }
}

.widget-yourgood {
  display: flex;
  gap: 16px;
}

.telega,
.whatsapp,
.max {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.telega {
  background: rgb(100, 186, 255);
}

.whatsapp {
  background: rgb(67, 216, 84);
}

.telega a {
  display: block;
  height: 26px;
}
.whatsapp a {
  width: 27px;
  height: 28px;
}

.max a {
  height: 45px;
}

@media (max-width: 768px) {
  .widget-yourgood {
    justify-content: center;
  }

  .telega,
  .whatsapp,
  .max {
    width: 36px;
    height: 36px;
  }

  .telega svg {
    width: 24px;
    height: 24px;
  }

  .telega a {
    height: 24px;
  }

  .whatsapp svg {
    width: 26px;
    height: 26px;
  }
  .whatsapp a {
    width: 25px;
    height: 26px;
  }

  .max a {
    height: 36px;
  }

  .max svg {
    width: 36px;
    height: 36px;
  }
}

.input-text {
  padding: 16px 32px;
  background: #fff;
  border: 2px solid #b6b6b6;
  box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  font-family: var(--default-font-family);
  font-weight: normal;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #b6b6b6;
}

@media (max-width: 768px) {
  .b24-widget-button-position-bottom-right {
    bottom: 92px !important;
  }
}
