@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

.wrapper {
  margin: 0px 0px 0px 0px;
  padding: 156px 0px 0px 0px;
  min-height: 100vh;
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1000px) {
  .wrapper {
    padding: 146px 0px 0px 0px;
  }
}
@media (max-width: 770px) {
  .wrapper {
    padding: 131px 0px 0px 0px;
  }
}

.header {
  z-index: 3000;
}

.main {
  z-index: 1000;
}
.main .padding-container {
  padding: 0px 10px 10px;
}

.footer {
  z-index: 1500;
}

.container {
  padding: 0px 0px;
  width: 1200px;
  margin: auto;
}
@media (max-width: 1260px) {
  .container {
    padding: 0px 20px;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .container {
    padding: 0px 10px;
  }
}

.body.no-scroll {
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
}

.padding-header {
  padding: 80px 0px 0px;
}
@media (max-width: 770px) {
  .padding-header {
    padding: 80px 0px 0px;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 0px 5px;
  width: 100%;
  background: #e5e5e5;
  z-index: 10000;
}

.top-header {
  position: relative;
  z-index: 50;
}

.top-header__body {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header__language {
  display: flex;
  align-items: center;
}
.top-header__language:hover .top-header__language-form.active .top-header__language-form-button {
  background: #0a4eb5;
}
.top-header__language:hover .top-header__language-form.active .top-header__language-form-button:hover {
  background: #ff0000;
}

.top-header__language-form {
  margin: 0px 10px 0px 0px;
  display: inline-block;
}
.top-header__language-form:last-child {
  margin: 0;
}
.top-header__language-form.active .top-header__language-form-button, .top-header__language-form:hover .top-header__language-form-button {
  background: #ff0000;
}

.top-header__language-form-button {
  padding: 10px 20px;
  border-radius: 10px;
  background: #0a4eb5;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.top-header__social {
  display: flex;
  align-items: center;
}

.top-header__social-item {
  margin: 0px 5px 0px 0px;
  max-width: 30px;
  width: 30px;
  max-height: 30px;
  height: 30px;
}
.top-header__social-item:last-child {
  margin: 0;
}
.top-header__social-item:nth-child(1) .top-header__social-link span {
  width: 30px;
  height: 30px;
  background: url("../img/icon/header-facebook.svg") 0 0/100% 100% no-repeat;
}
.top-header__social-item:nth-child(1) .top-header__social-link span:hover {
  background: url("../img/icon/header-facebook-active.svg") 0 0/100% 100% no-repeat;
}
.top-header__social-item:nth-child(2) .top-header__social-link span {
  width: 30px;
  height: 30px;
  background: url("../img/icon/header-instagram.svg") 0 0/100% 100% no-repeat;
}
.top-header__social-item:nth-child(2) .top-header__social-link span:hover {
  background: url("../img/icon/header-instagram-active.svg") 0 0/100% 100% no-repeat;
}
.top-header__social-item:nth-child(3) .top-header__social-link span {
  width: 30px;
  height: 30px;
  background: url("../img/icon/header-telegram.svg") 0 0/100% 100% no-repeat;
}
.top-header__social-item:nth-child(3) .top-header__social-link span:hover {
  background: url("../img/icon/header-telegram-active.svg") 0 0/100% 100% no-repeat;
}
.top-header__social-item:nth-child(4) .top-header__social-link span {
  width: 30px;
  height: 30px;
  background: url("../img/icon/header-youtube.svg") 0 0/100% 100% no-repeat;
}
.top-header__social-item:nth-child(4) .top-header__social-link span:hover {
  background: url("../img/icon/header-youtube-active.svg") 0 0/100% 100% no-repeat;
}
.top-header__social-item:nth-child(5) .top-header__social-link span {
  width: 30px;
  height: 30px;
  background: url("../img/icon/header-eye.svg") 0 0/100% 100% no-repeat;
}
.top-header__social-item:nth-child(5) .top-header__social-link span:hover {
  background: url("../img/icon/header-eye-active.svg") 0 0/100% 100% no-repeat;
}

.top-header__social-link {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.top-header__social-link span {
  display: inline-block;
  transition: 0.5s all;
}

@media (max-width: 770px) {
  .top-header__language-form {
    margin: 0px 5px 0px 0px;
  }
  .top-header__language-form-button {
    padding: 10px 15px;
  }
}
.menu-header {
  position: relative;
  z-index: 100;
}

.menu-header__body {
  padding: 15px 15px 15px 10px;
  border: 3px solid #0a4eb5;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-header__menu {
  display: flex;
  align-items: center;
}

.menu-header__menu-item {
  margin: 0px 30px 0px 0px;
  position: relative;
}
.menu-header__menu-item:last-child {
  margin: 0;
}
.menu-header__menu-item:hover .menu-header__menu-submenu {
  top: calc(100% + 0px);
  opacity: 1;
}

.menu-header__menu-text {
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.menu-header__menu-text:hover {
  color: #0a4eb5;
}

.menu-header__menu-submenu {
  position: absolute;
  top: -1000px;
  left: 0;
  padding: 15px 0px 0px 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.menu-header__menu-submenu-body {
  padding: 15px;
  width: 100%;
  border: 2px solid #0a4eb5;
  border-radius: 10px;
  background: #e5e5e5;
}

.menu-header__menu-submenu-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-header__menu-submeny-item {
  margin: 0px 0px 10px;
  width: 100%;
}
.menu-header__menu-submeny-item:last-child {
  margin: 0;
}
.menu-header__menu-submeny-item.submenu {
  position: relative;
}
.menu-header__menu-submeny-item.submenu:hover .menu-header__menu-submeny-submenu {
  top: -16px;
  opacity: 1;
}

.menu-header__menu-submenu-link {
  display: inline-block;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.menu-header__menu-submenu-link:hover {
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #0a4eb5;
}

.menu-header__menu-submeny-submenu {
  position: absolute;
  top: -1000px;
  right: calc(100% + 0px);
  padding: 0px 10px 0px 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.menu-header__menu-submeny-submenu-body {
  padding: 15px;
  width: 100%;
  border: 2px solid #0a4eb5;
  border-radius: 10px;
  background: #e5e5e5;
}

.menu-header__menu-submeny-submenu-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-header__menu-submeny-submenu-item {
  margin: 0px 0px 10px;
  width: 100%;
}
.menu-header__menu-submeny-submenu-item:last-child {
  margin: 0;
}
.menu-header__menu-submeny-submenu-item.submenu {
  position: relative;
}

.menu-header__menu-submeny-submenu-linl {
  display: inline-block;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.menu-header__menu-submeny-submenu-linl:hover {
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #0a4eb5;
}

.menu-header__burger {
  display: none;
}

@media (max-width: 1180px) {
  .menu-header__menu-item {
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 1000px) {
  .menu-header__body {
    padding: 10px 20px;
    border-radius: 15px;
  }
  .menu-header__menu {
    display: none;
  }
  .menu-header__burger {
    display: block;
  }
}
.smart-header {
  padding: 10px;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: 0.5s all;
  z-index: 15000;
}
.smart-header .container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.smart-header::before {
  content: "";
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.smart-header.active {
  right: 0%;
}
.smart-header.active::before {
  left: 0;
  opacity: 0.5;
}

.smart-header__body {
  padding: 100px 20px 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.smart-header__exit {
  position: absolute;
  top: 30px;
  right: 30px;
}

.smart-header__exit-img {
  width: 30px;
  height: 30px;
  border: 2px solid #0a4eb5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-header__exit-img span {
  width: 20px;
  height: 3px;
  background: #0a4eb5;
  position: relative;
  transform: rotate(45deg);
}
.smart-header__exit-img span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a4eb5;
  transform: rotate(90deg);
}

.smart-header__logo {
  margin: 0px 0px 30px;
}

.smart-header__logo-body {
  display: flex;
  align-items: center;
}

.smart-header__logo-img {
  margin: 0px 10px 0px 0px;
  max-width: 35px;
}
.smart-header__logo-img img {
  width: 100%;
}

.smart-header__logo-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #d88f06;
}

.smart-header__menu {
  flex: auto;
  padding: 0px 20px 0px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  overflow-y: scroll;
}
.smart-header__menu::-webkit-scrollbar {
  width: 4px;
}
.smart-header__menu::-webkit-scrollbar-track {
  background: #d88f06;
  border-radius: 4px;
}
.smart-header__menu::-webkit-scrollbar-thumb {
  background-color: #0a4eb5;
  border-radius: 4px;
}

.smart-header__menu-item {
  margin: 0px 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.smart-header__menu-item:last-child {
  margin: 0;
}

.smart-header__menu-text {
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #0a4eb5;
}
.smart-header__menu-text.active {
  color: #ff0000;
}

.smart-header__menu-submenu {
  padding: 20px 0px 0px;
  display: none;
}

.smart-header__menu-submenu-list {
  padding: 0px 20px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}
.smart-header__menu-submenu-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  border-radius: 10px;
  background: #d88f06;
}

.smart-header__menu-submenu-item {
  margin: 0px 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.smart-header__menu-submenu-item:last-child {
  margin: 0;
}

.smart-header__menu-submenu-link {
  transition: 0.5s all;
  text-align: end;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #0a4eb5;
}
.smart-header__menu-submenu-link.active {
  color: #ff0000;
}

.logo__body {
  display: inline-flex;
  align-items: center;
}

.logo__img {
  max-width: 55px;
}
.logo__img img {
  width: 100%;
}
.logo__img.left {
  margin: 0px 5px 0px 0px;
}
.logo__img.right {
  margin: 0px 10px 0px 0px;
}

.logo__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #d88f06;
}

@media (max-width: 1120px) {
  .logo__text {
    display: none;
  }
}
@media (max-width: 770px) {
  .logo__img {
    max-width: 40px;
  }
}
.burger .burger__img {
  width: 35px;
  height: 35px;
  border: 3px solid #0a4eb5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.5s all;
}
.burger .burger__img:hover {
  background: transparent;
}
.burger .burger__img:hover span,
.burger .burger__img:hover span::before,
.burger .burger__img:hover span::after {
  background: #0a4eb5;
}
.burger .burger__img span {
  width: 20px;
  height: 3px;
  display: inline-block;
  background: #0a4eb5;
  position: relative;
  transition: 0.5s all;
}
.burger .burger__img span::before,
.burger .burger__img span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a4eb5;
  transition: 0.5s all;
}
.burger .burger__img span::before {
  top: -7px;
}
.burger .burger__img span::after {
  bottom: -7px;
}

/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
/* Лента слайдов */
.slick-track {
  display: flex;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
.slick.version-news .slick-prev.slick-arrow,
.slick.version-news .slick-next.slick-arrow {
  width: 50px;
  height: 50px;
  border: 2px solid #0a4eb5;
  border-radius: 10px;
  background: #e5e5e5 url("../img/icon/arrow-news.svg") center/30px 30px no-repeat;
  font-size: 0;
  transition: 0.5s all;
  z-index: 1000;
}
.slick.version-news .slick-prev.slick-arrow:hover,
.slick.version-news .slick-next.slick-arrow:hover {
  border: 2px solid #ff0000;
  background: #e5e5e5 url("../img/icon/arrow-news-active.svg") center/30px 30px no-repeat;
}
@media (max-width: 770px) {
  .slick.version-news .slick-prev.slick-arrow,
  .slick.version-news .slick-next.slick-arrow {
    width: 40px;
    height: 40px;
    background: #e5e5e5 url("../img/icon/arrow-news.svg") center/15px 15px no-repeat;
  }
}
.slick.version-news .slick-dots {
  padding: 10px 0px 0px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick.version-news .slick-dots li {
  margin: 0px 5px 0px 0px;
}
.slick.version-news .slick-dots li:last-child {
  margin: 0;
}
.slick.version-news .slick-dots li.slick-active button {
  width: 20px;
  background: #0a4eb5;
}
.slick.version-news .slick-dots button {
  width: 10px;
  height: 5px;
  border-radius: 5px;
  background: #000;
  transition: 0.5s all;
  font-size: 0;
}

.social {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 1600;
}
@media (max-width: 770px) {
  .social {
    right: 10px;
    bottom: 10px;
  }
}

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

.social__img {
  margin: 0px 0px 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #31CA36;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.social__img img {
  width: 50%;
}
.social__img:last-child {
  margin: 0;
}
.social__img:hover {
  opacity: 0.6;
}
.social__img.active {
  border: 1.5px solid #fff;
}
@media (max-width: 770px) {
  .social__img {
    width: 50px;
    height: 50px;
  }
  .social__img img {
    width: 25px;
  }
}

.fancybox__container {
  z-index: 4000;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.news-home {
  margin: 50px 0px;
}

.news-home__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-home__title {
  margin: 0px 0px 20px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.news-home__row {
  position: relative;
  width: calc(100% + 10px);
}
.news-home__row .slick-list.draggable {
  overflow: hidden;
}
.news-home__row .slick-prev.slick-arrow {
  position: absolute;
  top: calc(50% - 50px);
  right: calc(100% + 10px);
  transform: translateY(-50%) rotate(-180deg);
}
.news-home__row .slick-next.slick-arrow {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(100% + 10px);
  transform: translateY(-50%);
}

.news-home__column {
  padding: 0px 10px;
  width: 100%;
}

.news-home__column-body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-home__column-body:hover .news-home__column-date,
.news-home__column-body:hover .news-home__column-title {
  color: #ff0000;
}

.news-home__column-img {
  margin: 0px 0px 10px;
  padding-bottom: 70%;
  width: 100%;
  position: relative;
}
.news-home__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-home__column-date {
  margin: 0px 0px 10px;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.news-home__column-title {
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

@media (max-width: 1350px) {
  .news-home__row .slick-prev.slick-arrow {
    top: calc(50% - 50px);
    right: calc(100% - 40px);
  }
  .news-home__row .slick-next.slick-arrow {
    top: calc(50% - 50px);
    left: calc(100% - 40px);
  }
}
@media (max-width: 1000px) {
  .news-home__row {
    width: calc(100% + 5px);
  }
  .news-home__column {
    padding: 0px 5px;
  }
}
@media (max-width: 770px) {
  .news-home {
    margin: 20px 0px 50px;
  }
}
.anti-home {
  margin: 0px 0px 50px;
}

.anti-home__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.anti-home__img {
  max-width: 100%;
  width: 100%;
}
.anti-home__img img {
  width: 100%;
}

.work-home {
  margin: 0px 0px 50px;
  position: relative;
  z-index: 1;
}
.work-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: -1;
}

.work-home__fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.work-home__fullscreen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-home__body {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work-home__title {
  margin: 0px 0px 20px;
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
}

.work-home__row {
  margin: 0px 0px 20px;
  width: calc(100% + 10px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.work-home__column {
  padding: 0px 10px 10px;
}

.work-home__column-body {
  padding: 20px;
  width: 100%;
  height: 100%;
  border: 2px solid #0a4eb5;
  border-radius: 10px;
  background: #0a4eb5;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s all;
}
.work-home__column-body:hover {
  background: transparent;
}
.work-home__column-body:hover .work-home__column-title {
  color: #0a4eb5;
}

.work-home__column-img {
  margin: 0px 0px 10px;
  height: 80px;
  display: flex;
  align-items: center;
}
.work-home__column-img img {
  max-height: 100%;
}

.work-home__column-title {
  transition: 0.5s all;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}

.work-home__link {
  padding: 15px 30px;
  border: 2px solid #0a4eb5;
  border-radius: 10px;
  background: #0a4eb5;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.work-home__link:hover {
  background: transparent;
  color: #0a4eb5;
}

@media (max-width: 1000px) {
  .work-home__row {
    width: calc(100% + 5px);
  }
  .work-home__column {
    padding: 0px 5px 10px;
  }
}
@media (max-width: 770px) {
  .work-home::before {
    opacity: 0.5;
  }
  .work-home__row {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .work-home__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
}
.support-home {
  margin: 0px 0px 50px;
}

.support-home__body {
  padding: 50px;
  border: 3px solid #0a4eb5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-home__title {
  margin: 0px 0px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
}

.support-home__text {
  margin: 0px 0px 20px;
  width: calc(100% + 10px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

.supprot-home__text-column {
  padding: 0px 10px;
  width: 100%;
}

.support-home__text-body {
  padding: 20px;
  width: 100%;
  height: 100%;
  border: 3px solid #0a4eb5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-home__text-img {
  margin: 0px 0px 20px;
  height: 190px;
}
.support-home__text-img img {
  height: 100%;
}

.support-home__text-text {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.support-home__img {
  width: calc(100% + 10px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

.support-home__img-column {
  padding: 0px 10px;
  width: 100%;
}

.support-home__img-body {
  padding: 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.support-home__img-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #0a4eb5;
  border-radius: 10px;
  transition: 0.3s all;
}
.support-home__img-body:hover::before {
  border: 10px solid #0a4eb5;
}
.support-home__img-body:hover .support-home__img-img {
  transform: scale(0.9);
}

.support-home__img-img {
  width: 100%;
  transition: 0.5s all;
}
.support-home__img-img img {
  width: 100%;
}

@media (max-width: 770px) {
  .support-home__body {
    padding: 25px;
  }
  .support-home__text {
    width: calc(100% + 0px);
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .supprot-home__text-column {
    padding: 0px 0px 10px;
  }
  .supprot-home__text-column:last-child {
    padding: 0;
  }
  .support-home__img {
    width: calc(100% + 5px);
  }
  .support-home__img-column {
    padding: 0px 5px;
  }
}
.get-home {
  margin: 0px 0px 50px;
  position: relative;
  z-index: 1;
}

.get-home__body {
  padding: 50px 0px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.get-home__fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.get-home__fullscreen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.get-home__title {
  margin: 0px 0px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
}

.get-home__row {
  width: calc(100% + 10px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

.get-home__column {
  padding: 0px 10px 20px;
  width: 100%;
}

.get-home__column-body {
  padding: 30px;
  width: 100%;
  height: 100%;
  border: 2px solid #0a4eb5;
  border-radius: 10px;
  background: #0a4eb5;
  display: inline-flex;
  align-items: center;
  transition: 0.5s all;
}
.get-home__column-body:hover {
  background: transparent;
}
.get-home__column-body:hover .get-home__column-text {
  color: #0a4eb5;
}

.get-home__column-img {
  margin: 0px 20px 0px 0px;
  max-width: 150px;
  width: 100%;
  min-width: 150px;
}
.get-home__column-img img {
  width: 100%;
}

.get-home__column-text {
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1000px) {
  .get-home__column-img {
    max-width: 90px;
    min-width: 90px;
  }
}
@media (max-width: 770px) {
  .get-home__body {
    padding: 50px 0px 40px;
  }
  .get-home__row {
    width: calc(100% + 5px);
  }
  .get-home__column {
    padding: 0px 5px 10px;
  }
  .get-home__column-img {
    max-width: 60px;
    min-width: 60px;
  }
  .get-home__column-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1000px) {
  .get-home__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
}
.help-home {
  margin: 0px 0px 50px;
}

.help-home__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.help-home__title {
  margin: 0px 0px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
}

.help-home__row {
  width: calc(100% + 10px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.help-home__column {
  padding: 0px 10px;
  width: 100%;
}

.help-home__column-body {
  padding: 30px;
  width: 100%;
  height: 100%;
  border: 2px solid #d88f06;
  border-radius: 20px;
  background: #d88f06;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s all;
}
.help-home__column-body:hover {
  background: transparent;
}
.help-home__column-body:hover .help-home__column-text {
  color: #d88f06;
}

.help-home__column-img {
  margin: 0px 0px 15px;
  height: 130px;
}
.help-home__column-img img {
  height: 100%;
}

.help-home__column-text {
  transition: 0.5s all;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1000px) {
  .help-home__row {
    width: calc(100% + 5px);
  }
  .help-home__column {
    padding: 0px 5px;
  }
}
@media (max-width: 770px) {
  .help-home__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .help-home__column {
    padding: 0px 0px 10px;
  }
  .help-home__column:last-child {
    padding: 0;
  }
}
.link-home {
  margin: 0px 0px 50px;
}

.link-home__body {
  padding: 50px;
  border: 3px solid #0a4eb5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-home__row {
  width: calc(100% + 10px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}

.link-home__column {
  padding: 0px 10px;
  width: 100%;
}

.link-home__column-body {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.link-home__column-body:hover .link-home__column-text {
  color: #0a4eb5;
}

.link-home__column-img {
  margin: 0px 0px 15px;
  height: 80px;
}
.link-home__column-img img {
  height: 100%;
}

.link-home__column-text {
  transition: 0.5s all;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 950px) {
  .link-home__body {
    padding: 50px 30px;
  }
  .link-home__row {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .link-home__column {
    padding: 0px 10px 20px;
  }
}
@media (max-width: 580px) {
  .link-home__body {
    padding: 30px;
  }
  .link-home__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .link-home__column {
    padding: 0px 0px 20px;
  }
  .link-home__column:last-child {
    padding: 0px;
  }
}
.title-citizens {
  margin: 50px 0px;
  background: #f4f7fd;
}

.title-citizens__body {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-citizens__title {
  margin: 0px 0px 30px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  color: #000;
}

.title-citizens__subtitle {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 770px) {
  .title-citizens__title {
    margin: 0px 0px 20px;
    font-size: 25px;
    line-height: 30px;
  }
  .title-citizens__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.content-citizens {
  margin: 0px 0px 50px;
}

.content-citizens__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-citizens__iframe {
  margin: 0px 0px 20px;
  max-width: 800px;
  width: 100%;
}

.content-citizens__iframe-body {
  padding-bottom: 70%;
  width: 100%;
  position: relative;
}
.content-citizens__iframe-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-citizens__link {
  margin: 0px 0px 20px;
  padding: 15px 30px;
  border: 2px solid #0a4eb5;
  border-radius: 5px;
  background: #0a4eb5;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.content-citizens__link:hover {
  background: transparent;
  color: #0a4eb5;
}

.content-citizens__text {
  margin: 0px 0px 15px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}
.content-citizens__text:last-child {
  margin: 0;
}
.content-citizens__text.fw {
  margin: 10px 0px 15px;
  font-weight: 700;
}
@media (max-width: 770px) {
  .content-citizens__text.fw {
    margin: 10px 0px 10px;
  }
}
.content-citizens__text a {
  display: inline-block;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  color: #0a4eb5;
}
.content-citizens__text a:hover {
  color: #ff0000;
}

.content-citizens__text-link {
  margin: 0px 0px 15px;
  width: 100%;
  display: inline-block;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #0a4eb5;
}
.content-citizens__text-link:last-child {
  margin: 0;
}
.content-citizens__text-link:hover {
  color: #ff0000;
}

@media (max-width: 770px) {
  .content-citizens__text {
    margin: 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.question-citizens {
  margin: 0px 0px 50px;
}

.question-citizens__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question-citizens__title {
  margin: 0px 0px 20px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
}

.question-citizens__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.question-citizens__list-item {
  margin: 0px 0px 20px;
}
.question-citizens__list-item:last-child {
  margin: 0;
}

.question-citizens__list-title {
  padding: 10px 50px 10px 20px;
  border-radius: 10px;
  background: #0a4eb5;
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.question-citizens__list-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background: #fff;
  transition: 0.5s all;
}
.question-citizens__list-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
  height: 3px;
  background: #fff;
  transition: 0.5s all;
}
.question-citizens__list-title.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.question-citizens__list-title.active::before, .question-citizens__list-title.active::after {
  transform: translateY(-50%) rotate(360deg);
}

.question-citizens__list-content {
  padding: 10px 20px 15px;
  display: none;
  position: relative;
  z-index: 1;
}
.question-citizens__list-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 0px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #0a4eb5;
  opacity: 0.7;
  transition: 0.5s all;
  z-index: -1;
}

.question-citizens__list-content-text {
  margin: 0px 0px 15px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.question-citizens__list-content-text:last-child {
  margin: 0;
}

.question-citizens__list-content-link {
  margin: 0px 0px 15px;
  display: inline-block;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #0a4eb5;
}
.question-citizens__list-content-link:last-child {
  margin: 0;
}
.question-citizens__list-content-link:hover {
  color: #ff0000;
}

@media (max-width: 770px) {
  .question-citizens__list-item {
    margin: 0px 0px 10px;
  }
  .question-citizens__list-title {
    font-size: 14px;
    line-height: 20px;
  }
  .question-citizens__list-content-text {
    margin: 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .question-citizens__list-content-link {
    margin: 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.content-all-news {
  margin: 0px 0px 50px;
}

.content-all-news__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-all-news__row {
  width: calc(100% + 10px);
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.content-all-news__column {
  padding: 0px 10px 30px;
  width: 100%;
}

.content-all-news__column-body {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.content-all-news__column-body:hover .content-all-news__column-date,
.content-all-news__column-body:hover .content-all-news__column-title {
  color: #ff0000;
}

.content-all-news__column-img {
  margin: 0px 0px 10px;
  padding-bottom: 70%;
  width: 100%;
  position: relative;
}
.content-all-news__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-all-news__column-date {
  margin: 0px 0px 10px;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.content-all-news__column-title {
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.content-all-news__pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content-all-news__pagination-item {
  margin: 5px 10px 0px 0px;
  display: inline-block;
}
.content-all-news__pagination-item:last-child {
  margin: 5px 0px 0px;
}
.content-all-news__pagination-item.active .content-all-news__pagination-link, .content-all-news__pagination-item:hover .content-all-news__pagination-link {
  background: #0a4eb5;
  color: #fff;
}

.content-all-news__pagination-link {
  padding: 5px 10px;
  border: 2px solid #0a4eb5;
  border-radius: 5px;
  display: inline-block;
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0a4eb5;
}

@media (max-width: 1000px) {
  .content-all-news__row {
    width: calc(100% + 5px);
  }
  .content-all-news__column {
    padding: 0px 5px 30px;
  }
}
@media (max-width: 770px) {
  .content-all-news__row {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .content-all-news__column-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.pagination-news {
  margin: 50px 0px 20px;
}

.pagination-news__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pagination-news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.pagination-news-list-span {
  margin: 0px 10px 0px 0px;
}
.pagination-news-list-span:last-child {
  margin: 0;
}

.pagination-news-list-link {
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
.pagination-news-list-link:hover {
  color: #0a4eb5;
}

.pagination-news-list-img {
  width: 20px;
}
.pagination-news-list-img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  width: 100%;
  height: 100%;
}

.content-news {
  margin: 0px 0px 50px;
}
.content-news .container {
  max-width: 800px;
}

.content-news__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-news__img {
  margin: 0px 0px 20px;
  padding-bottom: 70%;
  width: 100%;
  position: relative;
}
.content-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-news__title {
  margin: 0px 0px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 770px) {
  .content-news__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.content-news__content {
  display: flex;
  flex-direction: column;
}
.content-news__content p {
  margin: 0px 0px 15px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}
.content-news__content p:last-child {
  margin: 0px;
}
@media (max-width: 770px) {
  .content-news__content p {
    margin: 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.content-news__content ul {
  margin: 0px 0px 15px;
  display: flex;
  flex-direction: column;
}
.content-news__content ul:last-child {
  margin: 0;
}
@media (max-width: 770px) {
  .content-news__content ul {
    margin: 0px 0px 10px;
  }
}
.content-news__content ul li {
  margin: 0px 0px 10px;
  padding: 0px 0px 0px 25px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}
.content-news__content ul li:last-child {
  margin: 0;
}
@media (max-width: 770px) {
  .content-news__content ul li {
    margin: 0px 0px 5px;
    font-size: 14px;
    line-height: 20px;
  }
}
.content-news__content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0a4eb5;
}
.content-news__content ul li a {
  display: inline-block;
  transition: 0.5s all;
  color: #0a4eb5;
}
.content-news__content ul li a:hover {
  color: #ff0000;
}
.content-news__content .wp-block-image.size-full {
  margin: 0px 0px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-news__content .wp-block-image.size-full img {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 770px) {
  .content-news__content .wp-block-image.size-full {
    margin: 0px 0px 10px;
  }
}
.content-news__content h1,
.content-news__content h2,
.content-news__content h3,
.content-news__content h4,
.content-news__content h5,
.content-news__content h6 {
  margin: 0px 0px 15px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
}
.content-news__content h1:last-child,
.content-news__content h2:last-child,
.content-news__content h3:last-child,
.content-news__content h4:last-child,
.content-news__content h5:last-child,
.content-news__content h6:last-child {
  margin: 0px;
}
@media (max-width: 770px) {
  .content-news__content h1,
  .content-news__content h2,
  .content-news__content h3,
  .content-news__content h4,
  .content-news__content h5,
  .content-news__content h6 {
    margin: 0px 0px 10px;
    font-size: 18px;
    line-height: 22px;
  }
}

.footer {
  background: #0a4eb5;
}

.main-footer__body {
  padding: 50px 0px 30px;
  display: flex;
}

.main-footer__logo {
  flex: auto;
}

.main-footer__logo-body {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-footer__logo-img {
  margin: 0px;
  max-width: 120px;
  width: 100%;
}
.main-footer__logo-img img {
  width: 100%;
}

.main-footer__logo-text {
  margin: 0px 0px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  line-height: 20px;
  font-weight: 600;
  color: #e5e5e5;
}

.main-footer__logo-list {
  display: flex;
}

.main-footer__logo-list-item {
  margin: 0px 10px 0px 0px;
}
.main-footer__logo-list-item:last-child {
  margin: 0;
}
.main-footer__logo-list-item:nth-child(1) .main-footer__logo-list-link span {
  background: url("../img/icon/header-facebook-white.svg") 0 0/100% 100% no-repeat;
}
.main-footer__logo-list-item:nth-child(1) .main-footer__logo-list-link span:hover {
  opacity: 0.5;
}
.main-footer__logo-list-item:nth-child(2) .main-footer__logo-list-link span {
  background: url("../img/icon/header-instagram-white.svg") 0 0/100% 100% no-repeat;
}
.main-footer__logo-list-item:nth-child(2) .main-footer__logo-list-link span:hover {
  opacity: 0.5;
}
.main-footer__logo-list-item:nth-child(3) .main-footer__logo-list-link span {
  background: url("../img/icon/header-telegram-white.svg") 0 0/100% 100% no-repeat;
}
.main-footer__logo-list-item:nth-child(3) .main-footer__logo-list-link span:hover {
  opacity: 0.5;
}
.main-footer__logo-list-item:nth-child(4) .main-footer__logo-list-link span {
  background: url("../img/icon/header-youtube-white.svg") 0 0/100% 100% no-repeat;
}
.main-footer__logo-list-item:nth-child(4) .main-footer__logo-list-link span:hover {
  opacity: 0.5;
}
.main-footer__logo-list-item:nth-child(5) .main-footer__logo-list-link span {
  background: url("../img/icon/header-eye-white.svg") 0 0/100% 100% no-repeat;
}
.main-footer__logo-list-item:nth-child(5) .main-footer__logo-list-link span:hover {
  opacity: 0.5;
}

.main-footer__logo-list-link {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.main-footer__logo-list-link span {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.5s all;
}

.main-footer__content {
  margin: 0px 50px 0px 0px;
  display: flex;
  flex-direction: column;
}
.main-footer__content:last-child {
  margin: 0;
}

.main-footer__content-title {
  margin: 0px 0px 20px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.main-footer__content-list {
  display: flex;
  flex-direction: column;
}

.main-footer__content-item {
  margin: 0px 0px 10px;
}
.main-footer__content-item:last-child {
  margin: 0;
}

.main-footer__content-link {
  transition: 0.5s all;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}
.main-footer__content-link:hover {
  opacity: 0.5;
}

@media (max-width: 950px) {
  .main-footer__body {
    flex-direction: column;
    align-items: center;
  }
  .main-footer__logo-body {
    margin: 0px 0px 30px;
  }
  .main-footer__content {
    margin: 0px 0px 30px;
    width: 100%;
  }
  .main-footer__content:last-child {
    margin: 0;
  }
  .main-footer__content-title {
    margin: 0px 0px 15px;
  }
}
.text-footer__body {
  padding: 15px 0px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.text-footer__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #fff;
  opacity: 0.5;
}

.text-footer__text {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}