@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__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: 991.98px) {
  .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 {
    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: 767.98px) {
  .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: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/icons/ion_search-outline.svg) center no-repeat;
}

.actions {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  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: 10px;
}
.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;
}
.header_social a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.header_social a svg {
  height: 26px;
  width: 26px;
}

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

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

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

.content-menu__top {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 20px;
  gap: 182px;
}

.content-menu__mob {
  display: none;
}

.light-theme .content-menu__mob .block-header__title {
  color: #fff;
}

.content-menu__actions-mob {
  display: none;
}

@media (min-width: 1920px) {
  .menu__content {
    left: -10px;
  }
}
@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 {
    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__content {
    flex-wrap: wrap;
    align-content: start;
    height: 100vh;
  }
  .block-header__filter {
    margin-bottom: 10px;
  }
  .search__submit {
    display: none;
  }
}
@media (max-width: 840px) {
  .search {
    margin-right: 20px;
  }
  .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;
  }
}
@media (max-width: 767.98px) {
  .menu__link::before {
    display: none;
  }
  .menu__content {
    background-color: #02041b;
  }
  .menu__content {
    flex-wrap: wrap;
    align-content: start;
    height: 100vh;
  }
  .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;
  }
  .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-body__mob {
    display: flex;
  }
  .content-menu-body__item:nth-child(2) {
    border: none;
  }
  .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;
  }
  .content-menu-body__mob {
    display: flex;
  }
  .content-menu__mob {
    display: flex;
    justify-content: center;
  }
  .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__mob {
    display: flex;
  }
  .menu__content {
    padding: 22px 15px 30px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 600px) {
  .search__input {
    max-width: 100px;
  }
}
@media (max-width: 479.98px) {
  .content-menu-body__link {
    text-align: start;
  }
  .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;
  }
}
.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);
}

.preview {
  padding-top: 180px;
  padding-bottom: 80px;
}
.header-preview {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.header-preview__decor-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}
.header-preview__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-preview__desc {
  color: #fff;
  font-family: "Roboto";
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}
.header-preview__title {
  color: #fff;
  font-family: "Roboto";
  font-size: 115px;
  font-weight: 700;
  line-height: 100%;
}
.header-preview__decor-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.preview-decor__left {
  color: #040729;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  padding: 15px 19px 15px 19px;
  border-radius: 50px;
  background-color: #fff;
}
.preview-decor__left:first-child {
  transform: rotate(7deg);
  margin-left: 55px;
  margin-top: 14px;
}
.preview-decor__left:nth-child(2) {
  margin-bottom: -80px;
  transform: rotate(-5deg);
}
.preview-decor__left:last-child {
  align-self: flex-end;
  transform: rotate(-7deg);
  margin-right: -62px;
  margin-bottom: -26px;
}
.preview-decor__right {
  color: #040729;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  padding: 15px 19px 15px 19px;
  border-radius: 50px;
  background-color: #fff;
}
.preview-decor__right:first-child {
  transform: rotate(-5deg);
  align-self: flex-start;
  margin-left: -40px;
  margin-top: 14px;
}
.preview-decor__right:last-child {
  align-self: flex-end;
  transform: rotate(4deg);
  margin-right: 20px;
}

.body-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}
.body-preview__title {
  color: #fff;
  font-family: "Roboto";
  font-size: 21px;
  font-weight: 500;
  line-height: 100%;
}
.body-preview__items {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 322px;
  width: 100%;
  gap: 12px;
}
.body-preview__item {
  color: #fff;
  background-color: #111434;
  padding: 15px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s;
}
.body-preview__item:hover {
  transition: all 0.3s;
  background-color: #095e33;
}

.connect-preview {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #fff;
}
.connect-preview__title {
  color: #fff;
  font-family: "Roboto";
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  max-width: 563px;
  text-align: center;
  position: relative;
}
.connect-preview__title::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 174px;
  left: -200px;
  top: 50px;
  background: url(../img/preview/arrow-left.svg) center no-repeat;
}
.connect-preview__title::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 174px;
  top: 40px;
  right: -200px;
  background: url(../img/preview/arrow-right.svg) center no-repeat;
}
.connect-preview__button {
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  text-align: center;
  max-width: 322px;
  border-radius: 50px;
  width: 100%;
  padding: 26px 10px;
  background-color: #095e33;
  transition: all 0.3s;
}
.connect-preview__button:hover {
  transition: all 0.3s;
  background-color: #085032;
}

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

.footer {
  padding-top: 74px;
  padding-bottom: 64px;
  width: 100%;
}
.footer__shell {
  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;
}

@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: 1350px) {
  .header-preview__title {
    font-size: 90px;
  }
}
@media (max-width: 1200px) {
  .preview-decor__left:first-child {
    transform: rotate(7deg);
    margin-left: 0;
    margin-top: 0;
  }
  .preview-decor__left:nth-child(2) {
    margin-bottom: 0;
    transform: rotate(-4deg);
  }
  .preview-decor__left:last-child {
    transform: rotate(-7deg);
    margin-right: 0;
    margin-bottom: -26px;
  }
  .preview-decor__right:first-child {
    transform: rotate(-5deg);
    margin-left: 0;
    margin-top: 0;
  }
  .preview-decor__right:last-child {
    transform: rotate(4deg);
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .item-trend__title {
    height: 60px;
    overflow: hidden;
  }
}
@media (max-width: 1095px) {
  .wrapper {
    overflow: hidden;
  }
  .header-preview__title {
    font-size: 80px;
  }
  .preview-decor__left {
    font-size: 14px;
    display: none;
  }
  .preview-decor__right {
    font-size: 14px;
    display: none;
  }
}
@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;
  }
  .connect-preview__title::before, .connect-preview__title::after {
    width: 0;
  }
  .preview {
    padding-top: 110px;
  }
}
@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;
  }
  .header-preview__desc {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .header-preview__title {
    font-size: 54px;
  }
  .connect-preview__title {
    font-size: 30px;
  }
  .header_social {
    gap: 10px;
  }
  .header-preview {
    margin-bottom: 20px;
    justify-content: center;
  }
  .body-preview {
    margin-bottom: 30px;
    gap: 20px;
  }
  .connect-preview {
    gap: 20px;
  }
  .header-preview__decor-left {
    display: none;
  }
  .header-preview__decor-right {
    display: none;
  }
  .connect-preview__button {
    padding: 22px 10px;
  }
}
@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;
  }
}
@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;
}
@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;
  }
}
.light-theme .header_social a.instagram 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 */