@charset "UTF-8";
*,
ul {
  padding: 0;
}
* {
  margin: 0;
  border: 0;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
a,
a:hover {
  text-decoration: none;
}
aside,
footer,
header,
legend,
main,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
img {
  vertical-align: top;
}
address {
  font-style: normal;
}
input,
select,
textarea {
  background-color: transparent;
}
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button,
input[type="submit"] {
  display: inline-block;
  background: 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
button:active,
button:focus,
input:active,
input:focus {
  outline: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
:root {
  --font-family: "Commissioner", sans-serif;
  --second-family: "NEXT ART", sans-serif;
  --font4: "Euclid Circular B", sans-serif;
  --chernyy: #1d2330;
  --temno-siniy: #182d50;
  --krasnyy: #e23132;
  --belyy: #fff;
  --svetlo-seryy: #f5f5f5;
  --seryy: #8d989f;
  --svetlyy-seryy: #e9eff3;
  --ssylki: #0068d9;
}
@font-face {
  font-display: swap;
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  src: url(./../assets/fonts/commissioner-v20-cyrillic_latin-regular.woff2)
    format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 500;
  src: url(./../assets/fonts/commissioner-v20-cyrillic_latin-500.woff2)
    format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 600;
  src: url(./../assets/fonts/commissioner-v20-cyrillic_latin-600.woff2)
    format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 700;
  src: url(./../assets/fonts/commissioner-v20-cyrillic_latin-700.woff2)
    format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "NEXT ART";
  font-style: normal;
  font-weight: 400;
  src: url("./../assets/fonts/NEXT ART_Regular.otf");
}
@font-face {
  font-display: swap;
  font-family: "NEXT ART";
  font-style: normal;
  font-weight: 600;
  src: url("./../assets/fonts/NEXT ART_SemiBold.otf");
}
@font-face {
  font-display: swap;
  font-family: "NEXT ART";
  font-style: normal;
  font-weight: 700;
  src: url("./../assets/fonts/NEXT ART_Bold.otf");
}
@font-face {
  font-display: swap;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  src: url(./../assets/fonts/EuclidCircularBRegular.eot);
}
@font-face {
  font-display: swap;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  src: url(./../assets/fonts/EuclidCircularBMedium.eot);
}
.button {
  font-family: var(--font-family);
  border-radius: 999px;
  padding: 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  background-color: var(--belyy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: var(--chernyy);
  cursor: pointer;
}
.button:hover {
  background-color: var(--svetlo-seryy);
}
.button_outlined {
  border: 1px solid var(--seryy);
  border-radius: 24px;
  padding: 12px 20px;
}
.button_dark {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.button_dark,
.button_dark:hover {
  background: var(--temno-siniy);
  color: var(--belyy);
}
.button_pale,
body {
  font-family: var(--font-family);
  font-weight: 400;
}
.button_pale {
  background: var(--svetlo-seryy);
  font-size: 14px;
  line-height: 143%;
  color: var(--seryy);
}
@media (min-width: 0px) and (max-width: 1400px) {
  .button {
    font-weight: 500;
  }
}
.swiper-nav-button-next,
.swiper-nav-button-prev,
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-nav-button-next,
.swiper-nav-button-prev {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background-color: var(--belyy);
}
.swiper-pagination {
  position: static !important;
  margin-top: 16px;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: var(--seryy);
  margin: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background: var(--krasnyy);
}
@media (max-width: 576px) {
  .swiper-nav-button-next,
  .swiper-nav-button-prev {
    width: 38px;
    height: 38px;
  }
  .swiper-nav-button-next img,
  .swiper-nav-button-prev img {
    width: 18px;
    height: 18px;
  }
}
.title,
.title_dark {
  font-family: var(--second-family);
  line-height: 140%;
}
.title {
  font-weight: 600;
  font-size: 28px;
  color: var(--chernyy);
  text-transform: uppercase;
}
.title_dark {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.03em;
  color: var(--temno-siniy);
}
@media (min-width: 0px) and (max-width: 1400px) {
  .title {
    font-size: 24px;
    line-height: 120%;
  }
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
.scroll-none {
  overflow-y: hidden;
}
.hidden {
  display: none !important;
}
.visible {
  display: block !important;
}
.promo {
  height: auto;
}
.promo__img-container {
  position: absolute;
  height: 266px;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.promo__img-container_dark {
  background-color: var(--chernyy);
}
.promo__main-bg {
  width: 100%;
  height: 100%;
}
.promo__img-container-small {
  height: 294px;
}
.promo__img-container-light {
  background: 0 0;
}
@media (min-width: 0px) and (max-width: 1400px) {
  .promo__main-bg {
    width: auto;
  }
  .promo {
    height: auto;
  }
}
@media (min-width: 991px) {
  .promo__main-bg {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .promo__img-container-small {
    height: 274px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .promo__img-container-small {
    height: 268px;
  }
}
.header {
  width: 100%;
  height: 90px;
  padding-top: 10px;
  margin: 0 auto;
}
.header__links-wrapper {
  padding: 0;
}
.header__links {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.header__links,
.header__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo-link {
  display: block;
  margin-left: 20px;
}
.header__logo-img {
  width: 80px;
  height: 80px;
}
.header__text-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}
.header__text-links_dark .header__link,
.header__text-links_dark .header__link:hover,
.header_dark .header__text-links .header__link,
.header_dark .header__text-links .header__link:hover,
body {
  color: var(--chernyy);
}
.header__link {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--belyy);
  margin-left: 24px;
}
.header__link:first-child {
  margin-left: 0;
}
.header__link:hover {
  color: var(--svetlo-seryy);
}
.header__aside {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.header__join-btn {
  margin-left: 30px;
}
.header__search-btn-img {
  width: 24px;
  height: 24px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .header {
    width: 100%;
    height: 70px;
    padding-top: 10px;
    margin-left: 0;
  }
  .header__logo-img {
    height: 60px;
    width: 60px;
  }
  .header__search-btn-img,
  .header__text-links {
    display: none;
  }
  .header__join-btn {
    font-size: 14px;
    margin-left: 0;
  }
  .header__divider {
    padding: 0;
  }
  .promo__img-container {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .header__text-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__divider {
    padding: 0 12px;
  }
}
.header__search-input {
  width: 100%;
  background: #ececec;
  padding: 0 15px;
  border-radius: 4px;
  height: 35px;
  margin-left: 40px;
  font-size: 16px;
}
.header__search-input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
}
.header__search-input::-moz-placeholder {
  text-transform: uppercase;
  font-size: 14px;
}
.header__search-input:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
}
.header__search-input::-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
}
.header__search-input::placeholder {
  text-transform: uppercase;
  font-size: 14px;
}
.header__search-btn-img_close {
  width: 16px;
  height: 16px;
}
.main-label {
  margin: 20px auto 0;
  position: relative;
  width: 100%;
  height: 221px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-label video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0 !important;
}
.main-label div:not(.main-label__overlay) {
  position: relative;
  z-index: 2;
}
.main-label__overlay {
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.main-label__swiper-wrapper {
  position: relative;
}
.main-label__text {
  padding: 0;
}
.main-label__text__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: var(--belyy);
}
.main-label__slider-title,
.main-label__text__descr {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--belyy);
}
.main-label__text__descr {
  margin-top: 10px;
  font-size: 14px;
}
.main-label__slider-title {
  font-size: 20px;
  text-align: center;
}
.main-label__slider {
  margin-top: 24px;
  height: 104px;
}
.main-label__slider-container {
  height: 81px;
}
.main-label__slide {
  max-width: 173px;
}
.main-label__slide__descr,
.main-label__slide__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--belyy);
}
.main-label__slide__descr {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.main-label__slider-prev {
  position: absolute;
  top: 45%;
  left: -30px;
}
.main-label__slider-next {
  position: absolute;
  top: 45%;
  right: -30px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .main-label {
    margin-left: 0;
    padding: 15px;
  }
  .main-label__text__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
  }
  .main-label__text__descr {
    margin-top: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
  }
  .main-label__slider-next,
  .main-label__slider-prev,
  .main-label__slider-title {
    display: none;
  }
  .main-label__slider {
    margin-top: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
  }
  .main-label,
  .main-label__slider-container,
  .main-label__swiper-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-label__slider-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
    -webkit-column-gap: 33px;
    -moz-column-gap: 33px;
    column-gap: 33px;
  }
  .main-label {
    display: block;
  }
  .main-label__slider {
    height: auto;
  }
  .main-label__slide:nth-child(n + 5) {
    display: none;
  }
  .main-label__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .main-label__slide__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
  }
}
.news {
  margin-top: 24px;
}
.company-news {
  margin-top: 40px;
}
.company-news .news__posts-wrapper {
  margin-top: 32px;
}
.company-news .news__posts-column .news__posts {
  margin-top: 0;
}
.company-news__post__badge {
  display: block;
  border-radius: 22px;
  padding: 4px 10px;
  background: var(--belyy);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  color: var(--temno-siniy);
  position: absolute;
  top: 10px;
  left: 10px;
}
.news-container,
.news-container-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.news__news-wrapper {
  -webkit-box-flex: 3;
  -ms-flex: 3 1 0%;
  flex: 3 1 0%;
}
.news__social-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.news__posts-wrapper {
  column-count: 3;
    column-gap: 20px;
}
.news__posts,
.news__posts-wrapper {
  width: 100%;
  margin-top: 32px;
}
.news__post {
  width: 100%;
  display: block;
	break-inside: avoid;
    margin-bottom: 20px;
}
.news__post,
.news__post:hover {
  color: var(--chernyy);
}
.news__post:last-child {
  margin-bottom: 0;
}
.news__post__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__post__img-wrapper {
  position: relative;
}
.news__post_l .news__post__badge,
.news__post_m .news__post__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 99px;
  padding: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 82%;
  color: var(--chernyy);
  background: rgba(255, 255, 255, 0.8);
}
.news__post_l .news__post__text,
.news__post_m .news__post__text {
  margin-top: 10px;
}
.news__post_l .news__post__img,
.news__post_m .news__post__img {
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.news__post_m .news__post__img {
  position: absolute;
  top: 50%;
}
.news__post_l .news__post__title,
.news__post_m .news__post__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__post_l {
  grid-row: span 3;
}
.news__post_l .news__post__subtitle,
.news__post_l .news__post__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--chernyy);
}
.news__post_l .news__post__subtitle {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__post_l .news__post__img-wrapper {
  width: 100%;
  height: 196px;
  overflow: hidden;
}
.news__post_l .news__post__img-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.news__post_l .news__post__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;

}
@media (min-width: 991px) {
	.news__post_l .news__post__img {

	    object-fit: none;
}
}

.news__post_l .news__post__divider {
  margin-top: 6px;
}
.news__post_s {
  grid-row: span 1;
  width: 100%;
}
.news__post_s .news__post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.news__post_s .news__post__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--chernyy);
}
.news__post_s .news__post__img-wrapper {
  width: 86px;
  height: 88px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.news__post_s .news__post__img {
  width: 100%;
  height: 100%;
}
.news__post_s .news__post__divider {
  margin-top: 11px;
}
.news__post_m {
  width: 100%;
  grid-row: span 2;
  display: block;
}
.news__post_m .news__post__img-wrapper {
  width: 100%;
  height: 143px;
}
.news__post_m .news__post__img {
  width: 100%;
  height: 100%;
}
.news__post__date {
  margin-top: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: var(--seryy);
}
.news__post__date_attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.news__post__date_attention::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  background: url(./../assets/img/icons/attention-circle.svg) center
    center/cover no-repeat;
}
.news__post__divider {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
}
.news__social-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: var(--temno-siniy);
}
.news__social__posts {
  margin-top: 32px;
  background: var(--svetlo-seryy);
  padding: 20px;
  width: 100%;
}
.news__social__post {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--seryy);
  padding: 0 0 10px;
}
.news__social__post:last-child {
  margin-bottom: 0;
}
.news__social__post-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--chernyy);
}
.news__more-btn {
  margin: 32px auto 0;
}
.news__advertising-wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.news__advertising-item {
  display: block;
  color: var(--chernyy);
  border: 1px solid var(--seryy);
  width: auto;
}
.news__advertising-item:hover,
.news__more-label:hover {
  color: var(--chernyy);
}
.news__advertising__img-wrapper {
  width: 100%;
  height: 159px;
  position: relative;
  overflow: hidden;
}
.news__advertising__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.news__advertising-item__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 99px;
  padding: 2px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(29, 35, 48, 0.25);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: var(--belyy);
}
.news__advertising__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 10px 18px 14px;
  row-gap: 30px;
}
.news__advertising__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--chernyy);
}
.news__more-label {
  margin-top: 10px;
  position: relative;
  display: block;
  color: var(--chernyy);
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background: url(./../assets/img/label-bg.png) center center/cover no-repeat;
}
.news__more-label__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--belyy);
  max-width: 158px;
}
.news__more-label__btn {
  margin-top: 11px;
}
.news__more-label__logo {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 16px;
  right: 54px;
}
.news__more-label__telegram {
  position: absolute;
  top: 56px;
  right: -1px;
  width: 85px;
  height: 85px;
}
.initiatives {
  margin-top: 40px;
}
.news__social__advertising-banner {
  margin-top: 71px;
  width: 100%;
}
.news__advertising-wrapper_wide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.news__advertising-item_wide {
  width: 100%;
  display: block;
}
.news:not([class*=" "]) .news__posts-column .news__posts {
  margin-top: 64px;
}
.news:not([class*=" "]) .news__posts-column:first-child .news__posts {
  margin-top: 0;
}
.news:not([class*=" "])
  .news__posts-column:first-child
  .news__posts
  .news__post_l {
  margin-top: 26px;
}
.news__social-wrapper_regions-mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 991px) {
  .news__title {
    padding: 0 12px;
  }
  .news__social-wrapper_regions-desktop {
    display: none;
  }
  .news__social-wrapper_regions-mobile {
    display: block;
  }
  .news:not([class*=" "]) .news__posts-column .news__posts {
    margin-top: 0;
  }
  .news:not([class*=" "]) .news__posts-column:first-child,
  .news:not([class*=" "]) .news__posts-column:first-child .news__posts,
  .news:not([class*=" "])
    .news__posts-column:first-child
    .news__posts
    .news__post_l {
    margin-top: 0;
  }
  .news-container-main {
    padding: 0;
  }
  .news-container,
  .news-container-sub {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .news__news-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .news__advertising-item {
    display: none;
  }
  .news__advertising-item:first-child {
    display: block;
  }
  .news__post:not(.news__post_l) {
    width: 100%;
    padding: 0 12px;
  }
  .news__posts,
  .news__posts-column {
    width: 100%;
    margin-top: 0;
  }
  .news__posts-column .news__posts {
    margin-top: 0;
  }
  .news__posts-column:not(.news__posts-column_stright):first-child
    .news__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__posts-column:not(.news__posts-column_stright):first-child
    .news__posts
    .news__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .news__posts-column:not(.news__posts-column_stright):first-child
    .news__posts
    .news__post_l {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .news__posts-column:not(.news__posts-column_stright):first-child
    .news__posts
    .news__post_s {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .company-news .news__posts-column:first-child {
    margin-top: 0;
  }
  .news__title {
    margin-bottom: 24px;
  }
  .news-container,
  .news-container-sub,
  .news__news-wrapper,
  .news__posts-wrapper {
    width: 100%;
  }
  .news__post__img-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.7)),
      to(transparent)
    );
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
  }
  .news__post__img-container * {
    position: relative;
    z-index: 2;
  }
  .news__post_l {
    height: 321px;
    position: relative;
  }
  .news__post_l .news__post__subtitle {
    display: none;
  }
  .news__post_l .news__post__img-wrapper {
    height: 321px;
    position: absolute;
  }
  .news__post_l .news__post__img-container {
    height: 321px;
    overflow: hidden;
    position: relative;
  }
  .news__post_l .news__post__img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  }
  .news__post_l .news__post__divider {
    display: none;
  }
  .news__post_l .news__post__text {
    position: absolute;
    bottom: 24px;
    left: 15px;
    padding-right: 53px;
  }
  .news__post_l .news__post__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--belyy);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news__post_l .news__post__badge {
    display: none;
  }
  .news__post_l * {
    position: relative;
    z-index: 2;
  }
  .news__post:last-child {
    margin-bottom: 16px;
  }
  .news__more-btn {
    padding: 10px;
    margin-top: 8px;
    width: calc(100% - 24px);
    border: 1px solid var(--chernyy);
  }
  .news__advertising-item {
    margin: 0 auto;
    max-width: 292px;
  }
  .news__social-title {
    padding: 24px 12px 0;
    background: var(--svetlo-seryy);
  }
  .news__social__posts {
    margin-top: 0;
  }
  .news__more-label {
    margin: 24px auto 0;
    width: 100%;
  }
  .news__more-label__logo {
    right: 62px;
    top: 20px;
  }
  .news__more-label__telegram {
    width: 85px;
    height: 85px;
    top: 54px;
  }
  .news__social__advertising-banner,
  .news__social__advertising-banner-wrapper {
    display: none;
  }
  .news__social-wrapper {
    margin-top: 35px;
  }
  .news__post_l .news__post__badge_initiatives {
    display: block;
    position: absolute;
    top: 174px;
    right: auto;
    left: 15px;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .news__posts-column:first-child .news__posts .news__post_l {
    margin-top: 36px;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  .news__more-label {
    margin: 24px auto 0;
    width: calc(100% - 40px);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .initiatives__title {
    padding: 0;
  }
}
.news__more-btn_hidden,
.news__post_hidden {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .news__posts-wrapper {
    grid-template-columns: 1fr;
	  column-count: 1;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .news__posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
	   column-count: 2;
  }
}
.interview {
  margin-top: 40px;
  padding: 40px 0;
  background: url(./../assets/img/interview/interview_bg.png) center
    center/cover no-repeat;
}
.events__post__date span,
.interview__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: var(--belyy);
}
.interview__posts-wrapper,
.regions .news__posts-column .news__posts {
  margin-top: 32px;
}
.interview__post {
  margin-bottom: 12px;
  width: 100%;
}
.interview__post__title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.interview__post__img-wrapper {
  position: relative;
 }/*
.interview__post__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
} */
.interview__post__img {
    width: auto;
    height: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -30%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    max-width: 105px;
}
	
.interview__post_l .interview__post__text {
  margin-top: 10px;
}
.interview__post_l .interview__post__img-wrapper {
  width: 100%;
  height: 242px;
  overflow: hidden;
}
.interview__post_l .interview__post__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--belyy);
}
.interview__post_l .interview__post__date {
  margin-top: 10px;
}
.interview__post_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.interview__post_s .interview__post__title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--belyy);
}
.interview__post_s .interview__post__img-wrapper {
  width: 185px;
  height: 100px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.interview__post_s .interview__post__date {
  position: absolute;
  left: 0;
  bottom: 0;
}
.interview__post__text {
  position: relative;
}
.interview__post__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: var(--belyy);
  opacity: 0.5;
}
.interview__post__date_attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.interview__post__date_attention::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  background: url(./../assets/img/icons/attention-circle.svg) center
    center/cover no-repeat;
}
@media (min-width: 0px) and (max-width: 991px) {
  .interview {
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 8px;
  }
  .interview__title {
    font-size: 24px;
  }
  .interview__post:not(.interview__post_l) {
    width: 100%;
  }
  .interview__posts {
    width: 100%;
    margin-top: 0;
  }
  .interview__post {
    margin-bottom: 24px;
  }
  .interview__posts-column {
    width: 100%;
    margin-top: 0;
  }
  .interview__posts-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    --bs-gutter-x: 0;
  }
  .interview__post_s .interview__post__img-wrapper {
    width: 157px;
    height: 100px;
  }
  .interview__post_s .interview__post__title {
    font-weight: 400;
    font-size: 14px;
  }
  .interview__post_l {
    height: 321px;
    position: relative;
  }
  .interview__post_l .interview__post__img-wrapper {
    height: 321px;
    width: 100%;
    position: relative;
  }
  .interview__post_l .interview__post__img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.7)),
      to(transparent)
    );
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
  }
  .interview__post_l .interview__post__text {
    z-index: 2;
  }
  .interview__post_l .interview__post__img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  }
  .interview__post_l .interview__post__text {
    position: absolute;
    bottom: 24px;
    left: 15px;
  }
  .interview__post_l .interview__post__title {
    padding-right: 28px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--belyy);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 438px) {
  .interview {
    margin-top: 35px;
    padding: 40px 0;
    background: url(./../assets/img/interview/interview-bg-mobile.png) center
      center/cover no-repeat;
  }
}
.events {
  margin-top: 40px;
}
.events__container {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.events__post {
  width: 100%;
  padding: 0 !important;
}
.events__post__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.events__post__img-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.events__post__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.events__post__date,
.events__post__text {
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 140%;
  color: var(--chernyy);
}
.events__post__date {
  font-size: 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.events__post__date span {
  display: block;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--krasnyy);
}
.events__post__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  width: 100%;
}
.events__post__divider {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: var(--seryy);
}
.events__more-btn {
  margin: 24px auto 0;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .events {
    margin-top: 34px;
  }
  .events__post:last-child {
    margin-bottom: 24px;
  }
  .events__post__main-content {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .events__post__date {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
  .events__post__date span {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
  }
  .events__post__img-wrapper {
    width: 85px;
    height: 85px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .events__more-btn {
    margin-top: 0;
    width: 100%;
    border: 1px solid var(--chernyy);
  }
  .events__container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.regions .news__posts-column:first-child .news__posts {
  margin-top: 32px;
}
.regions .news__posts-column:first-child .news__posts .news__post_l {
  margin-top: 0;
}
.regions__posts {
  margin-top: 71px;
}
.regions__post__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.regions__post__date,
.regions__post__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.regions__post__date,
.regions__post__date span {
  color: var(--temno-siniy);
  text-align: center;
}
.regions__post__date span {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
}
.regions__post__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--chernyy);
}
@media (min-width: 0px) and (max-width: 1200px) {
  .regions {
    margin-top: 35px;
  }
  .regions .news__posts-column:first-child,
  .regions .news__posts-column:first-child .news__posts .news__post_l {
    margin-top: 0;
  }
  .regions__post__main-content {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .regions__post__date {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
  .regions__post__date span {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    color: var(--krasnyy);
  }
  .regions__post__img-wrapper {
    width: 85px;
    height: 85px;
  }
  .regions__more-btn {
    width: 100%;
    border: 1px solid var(--chernyy);
    margin-top: 24px;
    width: calc(100% - 24px);
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .regions__posts {
    background: 0 0;
    padding: 0 12px 24px;
    margin-top: 24px;
  }
  .regions__posts > div {
    background: var(--svetlo-seryy);
    padding: 20px;
  }
  .regions .news__posts-column:first-child .news__posts {
    margin-top: 0;
  }
  .regions .news__posts-column .news__posts {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .regions__posts {
    margin-top: 63px;
  }
}
.subscribe {
  margin-top: 40px;
}
.subscribe-container {
  padding: 44px 40px;
  background: url(./../assets/img/subscribe-bg.png) center center/cover
    no-repeat;
  border-radius: 16px;
  position: relative;
}
.subscribe__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--belyy);
}
.subscribe__btn {
  margin-top: 30px;
  font-weight: 500;
}
.subscribe__btn:hover {
  color: var(--chernyy);
}
.subscribe__logo {
  width: 138px;
  height: 138px;
}
.subscribe__telegram {
  width: 150px;
  height: 150px;
  margin-left: 20px;
  margin-top: 20px;
}
.subscribe__logo {
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .subscribe-container {
    padding: 13px 15px;
  }
  .subscribe__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: var(--belyy);
  }
  .subscribe__btn {
    margin-top: 50px;
  }
  .subscribe__logo,
  .subscribe__telegram {
    position: absolute;
    right: 80px;
    bottom: 24px;
    margin: 0;
    width: 58px;
    height: 58px;
  }
  .subscribe__telegram {
    width: 62px;
    height: 62px;
    right: 21px;
    bottom: 20px;
  }
}
.footer {
  margin-top: 64px;
  padding-bottom: 62px;
}
.footer__logo {
  width: 90px;
  height: 91px;
}
.footer__link {
  margin-top: 9px;
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
}
.footer__link,
.footer__link:hover {
  color: var(--seryy);
}
.footer__link-wrapper:first-child,
.footer__link:first-child {
  margin-top: 0;
}
.footer__link_dark {
  color: var(--chernyy);
}
.footer__link-title,
.footer__link_phone {
  font-family: var(--font-family);
  line-height: 130%;
  color: var(--chernyy);
}
.footer__link-title {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.6;
}
.footer__link_phone {
  font-weight: 600;
  font-size: 22px;
}
.footer__link-wrapper {
  margin-top: 27px;
}
.footer__link-title_lower {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--chernyy);
  opacity: 1;
  text-transform: none;
}
.footer__link__social-wrapper {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.footer__link__social-link {
  width: 32px;
  height: 32px;
}
.footer__link-wrapper_large {
  margin-top: 50px;
}
.footer__button {
  margin-top: 16px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--belyy);
}
.footer__bottom {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__bottom__link,
.footer__copyright {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--seryy);
}
.footer__bottom__link {
  display: block;
}
.footer__bottom__link:hover {
  color: var(--seryy);
}
.footer__bottom__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 12px;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .footer {
    margin-top: 48px;
    padding-bottom: 26px;
  }
  .footer__block,
  .footer__link-wrapper_large {
    margin-top: 24px;
  }
  .footer__block:first-child {
    margin-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .footer__bottom {
    display: block;
  }
  .footer__copyright {
    text-align: left;
  }
  .footer__bottom__links-wrapper {
    margin-top: 12px;
  }
  .footer__bottom__link {
    display: block;
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
.sidebar {
  width: 270px;
  height: 100%;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--chernyy);
  overflow-y: scroll;
  z-index: 1000;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sidebar_opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sidebar-container {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 600px;
}
.sidebar__link,
.sidebar__link_large {
  font-family: var(--font-family);
  line-height: 140%;
  color: var(--belyy);
}
.sidebar__link {
  display: block;
  width: 100%;
  padding: 6px 0;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
.sidebar__link:hover {
  color: var(--belyy);
}
.sidebar__link_large {
  font-weight: 500;
  font-size: 16px;
}
.sidebar__join-btn {
  margin-top: 60px;
  width: 100%;
}
.sidebar__bottom-links {
  margin-top: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sidebar__bottom-link {
  width: 32px;
  height: 32px;
}
.sidebar__close {
  display: none;
}
@media (min-width: 0px) and (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
  .sidebar__join-btn {
    max-width: 288px;
  }
  .sidebar__bottom-links {
    max-width: 190px;
    margin-top: 48px;
    position: static;
  }
  .sidebar__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.substrate {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: var(--chernyy);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.substrate_none {
  display: none;
}
.substrate_block {
  display: block;
}
.substrate_opacity {
  opacity: 0.5;
}
.revealed-header {
  position: fixed;
  top: 0;
  left: 105px;
  padding: 6px 24px;
  background: var(--chernyy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  z-index: 998;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.revealed-header_opened {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.revealed-header__logo-img,
.revealed-header__logo-link {
  width: 50px;
  height: 50px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .revealed-header {
    display: none;
  }
}
