@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:300,regular,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,regular,500,600,700,900);
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

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

body .lock {
  overflow: hidden;
}

input,
button,
textarea,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* Установка стандартного размера для элементов формы */
input,
textarea,
select {
  font-size: 100%;
}

/* Установка стандартного цвета для текста и фона */
/* Установка стандартного вида рамки */
/* Установка стандартного вида для фокуса */
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Установка стандартного вида для невозможного ввода */
input:disabled,
textarea:disabled,
select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

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

button {
  cursor: pointer;
}

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

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

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

.icon-menu {
  display: none;
  display: block;
  flex: 0 0 35px;
  position: relative;
  width: 35px;
  height: 26px;
  z-index: 5;
  background: none;
}
@media (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
.icon-menu span,
.icon-menu::before,
.icon-menu::after {
  content: "";
  transition: all 0.3s ease 0s;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.icon-menu::before {
  top: 0;
}
.icon-menu::after {
  bottom: 0;
}
.icon-menu span {
  width: 23px;
  top: calc(50% - 1px);
}
.menu-open .icon-menu {
  flex: 0 0 35px;
  border: 1px solid #323450;
  width: 35px;
  height: 35px;
  background-color: #0c0f31;
  border-radius: 50%;
}
.menu-open .icon-menu span {
  width: 0;
  opacity: 0;
}
.menu-open .icon-menu::before {
  left: 9px;
  width: 16px;
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.menu-open .icon-menu::after {
  left: 9px;
  width: 16px;
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.menu__content {
  background-color: #090c2d;
  border-radius: 0 0 25px 25px;
  padding: 42px 110px 67px 172px;
  position: absolute;
  z-index: 5;
  min-height: 705px;
  width: 1093px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 1920px) {
  .menu__content {
    left: -10px;
  }
}

.menu__body {
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: left 0.3s ease 0s;
}
.menu__body::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(2, 4, 27, 0.6235294118);
  left: -100%;
  top: 0;
  z-index: -1;
}
.menu-open .menu__body {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.menu-open .menu__body::before {
  left: 0;
}
.menu__body .menu__link {
  display: block;
  padding-right: 20px;
}
@media (max-width: 1920px) {
  .menu__body {
    position: fixed;
  }
  .menu__body::before {
    position: absolute;
  }
}

@media (max-width: 1110px) and (min-width: 1095px) {
  .menu__content {
    /* padding-left: 112px; */
  }
}
@media (max-width: 991.98px) {
  .menu__content {
    padding: 20px 15px 30px 15px;
    max-height: none;
    /* display: flex; */
    /* justify-content: center; */
    width: 100%;
    border-radius: 0;
    overflow: auto;
    z-index: 5;
  }
  .content-menu__top {
    width: 100%;
    justify-content: center;
  }
  .content-menu__top:before {
    display: none;
  }
  .menu__body {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #090c2d;
  }
  .menu-open .menu__body {
    width: 100%;
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
    z-index: 5;
  }
  .menu__body::before {
    border-bottom: solid 1px #323450;
    content: "";
    width: 100%;
    height: 80px;
    position: fixed;
    background-color: #090c2d;
    left: -100%;
    top: 0;
    z-index: 2;
    transition: left 0.3s ease 0s;
  }
}
@media (max-width: 767.98px) {
  .menu__body {
    justify-content: center;
    align-items: center;
  }
  .menu__list {
    display: flex;
    flex-direction: column;
    align-self: start;
  }
  .menu__content {
    background-color: #02041b;
  }
  .menu__body::before {
    background-color: #02041b;
  }
}
.block-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.block-header--center {
  text-align: center;
}
.block-header__title {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
.block-header__title--big {
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 1660px) and (min-width: 1095px) {
  .block-header__title--big {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .block-header__title--big {
    font-size: 60px;
  }
}
.block-header__title--fat {
  font-weight: 700;
}
.block-header__text--white {
  color: #fff;
}
.block-header__body {
  display: grid;
  grid-template-columns: 32% auto;
  gap: 20px;
}
.block-header__label {
  background: rgb(9, 94, 51);
  border-radius: 25px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  align-self: start;
  width: min-content;
}
.block-header__text {
  color: #fff;
  line-height: 150%;
}

.filter-trend__items {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.filter-trend__items:not(:last-child) {
  margin-bottom: 11px;
}
.filter-trend__items:nth-child(2n) {
  justify-content: flex-start;
}
.filter-trend__item {
  display: flex;
  align-items: center;
  padding: 3px 3px 3px 2px;
  border: 1px solid #323450;
  border-radius: 25px;
  background-color: #090c2d;
  max-height: 40px;
  font-weight: 500;
  color: #fff;
}
.filter-trend__item img {
  height: 34px;
  width: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
}
.filter-trend__item:hover {
  background-color: #095e33;
  transition: all 0.3s;
}
.filter-trend__item:hover .filter-trend__arrow {
  transition: all 0.3s;
  width: 15px;
  opacity: 1;
}
.filter-trend__title {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  margin-left: 10px;
}
.filter-trend__arrow {
  width: 0;
  height: 12px;
  opacity: 0;
  transition: all 0.3s;
  display: none !important;
}
.filter-trend__arrow img {
  max-width: 100%;
  border-radius: 0;
}

.light-theme .filter-trend__title {
  color: #095e33;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.pagination__body {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.pagination__item {
  color: #fff;
}
.pagination__link {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #282828;
  background-color: #090c2d;
  transition: all 0.3s;
}
.pagination__link:hover {
  border-color: #095e33;
}
.pagination__link.active {
  color: #fff;
  border-color: #095e33;
  background-color: #095e33;
}

@media (max-width: 991.98px) {
  .block-header__trend {
    flex-direction: column;
  }
  .filter-trend {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .filter-trend__items {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .block-header__title--small {
    font-size: 34px;
  }
  .block-header__filter {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .block-header__filter {
    max-height: 180px;
    overflow: scroll;
  }
  .block-header__filter::-webkit-scrollbar {
    width: 2px; /* Высота горизонтального скроллбара */
  }
  /* Стиль ползунка (thumb) */
  .block-header__filter::-webkit-scrollbar-thumb {
    background-color: #ffffff; /* Цвет ползунка */
  }
  .filter-trend__items {
    width: 100%;
    gap: 0;
  }
  .filter-trend__items:not(:last-child) {
    margin-bottom: 0;
  }
  .filter-trend__items:first-child .filter-trend__item:first-child {
    border-radius: 15px 15px 0 0;
  }
  .filter-trend__items:last-child .filter-trend__item:last-child {
    border-radius: 0 0 15px 15px;
  }
  .filter-trend__item {
    width: 100%;
    position: relative;
    border-radius: 0;
  }
  .filter-trend__arrow {
    position: absolute;
    right: 10px;
  }
  .block-header__title--fat {
    font-size: 60px;
  }
}
@media (max-width: 479.98px) {
  .block-header__title--fat {
    font-size: 40px;
  }
}
/*

*/
[class*="__container"] {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 15px;
}

[class*="__containersmall"] {
  max-width: 1125px;
  margin: 0 auto;
  padding: 0;
}

[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #040729;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

.header {
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #040729;
  z-index: 5;
}
.header__menu {
  border-bottom: solid 1px #323450;
  min-height: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo {
  z-index: 1;
  margin: 0 auto;
}
.header__logo a img {
  width: 100px;
}
@media (max-width: 1460px) {
  .header__logo {
    margin: 0;
  }
}
.header__logo-dark {
  display: none;
}

.menu__list {
  position: relative;
  align-self: self-start;
  gap: 10px;
}
.menu__item {
  position: relative;
  display: flex;
  width: 399px;
  padding: 17px;
}
.menu__item:hover {
  background-color: #095e33;
  border-radius: 15px;
}
.menu__item:hover .sub-menu__list {
  display: block;
}
.menu__item:hover .menu__link::after {
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}
.menu__item.menu-item-has-children:hover {
  background-color: #095e33;
  border-radius: 15px 0 0 15px;
}
.menu__link {
  text-align: start;
  width: 100%;
  color: #fff;
  font-size: 17px;
  position: relative;
  transition: all 0.3s ease;
}
.menu__link::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 365px;
  height: 1px;
  background-color: #085032;
}
.menu__language-mob {
  align-self: flex-start;
}
.menu__language-mob .button-toogle-mob {
  display: none;
}
.menu .menu-item-has-children .menu__link::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: url(../img/icons/header-arrow.svg) center no-repeat;
  transition: transform 0.3s ease;
}

.menu__item:nth-last-child(-n + 1) .sub-menu__list {
  bottom: 0;
  border-radius: 15px 15px 15px 0;
  top: auto;
}

.sub-menu__list {
  display: none;
  background-color: #095e33;
  padding: 25px 35px 30px;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 15px 15px 15px;
}
.sub-menu__item {
  font-size: 14px;
  width: 274px;
  display: grid;
  text-align: start;
  color: #fff;
  background-color: #085032;
  border-radius: 23px;
}
.sub-menu__item:not(:last-child) {
  margin-bottom: 4px;
}
.sub-menu__item:hover {
  transition: background-color 0.3s ease;
  background-color: #064229;
}
.sub-menu__link {
  font-size: 14px;
  padding: 10px 17px;
}

.sub-menu__list li {
  font-size: 14px;
  padding: 10px 17px;
  font-size: 14px;
  width: 274px;
  display: grid;
  text-align: start;
  color: #fff;
  background-color: #085032;
  border-radius: 23px;
  border: none;
}
.sub-menu__list li:not(:last-child) {
  margin-bottom: 4px;
}
.sub-menu__list li:hover {
  transition: background-color 0.3s ease;
  background-color: #064229;
}
.sub-menu__list li a:before,
.sub-menu__list li a:after {
  display: none;
}

.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 39px;
  margin-right: 45px;
}
.search__about {
  color: #fff;
  text-wrap: nowrap;
  transition: all 0.3s;
}
.search__about:hover {
  transition: all 0.3s;
  color: #095e33;
}
.search__form {
  width: 380px;
  height: 45px;
  padding: 3px;
  display: flex;
  border-radius: 24px;
  border: 1px solid #323450;
  transition: border-color 0.3s ease;
}
.search__form:focus-within {
  border-color: #095e33;
}
.search__input {
  flex: 1 1 auto;
  padding: 8px;
  background-color: #040729;
  border-radius: 24px;
}
.search__submit {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #323450;
  position: relative;
}
.search__submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background: url(../img/icons/ion_search-outline.svg) center no-repeat;
}

.actions {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
.circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f0f0f4;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-10%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle__dark {
  position: absolute;
  margin-top: -150%;
  opacity: 0;
}
.circle__text-dark {
  position: absolute;
  display: none;
}
.circle__white {
  position: absolute;
}
.circle__text-white {
  position: absolute;
  top: 30%;
  left: 15%;
  color: #0c0c0c;
}

.language__bar {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
.language__selectore {
  color: #4c539b;
  cursor: pointer;
  transition: all 0.3s;
}
.language__selectore:hover {
  transition: all 0.3s;
  color: #fff;
}
.language__selectore.active {
  color: #fff;
}
.language__bar-mob {
  gap: 20px;
  display: flex;
  margin-right: 15px;
}

.scroll-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  background-color: #ffffff;
  width: 0;
  transition: width 0.1s ease-out;
}

.header_social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 40px;
}
.header_social a {
  display: flex;
  align-items: center;
}
.header_social a svg {
  height: 26px;
  width: 26px;
}

@media (max-width: 1660px) and (min-width: 1095px) {
  .header__container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1280px) {
  .search__form {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .menu__item {
    width: 370px;
  }
  .menu__link::before {
    width: 340px;
  }
  .header__menu {
    min-height: 80px;
  }
  .actions {
    gap: 20px;
  }
  .search {
    gap: 20px;
    margin-right: 0;
  }
  .circle__text-white,
  .circle__text-dark {
    display: none;
  }
  .actions__toogle {
    width: 80px;
  }
  .menu__content {
    flex-wrap: wrap;
    align-content: start;
    height: 100vh;
  }
}
@media (max-width: 840px) {
  .language__bar {
    /* display: none; */
  }
  .actions {
    gap: 0;
  }
  .search {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .menu__link::before {
    display: none;
  }
  .menu__content {
    padding: 22px 15px 30px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: nowrap;
  }
  .menu__item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 25px;
    border: 1px solid #1a1c34;
  }
  .menu__item:hover {
    border-radius: 25px;
  }
  .menu__item.menu-item-has-children:hover {
    background-color: #02041b;
    border-radius: 15px;
  }
  .menu__link {
    padding-left: 13px;
  }
  .sub-menu__list {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 5px;
    background-color: #02041b;
  }
  .sub-menu__item {
    width: 100%;
    background-color: #111434;
  }
  .search__about {
    display: none;
  }
  .menu__list {
    order: 2;
    align-self: center;
  }
  .menu__language-mob {
    max-width: 370px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    z-index: 2;
    order: 1;
  }
  .sub-menu__link {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .search__input {
    max-width: 100px;
  }
}
@media (max-width: 479.98px) {
  .menu__language-mob {
    max-width: none;
  }
  .menu__item {
    width: 100%;
  }
  .menu__list {
    width: 100%;
  }
  .header__menu {
    gap: 15px;
  }
  .search {
    margin-right: 15px;
    z-index: 2;
  }
  .search__input {
    display: none;
  }
  .search__form {
    padding: 0;
    border: none;
  }
}
.main-block {
  max-width: 1490px;
  margin: 0 auto;
  display: flex;
  padding: 170px 15px 0 15px;
  gap: 70px;
  justify-content: space-between;
}

.sections {
  max-width: 100%;
  width: 75%;
}

.main__navigattion {
  position: sticky;
  top: 202px;
  height: 100vh;
  width: calc(25% - 71px);
}

.page__navigattion-item {
  color: #fff;
  width: 100%;
}
.page__navigattion-item:not(:last-child) {
  margin-bottom: 10px;
}
.page__navigattion-link {
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  border: 1px solid #1a1c34;
  background-color: #090c2d;
  border-radius: 25px;
  padding: 18px 27px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.page__navigattion-link::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: url(../img/icons/header-arrow.svg) center no-repeat;
  right: 18px;
  top: 22px;
  transition: transform 0.3s ease;
}
@media (max-width: 1660px) {
  .page__navigattion-link::after {
    top: 14px;
  }
}
.page__navigattion-link:hover {
  background-color: #095e33;
}
.page__navigattion-link.active {
  transition: all 0.3s;
  background-color: #095e33;
}
.page__navigattion-link.active:hover {
  background-color: #090c2d;
}
.sub-navigattion__list {
  color: #fff;
  padding: 0px 10px;
  border-radius: 0 0 25px 25px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.3s ease;
  opacity: 0;
}
.sub-navigattion__item {
  display: grid;
  gap: 4px;
}
.sub-navigattion__item:last-child {
  padding-bottom: 13px;
}
.sub-navigattion__link {
  font-size: 12px;
  transition: all 0.3s ease;
  padding: 10px 17px;
  background-color: #111434;
  border-radius: 23px;
}
.sub-navigattion__link:hover {
  background-color: #095e33;
}

.accordion-item {
  overflow: hidden;
}

.accordion-list {
  height: 0;
}

.open .page__navigattion-link {
  border-radius: 25px 25px 0 0;
  border-bottom: none;
  transition: height 0.2s ease;
  background-color: #040729;
}
.open .page__navigattion-link::after {
  transform: rotate(-90deg);
}
.open .sub-navigattion__list {
  transition: height 0.2s ease;
  border: 1px solid #1a1c34;
  border-top: none;
  padding-top: 7px;
  background-color: #040729;
  opacity: 1;
}

@media (max-width: 1660px) and (min-width: 1095px) {
  .main-block {
    padding-left: 100px;
    padding-right: 100px;
    gap: 50px;
  }
  .main__navigattion {
    top: 150px;
    width: calc(25% - 51px);
  }
  .page__navigattion-link {
    font-size: 15px;
    padding: 10px 27px;
  }
}
@media (max-width: 1095px) {
  .main__navigattion {
    display: none;
  }
  .sections {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .main-block {
    padding-top: 122px;
  }
}
.button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 16px;
  padding: 13px 15px;
  border-radius: 25px;
  min-height: 50px;
  color: #fff;
  background-color: #095e33;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: -1;
}
.button:hover {
  transition: all 0.4s ease;
}
.button:hover::before {
  transition: all 0.4s ease;
  background-color: #085032;
}
.button--icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  gap: 16px;
}
.button--icon span::after {
  content: "";
}
.button--white {
  display: inline-block;
  padding: 16px 10px;
  border-radius: 9px;
  color: #f99f32;
  text-align: center;
  font-size: 16px;
  transition: all 0.4s;
}
.button--white:hover {
  transition: all 0.4s;
}
.button__toogle-dark {
  display: block;
  color: #1f1f1f;
  padding-right: 31px;
}
.button__toogle-light {
  display: none;
  color: #fff;
  padding-right: 33px;
}

.button-toogle {
  border-radius: 50%;
  position: relative;
}
.button-toogle::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0f0f4 url(../img/icons/sun.svg) center no-repeat;
  transition: background 0.2s;
}
.button-toogle.active {
  transition: background 0.2s;
}
.button-toogle.active::before {
  background: #f0f0f4 url(../img/icons/moon.svg) center no-repeat;
}
.button-toogle.active .button__toogle-dark {
  display: none;
}
.button-toogle.active .button__toogle-light {
  display: block;
}
.button-toogle__mob {
  display: none;
}

.button__join--mob {
  display: none;
}

.button-filter {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.0196078431);
  padding: 19px 26px;
  border: 1px solid #1a1c34;
  transition: all 0.3s;
}
.button-filter:hover {
  background-color: rgba(255, 255, 255, 0.0196078431);
  border-color: #095e33;
}
.button-filter.active {
  background-color: #095e33;
}

.current-button {
  padding: 18px 40px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  border: 1px solid #095e33;
  background-color: #095e33;
  transition: all 0.3s;
}
.current-button__back {
  border: 1px solid #393939;
  background-color: #040729;
  position: relative;
}
.current-button__back span {
  color: #fff;
  padding-left: 50px;
  position: relative;
}
.current-button__back span::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 14px;
  top: 2px;
  left: 0;
  background: url(../img/vacancy/arrow.svg);
}
.current-button:hover {
  border-color: #085032;
  background-color: #085032;
}

.respond-button {
  text-align: center;
  padding: 18px 40px;
  width: 100%;
  background-color: #095e33;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
}
.respond-button:hover {
  background-color: #085032;
}

.comment-button {
  text-align: center;
  color: #fff;
  padding: 14px;
  width: 100%;
  background-color: #095e33;
  border-radius: 25px;
  transition: all 0.3s;
  display: block;
  margin-bottom: 40px;
}
.comment-button span {
  padding-left: 15px;
  color: #fff;
}
.comment-button:hover {
  background-color: #085032;
}

@media (max-width: 767.98px) {
  .button-toogle {
    display: none;
  }
  .button-toogle__mob {
    display: block;
  }
  .button-filter {
    padding: 18px 24px;
  }
}
@media (max-width: 479.98px) {
  .current-button__back {
    padding: 16px 22px;
  }
}
.trend {
  padding-bottom: 48px;
}
.trend__block-header {
  font-size: 60px;
  flex-direction: column;
  gap: 0;
}
.trend__block-header:not(:last-child) {
  margin-bottom: 34px;
}
.trend__items:not(:last-child) {
  margin-bottom: 80px;
}
.trend__slider-body {
  position: relative;
}
.trend__slider-body .hidden {
  display: none;
}
.trend__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 23px;
}
.content-trend:not(:last-child) {
  margin-bottom: 23px;
}
.content-trend:hover {
  transition: all 0.3s;
}
.content-trend:hover .content-trend__body {
  transition: all 0.3s;
  background-color: #095e33;
  border-color: #095e33;
}
.content-trend__body {
  padding: 35px 30px;
  border: 1px solid #1a1c34;
  border-radius: 0 0 25px 25px;
}
.content-trend__image--ibg {
  position: relative;
  aspect-ratio: 1095/394;
  border-radius: 25px 25px 0 0;
  max-width: 100%;
  overflow: hidden;
}
.content-trend__image--ibg img {
  object-position: center;
}
.content-trend__title {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.content-trend__title:not(:last-child) {
  margin-bottom: 9px;
}
.content-trend__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.item-trend__video--ibg {
  position: relative;
  aspect-ratio: 535/220;
  border-radius: 25px 25px 0 0;
  max-width: 100%;
  overflow: hidden;
}
.item-trend__video--ibg img {
  transform: scale(1.1);
  object-position: center;
}
.item-trend__video--ibg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px 25px 0 0;
  background-color: rgba(0, 0, 0, 0.3098039216);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.item-trend:hover .item-trend__video--ibg::before {
  opacity: 1;
}
.item-trend:hover .item-trend__button {
  width: 98px;
  height: 98px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
.item-trend:hover .item-trend__button:hover {
  transition: all 0.8s ease;
  background-color: #085032;
}
.item-trend:hover .item-trend__body {
  background-color: #095e33;
  border-color: #095e33;
}
.item-trend:hover .item-trend__body .item-trend__date {
  color: #fff;
}
.item-trend__button {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #095e33 url(../img/icons/play.svg) center no-repeat;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.item-trend__body {
  padding: 17px 30px 24px;
  border: 1px solid rgb(26, 28, 52);
  border-radius: 0 0 25px 25px;
  transition: all 0.3s ease;
}
.item-trend__date {
  color: #787878;
  font-size: 16px;
}
.item-trend__date:not(:last-child) {
  margin-bottom: 13px;
}
.item-trend__title {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  position: relative;
  padding-right: 13px;
  cursor: pointer;
}
.item-trend__title::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 4px;
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: all 0.3s ease;
}
.item-trend__title:hover::after {
  transform: rotate(45deg);
}

.posts {
  padding-top: 53px;
  padding-bottom: 50px;
}
.posts__block-header:not(:last-child) {
  margin-bottom: 40px;
}
.posts__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.posts__lists:not(:last-child) {
  margin-bottom: 40px;
}
.posts__button {
  width: 64px;
  height: 55px;
  border-radius: 40px;
  position: relative;
  background-color: #040729;
  transition: 0.3s;
}
.posts__button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: 0.3s;
}
.posts__button:hover {
  transition: 0.3s;
}
.posts__button:hover::before {
  transition: 0.3s;
  transform: rotate(45deg);
  background: url(../img/icons/green-arrow.svg) center no-repeat;
}

.item-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 98px;
  padding: 30px;
  border-bottom: 1px solid #095e33;
  border-radius: 25px 25px 0 0;
  transition: all 0.3s ease;
}
.item-posts:hover {
  background-color: #085032;
}
.item-posts:hover .posts__button {
  transition: all 0.3s ease;
  background-color: #fff;
}
.item-posts:hover .posts__button::before {
  transition: all 0.3s ease;
  background: url(../img/icons/green-arrow.svg) center no-repeat;
}
.item-posts__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.item-posts__title {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 16px;
}
.item-posts__text {
  color: #fff;
}
.item-posts__image {
  border-radius: 25px;
  overflow: hidden;
}
.item-posts__image img {
  transition: all 0.3s;
  max-width: 100%;
  width: 100%;
  transform: scale(1.05);
}
.item-posts__image:hover {
  transition: all 0.3s;
}
.item-posts__image:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}

.news {
  padding-top: 34px;
  padding-bottom: 40px;
  display: flex;
  gap: 40px;
}
.news__left-image {
  border-radius: 12px;
  overflow: hidden;
}
.news__left-image img {
  max-width: 290px;
}
.news__containersmall {
}
.news__block-header {
  font-size: 63px;
}
.news__bottom {
  display: grid;
  gap: 10px;
}
.news__bottom a {
  color: #fff;
}
.news__author-mob {
  display: none;
  border: 1px solid rgb(26, 28, 52);
  background: rgba(255, 255, 255, 0.0196078431);
  border-radius: 40px;
  padding: 23px 24px;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.news__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__button img {
  padding-right: 10px;
}

.news-info__blue-text {
  background-color: #222654;
  padding: 20px;
  border-radius: 12px;

  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%; /* 19/16 */
}

.more-news {
  margin-top: 40px;
  padding-bottom: 70px;
}

.top-news {
  padding-bottom: 40px;
}
.top-news__image {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
}
.top-news__image img {
  width: 100%;
}
.top-news__body {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.top-news__date {
  align-self: start;
  line-height: 150%;
}
.top-news__items {
  width: calc(68% - 20px);
}
.top-news__item {
  border-bottom: 1px solid #323450;
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 9px;
  padding-left: 2px;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.top-news__item:not(:last-child) {
  margin-bottom: 9px;
}

.news-info {
  padding-bottom: 40px;
}
.news-info__block-header {
  padding-bottom: 30px;
  gap: 30px;
}
.news-info__body {
  display: grid;
  grid-template-columns: 32% auto;
  gap: 20px;
}
.news-info__avatar {
  border-radius: 25px;
  overflow: hidden;
  align-self: start;
}
.news-info__avatar img {
  max-width: 100%;
}
.news-info__content {
  display: grid;
}
.news-info__image {
  border-radius: 25px;
  overflow: hidden;
}
.news-info__image img {
  max-width: 100%;
}
.news-info__image:not(:last-child) {
  margin-bottom: 38px;
}
.news-info__text {
  color: #fff;
  line-height: 150%;
  margin-bottom: 24px;
}
.news-info__text p:not(:last-child) {
  margin-bottom: 30px;
}
.news-info__download {
  color: #fff;
  align-self: start;
  display: flex;
}
.news-info__download:not(:last-child) {
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-info__quote {
  color: #fff;
  background-color: #095e33;
  padding: 30px 30px 30px 100px;
  border-radius: 24px;
  line-height: 150%; /* 24/16 */
  position: relative;
}
.news-info__quote::before {
  content: " ";
  position: absolute;
  width: 31px;
  height: 25px;
  left: 20px;
  background: url(../img/current-news/icon-quote.svg) center no-repeat;
}
.news-info .quote-news {
  display: flex;
  flex-direction: column;
}
.news-info .quote-news__author {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-info .quote-news__text:not(:last-child) {
  margin-bottom: 20px;
}
.news-info .quote-news__avatar {
  border-radius: 50%;
  overflow: hidden;
}
.news-info__file {
  display: flex;
  align-self: flex-start;
  align-items: center;
  gap: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
.news-info__file:hover {
  transition: all 0.3s;
  border-color: #095e33;
}
.news-info__file::before {
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  bottom: 0;
  background: url(../img/icons/pdf.svg) center no-repeat;
}
.news-info__file::after {
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  bottom: 0;
  background: url(../img/icons/download.svg) center no-repeat;
}

.author-news {
  border: 1px solid rgb(26, 28, 52);
  background: rgba(255, 255, 255, 0.0196078431);
  border-radius: 40px;
  padding: 11px 24px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.author-news__date {
  color: #fff;
}
.author-news__body {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.author-news__avatar {
  border-radius: 50%;
  overflow: hidden;
}
.author-news__avatar img {
  height: 48px;
  width: 48px;
  object-fit: cover;
  object-position: center;
}
.author-news__name {
  color: #fff;
  text-transform: uppercase;
  text-wrap: wrap;
}
.author-news__links {
  display: flex;
  gap: 8px;
}
.author-news__link {
  cursor: pointer;
  display: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.author-news__link:hover {
  background-color: #095e33;
}
.author-news__link-dark {
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.author-news__link-dark:hover {
  background-color: #095e33;
}
.share-news {
  display: flex;
  align-items: center;
  gap: 15px;
}
.share-news__text {
  color: #fff;
}
.share-news__links {
  display: flex;
  gap: 15px;
}
.share-news__link {
  display: none;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.share-news__link:hover {
  background-color: #095e33;
}
.share-news__link-dark {
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.share-news__link-dark:hover {
  background-color: #095e33;
}
.share-news__link-dark img {
  transform: scale(1.03);
}

.item-news__video--ibg {
  position: relative;
  aspect-ratio: 350/200;
  border-radius: 25px 25px 0 0;
  max-width: 100%;
  overflow: hidden;
}
.item-news__video--ibg img {
  transform: scale(1.1);
  object-position: center;
}
.item-news__video--ibg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px 25px 0 0;
  background-color: rgba(0, 0, 0, 0.3098039216);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.item-news:hover .item-news__video--ibg::before {
  opacity: 1;
}
.item-news:hover .item-news__button {
  width: 98px;
  height: 98px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
.item-news:hover .item-news__button:hover {
  transition: all 0.8s ease;
  background-color: #085032;
}
.item-news:hover .item-news__body {
  background-color: #095e33;
  border-color: #095e33;
}
.item-news:hover .item-news__body .item-news__date {
  color: #fff;
}
.item-news__button {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #095e33 url(../img/icons/play.svg) center no-repeat;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.item-news__body {
  padding: 17px 30px 24px;
  border: 1px solid rgb(26, 28, 52);
  border-radius: 0 0 25px 25px;
  transition: all 0.3s ease;
}
.item-news__date {
  color: #787878;
  font-size: 16px;
}
.item-news__date:not(:last-child) {
  margin-bottom: 13px;
}
.item-news__title {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  padding-right: 13px;
}
.item-news__title::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 4px;
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: all 0.3s ease;
}
.item-news__title:hover::after {
  transform: rotate(45deg);
}

.more__block-header {
  font-weight: 500;
}

.about {
  padding-top: 34px;
  padding-bottom: 70px;
}
.about__block-header {
  border-bottom: 1px solid #1a1c34;
  padding-bottom: 18px;
}
.about__block-header span {
  color: #095e33;
}
.about__block-header:not(:last-child) {
  margin-bottom: 30px;
}
.about__label {
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 25px;
  color: #fff;
  background-color: #095e33;
  padding: 10px 20px;
  align-self: start;
}
.about__text {
  color: #fff;
  line-height: 150%;
}
.about__text p:not(:last-child) {
  margin-bottom: 30px;
}

.top-about {
  padding-bottom: 60px;
  border-bottom: 1px solid rgb(9, 94, 51);
  margin-bottom: 60px;
}
.top-about__title {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  display: flex;
  text-indent: 365px;
}
.top-about__title:not(:last-child) {
  margin-bottom: 60px;
}
.top-about__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 0;
  row-gap: 20px;
  height: 100%;
}
.top-about__image {
  grid-area: 2/1/3/2;
  align-self: flex-end;
  border-radius: 25px;
  overflow: hidden;
}
.top-about__image img {
  width: 100%;
}
.top-about__midle {
  grid-area: 1/2/2/3;
}
.top-about__right {
  grid-area: 2/3/3/4;
}

.bottom-about__title {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  display: flex;
  text-indent: 365px;
  position: relative;
}
.bottom-about__title span {
  font-size: 20px;
  text-indent: 0;
  text-transform: uppercase;
  border-radius: 25px;
  position: absolute;
  top: -11px;
  left: 0;
  padding: 10px 20px;
  background-color: #095e33;
}
.bottom-about__title:not(:last-child) {
  margin-bottom: 60px;
}
.bottom-about__label-box {
  display: flex;
}
.bottom-about__image {
  border-radius: 25px;
  overflow: hidden;
}
.bottom-about__image:not(:last-child) {
  margin-bottom: 40px;
}
.bottom-about__image img {
  max-width: 100%;
}
.bottom-about__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 17px;
  column-gap: 5px;
}
.bottom-about__left {
  grid-area: 1/1/3/2;
  display: grid;
  grid-template-rows: 1fr 2fr;
  row-gap: 15px;
}
.bottom-about__midle {
  grid-area: 1/2/3/3;
}
.bottom-about__right {
  grid-area: 1/3/2/4;
}

.vacancy__block-header {
  margin-bottom: 50px;
}
.vacancy__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.vacancy__filter:not(:last-child) {
  margin-bottom: 34px;
}
.vacancy__pagination {
  padding-bottom: 70px;
}

.applications-vacancy {
  padding-bottom: 40px;
}
.applications-vacancy__item {
  padding: 30px 35px 13px;
  border: 1px solid rgb(26, 28, 52);
  border-radius: 40px;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.0196078431);
}
.applications-vacancy__item:not(:last-child) {
  margin-bottom: 20px;
}
.applications-vacancy__item:hover {
  border-color: #095e33;
}
.applications-vacancy__filter {
  display: flex;
  gap: 10px;
}
.applications-vacancy__filter:not(:last-child) {
  margin-bottom: 20px;
}
.applications-vacancy__mark {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 24px;
  background-color: #222654;
  padding: 11px 26px;
  color: #fff;
}
.applications-vacancy__mark.hot {
  color: #1f1f1f;
  background-color: #ffd952;
}
.applications-vacancy__price {
  color: #00ff95;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.applications-vacancy__price:not(:last-child) {
  margin-bottom: 20px;
}
.applications-vacancy__body:not(:last-child) {
  margin-bottom: 20px;
}
.applications-vacancy__title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.applications-vacancy__title:not(:last-child) {
  margin-bottom: 3px;
}
.applications-vacancy__title a {
  transition: all 0.3s;
}
.applications-vacancy__title a:hover {
  color: #095e33;
}
.applications-vacancy__text {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.employer-vacancy {
  display: flex;
  align-items: center;
  gap: 10px;
}
.employer-vacancy__image {
  border-radius: 50%;
  overflow: hidden;
}
.employer-vacancy__image img {
  max-width: 100%;
  width: 100%;
}
.employer-vacancy__body {
  display: grid;
  gap: 1px;
}
.employer-vacancy__name {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.employer-vacancy__country {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.current {
  padding-bottom: 70px;
}
.current__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.current__actions:not(:last-child) {
  margin-bottom: 50px;
}
.current__button {
  padding: 12px 24px;
  font-size: 17px;
}
.current__vacancy {
  padding: 30px;
  border: 1px solid #282828;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.0196078431);
}

.vacancy-current__marks {
  display: flex;
  gap: 15px;
}
.vacancy-current__marks:not(:last-child) {
  margin-bottom: 30px;
}
.vacancy-current__mark {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 24px;
  background-color: #222654;
  padding: 11px 26px;
  color: #fff;
}
.vacancy-current__mark.hot {
  color: #1f1f1f;
  background-color: #ffd952;
}
.vacancy-current__respond {
  display: flex;
  justify-content: center;
  align-items: center;
}

.conditions-current {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.conditions-current::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  background-color: #1a1c34;
}
.conditions-current__terms {
  color: #4c539b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.conditions-current__price {
  color: #00ff95;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
.conditions-current__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.body-current {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.body-current::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  background-color: #1a1c34;
}
.body-current__content:not(:last-child) {
  margin-bottom: 12px;
}
.body-current__title {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
}
.body-current__title:not(:last-child) {
  margin-bottom: 20px;
}
.body-current__text {
  color: #9c9c9c;
  line-height: 150%;
}
.body-current__items {
  display: grid;
  justify-content: start;
  gap: 20px;
}
.body-current__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.body-current__terms {
  color: #4c539b;
  line-height: 150%;
}
.body-current__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.body-current__category {
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  padding: 5px 20px;
  border-radius: 25px;
  background: #095e33;
  align-self: self-start;
}

.employer-current {
  display: flex;
  gap: 10px;
  align-items: center;
}
.employer-current:not(:last-child) {
  margin-bottom: 20px;
}
.employer-current__image {
  border-radius: 50%;
  overflow: hidden;
}
.employer-current__name {
  color: #fff;
  line-height: 150%;
}
.employer-current__country {
  color: #646464;
  font-size: 14px;
  line-height: 150%;
}

.content-current {
  margin-bottom: 47px;
}
.content-current__header {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.content-current__header:not(:last-child) {
  margin-bottom: 40px;
}
.content-current__item:not(:last-child) {
  margin-bottom: 30px;
}
.content-current__title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.content-current__title:not(:last-child) {
  margin-bottom: 20px;
}
.content-current__text {
  color: #fff;
  line-height: 150%;
  padding-left: 26px;
  position: relative;
}
.content-current__text:not(:last-child) {
  margin-bottom: 8px;
}
.content-current__text::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 0;
  background-color: #095e33;
  border-radius: 50%;
}
.content-current__note {
  color: #fff;
  line-height: 150%;
}
.content-current__note span {
  text-decoration: underline;
}

.content-editor {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content-editor h1,
.content-editor h2,
.content-editor h3,
.content-editor h4,
.content-editor h5,
.content-editor h6,
.content-editor p,
.content-editor li {
  color: #ffffff;
  font-family: "Roboto";
  line-height: normal;
}
.content-editor h1,
.content-editor h2,
.content-editor h3,
.content-editor h4,
.content-editor h5,
.content-editor h6,
.content-editor ol,
.content-editor ul {
  margin-top: 0;
  margin-bottom: 0;
}
.content-editor h1 {
  font-size: 42px;
}
.content-editor h2 {
  font-size: 36px;
}
.content-editor h3 {
  font-size: 32px;
}
.content-editor h4 {
  font-size: 28px;
}
.content-editor h5 {
  font-size: 24px;
}
.content-editor h6 {
  font-size: 20px;
}
.content-editor li {
  margin-bottom: 15px;
}
.content-editor ul li {
  position: relative;
  padding-left: 26px;
}
.content-editor ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #095e33;
  margin-right: 10px;
}
.content-editor ol {
  padding-left: 20px;
}
.content-editor img {
  object-fit: cover;
  object-position: center;
  height: auto;
  width: 100%;
  border-radius: 25px;
}

.demand-current {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.demand-current::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  background-color: #1a1c34;
}
.demand-current__terms {
  color: #4c539b;
  line-height: 150%;
}
.demand-current__text {
  color: #fff;
  line-height: 150%;
}

.contacts-current:not(:last-child) {
  margin-bottom: 40px;
}
.contacts-current__title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.contacts-current__title:not(:last-child) {
  margin-bottom: 25px;
}
.contacts-current__body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.contacts-current__link {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 125%;
  color: #fff;
  font-family: "Inter";
  position: relative;
  transition: all 0.3s;
}
.contacts-current__link img {
  max-width: 100%;
}
.contacts-current__link:visited {
  color: #fff;
}
.contacts-current__link:hover {
  color: #095e33;
}
.contacts-current__image-green {
  display: none;
}

.rules {
  padding-top: 34px;
  padding-bottom: 70px;
}
.rules__block-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #323450;
}
.rules__block-header:not(:last-child) {
  margin-bottom: 60px;
}
.rules__content {
  display: flex;
  justify-content: center;
}
.rules__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rules__text {
  color: #fff;
  line-height: 125%; /* 20/16 */
}
.rules__text:not(:last-child) {
  margin-bottom: 40px;
}
.rules__warning {
  padding: 20px 30px;
  border-radius: 25px;
  background-color: #095e33;
  text-align: center;
}
.rules__warning:not(:last-child) {
  margin-bottom: 20px;
}
.rules__actions {
  display: flex;
}
.rules__back {
  color: #fff;
  padding: 17px 40px;
  border: 1px solid #393939;
  border-radius: 25px;
  transition: all 0.3s;
}
.rules__back span {
  padding-left: 20px;
}
.rules__back:hover {
  border-color: #085032;
}
.rules__back:visited {
  color: #fff;
}

.warning-rules__title {
  color: #fff;
  line-height: 125%;
}
.warning-rules__title:not(:last-child) {
  margin-bottom: 10px;
}
.warning-rules__text {
  color: #fff;
  line-height: 150%;
}

.privacy {
  padding-top: 34px;
  padding-bottom: 70px;
}
.privacy__block-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #323450;
}
.privacy__block-header:not(:last-child) {
  margin-bottom: 60px;
}
.privacy__text {
  line-height: 125%;
  color: #fff;
}
.privacy__text:not(:last-child) {
  margin-bottom: 40px;
}
.privacy__actions {
  display: flex;
}

.faq {
  padding-bottom: 70px;
}
.faq__block-header:not(:last-child) {
  margin-bottom: 40px;
}
.faq__item {
  transition: all 0.3s;
}
.faq__item:not(:last-child) {
  margin-bottom: 10px;
}
.faq__item.open {
  transition: all 0.3s;
}
.faq__item.open .faq__link {
  transition: all 0.1s;
  border-bottom: none;
  border-radius: 25px 25px 0 0;
  border-color: #095e33;
}
.faq__item.open .faq__link::after {
  transition: all 0.3s;
  transform: rotate(-90deg);
}
.faq__item.open .faq__list {
  background-color: rgba(255, 255, 255, 0.0196078431);
  border-radius: 0 0 25px 25px;
  border: 1px solid #095e33;
  border-top: none;
  opacity: 1;
  transition: all 0.3s;
}
.faq__sub-item {
  padding-top: 12px;
  padding-bottom: 40px;
}
.faq__list {
  transition: height 0.3s;
  padding: 0 28px 0 28px;
  opacity: 0;
}
.faq__link {
  border: 1px solid #1a1c34;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.0196078431);
  padding: 20px 20px 20px 28px;
  color: #fff;
  position: relative;
}
.faq__link::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 20px;
  right: 20px;
  background: url(../img/icons/header-arrow.svg) center no-repeat;
  transition: all 0.3s;
}
.faq__text {
  color: #fff;
}

.searches {
  padding-bottom: 70px;
}
.searches__block-header:not(:last-child) {
  margin-bottom: 10px;
}
.searches__label {
  color: #fff;
}
.searches__form-big {
  width: 100%;
  height: 60px;
  padding: 11px 17px;
  display: flex;
  border-radius: 50px;
  border: 1px solid #323450;
  transition: border-color 0.3s ease;
}
.searches__form-big:focus-within {
  border-color: #095e33;
}
.searches__form-big a {
  border-radius: 50%;
}
.searches__input {
  flex: 1 1 auto;
  color: #fff;
  background-color: #040729;
  font-size: 20px;
  padding-left: 18px;
  line-height: 20px;
}
.searches__submit-big {
  margin-top: -1px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #323450;
  position: relative;
}
.searches__submit-big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/icons/ion_search-outline.svg) center no-repeat;
}
.searches__lists {
  display: grid;
  gap: 20px;
}
.searches__lists:not(:last-child) {
  margin-bottom: 54px;
}
.searches__pagination {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0;
}

.item-searches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 30px;
  border-radius: 25px 25px 0px 0px;
  border-bottom: 1px solid rgb(9, 94, 51);
  transition: all 0.3s;
}
.item-searches:hover {
  background-color: #095e33;
}
.item-searches:hover .searches__button {
  transition: all 0.3s ease;
  background-color: #fff;
}
.item-searches:hover .searches__button::before {
  transition: all 0.3s ease;
  background: url(../img/icons/green-arrow.svg) center no-repeat;
}
.item-searches__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.item-searches__title {
  color: #fff;
  font-size: 35px;
}
.item-searches__title:not(:last-child) {
  margin-bottom: 16px;
}
.item-searches__text {
  color: #fff;
}
.item-searches__image {
  border-radius: 25px;
  overflow: hidden;
  align-self: start;
}
.item-searches__image img {
  transition: all 0.3s;
  max-width: 100%;
  width: 100%;
}
.item-searches__image:hover img {
  transform: scale(1.05);
}
.item-searches .searches__button {
  width: 64px;
  height: 55px;
  border-radius: 40px;
  position: relative;
  background-color: #040729;
}
.item-searches .searches__button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
}
.item-searches .searches__button:hover::before {
  transform: rotate(45deg);
  background: url(../img/icons/green-arrow.svg) center no-repeat;
}

.education {
  padding-bottom: 70px;
}
.education__block-header {
  gap: 0;
}
.education__block-header:not(:last-child) {
  margin-bottom: 40px;
}
.education__label {
  color: #fff;
}
.education__form-big {
  width: 100%;
  height: 60px;
  padding: 11px 17px;
  display: flex;
  border-radius: 50px;
  border: 1px solid #323450;
  transition: border-color 0.3s ease;
}
.education__form-big:focus-within {
  border-color: #095e33;
}
.education__form-big a {
  border-radius: 50%;
}
.education__input {
  flex: 1 1 auto;
  color: #fff;
  background-color: #040729;
  font-size: 20px;
  padding-left: 18px;
  line-height: 20px;
}
.education__submit-big {
  margin-top: -1px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #323450;
  position: relative;
}
.education__submit-big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/icons/ion_search-outline.svg) center no-repeat;
}
.education__lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 23px;
}
.education__pagination {
  justify-content: start;
  padding-bottom: 0;
}

.item-education__video--ibg {
  position: relative;
  aspect-ratio: 535/220;
  border-radius: 25px 25px 0 0;
  max-width: 100%;
  overflow: hidden;
}
.item-education__video--ibg img {
  transform: scale(1.1);
  object-position: center;
}
.item-education__video--ibg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px 25px 0 0;
  background-color: rgba(0, 0, 0, 0.3098039216);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.item-education:hover .item-education__video--ibg::before {
  opacity: 1;
}
.item-education:hover .item-education__button {
  width: 98px;
  height: 98px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
.item-education:hover .item-education__button:hover {
  transition: all 0.8s ease;
  background-color: #085032;
}
.item-education:hover .item-education__body {
  background-color: #095e33;
  border-color: #095e33;
}
.item-education:hover .item-education__body .item-education__date {
  color: #fff;
}
.item-education__button {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #095e33 url(../img/icons/play.svg) center no-repeat;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.item-education__body {
  padding: 17px 30px 24px;
  border: 1px solid #1a1c34;
  border-radius: 0 0 25px 25px;
  transition: all 0.3s ease;
}
.item-education__date {
  color: #787878;
  font-size: 16px;
}
.item-education__date:not(:last-child) {
  margin-bottom: 13px;
}
.item-education__title {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  padding-right: 13px;
}
.item-education__title::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 4px;
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: all 0.3s ease;
}
.item-education__title:hover::after {
  transform: rotate(45deg);
}

.history {
  padding-bottom: 70px;
}
.history__block-header {
  gap: 0;
}
.history__block-header:not(:last-child) {
  margin-bottom: 40px;
}
.history__label {
  color: #fff;
}
.history__form-big {
  width: 100%;
  height: 60px;
  padding: 11px 17px;
  display: flex;
  border-radius: 50px;
  border: 1px solid #323450;
  transition: border-color 0.3s ease;
}
.history__form-big:focus-within {
  border-color: #095e33;
}
.history__form-big a {
  border-radius: 50%;
}
.history__input {
  flex: 1 1 auto;
  color: #fff;
  background-color: #040729;
  font-size: 20px;
  padding-left: 18px;
  line-height: 20px;
}
.history__submit-big {
  margin-top: -1px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #323450;
  position: relative;
}
.history__submit-big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/icons/ion_search-outline.svg) center no-repeat;
}
.history__lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 23px;
}
.history__lists:not(:last-child) {
  margin-bottom: 80px;
}

.history__pagination {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0;
  flex-wrap: wrap;
}

.item-history__video--ibg {
  position: relative;
  aspect-ratio: 535/220;
  border-radius: 25px 25px 0 0;
  max-width: 100%;
  overflow: hidden;
}
.item-history__video--ibg img {
  transform: scale(1.1);
  object-position: center;
}
.item-history__video--ibg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px 25px 0 0;
  background-color: rgba(0, 0, 0, 0.3098039216);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.item-history:hover .item-history__video--ibg::before {
  opacity: 1;
}
.item-history:hover .item-history__button {
  width: 98px;
  height: 98px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
.item-history:hover .item-history__button:hover {
  transition: all 0.8s ease;
  background-color: #085032;
}
.item-history:hover .item-history__body {
  background-color: #095e33;
  border-color: #095e33;
}
.item-history:hover .item-history__body .item-history__date {
  color: #fff;
}
.item-history__button {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #095e33 url(../img/icons/play.svg) center no-repeat;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.item-history__body {
  padding: 17px 30px 24px;
  border: 1px solid #1a1c34;
  border-radius: 0 0 25px 25px;
  transition: all 0.3s ease;
}
.item-history__top {
  display: flex;
  gap: 10px;
}
.item-history__top:not(:last-child) {
  margin-bottom: 13px;
}
.item-history__date {
  color: #787878;
  font-size: 16px;
}
.item-history__label {
  text-transform: capitalize;
  color: #1f1f1f;
  background-color: #ffd952;
  padding: 3px 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 20px;
  transition: all 0.3s;
}
.item-history__label:not(:last-child) {
  margin-bottom: 13px;
}
.item-history__title {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  padding-right: 13px;
}
.item-history__title::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 4px;
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: all 0.3s ease;
}
.item-history__title:hover::after {
  transform: rotate(45deg);
}

.error {
  height: 100vh;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error__body {
  display: flex;
  gap: 60px;
  align-items: center;
}
.error__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.error__title {
  color: #fff;
  font-size: 270px;
}
.error__text {
  color: #fff;
  font-size: 60px;
}
.error__button {
  align-self: flex-start;
}

.lock {
  overflow: hidden;
}

.name__slider {
  min-width: 0;
}

.name-items__wrapper .swiper-wrapper {
  justify-content: space-between;
  display: flex;
}

.swiper__posts {
  display: flex;
  flex: 0 1 auto;
  position: relative;
}
.swiper__posts::before {
  content: "";
  background: linear-gradient(90deg, #0d0d11 8%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 10%;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 2;
}
.swiper__posts::after {
  content: "";
  background: linear-gradient(90deg, #0d0d11 8%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 10%;
  position: absolute;
  right: -2px;
  top: 0;
  z-index: 2;
  transform: rotateZ(180deg);
}

.posts__slider-body {
  width: 100%;
  max-width: 100%;
  padding: 30px;
  position: relative;
}

.content-menu-body__items .actions__button-mob {
  display: none;
}

@media (max-width: 1580px) {
  .posts__slider-body {
    padding: 30px 70px;
  }
}
@media (max-width: 991px) {
  .posts__slider-body {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .posts__slider-body {
    padding: 30px 0;
  }
}
.posts__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #095e33 url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: 0.5s;
  border: 1px solid #095e33;
}
.posts__arrow--left {
  left: -40px;
  transform: translate(0, -50%) rotate(-135deg);
}
.posts__arrow--right {
  right: -40px;
  transform: translate(0, -50%) rotate(45deg);
}
.posts__arrow.swiper-button-disabled {
  background-color: #040729;
  pointer-events: none;
  cursor: default;
  border: 1px solid #323450;
}
.posts__arrow:hover {
  background-color: #085032;
}
@media (max-width: 1580px) {
  .posts__arrow--left {
    left: 0;
  }
  .posts__arrow--right {
    right: 0;
  }
}
@media (max-width: 991px) {
  .posts__arrow {
    display: none;
  }
}
.posts__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
}
.posts__bullets .swiper-pagination-bullet {
  flex: 0 0 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
  margin: 0 !important;
}
.posts__bullets .swiper-pagination-bullet-active {
  background-color: #085032;
  flex: 0 0 12px;
}
@media (max-width: 991px) {
  .posts__bullets {
    gap: 10px;
  }
}

.swiper-slide__item:hover .swiper-slide__video--ibg::before {
  opacity: 1;
}
.swiper-slide__item:hover .swiper-slide__button {
  width: 98px;
  height: 98px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
.swiper-slide__item:hover .swiper-slide__button:hover {
  transition: all 0.8s ease;
  background-color: #085032;
}
.swiper-slide__item:hover .swiper-slide__body {
  background-color: #095e33;
  border-color: #095e33;
}
.swiper-slide__item:hover .swiper-slide__body .swiper-slide__date {
  color: #fff;
}
.swiper-slide__video--ibg {
  position: relative;
  aspect-ratio: 350/200;
  border-radius: 25px 25px 0 0;
  max-width: 100%;
  overflow: hidden;
}
.swiper-slide__video--ibg img {
  transform: scale(1.1);
  object-position: center;
}
.swiper-slide__video--ibg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3098039216);
  opacity: 0;
  z-index: 1;
  border-radius: 25px 25px 0 0;
  transition: all 0.3s ease;
}
.swiper-slide__button {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #095e33 url(../img/icons/play.svg) center no-repeat;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.swiper-slide__body {
  padding: 10px;
  border: 1px solid rgb(26, 28, 52);
  border-radius: 0 0 25px 25px;
  transition: all 0.3s ease;
}
.swiper-slide__date {
  color: #787878;
  font: 16px;
}
.swiper-slide__date:not(:last-child) {
  margin-bottom: 13px;
}
.swiper-slide__title {
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.swiper-slide__title::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: all 0.3s ease;
}
.swiper-slide__title:hover::after {
  transform: rotate(45deg);
}

.trend__slider-body {
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 1580px) {
  .trend__slider-body {
    padding: 30px 70px;
  }
}
@media (max-width: 991px) {
  .trend__slider-body {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .trend__slider-body {
    padding: 30px 0;
  }
}
.trend__slider {
  width: calc(100% - 100px);
}
.trend__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #095e33 url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: 0.5s;
  border: 1px solid #095e33;
}
.trend__arrow--left {
  left: -40px;
  transform: translate(0, -50%) rotate(-135deg);
}
.trend__arrow--right {
  right: -40px;
  transform: translate(0, -50%) rotate(45deg);
}
.trend__arrow.swiper-button-disabled {
  background-color: #040729;
  pointer-events: none;
  cursor: default;
  border: 1px solid #323450;
}
.trend__arrow:hover {
  background-color: #085032;
}
@media (max-width: 1580px) {
  .trend__arrow--left {
    left: 0;
  }
  .trend__arrow--right {
    right: 0;
  }
}
@media (max-width: 991px) {
  .trend__arrow {
    display: none;
  }
}
.trend__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
}
.trend__bullets .swiper-pagination-bullet {
  flex: 0 0 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
  margin: 0 !important;
}
.trend__bullets .swiper-pagination-bullet-active {
  background-color: #085032;
  flex: 0 0 12px;
}
@media (max-width: 991px) {
  .trend__bullets {
    gap: 10px;
  }
}

.news__slider-body {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .news__slider-body {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .news__slider-body {
    padding: 30px 0;
  }
}
.news__grid-slider {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 23px;
}
.news__arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #095e33 url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: 0.5s;
  border: 1px solid #095e33;
}
.news__arrow--left {
  left: -40px;
  transform: translate(0, -50%) rotate(-135deg);
}
.news__arrow--right {
  right: -40px;
  transform: translate(0, -50%) rotate(45deg);
}
.news__arrow.swiper-button-disabled {
  background-color: #040729;
  pointer-events: none;
  cursor: default;
  border: 1px solid #323450;
}
.news__arrow:hover {
  background-color: #085032;
}
@media (max-width: 1580px) {
  .news__arrow--left {
    left: 0;
  }
  .news__arrow--right {
    right: 0;
  }
}
@media (max-width: 991px) {
  .news__arrow {
    display: none;
  }
}
.news__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
}
.news__bullets .swiper-pagination-bullet {
  flex: 0 0 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
  margin: 0 !important;
}
.news__bullets .swiper-pagination-bullet-active {
  background-color: #085032;
  flex: 0 0 12px;
}
@media (max-width: 991px) {
  .news__bullets {
    gap: 10px;
  }
}

.news__slider-body .posts__arrow {
  display: none;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 4, 27, 0.8784313725);
  left: 0;
  top: 0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.popup__container-big {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 902px) {
  .popup__container-big::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 73px;
    top: 0;
    left: 0;
    z-index: 5;
  }
}
.popup__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
  max-height: 100%; /* Высота экрана минус верхний и нижний паддинги */
}
.popup__close {
  position: absolute;
  top: 32px;
  right: 35px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 479.98px) {
  .popup__close {
    right: 20px;
    top: 20px;
  }
  .news__block-header {
    font-size: 36px;
  }
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #090c2d;
  padding: 140px 130px;
  z-index: 10;
  border-radius: 40px;
  width: 90vw;
  max-width: 547px;
}
@media (max-width: 902px) {
  .popup__content {
    width: 90vw;
  }
}
@media (max-width: 479.98px) {
  .popup__content {
    padding: 140px 25px;
  }
}

.close-popup {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  background-color: #0c0f31;
  border: 2px solid #0c0f31;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  z-index: 15;
}
.close-popup::before,
.close-popup::after {
  content: "";
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.close-popup::before {
  top: calc(50% - 0px);
  transform: rotate(45deg);
}
.close-popup::after {
  top: calc(50% - 0px);
  transform: rotate(-45deg);
}
.close-popup:hover {
  border: 2px solid #085032;
}

.popup-link {
  transition: all 0.4s ease;
}

.popup.open {
  visibility: visible;
  opacity: 1;
}

.contacts-popup {
  border: 2px solid #095e33;
}
.contacts-popup__title {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}
.contacts-popup__title:not(:last-child) {
  margin-bottom: 60px;
}
.contacts-popup__body {
  display: grid;
  gap: 10px;
}
.contacts-popup__links {
  display: flex;
  flex-direction: column;
}
.contacts-popup__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 38px;
  color: #fff;
  border: 1px solid #282828;
  border-radius: 40px;
  background-color: #095e33;
  transition: all 0.3s;
}
.contacts-popup__link:hover {
  background-color: #085032;
}
.contacts-popup__link:visited {
  color: #fff;
}
@media (max-width: 479.98px) {
  .contacts-popup__link {
    padding: 15px 20px;
    gap: 10px;
  }
}

.comment-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  border-radius: 40px;
  padding: 30px;
  width: 50vw;
  max-width: 50vw;
  height: 100%;
}
@media (max-width: 902px) {
  .comment-popup {
    max-width: 100vw;
    width: 100vw;
  }
}
.comment-popup__container {
  position: relative;
  max-width: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 902px) {
  .comment-popup__container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 73px;
    top: 0;
    left: 0;
    z-index: 5;
  }
}
.comment-popup__body {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  overflow-y: auto;
  max-height: 100%;
  height: 100vh;
  background-color: #090c2d;
  border-radius: 0;
}
.comment-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.comment-popup__header .popup__close {
  position: relative;
  width: 46px;
  height: 46px;
  top: auto;
  right: auto;
}
.comment-popup__header .close-popup {
  position: relative;
  width: 46px;
  height: 46px;
}
.comment-popup__header .close-popup::before,
.comment-popup__header .close-popup::after {
  width: 22px;
  left: calc(50% - 11.5px);
}
.comment-popup__header:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .comment-popup__header:not(:last-child) {
    margin-bottom: 30px;
  }
}
.comment-popup__title {
  color: #fff;
  font-size: 63px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .comment-popup__title {
    font-size: 34px;
  }
}
.comment-popup__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comment-popup__form textarea {
  font-size: 17px;
  color: #fff;
  border: 2px solid #1a1c34;
  border-radius: 25px;
  background-color: #090c2d;
  height: 210px;
  padding: 20px;
  resize: none;
}
.comment-popup__form textarea:focus {
  border-color: #095e33;
}
.comment-popup__form:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .comment-popup__form:not(:last-child) {
    margin-bottom: 20px;
  }
}
.comment-popup__items {
  margin-bottom: 60px;
}
.comment-popup__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #1a1c34;
}
.comment-popup__item:not(:last-child) {
  margin-bottom: 30px;
}

.filter-comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1a1c34;
  padding-bottom: 30px;
}
.filter-comment:not(:last-child) {
  margin-bottom: 30px;
}
.filter-comment__title {
  color: #fff;
  text-transform: uppercase;
}
.filter-comment__sort select {
  text-transform: capitalize;
  color: #fff;
  padding: 19px 20px;
  border: 1px solid #1a1c34;
  border-radius: 40px;
  background-color: #090c2d;
}

.item-comment__name {
  color: #fff;
  font-family: "Inter";
  font-size: 21px;
  font-weight: 700;
}
.item-comment__name:not(:last-child) {
  margin-bottom: 25px;
}
.item-comment__text {
  color: #fff;
  line-height: 150%;
}
.item-comment__text:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .item-comment__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.actions-item__body {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.actions-item__emot {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 9px 10px;
  background-color: #095e33;
  border-radius: 25px;
  color: #fff;
}
.actions-item__emot img {
  height: 100%;
  width: 100%;
  padding-right: 5px;
  align-self: center;
}

.replies-comment {
  margin-top: 40px;
  margin-left: 60px;
  padding-left: 15px;
  border-left: 1px solid #c8c8c8;
}
@media (max-width: 767.98px) {
  .replies-comment {
    margin-top: 20px;
    margin-left: 24px;
  }
}
.replies-comment .item-comment__reply {
  margin-top: 40px;
}

.reply-form textarea {
  font-size: 17px;
  color: #fff;
  border: 2px solid #1a1c34;
  border-radius: 25px;
  background-color: #090c2d;
  height: 100px;
  padding: 20px;
  resize: none;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 10px;
}
.reply-form button {
  text-align: center;
  color: #fff;
  padding: 14px;
  width: 100%;
  background-color: #095e33;
  border-radius: 25px;
  transition: all 0.3s;
}

.footer {
  border-top: 1px solid #323450;
  padding-top: 74px;
  padding-bottom: 64px;
  width: 100%;
}
.footer__shell {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contact-footer__title {
  color: #fff;
  font-family: "Inter";
  font-size: 21px;
  font-weight: 700;
}
.contact-footer__title:not(:last-child) {
  margin-bottom: 30px;
}
.contact-footer__image img {
  border-radius: 50%;
  overflow: hidden;
  height: 64px;
  width: 64px;
  object-fit: cover;
  object-position: center;
}
.contact-footer__image:not(:last-child) {
  margin-bottom: 16px;
}
.contact-footer__name {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-footer__name:not(:last-child) {
  margin-bottom: 3px;
}
.contact-footer__landing {
  color: #848484;
  font-family: "Inter";
  font-size: 13px;
}
.contact-footer__landing:not(:last-child) {
  margin-bottom: 18px;
}
.contact-footer__socials {
  display: flex;
  gap: 20px;
}
.contact-footer__icon img {
  transition: all 0.3s;
}
.contact-footer__icon:hover img {
  transition: all 0.3s;
  transform: scale(1.3);
}

.social-footer {
  max-width: 331px;
  width: 100%;
}
.social-footer__title {
  color: #fff;
  font-family: "Inter";
  font-size: 21px;
  font-weight: 700;
}
.social-footer__title:not(:last-child) {
  margin-bottom: 11px;
}
.social-footer__item {
  display: flex;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 2px solid #222654;
  position: relative;
  transition: all 0.3s;
}
.social-footer__item::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 22px;
  right: 14px;
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
  transition: all 0.3s;
}
.social-footer__item:hover {
  transition: all 0.3s;
  border-bottom: 2px solid #095e33;
}
.social-footer__item:hover::after {
  transition: all 0.3s;
  transform: rotate(45deg);
}
.social-footer__item:not(:last-child) {
  margin-bottom: 5px;
}
.social-footer__text {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}

.about-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-footer__title {
  color: #fff;
  font-family: "Inter";
  font-size: 21px;
  font-weight: 700;
}
.about-footer__title:not(:last-child) {
  margin-bottom: 22px;
}
.about-footer__text {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}
.about-footer__text:not(:last-child) {
  margin-bottom: 22px;
}
.about-footer__text:hover {
  color: #095e33;
}
.about-footer__link {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.3s;
  line-height: 100%;
}
.about-footer__link:not(:last-child) {
  margin-bottom: 25px;
}
.about-footer__link:hover {
  color: #095e33;
}
.about-footer__link a {
  line-height: 20px;
}

.content-menu-body {
}
.content-menu-body__items {
  display: flex;
  justify-content: center;

  border-radius: 14px;
}
.content-menu-body__item {
  color: #fff;
  background-color: #095e33;
  display: flex;
  gap: 30px;
  flex-direction: column;
  max-width: 270px;
  width: 100%;

  padding: 37px 15px;
}
.content-menu-body__item:first-child {
  border-radius: 14px 0 0 14px;
}
.content-menu-body__item:last-child {
  border-radius: 0 14px 14px 0;
}
.content-menu-body__item:nth-child(2) {
  border-left: 1px solid #085032;
  border-right: 1px solid #085032;
}
.content-menu-body__item:hover {
  background-color: #095e33;
}
.content-menu-body__title {
  text-align: center;
}
.content-menu-body__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.content-menu-body__link {
  padding: 10px;
  color: #fff;
  background-color: #085032;
  border-radius: 23px;

  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14/14 */
  text-align: center;
}

.content-menu__top {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 20px;
  gap: 182px;
}
.content-menu__top:before {
  content: "";
  position: absolute;
  width: 166%;
  height: 2px;
  bottom: 0;
  left: -50%;
  background-color: #1f234f;
}

.content-menu-top__active {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.page__navigattion-list {
  margin-bottom: 40px;
}
.light-theme .content-menu__mob .block-header__title {
  color: #fff;
}

@media (max-width: 1660px) and (min-width: 1095px) {
  .footer__container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767.98px) {
  .footer__shell {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer {
    padding-top: 36px;
    padding-bottom: 30px;
  }
  .contact-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 26px;
  }
  .social-footer {
    max-width: none;
  }
  .about-footer {
    width: 100%;
  }
  .about-footer__title {
    display: none;
  }
}
@media (max-width: 1660px) and (min-width: 1095px) {
  .item-posts__title {
    font-size: 24px;
  }
}
@media (min-width: 1100px) {
  .item-trend__title {
    height: 60px;
    overflow: hidden;
  }
}
@media (max-width: 1300px) {
  .news__left-image img {
    max-width: 200px;
  }
}
@media (max-width: 1095px) {
  .wrapper {
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .item-posts {
    gap: 20px;
  }
  .error__body {
    flex-direction: column;
  }
  .error__title {
    font-size: 114px;
  }
  .error__text {
    font-size: 24px;
    text-align: center;
  }
  .error__button {
    width: 100%;
  }
  .news__block-header {
    font-size: 34px;
  }
  .more__block-header {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .trend {
    padding-bottom: 30px;
  }
  .content-trend:not(:last-child) {
    margin-bottom: 20px;
  }
  .posts {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about {
    padding-bottom: 60px;
  }
  .trend__block-header {
    gap: 20px;
  }
  .item-posts {
    padding: 10px;
    gap: 10px;
  }
  .item-posts__title {
    font-size: 24px;
  }
  .searches__button,
  .posts__button,
  .news-info__avatar,
  .item-posts__text,
  .top-news__date {
    display: none;
  }
  .item-posts__image {
    min-width: 95px;
  }
  .trend__items {
    gap: 20px;
  }
  .news-info__body,
  .block-header__body {
    grid-template-columns: auto;
  }
  .news__author-mob {
    display: flex;
  }
  .news__author {
    justify-content: center;
  }
  .news__author .author-news__date,
  .news__author .author-news__share {
    display: none;
  }
  .about__block-header {
    border-bottom: none;
    padding-bottom: 0;
  }
  .about__block-header:not(:last-child) {
    margin-bottom: 40px;
  }
  .about__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .top-about {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .top-about__content {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 30px;
  }
  .top-about__title {
    text-indent: 0;
  }
  .top-about__title:not(:last-child) {
    margin-bottom: 40px;
  }
  .top-about__midle {
    order: 1;
    grid-area: auto;
  }
  .top-about__image {
    order: 2;
    grid-area: auto;
  }
  .top-about__right {
    order: 3;
    grid-area: auto;
  }
  .bottom-about__title {
    display: flex;
    flex-direction: column;
    text-indent: 0;
    gap: 30px;
  }
  .bottom-about__title span {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    align-self: start;
  }
  .bottom-about__title:not(:last-child) {
    margin-bottom: 40px;
  }
  .bottom-about__content {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .bottom-about__left {
    grid-area: auto;
    grid-template-rows: auto;
    order: 1;
    row-gap: 40px;
  }
  .bottom-about__midle {
    grid-area: auto;
    order: 3;
  }
  .bottom-about__right {
    grid-area: auto;
    order: 2;
  }
  .vacancy__block-header {
    padding: 0;
    margin-bottom: 40px;
  }
  .applications-vacancy__item {
    padding: 30px 35px;
  }
  .pagination-vacancy,
  .rules,
  .privacy,
  .faq,
  .searches,
  .vacancy__pagination {
    padding-bottom: 60px;
  }
  .news {
    padding-bottom: 30px;
  }
  .more-news {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .news-info__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .contacts-current__body {
    gap: 20px;
  }
  .rules__block-header:not(:last-child),
  .privacy__block-header:not(:last-child) {
    margin-bottom: 40px;
  }
  .rules__warning {
    padding: 20px;
  }
  .rules__body {
    max-width: 100%;
  }
  .faq__block-header:not(:last-child),
  .trend__block-header:not(:last-child) {
    margin-bottom: 30px;
  }
  .item-searches {
    padding: 0;
    border: 1px solid #1a1c34;
    border-radius: 15px;
    grid-template-columns: auto;
  }
  .searches__form-big {
    padding: 7px;
    height: 53px;
  }
  .searches__submit-big {
    width: 37px;
    height: 37px;
  }
  .searches__submit-big img {
    transform: scale(0.5);
  }
  .searches__input {
    font-size: 19px;
    padding-left: 12px;
  }
  .searches__block-header {
    gap: 17px;
    padding: 0;
  }
  .searches__block-header:not(:last-child) {
    margin-bottom: 20px;
  }
  .item-searches__content {
    order: 2;
  }
  .item-searches__image {
    border-radius: 15px 15px 0 0;
    order: 1;
  }
  .item-searches__body {
    padding: 15px;
  }
  .item-searches__title {
    font-size: 19px;
  }
  .item-searches__text {
    color: #b9b9b9;
  }
  .error__content {
    gap: 100px;
  }
  .error__body {
    gap: 25px;
  }
}
@media (max-width: 479.98px) {
  .content-trend__body {
    padding: 15px;
  }
  .content-trend__image--ibg {
    aspect-ratio: 350/200;
  }
  .content-trend__title {
    font-size: 19px;
  }
  .content-trend__text {
    color: #b9b9b9;
  }
  .item-trend__body {
    padding: 10px;
  }
  .item-posts {
    grid-template-columns: minmax(auto, 1fr) 95px;
    padding: 10px 5px;
    border-radius: 10px 10px 0 0;
  }
  .item-posts__title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .item-posts__image {
    border-radius: 10px;
  }
  .posts__lists {
    gap: 15px;
  }
  .top-news__item {
    font-size: 16px;
  }
  .news-info__image:not(:last-child) {
    margin-bottom: 20px;
  }
  .author-news {
    padding: 11px;
  }
  .news__author-mob {
    padding: 23px 19px;
  }
  .author-news__body {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 2px;
  }
  .author-news__avatar {
    grid-area: 1/1/3/2;
  }
  .author-news__name {
    grid-area: 1/2/2/3;
  }
  .author-news__links {
    grid-area: 2/2/3/3;
  }
  .current__vacancy {
    margin: 0 -15px;
  }
  .body-current__title {
    font-size: 20px;
  }
  .current__actions:not(:last-child) {
    margin-bottom: 38px;
  }
  .current {
    padding-bottom: 60px;
  }
  .rules__back {
    text-align: center;
    width: 100%;
  }
  .item-searches {
    padding: 0;
    border: 1px solid #1a1c34;
    border-radius: 15px;
    grid-template-columns: auto;
  }
  .item-searches .item-posts__content {
    order: 2;
  }
  .item-searches .item-posts__image {
    order: 1;
  }
  .item-searches .item-posts__text {
    display: flex;
    color: #b9b9b9;
  }
  .item-searches .item-posts__body {
    padding: 10px;
  }
  .item-searches .item-posts__image {
    border-radius: 15px 15px 0 0;
  }
  .item-searches .item-posts__image img {
    width: 100%;
  }
  .share-news__links {
    gap: 5px;
  }
  .share-news {
    gap: 5px;
  }
  .searches__pagination {
    justify-content: center;
  }
  .news-info__quote {
    margin: 0;
    margin-bottom: 20px;
  }
  .news-info__quote::before,
  .news-info__quote::after {
    font-size: 60px;
  }
  .news-info__quote::before {
    top: 10px;
  }
  .education__lists {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px;
  }
  .history__lists {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px;
  }
  .news-info__quote {
    padding: 20px 20px 20px 40px;
  }
  .news-info__quote::before {
    top: 25px;
    left: 10px;
    width: 21px;
    height: 16px;
    background-size: 51px 45px;
  }
  .content-menu-body__link {
    text-align: start;
  }
}
@media (max-width: 374px) {
  .news__author-mob {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.light-theme {
  transition: all 0.5s;
}
.light-theme .wrapper {
  background-color: #f5f5f5;
}
.light-theme .footer {
  background-color: #095e33;
}
.light-theme .footer .social-footer__item {
  border-color: #9b9b9b;
}
.light-theme .footer .social-footer__item:hover {
  border-color: #fff;
}
.light-theme .scroll-line {
  background-color: #095e33;
}
.light-theme .button-toogle {
  transition: background 0.2s;
  transition: box-shadow 0.5s;
}
.light-theme .button-toogle::before {
  background: #f0f0f4 url(../img/icons/moon.svg) center no-repeat;
}
.light-theme .button-toogle .button__toogle-dark {
  display: none;
}
.light-theme .button-toogle .button__toogle-light {
  display: block;
}
.light-theme .header__menu {
  border-color: #cfcfcf;
}
.light-theme .search__form {
  border-color: #cfcfcf;
}
.light-theme .search__form:focus-within {
  border-color: #095e33;
}
.light-theme .search__about {
  color: #1f1f1f;
}
.light-theme .about-footer__text:hover,
.light-theme .about-footer__link:hover {
  color: #9b9b9b;
}
.light-theme .contact-footer__landing {
  color: #fff;
}
.light-theme .menu__body {
  background-color: #f5f5f5;
}
.light-theme .menu__body::before {
  background-color: rgba(9, 94, 52, 0.9803921569);
}
@media (max-width: 767.98px) {
  .light-theme .menu__body {
    background-color: #095e34;
  }
}
.light-theme .menu .has-child .menu__link {
  color: #1f1f1f;
}
.light-theme .menu .has-child .menu__link::after {
  background: url(../img/icons/header-arrow-green.svg) center no-repeat;
}
.light-theme .menu .has-child:hover .menu__link::after {
  background: url(../img/icons/header-arrow.svg) center no-repeat;
}
@media (max-width: 767.98px) {
  .light-theme .menu .has-child:hover .menu__link::after {
    background: url(../img/icons/header-arrow-green.svg) center no-repeat;
  }
}
.light-theme .menu__item {
  color: #1f1f1f;
}
.light-theme .menu__item:hover .menu__link {
  color: #fff;
}
@media (max-width: 767.98px) {
  .light-theme .menu__item.has-child:hover {
    background-color: #fff;
  }
}
.light-theme .icon-menu span,
.light-theme .icon-menu::before,
.light-theme .icon-menu::after {
  background-color: #000000;
}
.light-theme.menu-open .icon-menu {
  background-color: #fff;
}
.light-theme.menu-open .icon-menu span,
.light-theme.menu-open .icon-menu::before,
.light-theme.menu-open .icon-menu::after {
  background-color: #000000;
}
@media (max-width: 767.98px) {
  .light-theme.menu-open .header__logo-white {
    display: block;
  }
  .light-theme.menu-open .header__logo-dark {
    display: none;
  }
}
.light-theme .language__selectore {
  color: #282828;
}
.light-theme .language__selectore:hover {
  color: #095e33;
}
.light-theme .language__selectore.active {
  color: #095e33;
}
.light-theme .header {
  background-color: #f5f5f5;
}
.light-theme .header__logo-white {
  display: none;
}
.light-theme .header__logo-dark {
  display: block;
}
.light-theme .search__submit {
  background-color: #ebebeb;
}
.light-theme .search__submit::before {
  background: url(../img/icons/ion_search-outline-dark.svg) center no-repeat;
}
.light-theme .searches__submit-big {
  background-color: #ebebeb;
}
.light-theme .searches__submit-big::before {
  background: url(../img/icons/ion_search-outline-dark.svg) center no-repeat;
}
.light-theme .education__submit-big {
  background-color: #ebebeb;
}
.light-theme .education__submit-big::before {
  background: url(../img/icons/ion_search-outline-dark.svg) center no-repeat;
}
.light-theme .history__submit-big {
  background-color: #ebebeb;
}
.light-theme .history__submit-big::before {
  background: url(../img/icons/ion_search-outline-dark.svg) center no-repeat;
}
.light-theme .search__input,
.light-theme .searches__input {
  color: #1f1f1f;
  background-color: #f5f5f5;
}
.light-theme .page__navigattion-link {
  color: #1f1f1f;
  background-color: #fff;
  border-color: #d3d3d3;
}
.light-theme .page__navigattion-link::after {
  background: url(../img/icons/header-arrow-dark.svg) center no-repeat;
}
.light-theme .page__navigattion-link.active {
  background-color: #095e33;
  color: #fff;
}
.light-theme .page__navigattion-link.active::after {
  background: url(../img/icons/header-arrow.svg) center no-repeat;
}
.light-theme .page__navigattion-link:hover {
  color: #fff;
  background-color: #095e33;
}
.light-theme .open .page__navigattion-link {
  color: #fff;
  background-color: #095e33;
}
.light-theme .open .page__navigattion-link::after {
  background: url(../img/icons/header-arrow.svg) center no-repeat;
}
.light-theme .open .sub-navigattion__list {
  border-color: #d3d3d3;
  border-top: none;
  background-color: #095e33;
}
.light-theme .sub-navigattion__link {
  background-color: #1e6a44;
}
.light-theme .block-header__title {
  color: #1f1f1f;
}
.light-theme .filter-trend__item {
  background-color: #fff;
  border-color: #d3d3d3;
}
.light-theme .filter-trend__item a {
  color: #1f1f1f;
}
.light-theme .filter-trend__item:hover {
  background-color: #095e33;
}
.light-theme .filter-trend__item:hover a {
  color: #fff;
}
.light-theme .content-trend__title,
.light-theme .content-trend__text {
  color: #1f1f1f;
}
.light-theme .content-trend__body {
  background-color: #fff;
  border-color: #d3d3d3;
}
.light-theme .trend__content:hover .content-trend__title,
.light-theme .trend__content:hover .content-trend__text {
  color: #ffffff;
}
.light-theme .item-trend:hover .item-trend__title {
  color: #fff;
}
.light-theme .item-trend:hover .item-trend__title::after {
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
}
.light-theme .item-news:hover .item-news__title {
  color: #fff;
}
.light-theme .item-news:hover .item-news__title::after {
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
}
.light-theme .item-news:hover .item-news__date {
  color: #fff;
}
.light-theme .item-education:hover .item-education__title {
  color: #fff;
}
.light-theme .item-education:hover .item-education__title::after {
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
}
.light-theme .item-history:hover .item-history__title {
  color: #fff;
}
.light-theme .item-history:hover .item-history__title::after {
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
}
.light-theme .item-trend__body,
.light-theme .swiper-slide__body,
.light-theme .item-news__body,
.light-theme .item-history__body {
  background-color: #fff;
  border-color: #d3d3d3;
}
.light-theme .item-trend__title {
  color: #1f1f1f;
}
.light-theme .item-trend__title::after {
  background: url(../img/icons/nav-arrow-dark.svg) center no-repeat;
}
.light-theme .item-news__title {
  color: #1f1f1f;
}
.light-theme .item-news__title::after {
  background: url(../img/icons/nav-arrow-dark.svg) center no-repeat;
}
.light-theme .item-education__title {
  color: #fff;
}
.light-theme .item-education__title::after {
  background: url(../img/icons/nav-arrow-dark.svg) center no-repeat;
}
.light-theme .item-education__body {
  border-color: #d3d3d3;
}
.light-theme .item-history__title {
  color: #1f1f1f;
}
.light-theme .item-history__title::after {
  background: url(../img/icons/nav-arrow-dark.svg) center no-repeat;
}
.light-theme .item-history__body {
  border-color: #d3d3d3;
}
.light-theme .item-history__label {
  transition: all 0.3s;
  background-color: #ffd952;
  color: #1f1f1f;
}
.light-theme .item-history:hover .item-history__label {
  background-color: #ffd952;
  color: #1f1f1f;
}
.light-theme .searches__form-big {
  border-color: #cfcfcf;
}
.light-theme .searches__form-big:focus-within {
  border-color: #095e33;
}
.light-theme .history__form-big {
  border-color: #cfcfcf;
}
.light-theme .history__form-big:focus-within {
  border-color: #095e33;
}
.light-theme .education__form-big {
  border-color: #cfcfcf;
}
.light-theme .education__form-big:focus-within {
  border-color: #095e33;
}
.light-theme .item-posts:hover .item-posts__title,
.light-theme .item-posts:hover .item-searches__title,
.light-theme .item-posts:hover .item-posts__text,
.light-theme .item-posts:hover .item-searches__text,
.light-theme .item-searches:hover .item-posts__title,
.light-theme .item-searches:hover .item-searches__title,
.light-theme .item-searches:hover .item-posts__text,
.light-theme .item-searches:hover .item-searches__text {
  color: #fff;
}
.light-theme .item-posts__title,
.light-theme .item-posts__text,
.light-theme .item-searches__title,
.light-theme .item-searches__text {
  color: #1f1f1f;
}
.light-theme .posts__button,
.light-theme .searches__button {
  border-radius: 40px;
}
.light-theme .posts__button::before,
.light-theme .searches__button::before {
  background: #f5f5f5 url(../img/icons/nav-arrow-dark.svg) center no-repeat;
}
.light-theme .swiper-slide__item:hover .swiper-slide__title {
  color: #fff;
}
.light-theme .swiper-slide__item:hover .swiper-slide__title::after {
  background: url(../img/icons/nav-arrow.svg) center no-repeat;
}
.light-theme .swiper-slide__title {
  color: #1f1f1f;
}
.light-theme .swiper-slide__title::after {
  background: url(../img/icons/nav-arrow-dark.svg) center no-repeat;
}
.light-theme .posts__arrow.swiper-button-disabled,
.light-theme .trend__arrow.swiper-button-disabled {
  background: url(../img/icons/green-arrow.svg) center no-repeat;
  border-color: #095e33;
}
.light-theme .swiper-pagination-bullet {
  background-color: #d9d9d9;
}
.light-theme .swiper-pagination-bullet-active {
  background-color: #095e33;
}
.light-theme .top-about__title,
.light-theme .about__text,
.light-theme .bottom-about__title,
.light-theme .content-current__text,
.light-theme .content-current__header,
.light-theme .content-current__title,
.light-theme .body-current__title,
.light-theme .employer-current__name,
.light-theme .conditions-current__text,
.light-theme .body-current__text,
.light-theme .demand-current__text,
.light-theme .contacts-current__title,
.light-theme .privacy__text,
.light-theme .rules__text,
.light-theme .searches__label,
.light-theme .faq__link,
.light-theme .faq__text,
.light-theme .applications-vacancy__title,
.light-theme .employer-vacancy__name,
.light-theme .contacts-popup__title,
.light-theme .top-news__date,
.light-theme .top-news__item,
.light-theme .block-header__text,
.light-theme .news-info__text,
.light-theme .author-news__date,
.light-theme .author-news__name,
.light-theme .share-news__text,
.light-theme .comment-popup__title,
.light-theme .filter-comment__title,
.light-theme .item-comment__name,
.light-theme .item-comment__text,
.light-theme .item-education__title,
.light-theme .item-news__title,
.light-theme .news-info__download {
  color: #1f1f1f;
}
.light-theme .bottom-about__title span {
  color: #f1f1f1;
}
.light-theme .conditions-current__terms,
.light-theme .conditions-current__price,
.light-theme .demand-current__terms,
.light-theme .applications-vacancy__price {
  color: #095e33;
}
.light-theme .current__vacancy {
  border-color: #d3d3d3;
  background-color: #fff;
}
.light-theme .conditions-current::before {
  border-color: #d3d3d3;
}
.light-theme .demand-current::before,
.light-theme .body-current::before,
.light-theme .conditions-current::before {
  background-color: #cacaca;
}
.light-theme .contacts-current__image {
  display: none;
}
.light-theme .contacts-current__image-green {
  display: block;
}
.light-theme .vacancy-current__mark,
.light-theme .applications-vacancy__mark {
  color: #1f1f1f;
  background-color: #f4f4f4;
}
.light-theme .vacancy-current__mark.hot,
.light-theme .applications-vacancy__mark.hot {
  color: #1f1f1f;
  background-color: #ffd952;
}
.light-theme .current-button__back {
  background-color: #f5f5f5;
  border-color: #c8c8c8;
}
.light-theme .current-button__back span {
  color: #1f1f1f;
}
.light-theme .current-button__back span::before {
  background: url(../img/vacancy/arrow-dark.svg);
}
.light-theme .current-button__back:hover {
  border-color: #095e33;
}
.light-theme .contacts-current__link {
  color: #095e33;
  transition: all 0.3s;
}
.light-theme .contacts-current__link:hover {
  color: #000000;
}
.light-theme .popup {
  background-color: rgba(9, 94, 52, 0.9450980392);
}
.light-theme .popup__content {
  background-color: #fff;
}
.light-theme .close-popup {
  background-color: #095e33;
  border-color: #095e33;
}
.light-theme .contacts-popup__link {
  border-color: #095e33;
}
.light-theme .privacy__block-header,
.light-theme .rules__block-header {
  border-color: #606060;
}
.light-theme .pagination__item {
  color: #fff;
}
.light-theme .pagination__link {
  color: #1f1f1f;
  border-color: #c7c7c7;
  background-color: #fff;
}
.light-theme .pagination__link:hover {
  border-color: #095e33;
}
.light-theme .pagination__link.active {
  color: #fff;
  border-color: #095e33;
  background-color: #095e33;
}
.light-theme .faq__link {
  border-color: #d3d3d3;
}
.light-theme .faq__link::after {
  background: url(../img/icons/header-arrow-dark.svg) center no-repeat !important;
}
.light-theme .applications-vacancy__item {
  background-color: #fff;
  border-color: #d3d3d3;
}
.light-theme .button-filter {
  color: #1f1f1f;
  border-color: #d3d3d3;
  background: #fff;
}
.light-theme .button-filter:hover {
  border-color: #095e33;
}
.light-theme .button-filter.active {
  color: #fff;
  background-color: #095e33;
}
.light-theme .error {
  background-color: #095e33;
}
.light-theme .share-news__link-dark {
  display: block;
  background-color: #095e33;
}
.light-theme .share-news__link-dark img {
  width: 100%;
}
.light-theme .share-news__link {
  display: none;
}
.light-theme .author-news__link {
  display: block;
}
.light-theme .author-news__link-dark {
  display: none;
}
.light-theme .author-news,
.light-theme .news__author-mob {
  border-color: #e8e8e8;
  background-color: #fff;
}
.light-theme .comment-popup {
  background-color: #f5f5f5;
  border-radius: 0;
}
.light-theme .comment-popup__body {
  background-color: #f5f5f5;
}
.light-theme .comment-popup__form textarea {
  color: #1f1f1f;
  background-color: #fff;
  border-color: #c8c8c8;
}
.light-theme .comment-popup__form textarea:focus {
  border-color: #095e33;
}
.light-theme .filter-comment__sort select {
  color: #1f1f1f;
  border-color: #c8c8c8;
  background-color: #fff;
}
.light-theme .filter-comment,
.light-theme .comment-popup__item {
  border-color: #c8c8c8;
}
.light-theme .replies-comment {
  border-color: #095e33;
}
.light-theme .menu__content {
  background-color: #fff;
}
.light-theme .news-info__file {
  border-color: #cfcfcf;
}
.light-theme .news-info__file:hover {
  border-color: #095e33;
}
.light-theme .news-info__quote::before,
.light-theme .news-info__quote::after {
  color: #1f1f1f;
}
@media (max-width: 991.98px) {
  .light-theme .menu__body::before {
    background-color: #f5f5f5;
  }
  .light-theme .menu__content {
    background-color: #f5f5f5;
  }
}
@media (max-width: 767.98px) {
  .light-theme .menu__body::before {
    background-color: #095e34;
    border-bottom: none;
  }
  .light-theme .menu__content {
    background-color: #095e34;
  }
  .light-theme .language__selectore {
    color: #a9a9a9;
  }
  .light-theme .language__selectore:hover {
    color: #fff;
  }
  .light-theme .language__selectore.active {
    color: #fff;
  }
  .light-theme .menu__item {
    border: 0px;
    background-color: #fff;
  }
  .light-theme .menu__item:hover .menu__link {
    color: #1f1f1f;
  }
  .light-theme .sub-menu__list {
    background-color: #fff;
  }
  .light-theme .sub-menu__item {
    color: #1f1f1f;
    background-color: #f5f5f5;
  }
}

.menu-open .light-theme .icon-menu span,
.menu-open .light-theme .icon-menu::before,
.menu-open .light-theme .icon-menu::after {
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .sub-menu__list li {
    background: #111434;
    padding: 10px 0;
    width: auto;
  }
}
.light-theme .menu__body .menu__link {
  color: #1f1f1f;
}
.content-menu__mob {
  display: none;
}
.content-menu__actions-mob {
  display: none;
}
@media (max-width: 767.98px) {
  .light-theme .menu__item.menu-item-has-children:hover {
    background-color: #fff;
  }
  .light-theme .sub-menu__list li {
    background: #f5f5f5;
    padding: 10px 0;
    width: auto;
  }

  .content-menu-body__items {
    flex-direction: column;
    align-items: center;
  }
  .content-menu-body__title {
    text-align: start;
  }
  .content-menu-body__item {
    padding: 10px;
    gap: 10px;
  }
  .light-theme .content-menu-body__item {
    background-color: #fff;
  }
  .light-theme .content-menu-body__title {
    color: #1f1f1f;
  }

  .light-theme .content-menu-body__link {
    color: #1f1f1f;
    background-color: #f5f5f5;
  }
  .light-theme .content-menu-body__item {
    background-color: #fff;
  }

  .content-menu-body__item:first-child {
    border-radius: 25px 25px 0 0;
  }
  .content-menu-body__item:last-child {
    border-radius: 0 0 25px 25px;
  }
  .content-menu-body__item:nth-child(2) {
    border-left: 1px solid #085032;
    border-right: 1px solid #085032;
  }

  .content-menu__footer .contact-footer {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .content-menu__footer .contact-footer__landing {
    margin-bottom: 10px;
  }
  .content-menu__footer .contact-footer__image {
    margin-bottom: 0;
  }
  .content-menu__footer .footer__shell {
    justify-content: flex-start;
  }

  .content-menu__top .search__submit {
    display: none;
  }
  .content-menu__top {
    justify-content: center;
    position: relative;
    gap: 20px;
    border-bottom: 2px solid #1f234f;
  }
  .content-menu__top .header__logo img {
    width: 75px;
    height: 29px;
  }
  .content-menu__top .language__bar {
    position: absolute;
    right: 0;
    top: 10px;
    gap: 10px;
  }
  .header_social {
    display: none;
  }
  .search__submit {
    display: none;
  }

  .content-menu-body__mob {
    display: flex;
  }
  .content-menu__mob {
    display: flex;
  }
  .content-menu__actions-mob {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .content-menu__actions-mob .search__submit {
    display: flex;
  }
  .content-menu__actions-mob .actions__button {
    display: flex;
  }
  .content-menu-body__item:nth-child(2) {
    border: none;
  }
  .news__left-images {
    display: none;
  }
}

.searches__pagination .nav-links .current {
  padding: 10px 15px !important;
  border-radius: 50% !important;
  width: 64px !important;
  height: 64px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #095e33 !important;
  border-color: #095e33 !important;
}
.nav-links {
  display: flex;
}

.searches__pagination .nav-links a {
  color: #fff !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  padding: 10px 15px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #090c2d !important;

  border-color: #282828 !important;
}

.searches__pagination .nav-links a:hover {
  background-color: #095e33 !important;
  border-color: #095e33 !important;
}

.light-theme .searches__pagination .nav-links a {
  color: #1f1f1f !important;
  border-color: #c7c7c7 !important;
  background-color: #ffffff !important;
}

.light-theme .searches__pagination .nav-links a:hover {
  color: #fff !important;
  border-color: #ffffff !important;
  background-color: #095e33 !important;
}

.light-theme .header_social a.instagram path,
.light-theme .header_social a.telegram path {
  fill: #095e33;
}
.light-theme .header_social a.email path {
  stroke: #095e33;
}

.noposts {
  color: #ffffff;
}

.light-theme .content-editor h1,
.light-theme .content-editor h2,
.light-theme .content-editor h3,
.light-theme .content-editor h4,
.light-theme .content-editor h5,
.light-theme .content-editor h6,
.light-theme .content-editor p,
.light-theme .content-editor li,
.light-theme .noposts {
  color: #1f1f1f;
} /*# sourceMappingURL=style.css.map */

.light-theme .content-menu__footer .footer__shell {
  /* padding: 15px; */
  background-color: #095e33;
  border-radius: 14px;
}


section.hero {
  color: #FFFFFF;
} 

section.hero .container {
  
} 

section.hero .container .subtitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  margin: 0 0 28px;
} 

section.hero .container .title {
  font-weight: 700;
  font-size: 78px;
  line-height: 100%;
  margin: 0 0 100px;
}

section.hero .container .videos-wrapper {
  margin-bottom: 130px;
}

section.hero .container .videos-wrapper .videos-inner {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
}

section.hero .container .videos-wrapper .video {
  width: calc(33.3% - 12px);
}

section.hero .container .videos-wrapper .video iframe {
  box-shadow: 0px 3.55519px 3.55519px rgba(0, 0, 0, 0.25);
  border-radius: 22.22px;
  height: 200px;
  width: 100%;
}

section.hero .container .banner {
  margin-bottom: 100px;
}

section.hero .container .banner img {
  width: 100%;
}

section.hero .container .categories {
  display: flex;
  gap: 17px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

section.hero .container .categories .item {
  height: 300px;
  width: calc(20% - 14px);
}

section.hero .container .categories .item .inner {
  border: 1px solid #1A1C34;
  box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #040729;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 17px;
  position: relative;
  transition: 0.3s;
}

section.hero .container .categories .item .inner .count {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #0B0F33;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

section.hero .container .categories .item .inner .category_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

section.hero .container .categories .item .inner .arrow {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 22px;
  right: 24px;
}

section.hero .container .categories .item .inner .arrow svg {
  height: 100%;
  width: 100%;
}

section.hero .container .categories .item .inner .arrow svg path {
  transition: 0.3s;
  fill: #0B0F33;
}

section.hero .container .categories .item:hover .inner {
  background-color: #095D33;
}

section.hero .container .categories .item:hover .inner .count {
  background-color: #0F4027;
}

section.hero .container .categories .item:hover .inner .arrow svg path {
  fill: #FFFFFF;
}

/* section.trend {
  display: none!important;
} */

.videos-slider {
  margin: 0 -8px;
}

.videos-slider .video {
  margin: 8px;
}

.slick-dots {
  margin: 32px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.slick-dots li {

}

.slick-dots li button {
  border: none;
  border-radius: 50%;
  background-color: #D9D9D9;
  height: 13px;
  width: 13px;
  font-size: 0;
  transition: 0.3s;
}

.slick-dots li.slick-active button {
  background-color: #095E33;
}

@media (max-width: 1000px) {
  section.hero .container .categories .item {
    width: calc(25% - 13px);
  }
  section.hero .container .subtitle {
    font-size: 20px;
  }
  section.hero .container .title {
    font-size: 60px;
    margin-bottom: 60px;
  }
  section.hero .container .categories {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  section.hero .container .videos-wrapper {
    /* overflow: auto; */
    margin-bottom: 60px;
  }
  section.hero .container .videos-wrapper .videos-inner {
    flex-wrap: nowrap;
    width: fit-content;
  }
  section.hero .container .videos-wrapper .video {
    width: 300px;
  }
  section.hero .container .categories .item {
    height: auto;
    width: calc(50% - 10px);
  }
  section.hero .container .categories .item .inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    gap: 10px;
  }
  section.hero .container .categories .item .inner .count {
    position: static;
    height: 57px;
    width: auto;
    border-radius: 15px;
    padding: 10px;
    transform: none;
  }
  section.hero .container .categories .item .inner .arrow {
    position: static;
    margin-left: auto;
    margin-right: 20px;
    min-width: 18px;
  }
  section.hero .container .categories .item .inner .category_title {
    font-size: 16px;
  }
  section.hero .container .banner {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  section.hero .container .categories .item {
    width: 100%;
  }
}

section.trend .block-header__title--big,
section.trend .trend__content.content-trend,
section.hero .container .categories {
  display: none!important;
}

section.trend {
  padding: 0;
}

section.hero .container .videos-wrapper {
  margin-bottom: 80px;
}

section.trend .trend__block-header {
  /* border-width: 10px 0px; */
  /* border-style: solid; */
  /* border-color: #111434; */
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.33); */
  border: none;
}

section.trend  .filter-trend__item {
  background: none;
  border: none;
  margin: 0 10.5px;
  padding: 15px 0;
}

section.trend  .filter-trend__title {
  display: flex;
  align-items: center;
  gap: 21px;
}

section.trend  .filter-trend__title span {
  font-size: 25px;
}

section.trend  .filter-trend__title svg {
  height: 12px;
  width: 12px;
}

.light-theme section.hero .container {
  color: #1f1f1f;
}

.light-theme section.trend .trend__block-header {
  border: none;
}

.light-theme section.trend .filter-trend__title span {
  color: #FFFFFF;
}


section.trend .filter-trend__title span {
  font-size:20px;
}

.filter-trend_desktop .filter-trend__items {
  display: flex;
  flex-wrap: nowrap;
  background-color: #095E33;
}

.filter-trend_desktop .marquee-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: #095E33;
}

.trend__block-header {
  height: 50px;
}

.filter-trend {
  position: relative;
}

.filter-trend_mob {
  background: #095E33;
}

.filter-trend_desktop .filter-trend__items {
  position: absolute;
  display: flex;
  width: max-content;
  animation: scroll-left 25s linear infinite;
}

.filter-trend_desktop {
  position: absolute;
  height: 50px;
  width: calc(100vw - 15px);
  left: 50%;
  transform: translateX(-50%);
}

.menu-open .block-header__filter {
  display: none!important;
}

.menu-open .menu__body {
  right: 0;
}

.wrapper {
  overflow: hidden;
}

.section-chat {
  padding: 96px 0 0;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: -400px;
  position: relative;
  z-index: 1;
}

.section-chat .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.section-chat .container .subtitle {
  font-size: 25px;
  font-weight: 700;
}

.section-chat .container .title {
  font-size: 78px;
  font-weight: 700;
}

.section-chat .container .arrow {
  width: 35px;
}

.section-chat .container .iframe {
  border: 2.5px solid #095E33;
  border-radius: 35px;
  background-color: #00042C;
  max-width: 1090px;
  width: 100%;
}

#voiceflow-chat-widget {
    height: 560px !important;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#voiceflow-chat-widget::-webkit-scrollbar {
    display: none;
}


.section-chat .container .iframe .iframe_inner {
  padding: 30px;
}

.section-chat .container .iframe .iframe_inner img {
  width: 100%;
}

.section-chat-2 {
  padding-top: 600px;
  padding-bottom: 200px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}

.section-chat-2:before {
  content: '';
  display: block;
  background: linear-gradient(0deg, #00053B -29.17%, #095E33 157.75%);
  box-shadow: 0px 1.42694px 53.9384px 15.6963px rgba(0, 0, 0, 0.31);
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.section-chat-2 .container {
  position: relative;
}

.section-chat-2 .container .title {
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 17px;
}

.section-chat-2 .container .subtitle {

}

.section-chat-2 .container .circles-wrapper {
  display: flex;
  gap: 20px;
}

.section-chat-2 .container .circles-wrapper .circle-item {
  width: calc(20% - 20px);
  position: relative;
  border-radius: 50%;
  border: 1px solid #095E33;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-chat-2 .container .circles-wrapper .circle-item:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.section-chat-2 .container .circles-wrapper .circle-item p {
  position: absolute;
  font-size: 23px;
  margin: 0;
  padding: 30px;
}

.section-chat-2 .container .circles-wrapper .circle-item:nth-child(1) {

}

.section-chat-2 .container .circles-wrapper .circle-item:nth-child(2) {
  transform: translateY(50px);
}

.section-chat-2 .container .circles-wrapper .circle-item:nth-child(3) {
  transform: translateY(100px);
}

.section-chat-2 .container .circles-wrapper .circle-item:nth-child(4) {
  transform: translateY(50px);
}

.section-chat-2 .container .circles-wrapper .circle-item:nth-child(5) {
  
}

.section-chat-2 .hr {
  height: 200px;
  /* width: 100vw; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 400px;
}
.section-chat-2 .hr svg {
  height: 100%;
}

.section-chat-3 {
  padding: 116px 0;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}

.section-chat-3 .container {

}

.section-chat-3 .container .title {
  font-size: 78px;
  font-weight: 700;
  margin-bottom: 39px;
}

.section-chat-3 .container .subtitle {
  font-size: 21px;
  margin-bottom: 17px;
}

.section-chat-3 .container .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-chat-3 .container .btn-wrapper svg {
  width: 270px;
}

.section-chat-3 .container .btn-wrapper .btn {
  background-color: #095D33;
  border-radius: 50px;
  padding: 25px 80px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}

.light-theme .section-chat, 
.light-theme .section-chat-3 {
  color: #1F1F1F;
}

@media (min-width: 1920px) {
    .menu__content {
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
    }
}

@keyframes scroll-left {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}

@media (min-width: 1000px) {
  .filter-trend_mob {
    display: none!important;
  }
}

@media (max-width: 1000px) {
  .filter-trend_desktop {
    display: none!important;
  }
  .section-chat .container .title,
  .section-chat-2 .container .title,
  .section-chat-3 .container .title {
    font-size: 48px;
  }
  .section-chat .container .subtitle,
  .section-chat-2 .container .subtitle,
  .section-chat-3 .container .subtitle,
  .section-chat-2 .container .circles-wrapper .circle-item p {
    font-size: 16px;
  }
  .section-chat-2 .container .circles-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .section-chat-2 .container .circles-wrapper .circle-item {
    transform: none!important;
    width: calc(33.3% - 20px);
  }
}

@media (max-width: 768px) {
  .section-chat-2 .container .circles-wrapper .circle-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 550px) {
  .section-chat-2 .container .circles-wrapper .circle-item {
    width: 100%;
  }
  .trend .block-header__filter {
    display: block!important;
    overflow: hidden;
  }
  section.trend .filter-trend__title span {
    font-size: 16px;
  }
  section.trend .slick-list {
    padding: 0!important;
    background: #095E33;
  }
  section.trend .trend__block-header {
    background: none;
    border: none;
    box-shadow: none;
  }
  .trend .block-header__filter {
    
  }
}