html, body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: OpenSans, sans-serif;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 40px;
}

.wrapper-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1067px;
  width: 100%;
  padding-right: 40px;
  border-right: 1px solid #EEEEEE;
  padding-bottom: 40px;
}

.wrapper-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 473px;
  width: 100%;
  margin: 0 0 0 auto;
  padding-bottom: 40px;
}

.wrapper-right-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrapper-right-space-between .last-news {
  margin-bottom: 600px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 215px 0 0;
  overflow-x: hidden;
  overflow: hidden;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}
.scroll::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #C0C3CA;
}

.hidden {
  overflow: hidden;
}

h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 140%;
  color: #242528;
}
h1.white {
  color: #FFFFFF;
}

h2 {
  font-size: 28px;
  line-height: 140%;
  color: #242528;
}
h2.white {
  color: #FFFFFF;
}

p {
  font-size: 20px;
  line-height: 160%;
  color: #242528;
}
p.white {
  color: #FFFFFF;
}

p.min {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #242528;
}
p.min.white {
  color: #FFFFFF;
}

q {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 180%;
  color: #242528;
}
q.white {
  color: #FFFFFF;
}

.ad-block-100w-120 {
  width: 100%;
  height: 120px;
  margin: 0 0 20px 0;
  max-height: 120px;
  overflow: hidden;
}

.ad-block-400-600 {
  width: 400px;
  height: 600px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}

.margin-b-40 {
  margin: 0 0 40px 0;
}

.title__blocks {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 40px 0;
  color: #242528;
}

.background-gray-100w {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
}
.background-gray-100w:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #EEEEEE;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

q {
  position: relative;
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 180%;
  color: #242528;
  padding: 43px 0 0 73px;
}
q:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 60px;
  content: "";
  background: url("/front/dist/assets/img/quotes.svg");
  z-index: -1;
}

.title {
  margin-bottom: 20px;
}

.swiper-advertisement {
  overflow: hidden;
}
.swiper-advertisement .swiper-slide img {
  height: 120px;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner-content-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-list-news-mob {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.main-list-news-mob__content {
  position: relative;
  width: 100%;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  background: #FFFFFF;
}
.main-list-news-mob__content .last-news {
  max-width: 630px;
  margin: 40px auto 0 auto;
  height: 100%;
}
.main-list-news-mob__content .last-news .last-news__btn {
  display: none;
}
.main-list-news-mob__content .last-news .last-news__wrapper {
  height: 100%;
}

.main-list-news-mob__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.main-list-news-mob-btn {
  display: none !important;
  z-index: 99;
}

.swiper-container_mm {
  margin: 0 auto 40px auto !important;
}

@media (max-width: 1665px) {
  .container {
    max-width: 1245px;
  }
  .wrapper-left {
    max-width: 817px;
  }
  .wrapper-right {
    max-width: 348px;
  }
  q {
    padding: 43px 0 0 0;
  }
  .title__blocks {
    margin: 0 0 20px 0;
  }
  .ad-block-400-600 {
    width: 300px;
  }
}
@media (max-width: 1364px) {
  .container {
    max-width: 80%;
  }
  .wrapper-left {
    max-width: 100%;
    border-right: none;
    padding: 0;
  }
  .wrapper-right {
    display: none;
  }
  .title {
    font-size: 30px;
  }
  q {
    padding: 43px 0 0 73px;
  }
  .banner-content-img {
    height: auto;
    max-height: 120px;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .main-list-news-mob-btn {
    display: block !important;
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 80%;
  }
  .title {
    font-size: 24px;
  }
  .title__blocks {
    font-size: 20px;
  }
  q {
    padding: 43px 0 0 0;
  }
  .ad-block-100w-120 {
    height: auto;
    max-height: 120px;
  }
  .main-list-news-mob-btn {
    width: 100% !important;
  }
  .main-list-news-mob__content .last-news {
    width: auto !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .swiper-advertisement .swiper-slide img {
    height: auto;
  }
}
.advertiser__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.advertiser__img {
  width: 375px;
  height: 237px;
}

.advertiser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.advertiser__title {
  font-size: 24px;
  font-weight: normal;
  margin: 0px;
}

.advertiser__text {
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
}

@media (max-width: 1364px) {
  .advertiser__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
  }
  .advertiser__content {
    gap: 20px !important;
  }
  .advertiser__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .advertiser__text {
    margin-top: -10px !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .advertiser__btn {
    width: 375px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  .advertiser__btn {
    width: 100% !important;
  }
  .advertiser__img img {
    width: 100%;
  }
  .advertiser__title {
    font-size: 20px;
  }
  .advertiser__text {
    font-size: 16px;
  }
}
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
  text-decoration: none;
}
.article.min .article__img {
  width: 98px;
  height: 98px;
}
.article.min .article__title {
  font-size: 20px;
  line-height: 160%;
}

.article__img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin: 0 40px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 10px 0;
  color: #242528;
}

.article__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  height: 65px;
  overflow: hidden;
  color: #242528;
  text-overflow: ellipsis;
  whitespace: nowrap;
  margin: 0 0 10px 0;
}

.article__type {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #8B8E96;
  margin: 0;
}

@media (max-width: 1364px) {
  .article__img {
    width: 80px;
    height: 80px;
  }
  .article.min .article__img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article.min .article__img {
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
  }
  .article__img {
    margin: 0 0 20px 0;
  }
  .article__title {
    font-size: 20px;
  }
  .article__text {
    font-size: 16px;
    height: auto;
  }
}
.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  margin-bottom: 10px;
}

.bread-crumbs__item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8E96;
  text-decoration: none;
}

.bread-crumbs__item_current-page {
  color: #C0C3CA;
}

.read-crumbs__line {
  width: 15px;
  height: 1px;
  background-color: #C0C3CA;
}

@media (max-width: 767px) {
  .bread-crumbs {
    display: none;
  }
}
.author-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.author-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.author-news__info-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #8B8E96;
  text-decoration: none;
}

.author-news__info-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .author-news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .author-news__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
  }
  .author-news__info-authors {
    display: block;
    border-right: 1px solid #8B8E96;
    padding-right: 10px;
  }
}
.contest-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 473px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
}

.contest-list__img {
  width: 100%;
}

.contest-list__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.contest-list__text {
  width: 70%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.btb-contest-item {
  padding: 10px 40px;
}

.fancybox__footer {
  display: none;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.3);
}

.fancybox__content {
  padding: 20px 20px 0 20px !important;
  background: #FFFFFF !important;
}

.fancybox__caption {
  width: 100% !important;
  max-width: 1308px !important;
  text-align: center !important;
  color: #242528 !important;
  background: #FFFFFF !important;
  padding: 20px !important;
}

.fancybox__nav {
  display: none;
}

.modal-contest {
  display: none;
  position: relative;
  width: 487px;
  max-height: 641px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 60px !important;
}
.modal-contest .modal-contest__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-contest .modal-contest__form .modal-contest__input {
  outline: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.modal-contest .modal-contest__form .modal-contest__input::-webkit-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8E96;
}
.modal-contest .modal-contest__form .modal-contest__input::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8E96;
}
.modal-contest .modal-contest__form .modal-contest__input:-ms-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8E96;
}
.modal-contest .modal-contest__form .modal-contest__input::-ms-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8E96;
}
.modal-contest .modal-contest__form .modal-contest__input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8E96;
}
.modal-contest .modal-contest__form .modal-contest__btn {
  margin-top: 20px;
}
.modal-contest .modal-contest__form input {
  width: 100%;
}
.modal-contest .modal-contest__form .modal-contest__input {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #EEEEEE;
}
.modal-contest .modal-contest__title {
  text-align: center;
}
.modal-contest .modal-contest__text {
  text-align: center;
}
.modal-contest button {
  position: absolute !important;
  top: 40px !important;
  right: 40px !important;
  --f-button-color: $black !important;
  --f-button-svg-width: 30px !important;
  --f-button-svg-height: 30px !important;
}

@media (max-width: 1665px) {
  .contest-list__item {
    width: 388px;
  }
}
@media (max-width: 1364px) {
  .contest-list__item {
    width: 295px;
    height: 445px;
  }
  .contest-list__text {
    width: auto;
    margin: 0;
  }
  .btn-contest-item {
    width: auto;
  }
  .contest-list__title {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .contest-list__item {
    width: 100%;
    padding: 15px;
  }
  .contest__description {
    margin-bottom: 40px;
  }
}
.discussion {
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #C0C3CA;
  border-radius: 3px;
}

.discussion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.discussion-reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
}

.discussion-reaction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 73px;
  width: 100%;
  cursor: pointer;
}

.discussion-reaction__counter {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.discussion-comments {
  display: none;
  margin-top: 20px;
}

.discussion-comments__item {
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.discussion-comments__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}

.discussion-comments__time {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #8B8E96;
}

.discussion-comments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.discussion-comments__header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.discussion-comments__text {
  margin: 10px 0 0 70px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.isShow-comments {
  display: block;
}

.discussion-comments-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.discussion-comments__time_mobile {
  display: none;
}

.disabled-reaction svg path {
  fill: #8B8E96;
}

.active-reaction .discussion-reaction__counter {
  font-weight: 700;
}

@media (max-width: 1666px) {
  .discussion-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .discussion-reaction {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px 30px;
  }
  .discussion-comments__text {
    margin-left: 0;
  }
  .discussion-comments__time {
    display: none;
  }
  .discussion-comments__time_mobile {
    display: block;
    margin-top: 10px;
  }
  .discussion-comments-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
  }
  .discussion-comments-btns button {
    width: 100%;
  }
  .discussion-btn {
    width: 100%;
    padding: 8px 50px;
  }
}
.btn {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-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;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  padding: 8px 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
}
.btn svg {
  margin: 0 0 0 10px;
}
.btn:hover {
  color: #242528;
  background: #FFFFFF;
}
.btn.blue {
  background: #316FCB;
}
.btn.blue:hover {
  background: #7B8BCF;
  color: #FFFFFF;
}
.btn.transparent-blue-svg {
  background: transparent;
  color: #316FCB;
  border: 1px solid #316FCB;
}
.btn.transparent-blue-svg:hover {
  background: #FFFFFF;
}
.btn.transparent-blue {
  background: transparent;
  color: #316FCB;
  border: 1px solid #316FCB;
}
.btn.transparent-blue:hover {
  background: #316FCB;
  color: #FFFFFF;
}
.btn.description-clip__btn {
  position: relative;
  background: #FFFFFF;
  color: #316FCB;
  border: 1px solid #316FCB;
  padding-right: 80px;
}
.btn.description-clip__btn:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  right: 50px;
  top: 16px;
  background: url("/front/dist/assets/img/follow.svg");
  background-repeat: no-repeat;
}
.editorial {
  width: 500px;
}

.text-b {
  font-weight: bold;
}

.editorial__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.editorial__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  line-height: 25px;
}
.editorial__info-item .editorial__mail-link {
  color: #316FCB;
  text-decoration: none;
  border-bottom: 1px dashed #316FCB;
}
.editorial__info-item .editorial__phone-link {
  text-decoration: none;
  color: #242528;
}

.editorial__fio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.editorial__line {
  height: 1px;
  background-color: #EEEEEE;
}

.editorial__m-r-180 {
  margin-right: 180px;
}

.editorial__a-i-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.editorial__w-471px {
  width: 471px !important;
}

@media (max-width: 1665px) {
  .editorial__fio-wrapper {
    display: block;
  }
  .editorial__w-471px {
    width: 100% !important;
  }
  .editorial__info {
    gap: 20px;
  }
}
@media (max-width: 1364px) {
  .editorial__info {
    gap: 5px;
  }
  .editorial__m-r-180 {
    margin-right: inherit;
  }
}
@media (max-width: 767px) {
  .editorial__info-item_a-i-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.date-picker {
  font-family: OpenSans, sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-left: 1px solid #EEEEEE;
  padding: 0 40px;
  gap: 40px;
}
.date-picker svg {
  width: 30px;
  height: 30px;
}
.date-picker .cal2-icon {
  display: none;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
  background: #373737;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__soc-mobile {
  display: none;
}

@media (max-width: 1665px) {
  .footer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footer__soc-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.icon.dark path, .icon-comments.dark path {
  fill: #8B8E96;
}
.icon.dark span, .icon-comments.dark span {
  color: #8B8E96;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.icon-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.icon-comments__count {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 0 3px;
  color: #FFFFFF;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  z-index: 999;
}
.header.min {
  height: 125px;
}
.header.min .header__top-wrapper {
  height: 30px;
  padding: 20px 0;
}
.header.min .header__top-logo svg {
  width: 186px;
  height: 25px;
}
.header.min .header__top-banner {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1665px) {
  .header.min {
    height: 70px;
  }
  .header.min .header__bottom {
    opacity: 0;
    pointer-events: none;
    height: 0%;
    overflow: hidden;
  }
}
@media (max-width: 1364px) {
  .header {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 200px;
  }
}
.last-news {
  position: sticky;
  width: 100%;
  top: 125px;
}
.last-news.main-page__last-news .last-news__wrapper {
  max-height: 1575px;
}

.last-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  max-height: 645px;
  gap: 28px;
  margin: 0 0 40px 0;
  padding: 0 10px 0 0;
}

.last-news__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 40px 0;
}

.last-news__btn {
  width: 100%;
}

@media (max-width: 1665px) {
  .last-news {
    max-width: 348px;
    top: 90px;
  }
  .last-news__wrapper {
    max-height: 585px;
  }
}
.line-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  width: 100%;
  color: #242528;
}

.line-news__time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.line-news__separator {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30px;
  height: 1px;
  margin: 15px 21px 0 21px;
  background: #242528;
}

.line-news__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  whitespace: nowrap;
  margin: 0;
}

@media (max-width: 1665px) {
  .wrapper-right .line-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-right .line-news .line-news__separator {
    display: none;
  }
}
.latest__title {
  font-weight: 500;
  margin-bottom: 40px;
}

.latest-news {
  height: calc(100vh - 600px);
  margin-bottom: 40px;
  overflow: auto;
}

.line-news__not-found {
  margin-bottom: 10px;
}

.last-news__wrapper .news-card__title {
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  .line-news__not-found {
    margin-bottom: 20px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .line-news__separator {
    display: none;
  }
}
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.navigation__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.navigation__item {
  padding: 8px 18px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  color: #242528;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
}
.navigation__item:hover {
  background: #FFFFFF;
  border-color: #316FCB;
  color: #316FCB;
}
.navigation__item.current-page {
  background: #316FCB;
  border-color: #316FCB;
  color: #FFFFFF;
}

.disable {
  background: #FFFFFF !important;
  border-color: #C0C3CA !important;
  color: #8B8E96 !important;
}

.navigation__btn {
  display: none;
}

@media (max-width: 1364px) {
  .navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navigation__item_adaptiv {
    display: none;
  }
}
@media (max-width: 767px) {
  .navigation__pages {
    gap: 16px;
  }
  .navigation__item_adaptiv {
    display: none;
  }
  .navigation__btn-control {
    display: none;
  }
  .navigation__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 50px;
    text-decoration: none;
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
  }
}
.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 513px;
  height: 308px;
  overflow: hidden;
  border-bottom: 1px solid #EEEEEE;
  text-decoration: none;
  cursor: pointer;
}
.news-card.photo .news-card__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: auto 0 0 0;
}
.news-card.photo .news-card__date {
  color: #FFFFFF;
}
.news-card.photo .news-card__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  color: #FFFFFF;
  margin: 10px 0 30px 0;
}
.news-card.last-news__card {
  width: 100%;
  height: 267px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: none;
  overflow: visible;
}
.news-card.last-news__card .news-card__photo {
  width: 100%;
  height: 100%;
}
.news-card.last-news__card .news-card__date,
.news-card.last-news__card .tags {
  display: none;
}

.news-card__photo {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.news-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 0 10px;
}

.news-card__date {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #8B8E96;
  margin: 0 auto 0 0;
}

.news-card__title {
  display: -webkit-box;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #242528;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 30px 0 10px 0;
}

.news-card__description {
  display: -webkit-box;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #242528;
  overflow: hidden;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.news-card__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 289px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.news-card__wrapper-mobile-tags {
  display: none;
}

@media (max-width: 1665px) {
  .news-card {
    width: 388px;
    height: 268px;
  }
  .news-card__title {
    font-size: 16px;
    font-weight: 800;
    line-height: 140%;
  }
  .news-card__description {
    font-size: 16px;
  }
  .news-card.last-news__card {
    height: 307px;
  }
  .news-card.last-news__card .news-card__photo {
    width: 100%;
    height: 196px;
  }
  .news-card.last-news__card path {
    fill: #C0C3CA;
  }
  .news-card.last-news__card .icon-comments .icon-comments__count {
    color: #C0C3CA;
  }
  .news-card.last-news__card .news-card__title {
    height: 60px;
    color: #242528;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding: 0;
    margin: 10px 0 0 0;
    -webkit-line-clamp: 3;
  }
  .news-card.last-news__card .news-card__wrapper {
    padding: 0 0 0 0;
    margin: 206px 0 0 0;
  }
  .news-card.photo:not(.last-news__card) {
    height: 268px;
  }
  .news-card.photo:not(.last-news__card) .news-card__wrapper .tags {
    display: none;
  }
  .news-card.photo:not(.last-news__card) .news-card__title {
    padding: 0 20px;
    margin: 10px 0 50px 0;
  }
  .news-card.photo:not(.last-news__card) .news-card__wrapper-mobile-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 31px 20px 0 20px;
    gap: 0 10px;
  }
  .news-card.photo:not(.last-news__card) .news-card__photo {
    top: 15px;
    height: 218px;
  }
}
@media (max-width: 1364px) {
  .news-card {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
  }
  .news-card.photo:not(.last-news__card, .media) {
    height: auto;
  }
  .news-card.photo:not(.last-news__card, .media) .news-card__photo {
    width: 100%;
    height: 355px !important;
  }
  .news-card.photo:not(.last-news__card, .media) .news-card__wrapper-mobile-tags {
    display: none;
  }
  .news-card.photo:not(.last-news__card, .media) .news-card__wrapper {
    padding: 385px 0 0 0;
  }
  .news-card.photo:not(.last-news__card, .media) .news-card__wrapper .tags {
    display: block;
  }
  .news-card.photo:not(.last-news__card, .media) .news-card__date {
    color: #8B8E96;
  }
  .news-card.photo:not(.last-news__card, .media) .news-card__title {
    color: #242528;
    font-size: 20px;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .news-card.photo:not(.last-news__card, .media) .icon-comments__count {
    color: #8B8E96;
  }
  .news-card.photo:not(.last-news__card, .media) .icon path, .news-card.photo:not(.last-news__card, .media) .icon-comments path {
    fill: #8B8E96;
  }
  .news-card.photo:not(.last-news__card, .media) .tags {
    border: 1px solid #7B8BCF;
    color: #7B8BCF;
  }
  .news-card.media:not(.last-news__card) {
    height: 355px;
  }
  .news-card.media:not(.last-news__card) .news-card__wrapper-mobile-tags {
    display: none;
  }
  .news-card.media:not(.last-news__card) .news-card__wrapper .tags {
    display: block;
  }
  .news-card.media:not(.last-news__card) .news-card__date, .news-card.media:not(.last-news__card) .icon, .news-card.media:not(.last-news__card) .icon-comments {
    display: none;
  }
  .news-card.media:not(.last-news__card) .news-card__photo {
    height: 355px !important;
  }
  .news-card.media:not(.last-news__card) .news-card__title {
    font-size: 20px;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  .news-card {
    padding: 0 0 20px 0;
  }
  .news-card.media:not(.last-news__card) .news-card__photo,
  .news-card.photo:not(.last-news__card) .news-card__photo {
    height: 186px !important;
  }
  .news-card__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .news-card__date {
    width: 60%;
  }
  .news-card__title {
    margin: 10px 0;
  }
  .news-card.photo:not(.last-news__card) .news-card__wrapper {
    padding: 225px 0 0 0;
  }
  .news-card.photo:not(.last-news__card) .news-card__title {
    font-size: 16px;
    margin: 10px 0;
  }
  .news-card.media:not(.last-news__card) {
    height: 310px;
  }
  .news-card.media:not(.last-news__card) .news-card__title {
    color: #242528;
    padding: 0;
  }
  .news-card.media:not(.last-news__card) .tags {
    color: #316FCB;
    border: 1px solid #316FCB;
  }
  .news-card.media:not(.last-news__card) .news-card__wrapper {
    padding: 205px 0 0 0;
    margin: 0;
  }
}
.news-plot__item {
  margin-bottom: 40px;
}

.news-plot__title {
  font-weight: normal;
  margin: 20px 0;
}

.line-news__pilot {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}

.line-news__title {
  height: auto;
}

@media (max-width: 767px) {
  .line-news__pilot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .line-news__separator {
    display: none;
  }
  .news-plot__title {
    font-size: 20px;
  }
  .line-news__time {
    font-size: 16px;
  }
  .line-news__title {
    font-size: 16px;
  }
}
.npa-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
}

.npa-item__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  color: #242528;
}

@media (max-width: 767px) {
  .npa-item__text {
    font-size: 16px;
  }
}
.news-detail {
  margin-bottom: 40px;
}

.news-detail__img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-detail__photo-author {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #8B8E96;
}
.news-detail__photo-author a {
  color: #8B8E96;
  text-decoration: none;
}

.news-detail__detail-text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.news-detail__detail-text p img {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-detail__dop-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  text-decoration: none;
  color: #242528;
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.news-detail__dop-link span {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}

.dop-link__img {
  width: 266px;
}

.news-detail-footer .choices {
  display: none;
}

.news-detail__read-all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 10px 20px;
  background: #316FCB;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 20px;
}
.news-detail__read-all-link .read-all {
  font-size: 20px;
  line-height: 160%;
}

.news-detail__related-news {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.news-detail-footer__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.share-soc {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-soc-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-detail__wrapper-img {
  width: 100%;
  max-height: 600px;
  height: auto;
}

@media (max-width: 1364px) {
  .news-detail .title {
    margin-bottom: 40px;
  }
  .news-detail__read-all-wrapper {
    margin: 40px 0 40px 0;
  }
  .news-detail__related-news {
    font-size: 24px;
  }
  .news-detail-footer__title {
    font-size: 24px;
  }
  .share-soc {
    margin-top: 40px;
  }
  .news-detail__wrapper-img {
    max-height: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .news-detail-footer__select-wrapper {
    display: block !important;
  }
  .news-detail .title {
    margin-bottom: 0;
  }
  .news-detail .video-report-detail__tags-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-detail .video-report-detail__tags-wrapper .video-report-detail__tags-wrapper__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
  }
  .news-detail .choices {
    margin: 0 !important;
  }
  .news-detail .choices[data-type*=select-one]:after {
    border: none;
    width: 14px;
    height: 14px;
    margin: -6px 0 0 0;
    background: url("/front/dist/assets/img/ic_baseline-arrow-back-ios-new-black.svg");
  }
  .news-detail .choices__list--dropdown {
    border: 1px solid #EEEEEE !important;
  }
  .news-detail .choices__placeholder {
    color: #242528;
    opacity: 1;
  }
  .news-detail .choices__inner {
    background: #FFFFFF;
  }
  .news-detail__read-all-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 140%;
  }
  .read-all {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .news-detail-footer .choices {
    display: block;
  }
  .news-detail-footer-content {
    display: none;
  }
  .news-detail__dop-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .dop-link__img {
    width: 100%;
  }
  .news-detail-footer__title {
    font-size: 20px;
  }
  .news-detail__related-news {
    font-size: 20px;
  }
  .news-detail__read-all-wrapper {
    margin: 40px 0 20px 0;
  }
  .news-detail-footer .choices {
    border: 1px solid #C0C3CA;
    color: #242528;
  }
}
.read-us-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__top-menu-coll-link-btn {
  gap: 10px;
  width: auto;
  margin: 0;
}
.header__top-menu-coll-link-btn img {
  margin: 0;
}

.read-us-soc__link {
  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;
  gap: 10px;
  height: 42px;
  color: black;
  border-radius: 3px;
  border: 1px solid #C0C3CA;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  .read-us-soc {
    display: none;
  }
}
.photo-report-detail__item {
  max-width: 1067px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.photo-report-detail__photo {
  width: 100%;
}

.photo-report-detail-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-report-detail__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #242528;
  margin: 10px 0;
}

.photo-report-detail__author {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #8B8E96;
  margin: 0;
}
.printed-publications {
  margin: 0 0 179px 0;
}

.printed-publications__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.printed-publications__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 40px 0 0 0;
}
.slider {
  position: relative;
  width: 100%;
  height: 601px;
}
.slider.main-page__slider {
  margin: 0 0 40px 0;
}

.slider__swiper-slide {
  position: relative;
  width: 100%;
  height: 601px;
  cursor: pointer;
}

.slider__swiper-slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.slider__swiper-slide-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px;
  height: 100%;
}

.slider__swiper-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.slider__swiper-slide-inner i {
  display: none;
}

.slider__swiper-slide-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #FFFFFF;
  margin: 0;
}

.slider__swiper-slide-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 auto 0;
}

.slider__wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: auto;
  left: auto;
  right: 60px;
  bottom: 60px;
  z-index: 1;
}

.slider__swiper-button-prev,
.slider__swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EEEEEE;
  padding: 13px 10px;
  margin: 0 1px;
  cursor: pointer;
}

.slider__swiper-button-prev {
  border-radius: 3px 0px 0px 3px;
}

.slider__swiper-button-next {
  border-radius: 0px 3px 3px 0px;
}

.slider__swiper-content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1665px) {
  .slider__swiper-slide-wrapper {
    padding: 40px 40px 20px 40px;
  }
  .slider__swiper-slide-title {
    font-size: 30px;
  }
  .slider__wrapper-btn {
    right: 40px;
    bottom: 20px;
  }
}
@media (max-width: 1364px) {
  .slider__swiper-slide-title {
    font-size: 24px;
    margin: 10px 0 auto 0;
  }
  .slider__swiper-slide {
    height: 335px;
  }
  .slider {
    height: 335px;
  }
}
@media (max-width: 767px) {
  .slider {
    height: 473px;
  }
  .main-page__slider {
    height: 360px !important;
  }
  .slider__swiper-slide {
    height: 360px;
  }
  .slider__swiper-slide-img {
    height: 186px;
  }
  .slider__swiper-slide-wrapper {
    gap: 156px;
    padding: 5px;
  }
  .slider__swiper-slide-wrapper .btn {
    width: 100%;
    padding: 8px 10px;
    background: #316FCB;
  }
  .slider__swiper-slide-wrapper .btn:hover {
    background: #7B8BCF;
    color: #FFFFFF;
  }
  .slider__swiper-slide-inner {
    margin: 0;
    gap: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .slider__swiper-slide-inner .tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .slider__swiper-slide-inner i {
    display: block;
    width: 100%;
  }
  .slider__swiper-slide-title {
    margin: 10px 0 20px 0;
    color: #242528;
    font-size: 20px;
  }
  .slider__swiper-slide-date {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 120px;
    flex: 1 1 120px;
  }
  .icon path, .icon-comments path {
    fill: #8B8E96;
  }
  .icon .icon-comments__count, .icon-comments .icon-comments__count {
    color: #8B8E96;
  }
  .slider__wrapper-btn {
    top: 0;
    left: 0;
    width: 100%;
    right: auto;
    bottom: auto;
  }
  .slider__swiper-button-prev,
  .slider__swiper-button-next {
    position: absolute;
    top: 69px;
    padding: 13px 3px;
  }
  .slider__swiper-button-next {
    left: auto;
    right: -1px;
    border-radius: 3px 0px 0px 3px;
  }
  .slider__swiper-button-prev {
    left: -1px;
    border-radius: 0px 3px 3px 0px;
  }
  .slider__swiper-content-wrapper {
    max-height: initial;
    height: auto;
  }
  .main-page__slider {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 660px) {
  .slider__swiper-slide-title {
    font-size: 18px;
    margin-top: 0;
  }
  .main-page__slider {
    height: 380px !important;
  }
  .slider__swiper-slide {
    height: 380px;
  }
}
@media (max-width: 452px) {
  .slider__swiper-slide-title {
    font-size: 18px;
  }
  .main-page__slider {
    height: 400px !important;
  }
  .slider__swiper-slide {
    height: 400px;
  }
  .slider__swiper-content-wrapper .btn {
    font-size: 16px;
  }
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), url("../../dist/assets/fonts/OpenSans/OpenSans-Light.ttf") format("truetype"), url("../../dist/assets/fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../dist/assets/fonts/OpenSans/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), url("../../dist/assets/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"), url("../../dist/assets/fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../dist/assets/fonts/OpenSans/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* SemiBold */
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), url("../../dist/assets/fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype"), url("../../dist/assets/fonts/OpenSans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../dist/assets/fonts/OpenSans/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), url("../../dist/assets/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("../../dist/assets/fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../dist/assets/fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* ExtraBold */
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), url("../../dist/assets/fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype"), url("../../dist/assets/fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../dist/assets/fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* ExtraBoldItalic */
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), url("../../dist/assets/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../../dist/assets/fonts/OpenSans/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../dist/assets/fonts/OpenSans/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

.footer__tags .choices {
  display: none;
}
.footer__tags .choices * {
  background-color: #373737 !important;
}
.footer__tags .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #C0C3CA !important;
}
.footer__tags .js-select {
  display: none;
}
.footer__tags .choices__inner {
  background: transparent;
}
.footer__tags .choices__inner .choices__placeholder {
  opacity: 1;
}
.footer__tags .choices__item--selectable {
  color: #FFFFFF;
}

.choices__item {
  font-family: "OpenSans";
  border-radius: 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.choices__item:after {
  content: none;
  display: none;
}

.choices * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choices {
  width: 100%;
}
.choices .choices__inner {
  border: 1px solid #FFFFFF;
}
.choices.is-open .choices__inner {
  border-bottom: none;
}
.choices.is-open .choices__list--dropdown {
  border-top: none !important;
}

.choices__list--dropdown {
  border: 1px solid #FFFFFF !important;
}

.choices[data-type*=select-one]:after {
  border: none;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 0;
  background: url("/front/dist/assets/img/ic_baseline-arrow-back-ios-new.svg");
}

.choices__list--dropdown .choices__placeholder {
  display: none;
}

@media (max-width: 1365px) {
  .footer__tags .choices {
    display: block;
  }
}
.not-found {
  max-width: 790px;
  margin: 60px auto 0 auto;
}

.not-found__link {
  color: #316FCB;
  text-decoration: none;
  border-bottom: 1px dashed #316FCB;
}

.not-found-text {
  margin-bottom: 40px;
}

@media (max-width: 1364px) {
  .not-found {
    margin-bottom: 98px;
    max-width: 630px;
  }
}
@media (max-width: 767px) {
  .not-found {
    margin-bottom: 20px;
    max-width: 330px;
  }
}
.editorial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
}

.editorial__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  gap: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.editorial__item .editorial__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.editorial__item .editorial__item-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.editorial__item .editorial__title {
  font-weight: normal;
  margin: 0px;
  font-size: 24px;
}

.about-editorial-padding {
  padding-bottom: 40px;
}

@media (max-width: 1665px) {
  .editorial-list {
    gap: 20px;
  }
  .editorial__item {
    gap: 20px;
  }
  .editorial__item-info {
    gap: 20px;
  }
  .editorial__item-team {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .editorial-list {
    margin-bottom: 40px;
  }
  .editorial__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.advertiser-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.contest__description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #242528;
  max-width: 928px;
}

.contest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media (max-width: 1364px) {
  .contest-list {
    margin-bottom: 40px;
  }
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 225px;
  grid-gap: 25px;
}

.soc-link {
  width: 25px;
  height: 25px;
}

.soc-icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__bottom .soc {
  margin: 0 0 0 auto;
}

.footer .soc {
  margin: 0 0 41px 0;
}

.vk-clip-content__soc {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1364px) {
  .header__bottom .soc {
    display: none;
  }
}
.main-page__news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  width: 100%;
}

.main-page__media-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main-page__media-news-wrapper {
  margin: 0 40px 0 0;
}

.main-page__centuries-old-yugra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0 40px;
}

.main-page__centuries-old-yugra-left {
  max-width: 513px;
  width: 100%;
}

.main-page__centuries-old-yugra-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 40px;
}

.main-page__centuries-old-yugra-left-q {
  margin: 0 0 0 0;
}

.main-page__centuries-old-yugra-left-article {
  margin: 0 0 0 73px;
}

.main-page__centuries-old-yugra-left-btn {
  width: 100%;
}

@media (max-width: 1665px) {
  .main-page__centuries-old-yugra-left {
    max-width: 388px;
  }
  .main-page__centuries-old-yugra-left-article {
    margin: 0 0 0 0;
  }
}
@media (max-width: 1364px) {
  .main-page__media-news-wrapper {
    margin: 0;
  }
  .main-page__media-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-page__centuries-old-yugra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-page__centuries-old-yugra-left {
    max-width: 100%;
  }
  .main-page__centuries-old-yugra-left-article {
    padding: 30px 20px 30px 70px;
  }
  .main-page__centuries-old-yugra-left-btn {
    max-width: 486px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .main-page__centuries-old-yugra-left-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0;
  }
}
.slider-vk-clip {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-vk-clip__swiper {
  width: 100%;
  overflow: hidden;
}

.slider-vk-clip__swiper-slide {
  width: 336px;
  height: 598px;
  background: url("/front/dist/assets/img/Group 369.png");
  background-size: cover;
}

.slider-vk-clip__swiper-button-next,
.slider-vk-clip__swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  background: #EEEEEE;
  padding: 13px 10px;
  cursor: pointer;
}

.slider-vk-clip__swiper-button-next {
  left: 0;
  border-radius: 0px 3px 3px 0px;
}

.slider-vk-clip__swiper-button-prev {
  left: auto;
  right: 0;
  border-radius: 3px 0px 0px 3px;
}

.news-detail-longgrid {
  position: relative;
}
.news-detail-longgrid .wrapper {
  margin-top: 740px;
}
.news-detail-longgrid .author-news__info {
  width: auto;
  gap: 2px;
}
.news-detail-longgrid .author-news__info .author-news__info-text {
  color: #FFFFFF !important;
}

.news-detail-longgrid__title {
  margin: 10px 0 0 0;
  color: #FFFFFF;
  max-width: 947px;
}

.news-detail-longgrid__mob-info {
  display: none;
}

.parallax-block {
  position: absolute;
  width: 118%;
  height: 640px;
  right: -141px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: center 0 repeat fixed;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
}

@media (max-width: 1666px) {
  .news-detail-longgrid .wrapper {
    margin-top: 680px;
  }
  .parallax-block {
    width: 135%;
    right: -210px;
  }
}
@media (max-width: 1364px) {
  .news-detail-longgrid .wrapper {
    margin-top: 440px;
  }
  .parallax-block {
    width: 217%;
    right: -366px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .parallax-block {
    right: -193px;
    height: 200px;
  }
  .news-detail-longgrid__info {
    display: none;
  }
  .news-detail-longgrid__mob-info {
    display: block;
  }
  .news-detail-longgrid__title {
    color: #242528;
  }
  .news-detail-longgrid .wrapper {
    margin-top: 200px;
  }
  .news-detail-longgrid .author-news {
    margin-top: 10px;
  }
  .news-detail-longgrid .author-news .author-news__info {
    width: auto;
    gap: 5px;
  }
  .news-detail-longgrid .author-news .author-news__info .author-news__info-text {
    color: #8B8E96 !important;
  }
  .news-detail-longgrid__title {
    margin-bottom: 20px;
  }
}
.npa-list {
  margin-bottom: 40px;
}

.npa__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0px;
}

.npa__btn {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #316FCB;
  border: 1px solid #316FCB;
}

.search-form {
  margin: 20px 0 40px 0;
}

@media (max-width: 1364px) {
  .npa__title {
    font-size: 24px;
  }
}

.news-plot-title-mg {
  margin-bottom: 0;
}
.photo-report-detail-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0px;
}
.photo-report-detail-share .tags-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-report-detail-share__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-report-detail-share__btn-share {
  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;
  gap: 10px;
  padding: 10px 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 3px;
  border: 1px solid #316FCB;
  color: #316FCB;
  background: #FFFFFF;
  cursor: pointer;
  max-width: 327px;
}

.photo-report-detail__footer-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #242528;
}

.photo-report-detail__footer .choices {
  display: none;
}
.photo-report-detail__footer .choices__item--selectable {
  color: #242528;
  opacity: 1;
}
.photo-report-detail__footer .choices[data-type*=select-one]:after {
  border: none;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 0;
  background: url("/front/dist/assets/img/ic_baseline-arrow-back-ios-new-black.svg");
}

.photo-report-detail-title {
  margin-bottom: 0;
}

@media (max-width: 1364px) {
  .photo-report-detail-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0px;
  }
  .photo-report-detail__footer-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .photo-report-detail__footer-title {
    font-size: 20px;
  }
  .photo-report-detail__text {
    font-size: 16px;
  }
  .photo-report-detail__footer .choices {
    display: block;
  }
}
.search .search-form {
  margin-bottom: 20px;
}

.search__counter-result {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 40px;
}

.search-title-mg {
  margin-bottom: 40px;
}

.video-report-detail__item {
  max-width: 1067px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.video-report-detail__photo {
  width: 100%;
}

.video-report-detail-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-report-detail__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #242528;
  margin: 10px 0;
}

.video-report-detail__author {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #8B8E96;
  margin: 0;
}
.video-report-detail-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0px;
}
.video-report-detail-share .tags-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-report-detail-share__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-report-detail-share__btn-share {
  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;
  gap: 10px;
  padding: 10px 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 3px;
  border: 1px solid #316FCB;
  color: #316FCB;
  background: #FFFFFF;
  cursor: pointer;
  max-width: 327px;
}

.video-report-detail__footer-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #242528;
}

.video-report-detail__footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.video-report-detail__footer-content .header__top-menu-coll-link-btn {
  gap: 10px;
  width: auto;
  margin: 0;
}
.video-report-detail__footer-content .header__top-menu-coll-link-btn img {
  margin: 0;
}

.video-report-detail__footer .choices {
  display: none;
}
.video-report-detail__footer .choices__item--selectable {
  color: #242528;
  opacity: 1;
}
.video-report-detail__footer .choices[data-type*=select-one]:after {
  border: none;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 0;
  background: url("/front/dist/assets/img/ic_baseline-arrow-back-ios-new-black.svg");
}

.video-report-detail-title {
  margin-bottom: 0;
}

@media (max-width: 1364px) {
  .video-report-detail-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0px;
  }
  .video-report-detail__footer-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .video-report-detail__footer-title {
    font-size: 20px;
  }
  .photo-report-detail__text {
    font-size: 16px;
  }
  .video-report-detail__footer .choices {
    display: block;
  }
  .video-report-detail__footer .choices select {
    background: red;
  }
  .video-report-detail__footer-content {
    display: none;
  }
}
.vk-clip-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vk-clip-content__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.vk-clip-content__right {
  margin-left: 178px;
}

.vk-clip-content-text-mg {
  margin: 10px 0;
}

.vk-clip-content__right_mobile {
  display: none;
}

.description-clip__btn-mob-version {
  display: none;
}

@media (max-width: 1666px) {
  .vk-clip-content__right {
    margin-left: 0;
  }
}
@media (max-width: 1364px) {
  .vk-clip-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
  }
  .vk-clip-content__left {
    display: none;
    margin: 0;
  }
  .vk-clip-content__left .description-clip__btn {
    display: none;
  }
  .vk-clip-content-left__bottom {
    display: none;
  }
  .vk-clip-content__right {
    margin-left: 0;
  }
  .description-clip {
    width: auto !important;
  }
  .vk-clip-content__right_mobile {
    display: block;
  }
  .vk-clip-content__right_mobile .description-clip__btn {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .clip-track__video-wrapper {
    width: 100% !important;
    height: 100% !important;
    max-width: 295px !important;
    max-height: 781px !important;
  }
  .clip-track__video-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    max-width: 295px !important;
    max-height: 500px !important;
  }
}
@media (max-width: 767px) {
  .vk-clip-content__right_mobile {
    display: none;
  }
  .description-clip__btn-mob-version {
    display: block;
    width: 100%;
  }
  .vk-clip-content__right {
    width: 100%;
    max-width: 100%;
  }
  .clip-track__video-wrapper {
    max-width: 100% !important;
    max-height: 725px !important;
  }
  .clip-track__video-wrapper iframe {
    max-width: 100% !important;
    max-height: 525px !important;
  }
}
.footer__copyright {
  max-width: 513px;
  width: 100%;
  margin: 0 40px 0 0;
}

.footer__copyright-link-logo {
  margin: 0 0 29px 0;
}

.footer__copyright-text {
  font-weight: 400 !important;
}

@media (max-width: 1665px) {
  .footer__copyright {
    max-width: 388px;
  }
}
@media (max-width: 1364px) {
  .footer__copyright-logo {
    width: 186px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer__copyright {
    max-width: 295px;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 0 0;
}

.footer__contacts-text {
  font-weight: 400 !important;
  margin: 0 0 12px 0;
}
.footer__contacts-text a {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700 !important;
}

.footer__contacts-container-text {
  margin: 0 0 8px 0;
}

@media (max-width: 1364px) {
  .footer__contacts {
    width: 295px;
  }
  .footer__contacts-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer__contacts {
    margin: 26px 0 0 0;
  }
  .footer__contacts .soc {
    display: none;
  }
}
.footer__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 296px;
  width: 100%;
}

.footer__other-age-limit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 33px 0;
}

.footer__other-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}

.footer__other-recifra {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer__other-recifra p {
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 0 auto;
}

.footer__other-wrapper-statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1364px) {
  .footer__other {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  .footer__other-age-limit {
    width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 100% 20px 0;
  }
  .footer__other-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 282px;
  }
  .footer__other-recifra {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__other-recifra img {
    width: 126px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer__other-wrapper-statistic {
    width: auto;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .footer__other-recifra {
    margin: 40px 0 0 0;
  }
  .footer__other-wrapper {
    margin: 0;
  }
}
.footer__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin: 0 0 120px 0;
}

@media (max-width: 1665px) {
  .footer__tags {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 1364px) {
  .footer__tags {
    margin: 0 0 50px 0;
  }
  .footer__tags .tags {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__tags {
    margin: 0 0 40px 0;
  }
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
  height: 100%;
}

.header__bottom-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1364px) {
  .header__bottom {
    padding: 15px 0;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
  z-index: 2;
}

.header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: relative;
  width: 100%;
  height: 100px;
  padding: 20px 0 0 0;
  z-index: 9;
  background: #FFFFFF;
}
.header__top-wrapper.active {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.header__top-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1364px) {
  .header__top-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__top-wrapper {
    padding: 0;
    height: 140px;
  }
  .header__top-wrapper.active {
    height: 30px;
    padding: 20px 0;
  }
  .header__top-wrapper.active .header__top-banner {
    height: 0%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .header__top-wrapper {
    height: 150px;
  }
}
.popup-comment {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-comment-input {
  width: 100%;
  padding: 20px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border: 1px solid #EEEEEE;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-comment-input::-webkit-input-placeholder {
  font-family: OpenSans, sans-serif;
  color: #8B8E96;
}
.popup-comment-input::-moz-placeholder {
  font-family: OpenSans, sans-serif;
  color: #8B8E96;
}
.popup-comment-input:-ms-input-placeholder {
  font-family: OpenSans, sans-serif;
  color: #8B8E96;
}
.popup-comment-input::-ms-input-placeholder {
  font-family: OpenSans, sans-serif;
  color: #8B8E96;
}
.popup-comment-input::placeholder {
  font-family: OpenSans, sans-serif;
  color: #8B8E96;
}
.popup-comment-input:active {
  outline: none;
}
.popup-comment-input:focus {
  outline: none;
}
.popup-comment-input.comment-text {
  margin: 20px 0;
  max-height: 128px;
  height: 100%;
}

.popup-comment__footer {
  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: flex-end;
  gap: 20px;
}

.show-popup-comment {
  display: block;
}

.popup-comment-check {
  display: none;
}

@media (max-width: 767px) {
  .popup-comment__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup-comment__footer button {
    width: 100%;
  }
  .popup-comment__footer .popup-comment-captcha {
    width: 100%;
  }
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  gap: 40px;
  border-radius: 3px;
  border: 1px solid #EEEEEE;
}
.search-form .choices {
  margin: 0 !important;
  max-width: 180px !important;
}
.search-form .choices .choices__placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-form .choices[data-type*=select-one]:after {
  border: none;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 0;
  background: url("/front/dist/assets/img/ic_baseline-arrow-back-ios-new-black.svg");
}
.search-form .choices__list--dropdown {
  width: 400px !important;
  border: 1px solid #EEEEEE !important;
}
.search-form .choices__list--dropdown .choices__item--selectable {
  padding: 10px !important;
}

.search-form__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-form__input {
  width: 100%;
  color: #242528;
  border: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.search-form__input::-webkit-input-placeholder {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.search-form__input::-moz-placeholder {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.search-form__input:-ms-input-placeholder {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.search-form__input::-ms-input-placeholder {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.search-form__input::placeholder {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.search-form__input:active {
  outline: none;
}
.search-form__input:focus {
  outline: none;
}

@media (max-width: 1364px) {
  .search-form__more-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
  }
  .search-form__more-input .search-form__input-wrapper {
    border-radius: 3px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
  }
  .search-form__more-input .data-picker-wrapper {
    max-width: 100%;
    padding: 0px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px;
  }
  .search-form__more-input .choices {
    max-width: 100% !important;
  }
  .search-form__more-input .choices__list--dropdown {
    width: 100% !important;
  }
  .search-form__more-input .search-form__btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 0;
    gap: 20px;
  }
  .search-form__btn {
    width: 100%;
  }
  .search-form__input-wrapper {
    border-radius: 3px;
    border-bottom: 1px solid #EEEEEE !important;
    padding: 15px;
  }
  .search-form__more-input .data-picker-wrapper {
    max-width: 100%;
    padding: 10px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
  }
}
.search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
  text-decoration: none;
}
.search__item:last-child {
  margin-bottom: 0;
}

.search__img-wrapper {
  height: 100%;
  margin-right: 40px;
}

.search__img {
  width: 266px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.search__title {
  margin-top: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}

.search__preview-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-overflow: ellipsis;
}

.search__date {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #8B8E96;
}

@media (max-width: 1364px) {
  .search__item {
    display: block;
  }
  .search__item .search__img-wrapper {
    float: left;
  }
  .search__item .search__img-wrapper .search__img {
    width: 183px;
    height: 103px;
  }
  .search__preview-text {
    margin: 10px 0px;
  }
  .search__title {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .search__img-wrapper {
    display: none;
  }
  .search__title {
    font-size: 16px;
  }
  .search__preview-text {
    font-size: 16px;
  }
}
.search-tags__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 40px;
}

.search__tags-wrapper {
  margin-bottom: 40px;
}
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 10px 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}
.tags.min {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.tags.orange {
  color: #EF7F30;
  border: 1px solid #EF7F30;
}
.tags.yellow {
  color: #F0B134;
  border: 1px solid #F0B134;
}
.tags.green {
  color: #9BBF3B;
  border: 1px solid #9BBF3B;
}
.tags.violet {
  color: #7B8BCF;
  border: 1px solid #7B8BCF;
}
.tags.red {
  color: #B53026;
  border: 1px solid #B53026;
}
.tags.approxLochmara {
  color: #297898;
  border: 1px solid #297898;
}
.tags.cian {
  color: #316FCB;
  border: 1px solid #316FCB;
}

.search-tags__item {
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #316FCB;
  text-decoration: none;
}

.photo-report-detail-share-tags__item {
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8E96;
}
.tags-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.clip-track {
  position: relative;
  height: 663px;
  width: 373px;
  background: #FFFFFF;
  overflow: scroll;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.clip-track::-webkit-scrollbar {
  display: none;
}
.clip-track .clip-track__video-wrapper {
  position: relative;
  height: 95%;
  width: 100%;
  background-color: white;
  scroll-snap-align: start;
  margin-bottom: 20px;
  border-radius: 15px;
}
.clip-track .clip-track__video-wrapper iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px !important;
}

.clip-track__video-wrapper-mobile-desc {
  display: none;
}

@media (max-width: 1364px) {
  .clip-track__video-wrapper-mobile-desc {
    display: block;
  }
  .clip-track {
    width: 100%;
    max-width: 408px;
  }
}
@media (max-width: 767px) {
  .clip-track {
    width: 100%;
    -ms-scroll-snap-type: inherit;
    scroll-snap-type: inherit;
  }
  .clip-track__video-wrapper-mobile-desc {
    display: block;
  }
}

.description-clip {
  width: 375px;
}

.description-clip__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.description-clip__date {
  color: #8B8E96;
}
.header__bottom-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1335px;
  height: 20px;
}

.header__bottom-slider-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 20px;
  max-width: 1195px;
  width: 100%;
  margin: 0 20px;
}

.header__bottom-slider-swiper-button-prev,
.header__bottom-slider-swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background: #EEEEEE;
  cursor: pointer;
}

.header__bottom-slider-swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__bottom-slider-indicator {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 11px 0 0;
  border-radius: 100%;
}
.header__bottom-slider-indicator.orange {
  background: #EF7F30;
}
.header__bottom-slider-indicator.yellow {
  background: #F0B134;
}
.header__bottom-slider-indicator.green {
  background: #9BBF3B;
}
.header__bottom-slider-indicator.violet {
  background: #7B8BCF;
}
.header__bottom-slider-indicator.red {
  background: #B53026;
}
.header__bottom-slider-indicator.approxLochmara {
  background: #297898;
}

.header__bottom-slider-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #242528;
  margin: 0;
  height: 19px;
  overflow: hidden;
}

@media (max-width: 1665px) {
  .header__bottom-slider {
    max-width: 980px;
  }
}
@media (max-width: 767px) {
  .header__bottom-slider-swiper-button-prev,
  .header__bottom-slider-swiper-button-next {
    display: none;
  }
  .header__bottom-slider-swiper {
    margin: 0;
  }
}
.header__top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 878px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}
.header__top-banner.search {
  opacity: 0;
  pointer-events: none;
}

.header__top-banner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  width: 414px;
  height: 100px;
  overflow: hidden;
}

.header__top-banner-item-img {
  width: 115px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 10px 0 0;
}

.header__top-banner-item-text {
  width: 100%;
  max-height: 100px;
  color: #242528;
  overflow: hidden;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 1665px) {
  .header__top-banner {
    max-width: 838px;
  }
}
@media (max-width: 1364px) {
  .header__top-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    height: auto;
    margin: auto 0;
  }
  .header__top-banner.search {
    opacity: 1;
    pointer-events: auto;
  }
  .header__top-banner-item {
    width: 310px;
    height: 64px;
  }
  .header__top-banner-item-img {
    width: 57px;
    height: 50px;
  }
  .header__top-banner-item-text {
    font-size: 16px;
    line-height: 140%;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .header__top-banner-item {
    width: 100%;
  }
  .header__top-banner-item:last-child {
    display: none;
  }
}
.header__top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__top-logo svg {
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (max-width: 1665px) {
  .header__top-logo svg {
    width: 186px;
    height: 25px;
  }
}
@media (max-width: 1364px) {
  .header__top-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: auto 0;
  }
}
@media (max-width: 767px) {
  .header__top-logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.header__top-menu {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  z-index: -1;
  padding: 40px 0;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}
.header__top-menu.active {
  opacity: 1;
  pointer-events: auto;
}

.header__top-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__top-menu-coll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 250px;
}

.header__top-menu-coll-soc {
  display: none;
}
.header__top-menu-coll-soc .header__bottom-soc {
  display: none;
}

.header__top-menu-coll-name {
  color: #242528;
  font-size: 24px;
  line-height: 140%;
  margin: 0 0 20px 0;
}

.header__top-menu-coll-link {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  color: #242528;
  font-size: 20px;
  line-height: 160%;
  margin: 0 0 10px 0;
}

.header__top-menu-coll-link-btn {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  color: #242528;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  padding: 10px;
  margin: 0 auto 10px auto;
  border: 1px solid #C0C3CA;
}
.header__top-menu-coll-link-btn img {
  margin: 0 10px 0 0;
}

.header__top-menu-coll-search {
  display: none;
}

@media (max-width: 1364px) {
  .header__top-menu {
    height: calc(100vh - 70px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 0;
  }
  .header__top-menu-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    height: 100%;
  }
  .header__top-menu-coll {
    width: 295px;
    margin: 0 0 40px 0;
  }
  .header__top-menu-coll-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__top-menu-coll-soc .header__bottom-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0 0 0;
  }
  .header__top-menu-coll-link-btn {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .header__top-menu-coll {
    width: 260px;
    border-bottom: 1px solid #C0C3CA;
    padding-bottom: 10px;
  }
  .header__top-menu-coll-soc {
    margin: 0;
    border-bottom: none;
  }
  .header__top-menu {
    padding: 40px 15px 0 15px;
  }
  .header__top-menu-coll-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__top-menu-coll-search .header__top-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__top-menu-container {
    margin-right: 0px;
  }
  .header__top-menu-container.container {
    max-width: 90%;
  }
}
.header__top-menu-btn {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 0 50px 0 0;
}
.header__top-menu-btn rect {
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.header__top-menu-btn.active rect:nth-child(1) {
  x: 14;
  y: -10.5;
  width: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__top-menu-btn.active rect:nth-child(3) {
  x: -4.5;
  y: 23.5;
  width: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__top-menu-btn.active rect:nth-child(2) {
  opacity: 0;
}

@media (max-width: 1364px) {
  .header__top-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (max-width: 767px) {
  .header__top-menu-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0 auto;
  }
}
.header__top-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
.header__top-search.active .header__top-search-icon {
  opacity: 0;
}
.header__top-search.active .header__top-search-close-icon {
  opacity: 1;
}
.header__top-search.active .header__top-search-input {
  opacity: 1;
  pointer-events: auto;
}

.header__top-search-input {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  top: 0;
  left: auto;
  right: 37px;
  width: 998px;
  color: #242528;
  font-size: 20px;
  line-height: 160%;
  opacity: 0;
  pointer-events: none;
}
.header__top-search-input::-webkit-input-placeholder {
  color: #8B8E96;
}
.header__top-search-input::-moz-placeholder {
  color: #8B8E96;
}
.header__top-search-input:-ms-input-placeholder {
  color: #8B8E96;
}
.header__top-search-input::-ms-input-placeholder {
  color: #8B8E96;
}
.header__top-search-input::placeholder {
  color: #8B8E96;
}

.header__top-search-btn {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.header__top-search-close-icon {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header__top-search-icon {
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (max-width: 1665px) {
  .header__top-search-input {
    width: 864px;
  }
}
@media (max-width: 1364px) {
  .header__top-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 auto;
  }
  .header__top-search-input {
    width: 282px;
  }
}
@media (max-width: 767px) {
  .header__top-search {
    display: none;
  }
  .header__top-search-input {
    position: relative;
    right: 0;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  .header__top-search-form {
    margin: 0 10px 0 0;
  }
}