body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

h1,
h2,
h3 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}

h1 {
  margin-bottom: 80px;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0%;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

a:hover {
  transition-duration: 0.3s;
}

.container-fluid {
  max-width: 1680px;
  margin: 0 120px;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/content/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 20px 24px;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo img,
.mobile-menu__logo img {
  height: 80px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
}

.mobile-menu__inner {
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  border-radius: 16px 16px 0 0;
  background: #fff;
  backdrop-filter: blur(2px);
  padding: 40px 20px;
  height: 100%;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

.line-top__soc {
  display: flex;
  gap: 20px;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  justify-content: center;
}

.menu-list a {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.menu-list .gold-btn {
  width: 100%;
}

.menu-list .gold-btn a {
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.shapka {
  background-color: #fff;
  z-index: 900;
  position: relative;
}

.shapka-inner {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.shapka-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.shapka-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.shapka-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.slide {
  background-image: url(/content/img/slide.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 160px;
}

.slide-inner {
  min-height: 870px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  padding: 40px 0;
}

.slide-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 117px;
}

.slide-info {
  margin-top: 140px;
}

.slide-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.slide-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.gold-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  padding: 16px 32px;
  border-radius: 8px;
  background: #af8c09;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}

.gold-btn a:hover {
  background: #a08008;
}

.gold-btn a:active {
  background: #8c6f04;
}

.slide-title {
  margin-bottom: 40px;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 65px;
  font-weight: 500;
  line-height: 120%;
}

.slide-text {
  margin-bottom: 80px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  width: 836px;
  max-width: 100%;
}

.white-block {
  margin-bottom: 160px;
}

.gen-title {
  color: #252525;
  font-size: 45px;
  font-weight: 500;
  line-height: 110%;
  font-family: "Roboto Condensed", sans-serif;
}

.is-sticky .slide-top {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #252525;
  width: 100% !important;
  transition-duration: 0.3s;
  padding: 20px calc((100% - 1650px) / 2);
  z-index: 900;
}

.tree-plitka {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.how-item {
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.how-item img {
  width: 72px;
}

.how-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.title-28 {
  color: #2c2c2c;
  font-family: "Roboto Condensed";
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.gen-title {
  margin-bottom: 80px;
  color: #2c2c2c;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 50px;
  font-weight: 500;
  line-height: 120%;
}

.four-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.for-item img {
  width: 100%;
}

.for-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.for-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.for-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  border-radius: 12px;
  background: rgba(220, 220, 220, 0.2);
  backdrop-filter: blur(3px);
  padding: 10px;
  text-align: center;
}

.two-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.about-left {
  border-radius: 12px;
  background-position: center;
  background-size: cover;
}

.about-left img {
  width: 100%;
}

.about-bg {
  background-image: url(/content/img/about.jpg);
}

.mission-bg {
  background-image: url(/content/img/mission.jpg);
}

.about-right .text-16 p {
  margin-bottom: 0;
}

.about-right {
  border-radius: 12px;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  min-height: 540px;
}

.title-32 {
  color: #2c2c2c;
  font-family: "Roboto Condensed";
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.numbers {
  margin-top: 30px;
}

.numbers-item {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.title-36 {
  color: #2c2c2c;
  font-family: "Roboto Condensed";
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.tovary-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.tovary-tabs {
  display: none;
}

.active-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tovary-tab__link,
.gerc-btn a {
  border-radius: 10px;
  background: #ebe9d8;
  padding: 16px 32px;
  color: #af8c09;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
  text-align: center;
}

.gerc-btn {
  width: 100%;
}

.gerc-btn a {
  display: block;
  width: 100%;
  text-align: center;
}

.active-tab__link,
.gerc-active a {
  background-color: #af8c09;
  color: #fff;
}

.tovary-tab__link:focus,
.gerc-btn a:focus {
  color: #fff;
}

.tovary-tab__link:hover,
.gerc-btn a:hover {
  background-color: #af8c09;
  color: #fff;
}

.tab-left {
  border-radius: 12px;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.tab-right {
  border-radius: 12px;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.qr-img img {
  max-width: 100%;
}

.gerc-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
}

.summa-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.summa-item {
  border-radius: 8px;
  background: #ebe9d8;
  padding: 16px 20px;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formMain__input {
  border-radius: 8px;
  background: #ebe9d8;
  padding: 16px 20px;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  border: none;
  outline-style: none;
}

.formMain__input::placeholder {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
}

.summa-item:last-child {
  grid-column: 5 / 8;
  padding: 0;
  background-color: inherit;
}

.dannie-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dannie {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.castomcheck {
  display: block;
  position: relative;
  cursor: pointer;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 44px;
  margin-bottom: 20px;
}

.castomcheck:last-child {
  margin-bottom: 0;
}

.castomcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 32px;
  width: 32px;
  border-radius: 8px;
  border: 1px solid #d3a702;
  background: #f4f2e7;
}

.castomcheck:hover input ~ .checkmark {
  background-color: inherit;
}

.castomcheck input:checked ~ .checkmark {
  background-color: inherit;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.castomcheck input:checked ~ .checkmark:after {
  display: block;
}

.castomcheck .checkmark:after {
  left: 10px;
  top: 6px;
  content: "✓";
  color: #d3a702;
}

.forma-bot {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.white-btn a {
  border-radius: 10px;
  background: #ebe9d8;
  padding: 16px 32px;
  color: #af8c09;
  font-size: 14px;
  font-weight: 400;
}

.white-btn a:hover {
  background-color: #ebe7c7;
}

.white-btn a:active {
  background-color: #dfd9a6;
}

.sbor-item {
  display: flex;
  gap: 40px;
}

.sbor-img {
  min-width: 250px;
}

.sbor-img img {
  border-radius: 12px;
  width: 100%;
}

.sbor-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.sbor-data {
  padding: 8px 12px;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  border-radius: 12px;
  background: #d8d4be;
  width: fit-content;
}

.sbor-item {
  border-radius: 12px;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  padding: 32px;
}

.progress-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
}

progress {
  width: 100%;
  height: 12px;
  background-color: #2d9411;
  border-radius: 12px;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #d8d4be;
}

progress::-webkit-progress-bar {
  background-color: #d8d4be;
  border-radius: 10px;
}

progress::-webkit-progress-value {
  background-color: #2d9411; /* Green filled portion */
  border-radius: 10px;
  transition: width 0.4s ease; /* Animation effect for value change */
}

progress::-moz-progress-bar {
  background-color: #2d9411;
  border-radius: 10px;
}

.rel-block {
  position: relative;
}

.sbor-btn {
  border-radius: 10px;
  background: #ebe9d8;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sbor-btns {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.otchet-item {
  border-radius: 12px;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  overflow: hidden;
}

.otchet-img,
.otchet-pic {
  position: relative;
}

.otchet-img img {
  width: 100%;
}

.otchet-pic img {
  width: 100%;
  border-radius: 12px;
}

.otchet-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.3);
  z-index: 1;
}

.otchet-data {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 12px;
  background: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(3px);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  padding: 8px 12px;
}

.otchet-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.otchet-info .title-28 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.otchet-info .text-16 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.absol-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.smi-item {
  border-radius: 12px;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.smi-img {
  position: relative;
}

.smi-img img {
  width: 100%;
  border-radius: 12px;
}

.smi-item:first-child {
  grid-row: 1 / 3;
}

.smi-item .otchet-data {
  position: relative;
  left: 0;
  top: 0;
  width: fit-content;
}

.smi-img .otchet-data {
  position: absolute;
  left: 20px;
  top: 20px;
}

.faq-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.faq-left {
  padding-right: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.faq-left img {
  border-radius: 12px;
  width: 100%;
}

.faq-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-det {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.faq-sum {
  position: relative;
  color: #2c2c2c;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  padding-right: 64px;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: url(/content/img/down.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

details[open] summary:after {
  content: url(/content/img/up.svg);
}

details[open] {
  animation: slide 0.5s ease-in-out;
  animation-duration: 1s;
}

.faq-det__inner {
  padding-top: 20px;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.faq-left .gen-title {
  text-align: left;
}

.footer-form {
  border-radius: 12px 12px 0 0;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  padding: 80px 0;
}

.form-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.form-title {
  color: #2c2c2c;
  font-family: "Roboto Condensed";
  font-size: 50px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 30px;
}

.form-text {
  color: #686868;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.ceck-text {
  color: #686868;
}

.ceck-text a {
  color: #686868;
}

.form-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.formMain__row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.form-form .gold-btn {
  width: 100%;
}

.form-form .gold-btn a {
  display: block;
  width: 100%;
  text-align: center;
}

.footer {
  border-radius: 12px;
  background: #2c2c2c;
  padding: 80px 0;
}

.footer-inner,
.footer-bot__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-item,
.footer-bot__item {
  text-align: center;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 400;
  line-height: 140%;

  color: #ebe9d8;
}

.footer-item p {
  margin-bottom: 0;
}

.footer-title {
  margin-bottom: 40px;
  color: #ebe9d8;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.footer-list a {
  color: #ebe9d8;
}

.footer-bot {
  padding: 24px 0 20px;
}

.footer-bot__item a {
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.shapka-stati {
  background-color: #2c2c2c;
  padding: 20px 0;
  z-index: 900;
}

.slide-inner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.slide-inner__inner .slide-logo img {
  height: 71px;
}

.stati-inner {
  padding: 80px 0 160px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page-link {
  background-color: #ebe9d8;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #2C2C2C;
}

.video__item-vk {
  position: relative;
}

.video__item-vk:hover {
  cursor: pointer;
}

.video__item-vk:after {
  position: absolute;
  content: url(/Content/img/play.svg);
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.citata {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.citata .gen-title {
  margin-bottom: 0;
}

.niz {
  margin-left: auto;
}

.citata img {
  width: 74px;
}

.plashka {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 12px;
  border: 1px solid #f4f2e7;
  background: #f7f6f0;
  margin-top: 80px;
}

.plashka-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.gallery-item img {
  border-radius: 12px;
  width: 100%;
}

.stati__bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 440px;
  width: 100%;
  height: 100%;
  background-image: attr(data-image-src url);
  border-radius: 12px;
}

.mb80 {
  margin-bottom: 80px;
}

.doc-item {
  border: 1px solid #EBE9D8;
  border-radius: 12px;
  background-color: #F7F6F0;
}

.docs-info {
  padding: 20px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #EBE9D8;
}

.doc-img img {
  width: 100%;
}

.doc-item .tree-plitka {
  padding: 40px;
}

.center-flex {
  align-items: center;
}

@media (max-width: 1440px) {
  .is-sticky .slide-top {
    padding: 20px calc((100% - 1180px) / 2);
  }

  .white-block,
  .slide {
    margin-bottom: 120px;
  }

  .gen-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .four-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .container-fluid {
    margin: 0 40px;
  }

  .slide-menu {
    gap: 20px;
  }

  .is-sticky .slide-top {
    padding: 20px calc((100% - 1080px) / 2);
  }

  .slide-logo img {
    height: 50px;
  }

  .title-28 {
    font-size: 20px;
  }

  .title-32 {
    font-size: 28px;
  }

  .title-36 {
    font-size: 28px;
  }

  .numbers-item,
  .sbor-item {
    padding: 20px;
  }

  .sbor-item {
    gap: 20px;
  }

  .about-right,
  .tab-right,
  .tab-left {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  .is-sticky .slide-top {
    padding: 20px calc((100% - 1000px) / 2);
  }
}

@media (max-width: 992px) {
  .shapka,
  .slide-top,
  .shapka-stati  {
    display: none;
  }

  .container-fluid {
    margin: 0;
    padding: 0 24px;
  }

  .sticky .line-top__inner {
    background-color: rgba(0, 0, 0, 0.3);
    transition-duration: 0.3s;
  }

  .tree-plitka {
    gap: 20px;
  }

  .how-block .how-item:nth-child(3) {
    grid-column: 1 / -1;
  }

  .how-item {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .white-block,
  .slide {
    margin-bottom: 80px;
  }

  .two-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about-left {
    min-height: 440px;
  }

  .active-tab {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .rel-block .gen-title {
    text-align: left;
  }

  .tree-plitka {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .faq-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .faq-left {
    width: 100%;
    padding-right: 0;
  }

  .form-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-form,
  .footer {
    padding: 40px 0;
  }

  .slide-inner {
    min-height: 780px;
  }

  .about-right {
    min-height: auto;
  }

  .plashka {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .slide-title {
    font-size: 38px;
  }

  .slide-text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .slide-inner {
    min-height: 760px;
    text-align: center;
  }

  .gold-btn a {
    padding: 12px 24px;
    font-size: 12px;
  }

  .gen-title {
    margin-bottom: 40px;
  }

  .footer-bot__inner {
    flex-direction: column;
    display: flex;
    gap: 20px;
  }

  .footer-inner {
    flex-direction: column;
    display: flex;
    gap: 20px;
  }

  .footer-item:nth-child(2) {
    order: 1;
  }

  .footer-item:nth-child(1) {
    order: 2;
  }

  .footer-item:nth-child(3) {
    order: 3;
  }

  .summa-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .rel-block .gen-title {
    text-align: center;
  }

  .sbor-btns {
    position: relative;
    justify-content: center;
    margin-bottom: 40px;
  }

  .absol-btn {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }

  .formMain__row,
  .sbor-item {
    flex-direction: column;
    gap: 20px;
  }

  .form-title {
    font-size: 36px;
  }

  .sbor-img img {
    height: 260px;
  }

  .line-top__logo img,
  .mobile-menu__logo img {
    height: 45px;
  }

  .tovary-tab {
    overflow: auto;
    justify-content: flex-start;
  }

  .tovary-tab__link {
    white-space: nowrap;
  }

  .form-title,
  .faq-left .gen-title {
    text-align: center;
  }

  .plashka-btns {
    gap: 20px;
  }

  .plashka {
    padding: 20px;
  }

  .stati-inner {
    padding: 40px 0 80px;
  }

  h1 {
    font-size: 36px;
  }
}

@media (max-width: 450px) {
  .sbor-img img {
    height: 180px;
  }

  .tree-plitka {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .four-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .numbers-item {
    align-items: center;
  }

  .about-right {
    padding: 20px;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .plashka-btns {
    flex-direction: column;
  }

  .line-top__soc {
    gap: 10px;
  }
}

.otchet-page__img-div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.otchet-page__img {
  max-width: 100%;
}