/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Muller";
  src: url("../../2022/fonts/MullerBold.woff2") format("woff2"), url("../../2022/fonts/MullerBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("../../2022/fonts/MullerMedium.woff2") format("woff2"), url("../../2022/fonts/MullerMedium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("../../2022/fonts/MullerRegular.woff2") format("woff2"), url("../../2022/fonts/MullerRegular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("../../2022/fonts/MullerLightItalic.woff2") format("woff2"), url("../../2022/fonts/MullerLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Muller", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #0f3f76;
  position: relative;
}
body::before {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-position: top center;
  background-image: url("../../2022/img/bg-gradient.svg");
  background: radial-gradient(135.67% 135.67% at 91.18% 0%, #C6382A 0%, rgba(51, 51, 117, 0.00) 68.23%), #22436B;
}

.bg-left {
  background: url('../img/bg-left25.svg') top left / 400px auto no-repeat;
}
.bg-right {
  background: url('../img/bg-right25.svg') top right / 400px auto no-repeat;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease-in;
  color: #fff;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 24px;
}

h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  margin-top: 0;
  margin-bottom: 48px;
}

h2 {
  font-weight: 700;
  color: #fff;
  font-size: 51px;
  line-height: 64px;
  margin-top: 0;
  margin-bottom: 32px;
}

h3 {
  font-weight: 700;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 32px;
  letter-spacing: 1px;
}

h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 36px;
}

h5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 15px;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}

.button {
  padding: 10px 46px;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 500;
  transition: 0.2s ease-in color, 0.2s ease-in background-color;
  text-align: center;
}

.button:hover {
  color: #0C5BA0;
  background-color: #fff;
}

.small-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.underline-title {
  padding-bottom: 14px;
  margin-bottom: 32px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
}
.header {
  position: absolute;
  top: 24px;
  width: 100%;
  z-index: 2;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(10, 26, 82, 0.32);
  backdrop-filter: blur(32px);
  height: 92px;
  width: 100%;
  border-radius: 8px;
  padding: 0 22px;
}

.header.fixed {
  position: fixed;
  background-color: rgba(0, 41, 102, 0.8);
}
.header-logo {
  display: block;
}
.header-logo__img-default {
  display: block;
  width: 146px;
}
.header-logo__img-mob {
  display: none;
  width: 58px;
}

.header-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.header-nav li {
  height: 100%;
  margin-left: 64px;
}
.header-nav li:hover .header-nav__link {
  color: rgba(255, 255, 255, 0.6);
}

.header-nav__link {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-nav__dropdown-section:hover .header-nav__dropdown-wrap {
  opacity: 1;
  visibility: visible;
}

.header-nav__dropdown-wrap {
  opacity: 0;
  visibility: hidden;
  transition: 0.1s opacity ease-in, 0.1s visibility ease-in;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  padding-top: 16px;
}

.header-nav__dropdown {
  padding: 40px 40px 40px 64px;
  background-color: #19375D;
  display: flex;
  justify-content: space-between;
}

.header-nav__dropdown-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 32px;
  margin-top: auto;
  margin-bottom: auto;
}

.header-nav__dropdown-link {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.header-nav__dropdown-link:last-child {
  margin-bottom: 0;
}
.header-nav__dropdown-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.dropdown-event-card {
  width: 320px;
  height: 320px;
  display: none;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  padding: 40px 10px;
}
.dropdown-event-card.active {
  display: block;
}
.dropdown-event-card .date-frame, .dropdown-event-card .quest-date {
  font-size: 14px;
  line-height: 20px;
}
.dropdown-event-card .title-frame {
  padding: 8px 16px 4px 16px;
}
.dropdown-event-card .title-frame-quest {
  max-width: 244px;
  padding: 12px 20px 10px 20px;
}

.dropdown-event-card_train {
  padding-top: 32px;
  padding-bottom: 0;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.dropdown-event-card_train .express-section__title {
  letter-spacing: 0;
}

.dropdown-event-card_fair, .dropdown-event-card_online-quest, .dropdown-event-card_award-star {
  padding: 32px 10px;
}
.dropdown-event-card_fair .title-frame, .dropdown-event-card_online-quest .title-frame, .dropdown-event-card_award-star .title-frame {
  margin-top: 4px;
}
.dropdown-event-card_fair .title-frame:first-child, .dropdown-event-card_online-quest .title-frame:first-child, .dropdown-event-card_award-star .title-frame:first-child {
  margin-top: 0;
}

.dropdown-event-card_award {
  padding: 24px 10px;
}
.dropdown-event-card_award .title-frame {
  padding: 12px 12px 10px 12px;
}

.dropdown-event-card_olympiad .title-frame {
  margin-top: 4px;
}
.dropdown-event-card_olympiad .title-frame:first-child {
  margin-top: 0;
}

.dropdown-event-card_online-quest .title-frame_red {
  max-width: 270px;
}

.dropdown-event-card_award-star .title-frame {
  max-width: 243px;
}

.dropdown-event-card__data {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mobile-menu-button {
  display: none;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mobile-menu-button img {
  display: block;
}
.mobile-menu-button .opened {
  display: none;
}
.mobile-menu-button.opened .default {
  display: none;
}
.mobile-menu-button.opened .opened {
  display: block;
}

.index-page {
  padding-top: 100px;
  padding-bottom: 80px;
}

.light-border {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.34);
  margin-bottom: 32px;
}

.button-wrap-center {
  text-align: center;
  margin-top: 48px;
}

.index-section__title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 32px;
}

.index-section-news, .index-section-media {
  margin-top: 64px;
}
.index-section-media_hidden{
	display:none;
}
.index-news-bg {
  background-color: #0C5BA0;
  border-radius: 3px;
  padding: 40px 24px 48px 24px;
}

.index-news {
  display: flex;
  justify-content: space-between;
}

.index-news__col1 {
  width: 50%;
  margin-right: 32px;
}

.index-news__col2 {
  width: 48%;
  width: calc(50% - 32px);
  max-width: 424px;
  padding-right: 40px;
}

.index-news__item {
  display: block;
  margin-bottom: 24px;
}
.index-news__item:last-child {
  margin-bottom: 0;
}
.index-news__item:hover .index-news__title {
  color: rgba(255, 255, 255, 0.84);
}

.index-news__date, .news-item__date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 8px;
}
.index-news__date span, .news-item__date span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.index-news__date span::before, .news-item__date span::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
  margin-right: 8px;
}
.index-news__date span:first-child::before, .news-item__date span:first-child::before {
  display: none;
}

.index-news__title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 500;
  transition: 0.2s color ease-in;
}

.index-news__title_big {
  font-size: 28px;
  line-height: 36px;
}

.media-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.media-card {
  display: block;
  width: 48%;
  width: calc(50% - 16px);
}
.media-card:hover .media-card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.media-card__img-wrap {
  width: 100%;
  height: 276px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 8px;
}

.media-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s ease-in-out;
}

.media-card__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 16px;
  color: #fff;
}

.media-card__overlay {
  height: 100%;
  padding-left: 56px;
  display: flex;
  max-width: 80%;
  position: relative;
}

.media-card__icon {
  margin-bottom: 0;
  margin-top: auto;
  margin-right: -40px;
  max-width: 100%;
  max-width: calc(100% + 40px);
  max-height: 100%;
}

.media-card__overlay_photo {
  background-color: rgba(73, 131, 191, 0.80);
}

.media-card__overlay_video {
  background: rgba(198, 56, 42, 0.80);
}

.index-section-partners, .index-section-info-partners {
  margin-top: 80px;
}
.index-section-partners .index-section__title, .index-section-info-partners .index-section__title {
  text-align: center;
}

.partners-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -24px;
}

.partner, .partner-top {
  border-radius: 2px;
  display: block;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 0 16px 24px;
  flex-grow:1;
}
.partner {
  width: calc((100% - 150px) / 3);
  height: 165px;
  padding: 0 15px;

}  
.partner-top {
  width: calc((100% - 96px) / 2);
  padding: 30px;

}
.partners-min-wrap {
  max-width: 100%;
  margin: 0;
}
.partner-logo{
width: 100%;
object-fit: cover;
}
.partner-dfo-gov{
position: absolute;
width: 545px;
}
.partner img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.partner_small {
  width: 22%;
  width: calc((100% - 128px) / 4);
}

.partner_big {
  width: 46%;
  width: calc(50% - 32px);
}

.video-container, .index-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 2px;
}

.video-container {
  margin-bottom: 64px;
}
.video-container:last-child {
  margin-bottom: 0;
}

.video-container_wide {
  width: 100%;
  position: relative;
  padding-bottom: 41.66%;
  height: 0;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 64px;
}
.video-container_wide:last-child {
  margin-bottom: 0;
}

.video-container_swide {
  width: 100%;
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 64px;
}
.video-container_swide:last-child {
  margin-bottom: 0;
}

.video-container_vertical, .article .video-container_vertical {
  width: 100%;
  margin-bottom: 64px;
}
.video-container_vertical iframe, .article .video-container_vertical iframe {
  display: block;
  width: 100%;
  height: 80vh;
  max-height: 1000px;
  min-height: 500px;
  border-width: 0;
  outline-width: 0;
  margin: 0;
}
.video-container_vertical:last-child, .article .video-container_vertical:last-child {
  margin-bottom: 0;
}

.video-container iframe, .index-video iframe, .video-container_wide iframe, .video-container_swide iframe, .article .video-container iframe, .article .video-container_wide iframe, .article .video-container_swide iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
  margin: 0;
}

.index-section-events {
  margin-top: 32px;
}

.events-row {
  display: flex;
  flex-wrap: wrap;
}

.events-row_3col {
  margin: 0 -4px;
}
.events-row_3col .event-card {
  width: 32%;
  width: calc((100% - 24px) / 3);
  margin: 8px 4px 0 4px;
}

.events-row_2col {
  justify-content: space-between;
}
.events-row_2col .event-card {
  width: 48%;
  width: calc(50% - 4px);
}

.events-row_1-2col {
  justify-content: space-between;
}
.events-row_1-2col .event-card {
  width: 32%;
  width: calc((100% - 8px) / 3);
}
.events-row_1-2col .event-card:nth-child(even) {
  width: 64%;
  width: calc((100% - 8px) / 3 * 2);
}

.event-card {
  width: 100%;
  display: block;
  min-height: 368px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 8px;
  padding: 48px 10px;
}
.event-card:hover .event-card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.event-card__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1.2s ease-in-out;
  border-radius: 2px;
}

.event-card__img_east-prize{
    background-image: url('/local/templates/2021/img/event-cards/event-card-far-east-prize.jpg');
}
.event-card__img_dfo{
    background-image: url('/local/templates/2022/img/event-cards/event-card-dfo.png');
}
.event-card__img_quest{
    background-image: url('/local/templates/2021/img/event-cards/event-card-quest_sm.jpg');
}
.event-card__img_fair-regions{
    background-image: url('/local/templates/2022/img/event-cards/fair-regions-dv.jpg');
}
.event-card__img_award-star{
    background-image: url('/local/templates/2021/img/event-cards/event-card-award-star.jpg');
}
.event-card__img_award-kamchatka{
    background-image: url('/local/templates/2022/img/event-cards/event-card-award-kamchatka.png');	
    background-position: right;
}

.event-card__data {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-card__title, .express-section__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 1px;
}

.event-card__title_sm {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
}

.event-card__title_md {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}

.event-card__title_big {
  font-weight: 700;
  font-size: 51px;
  line-height: 64px;
}

.event-card__title_xsm {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.event-card__title_sxsm {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.title-frame {
  padding: 10px 20px 4px 20px;
  background-color: #0C5BA0;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.title-frame_lower {
  text-transform: none;
}

.title-frame_white {
  background-color: #fff;
  color: #0C5BA0;
}

.title-frame_red {
  background-color: #E84F3D;
}

.title-frame_light-blue {
  background-color: #0A80C2;
}

.title-frame-quest {
  padding: 14px 20px 12px 20px;
  max-width: 290px;
}

.date-frame {
  background-color: #fff;
  color: #0C5BA0;
  padding: 6px 12px 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}

.event-card__title_small {
  font-size: 18px;
  line-height: 24px;
}

.date-frame_white-color {
    background-color: #0C5BA0;
    color: #fff;
	margin-top: 8px !important; 
}

.event-card__title_left {
  width: 45%;
  text-align: left;
}

.date-frame_margin{
    margin: 8px 0 0;
}





.index-video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* margin-bottom: 32px; */
  margin-bottom: 100px;
}
.index-video__one-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: rgba(0, 22, 102, 0.6);
  border-radius: 3px;
}

.index-video__wrapper-video1 {
  background: rgba(0, 16, 44, 0.60);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.index-video-block:hover .index-video__wrapper-video1 {
  background: rgba(0, 16, 44, 0.48);
}

.index-video__block-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
	z-index: 2;
	padding: 40px;
}

.index-video__title-video {
	font-family: "Muller";
	font-style: normal; 
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 1px;
	color: #FFFFFF;
	width: 100;
	text-transform: uppercase;
}

.index-video__type {
  font-family: "Muller";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.index-video__wrapper-video {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 22, 102, 0.6);
  z-index: 1;
  background: center / cover no-repeat;
  border-radius: 2px;
}

.index-video__video{
    width: 100%;
    max-height: 630px;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
}

.index-video__button-video {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url('../../2022/img/secondary-page-image/play-button.png');
  z-index: 2;
  cursor: pointer;
}

.date-frame_white {
  background-color: #fff;
  color: #0C5BA0;
}

.quest-date {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #0C5BA0;
  margin-top: 8px;
}

.event-card_metro {
  background: radial-gradient(325.54% 446.61% at 167.26% -29.21%, #E21E26 0%, rgba(51, 51, 117, 0) 68.23%), radial-gradient(44.65% 100% at 28.89% 0%, #005B9E 0%, #0F3F76 100%);
}

.event-card_fair, .event-card_online-quest {
  width: 100%;
  padding: 32px;
  min-height: 364px;
  display: flex;
  align-items: center;
}
.event-card_fair .event-card__data, .event-card_online-quest .event-card__data {
  align-items: flex-start;
}
.event-card_fair .event-card__data .date-frame, .event-card_online-quest .event-card__data .date-frame {
  margin: 20px 0 0 0;
}
.event-card_fair .event-card__data .title-frame, .event-card_online-quest .event-card__data .title-frame {
  margin: 8px 0 0 0;
}
.event-card_fair .event-card__data .title-frame:first-child, .event-card_online-quest .event-card__data .title-frame:first-child {
  margin-top: 0;
}

.event-card_online-quest {
  background: radial-gradient(119.29% 367.03% at 123.48% 3.85%, #E21E26 0%, rgba(51, 51, 117, 0) 68.23%), radial-gradient(51.74% 119.23% at 22.28% 0%, #005B9E 0%, #0F3F76 100%);
}
.event-card_online-quest .title-frame_red {
  max-width: 487px;
  text-align: left;
}

.event-card_award, .event-card_olympiad {
  padding: 48px 24px;
}
.event-card_award .title-frame, .event-card_award .date-frame, .event-card_olympiad .title-frame, .event-card_olympiad .date-frame {
  margin-left: 0;
}

.event-card_olympiad {
  display: flex;
  align-items: flex-end;
}
.event-card_olympiad .event-card__title {
  margin-top: 8px;
}
.event-card_olympiad .event-card__title:first-child {
  margin-top: 0;
}

.event-card_award .title-frame {
  max-width: 437px;
  text-align: left;
  padding: 14px 20px 12px 20px;
}

.event-card_award-star {
  width: 100%;
  padding: 64px 32px;
  min-height: 364px;
  display: flex;
  align-items: flex-end;
}

.event-card__alrosa{
	position: relative;
    width: 100%;
    max-width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 364px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    margin-top: 8px;
}

.event-card__alrosa-img{
	width: 100%;
	height: 364px;
	background-position-y: center;
	background-size: cover;
	background-image: url("/local/templates/2022/img/alrosa_work.jpg");
}
	.event-card__alrosa-img-mob{
		display: none;
	}
.event-card_award-star .event-card__data {
  align-items: flex-start;
}
.event-card_award-star .event-card__data .title-frame {
  margin: 8px 0 0 0;
  max-width: 438px;
  text-align: left;
}
.event-card_award-star .event-card__data .title-frame:first-child {
  margin-top: 0;
}

.express-section {
  background-color: #0F3A6A;
  height: 364px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 48px 10px 0 10px;
  transition: 0.2s background-color ease-in;
  z-index: 0;
  border-radius: 2px;
  border-bottom: 36px solid #032245;
}
.express-section:hover {
  background-color: #173F6B;
}
.express-section .date-frame {
  margin-top: 12px;
}

.express-section__title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.express-section__title_train {
    color: #0C5BA0;
	background-color: #fff;
    width: 90%;
    margin: 0 auto;
}
.express-section__subtitle_train {
    color: #fff;
	background-color: #0C5BA0;
}

.train-gate {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: -1;
}

.train-gate_left {
  left: 0;
}

.train-gate_right {
  right: 0;
}

.train-img {
  width: 100%;
  width: calc(100% + 20px);
  height: 158px;
  margin-left: -10px;
  background-size: auto 100%;
  margin-bottom: 30px;
  margin-top: auto;
  background-position: top center;
}

.train-wrap {
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  left: 107%;
  z-index: -1;
}

.train-wrap.visible {
  -webkit-animation: moveTrain 40000ms infinite linear;
  -moz-animation: moveTrain 40000ms infinite linear;
  animation: moveTrain 40000ms infinite linear;
}

@-webkit-keyframes moveTrain {
  0% {
    left: 107%;
  }
  100% {
    left: -9000px;
  }
}
@-moz-keyframes moveTrain {
  0% {
    left: 107%;
  }
  100% {
    left: -9000px;
  }
}
@keyframes moveTrain {
  0% {
    left: 107%;
  }
  100% {
    left: -9000px;
  }
}
.car {
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 779px;
  height: 154px;
  border-radius: 8px 8px 0px 0px;
}

.car1 {
  width: 894px;
  background-image: url("/local/templates/2023/img/train-2023/car1.png");
}

.car2 {
  background-image: url("/local/templates/2023/img/train-2023/car2_1.png");
}

.car3 {
  background-image: url("/local/templates/2023/img/train-2023/car3.png");
}

.car4 {
  background-image: url("/local/templates/2023/img/train-2023/car4.png");
}

.car5 {
  background-image: url("/local/templates/2023/img/train-2023/car5.png");
}

.car6 {
  background-image: url("/local/templates/2023/img/train-2023/car6.png");
}

.car7 {
  background-image: url("/local/templates/2023/img/train-2023/car7.png");
}

.car8 {
  background-image: url("/local/templates/2023/img/train-2023/car8.png");
}

.car9 {
  background-image: url("/local/templates/2023/img/train-2023/car9.png");
}

.car10 {
  width: 894px;
  background-image: url("/local/templates/2023/img/train-2023/car10.png");
}

.car-gate {
  width: 39px;
  height: 150px;
  background-color: #182029;
}

.index-slider-wrap {
  position: relative;
}

.index-slider {
  padding: 64px 0 96px 0;
  margin-right: -32px;
}
.index-slider .index-slide:not(:first-of-type) {
  display: none;
}
.index-slider.slick-initialized .index-slide:not(:first-of-type) {
  display: block;
}
.index-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 5px;
}
.index-slider .slick-track .slick-slide {
  height: auto;
}

.index-slide__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index-slide__left {
  padding-bottom: 32px;
  width: 50%;
}

.index-slide__title {
  font-size: 51px;
  line-height: 1.25;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.index-slide__title_russian-youth{
	font-family: 'Muller';
	font-style: normal;
	font-weight: 700;
	font-size: 64px !important;
	line-height: 80px;
	color: #FFFFFF;
}

.index-slide__subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  max-width: 525px;
  margin-bottom: 0;
}

.index-slide__big-subtitle {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  max-width: 525px;
  margin-top: 20px;
}

.index-slide__right {
  width: 46%;
  display: flex;
  justify-content: flex-end;
}

.index-slide__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  max-width: calc(100% - 32px);
  margin-right: 32px;
  max-height: 450px;
}

.index-slide__right_shadowed .index-slide__img {
  border-radius: 2px;
  box-shadow: 32px 32px rgba(0, 0, 0, 0.14);
  margin: 0 32px 32px 0;
}

.slider-arrow {
  position: absolute;
  bottom: 70px;
  left: 0;
  transition: 0.2s opacity ease-in;
  display: block;
  cursor: pointer;
  z-index: 1;
}
.slider-arrow:hover {
  opacity: 0.6;
}
.slider-arrow img {
  display: block;
}

.slider-next {
  left: 140px;
}

.index-slider-counter {
  position: absolute;
  bottom: 72px;
  left: 51px;
  width: 89px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
}

.images-slider, .article .images-slider {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 48px 0;
}
.images-slider .slick-track, .article .images-slider .slick-track {
  display: flex;
  align-items: center;
}
.images-slider .images-slider__slide img, .article .images-slider .images-slider__slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto !important;
  max-height: 720px;
  margin-bottom: 0;
  border-radius: 2px;
}
.images-slider .slick-dots, .article .images-slider .slick-dots {
  width: auto;
  margin: 0;
  padding: 12px 16px;
  list-style: none;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 24px;
  font-size: 0;
  line-height: 1;
}
.images-slider .slick-dots button, .article .images-slider .slick-dots button {
  font-size: 0;
  width: 8px !important;
  border: none !important;
  height: 8px !important;
  border-radius: 50% !important;
  padding: 0;
  background: rgba(255, 255, 255, 0.17) !important;
  cursor: pointer;
}
.images-slider .slick-dots li, .article .images-slider .slick-dots li {
  margin-right: 12px;
  margin-bottom: 0;
  position: unset;
  padding: 0;
}
.images-slider .slick-dots li::before, .article .images-slider .slick-dots li::before {
  display: none;
}
.images-slider .slick-dots li:last-child, .article .images-slider .slick-dots li:last-child {
  margin-right: 0;
}
.images-slider .slick-dots li.slick-active button, .article .images-slider .slick-dots li.slick-active button {
  background: #fff !important;
}

.images-slider-arrow, .article .images-slider-arrow {
  position: absolute;
  top: 50%;
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
  transition: 0.2s opacity ease-in;
  cursor: pointer;
  z-index: 1;
}
.images-slider-arrow:hover, .article .images-slider-arrow:hover {
  opacity: 1;
}

.images-slider-prev {
  left: 24px;
}

.images-slider-next {
  right: 24px;
}

.content-page {
  padding-top: 236px;
  padding-bottom: 80px;
}

.content-page__title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 48px 0;
  text-transform: none;
}

.white-list, .article_dark ul {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  list-style: none;
}
.white-list li, .article_dark ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 26px;
}
.white-list li:last-child, .article_dark ul li:last-child {
  margin-bottom: 0;
}
.white-list li::before, .article_dark ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}

.article_dark {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.5;
}
.article_dark img {
  display: block;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 64px;
  border-radius: 2px;
}
.article_dark p {
  width: 83%;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.84);
}
.article_dark a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.84);
}
.article_dark a:hover {
  text-decoration: none;
}
.article_dark ul, .article_dark ol {
  width: 66%;
  margin: 0 0 24px 0;
}
.article_dark ol {
  counter-reset: myCounter;
  padding: 0;
}
.article_dark ol li {
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  padding-left: 36px;
}
.article_dark ol li:last-child {
  margin-bottom: 0;
}
.article_dark ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: absolute;
  top: 0;
  left: 0;
}
.article_dark h4, .article_dark h5 {
  color: #fff;
  margin: 48px 0;
}
.article_dark h2, .article_dark h3 {
  color: #fff;
  margin: 64px 0 48px 0;
}
.article_dark h2.underline, .article_dark h3.underline {
  margin-bottom: 32px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
}
.article_dark .subtitle {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  margin: 48px 0;
}
.subtitle a {
   color: rgba(0, 0, 0, 0.87) !important;
}
.subtitle_margin-bottom{
	margin-bottom: 64px !important;
}
.article_dark video {
  width: 100%;
  display: block;
  margin-top: 48px;
  margin-bottom: 64px;
}
.article_dark iframe {
  width: 100%;
  display: block;
  height: 630px;
  border-width: 0;
  outline-width: 0;
  margin-top: 48px;
  margin-bottom: 64px;
}
.article_dark .images-slider {
  margin-bottom: 64px;
}
.article_dark .video-container, .article_dark .video-container_wide, .article_dark .video-container_swide, .article_dark .video-container_vertical {
  margin-top: 48px;
  margin-bottom: 64px;
}
.article_dark > *:first-child {
  margin-top: 0;
}
.article_dark > *:last-child {
  margin-bottom: 0;
}

.inner-page {
  padding-top: 236px;
  padding-bottom: 100px;
}

.media-page {
  padding-bottom: 200px;
}

.inner-page__title {
  text-transform: uppercase;
}

.events-page__title {
  margin-bottom: 32px;
}

.inner-page__subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  margin: 0;
}

.events-block {
  margin-top: 80px;
}

.event-card_quest {
  display: flex;
  align-items: center;
}
.event-card_quest .event-card__data .title-frame-quest {
  max-width: 452px;
}

.dfo-page__title {
  text-transform: none;
  margin-bottom: 32px;
}

.dfo-block {
  margin-top: 80px;
}

.video-grid {
  width: 100%;
  width: calc(100% + 32px);
  margin: 0 -16px -32px -16px;
  display: flex;
  flex-wrap: wrap;
}

.video-card {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  width: 48%;
  width: calc(50% - 32px);
  margin: 0 16px 32px 16px;
  height: 308px;
  padding: 16px;
}
.video-card::before {
  display: block;
  content: url("../../2022/img/play-button_md.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
}
.video-card:hover .video-card__overlay {
  background-color: rgba(0, 22, 102, 0.55);
}

.video-card__title {
  max-width: 372px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.video-card__date {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  margin: auto 0 0 auto;
}

.video-card_sm, .video-grid_2-3 .video-card:nth-child(5n+3), .video-grid_2-3 .video-card:nth-child(5n+4), .video-grid_2-3 .video-card:nth-child(5n+5) {
  width: 30%;
  width: calc((100% / 3) - 32px);
  height: 200px;
}
.video-card_sm .video-card__title, .video-grid_2-3 .video-card:nth-child(5n+3) .video-card__title, .video-grid_2-3 .video-card:nth-child(5n+4) .video-card__title, .video-grid_2-3 .video-card:nth-child(5n+5) .video-card__title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.video-card_sm::before, .video-grid_2-3 .video-card:nth-child(5n+3)::before, .video-grid_2-3 .video-card:nth-child(5n+4)::before, .video-grid_2-3 .video-card:nth-child(5n+5)::before {
  width: 48px;
  height: 48px;
  content: url("../../2022/img/play-button_sm.svg");
}

.video-card__overlay {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 22, 102, 0.6);
  transition: 0.2s background-color ease-in;
  top: 0;
  left: 0;
  z-index: -1;
}

.news-bg {
  background-color: #0C5BA0;
  border-radius: 3px;
  padding: 48px 40px 64px 40px;
}

.news-list {
  padding-right: 80px;
}

.news-item {
  display: block;
  margin-bottom: 64px;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-item:hover .news-item__title {
  color: rgba(255, 255, 255, 0.84);
}

.news-item__title {
  color: #fff;
  transition: 0.2s color ease-in;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.article-page {
  padding-top: 236px;
}

.event-page {
  padding-top: 220px;
}

.article-page__title {
  font-size: 51px;
  line-height: 64px;
  margin-bottom: 24px;
}

.article-page__subtitle {
  font-size: 21px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin: 32px 0 0 0;
  width: 83%;
}

.article-page__subtitle2 {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 32px;
}

.article-page__date, .event-page__add-data, .index-slide__add-data {
  display: flex;
  flex-wrap: wrap;
}
.article-page__date span, .event-page__add-data span, .index-slide__add-data span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-right: 20px;
  display: flex;
}
.article-page__date span.italic, .event-page__add-data span.italic, .index-slide__add-data span.italic {
  font-weight: 300;
  font-style: italic;
}
.article-page__date span::before, .event-page__add-data span::before, .index-slide__add-data span::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0.84);
  flex-shrink: 0;
  margin-top: 10px;
}
.article-page__date span:first-child::before, .event-page__add-data span:first-child::before, .index-slide__add-data span:first-child::before {
  display: none;
}

.index-slide__add-data {
  margin: 0 0 20px 0;
}
.index-slide__add-data span:last-child {
    margin-right: 0;
}

.article-page__date {
  margin: 24px 0 0 0;
}
.article-page__date span {
  margin-right: 12px;
}
.article-page__date span::before {
  margin-right: 12px;
}

.article-page__share {
  margin-top: 32px;
  color: #fff;
}
.article-page__share .small-text {
  margin-bottom: 16px;
}

.ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
  width: 48px !important;
  height: 48px !important;
}

.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
  background-color: transparent !important;
  border-radius: 0 !important;
}

.ya-share2__item:not(.ya-share2__item_more):hover, .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover, .ya-share2__item:not(.ya-share2__item_more):focus, .ya-share2__item.ya-share2__item_more > .ya-share2__link:focus {
  opacity: 1 !important;
}

.ya-share2__icon {
  background-size: 24px 24px !important;
  border-radius: 50% !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  transition: 0.1s background-color ease-in;
  border: 1px solid #fff;
  box-sizing: border-box !important;
}
.ya-share2__icon:hover {
  background-color: #fff !important;
}

.ya-share2__item {
  margin-right: 8px !important;
}
.ya-share2__item:last-child {
  margin-right: 0 !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("../../2022/img/socials/share/vk.svg") !important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon:hover {
  background-image: url("../../2022/img/socials/share/vk_hover.svg") !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("../../2022/img/socials/share/fb.svg") !important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon:hover {
  background-image: url("../../2022/img/socials/share/fb_hover.svg") !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("../../2022/img/socials/share/tw.svg") !important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon:hover {
  background-image: url("../../2022/img/socials/share/tw_hover.svg") !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url("../../2022/img/socials/share/ok.svg") !important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon:hover {
  background-image: url("../../2022/img/socials/share/ok_hover.svg") !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url("../../2022/img/socials/share/tg.svg") !important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon:hover {
  background-image: url("../../2022/img/socials/share/tg_hover.svg") !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon {
  background-image: url("../../2022/img/socials/share/wa.svg") !important;
}
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon:hover {
  background-image: url("../../2022/img/socials/share/wa_hover.svg") !important;
}

.article-page__main-img {
  display: block;
  width: 100%;
  margin-top: 64px;
  margin-bottom: -240px;
  border-radius: 2px;
}

.article-bg-white {
  width: 100%;
  background-color: #fff;
  padding-top: 240px;
  margin-bottom: -2px;
}

.article-page_noimg .article-page__head {
  padding-bottom: 64px;
}
.article-page_noimg .article-bg-white {
  padding-top: 0;
}

.article_light {
  padding-top: 64px;
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
.article_light img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 48px 0;
}
.article_light p {
  width: 83%;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.article_light .subtitle {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.87);
}
.article_light .accent {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.5px;
}
.article_light a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6);
}
.article_light a:hover {
  color: rgba(0, 0, 0, 0.87);
}
.article_light .captioned-img {
  margin: 48px 0;
}
.article_light .captioned-img img {
  margin: 0;
}
.article_light .img-caption {
  margin: 12px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  letter-spacing: 0.5px;
}
.article_light ul, .article_light ol {
  width: 66%;
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  color: rgba(0, 0, 0, 0.6);
}
.article_light ul li, .article_light ol li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 26px;
}
.article_light ul li:last-child, .article_light ol li:last-child {
  margin-bottom: 0;
}
.article_light ul li::before, .article_light ol li::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0C5BA0;
  position: absolute;
  left: 0;
  top: 8px;
}
.article_light h2, .article_light h3, .article_light h4, .article_light h5 {
  color: rgba(0, 0, 0, 0.87);
  margin-top: 48px;
  margin-bottom: 32px;
}
.article_light h2 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 64px;
}
.article_light h3 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
}
.article_light video {
  width: 100%;
  display: block;
  margin-top: 48px;
  margin-bottom: 48px;
}
.article_light iframe {
  width: 100%;
  display: block;
  height: 630px;
  border-width: 0;
  outline-width: 0;
  margin-top: 48px;
  margin-bottom: 48px;
}
.article_light .video-container, .article_light .video-container_wide, .article_light .video-container_swide, .article_light .video-container_vertical {
  margin-top: 48px;
  margin-bottom: 48px;
}
.article_light > *:last-child {
  margin-bottom: 0;
}
.article_light > *:first-child {
  margin-top: 0;
}

.event-page__add-data {
  margin: 0 0 12px 0;
}

.event-page__title {
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 32px;
}

.article_event img, .article_event .images-slider, .article_event iframe, .article_event video {
  margin-bottom: 64px;
}

.albums-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -16px -48px -16px;
}

.album-card {
  display: block;
  width: 30%;
  width: calc((100% / 3) - 32px);
  margin: 0 16px 48px 16px;
}
.album-card:hover .album-card__overlay {
  background-color: rgba(0, 22, 102, 0.55);
}

.album-card__img {
  width: 100%;
  height: 184px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 16px 20px;
  border-radius: 2px;
}

.album-card__info {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.album-card__number {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.5px;
}
.album-card__number img {
  margin-right: 12px;
}

.album-card__date {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

.album-card__overlay {
  background-color: transparent;
  transition: 0.2s background-color ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
}

.album-card__title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-top: 16px;
}

.photo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -16px -32px -16px;
}

.photo-card {
  display: block;
  width: 30%;
  width: calc((100% / 3) - 32px);
  margin: 0 16px 32px 16px;
}
.photo-card:hover .photo-card__overlay {
  opacity: 1;
  visibility: visible;
}

.photo-card__img {
  width: 100%;
  height: 236px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.photo-card__overlay {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s opacity ease-in, 0.2s visibility ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 22, 102, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 16px;
}

.photo-card__link {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #0C5BA0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transition: 0.2s background-color ease-in;
  flex: none;
}
.photo-card__link:last-child {
  margin-right: 0;
}
.photo-card__link:hover {
  background-color: #0C579A;
}

.fancybox-container_images .fancybox-stage {
  display: inline-flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  align-items: flex-start;
  max-width: 1008px;
  padding: 12px 0;
  width: 100%;
  align-items: center;
}
.fancybox-container_images .fancybox-caption {
  position: relative;
  padding: unset;
  margin: unset;
  left: unset;
  top: unset;
  pointer-events: unset;
  right: unset;
  bottom: unset;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: none;
  max-width: 100%;
  min-width: 440px;
}
.fancybox-container_images .fancybox-slide--current.fancybox-slide--image {
  position: relative;
  padding: 0;
  margin: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  height: auto;
  padding-bottom: 0 !important;
  top: 0;
  right: 0;
  align-items: center;
  width: auto;
  bottom: 0;
  width: 100%;
}
.fancybox-container_images .fancybox-slide--current.fancybox-slide--image .fancybox-content {
  margin: unset !important;
  transform: unset !important;
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  padding: unset;
  max-height: 100%;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
  cursor: default;
}
.fancybox-container_images .fancybox-image {
  position: relative;
  display: block;
  cursor: default;
  width: auto !important;
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.fancybox-container_images .fancybox-inner {
  display: flex;
  justify-content: center;
}
.fancybox-container_images .fancybox-caption__body {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.fancybox-button {
  background: transparent;
  width: 64px;
  height: 64px;
  padding: 0 !important;
}
.fancybox-button img {
  opacity: 0.6;
  transition: opacity 0.2s ease-in;
}
.fancybox-button:hover img {
  opacity: 1;
}

.fancybox-navigation .fancybox-button {
  width: 64px;
  height: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 12px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 12px;
}

.fancybox-button[disabled] img, .fancybox-button[disabled]:hover img {
  opacity: 0.4;
}

.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs {
  display: none !important;
}

.box-caption {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  flex: 1;
  color: #fff;
  margin-top: 16px;
}

.box-caption__author {
  color: rgba(255, 255, 255, 0.6);
}

.fancybox-is-open .fancybox-bg {
  background-color: rgba(0, 16, 44, 0.82);
  opacity: 1;
}

.fancybox-caption a:hover {
  text-decoration: none;
}

.lblink {
  max-width: 49%;
  margin-left: 12px;
  display: flex;
  align-items: center;
  color: #fff !important;
  margin-top: 16px;
}
.lblink:hover .lblink__right {
  background-color: #0C579A;
}

.lblink__left {
  text-align: left;
}

.lblink__up {
  font-size: 16px;
  line-height: 24px;
}

.lblink__down {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.84);
  opacity: 0.6;
}

.lblink__right {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #0C5BA0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: 0.2s background-color ease-in;
  flex-shrink: 0;
}

.about-page {
  padding-top: 188px;
  padding-bottom: 80px;
}
.about-page p {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 24px;
}
.about-page p a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: underline;
}
.about-page p a:hover {
  text-decoration: none;
}
.about-page p:last-child {
  margin-bottom: 0;
}

.about-page__heading {
  font-size: 38px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.about-page__heading_underline {
  margin-bottom: 32px;
}

.about-head {
  display: flex;
  justify-content: flex-start;
  margin-bottom: -96px;
}

.about-head__left {
  width: 47%;
  max-width: 458px;
  padding: 0 50px 96px 0;
  padding-bottom: 96px;
}
.about-head__left .date-frame {
  margin: 0;
}

.about-head__right {
  width: 53%;
  display: block;
  min-height: 400px;
  border-radius: 2px;
  object-fit: cover;
  object-position: center;
}

.about-pivots {
  background: radial-gradient(237.4% 100% at 28.89% 0%, #005B9E 0%, #0F3F76 100%), #0C5BA0;
  border-radius: 2px;
  padding: 128px 0 80px 0;
}

.mission-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 64px -44px 0 -44px;
  width: 100%;
  width: calc(100% + 88px);
}

.traditions-block, .tasks-block {
  padding: 0 64px;
}

.mission-block__item {
  width: 48%;
  width: calc(50% - 16px);
  background-color: #0183BF;
  padding: 64px 64px 80px 64px;
}
.mission-block__item .about-page__heading {
  margin-bottom: 20px;
}

.mission-block__item-goal {
  margin-top: 44px;
  background-color: #C01E38;
  padding: 64px 80px 80px 58px;
}

.tasks-block {
  margin-top: 48px;
}

.about-events-block {
  margin-top: 72px;
}
.about-events-block_hidden{
	display:none;
}
.about-events-block .about-page__heading {
  margin-bottom: 48px;
}

.about-event {
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
  padding-bottom: 78px;
  margin-bottom: 80px;
}
.about-event:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.about-event p {
  width: 83%;
}
.about-event .subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
.about-event .button-wrap_mobile {
  display: none;
  margin-top: 40px;
  text-align: center;
}

.about-event__head {
  display: flex;
  position: relative;
}

.about-event__text {
  margin-top: 64px;
}

.about-event__head_metro {
  min-height: 488px;
  padding: 100px 0 48px;
}
.about-event__head_metro .about-event__img {
  border-radius: 2px;
}

.about-event__head_express {
  min-height: 331px;
  padding: 48px 0 0 0;
}
.about-event__head_express .about-event__img {
  max-width: 736px;
}

.about-event__head_quest {
  min-height: 250px;
  padding: 50px 0 48px 0;
}
.about-event__head_quest .about-event__img {
  max-width: 640px;
  border-radius: 2px;
}

.about-event__head_yarmarka {
  min-height: 345px;
  padding: 100px 0 0 0;
}
.about-event__head_kamchatka{
	min-height: 345px;
	padding: 50px 0 0px;
}
.about-event__data_kamchatka{
	width: 61% !important;
}
.about-event__title_kamchatka{
	text-align: start !important;
}

.about-event__head_yarmarka .about-event__img {
  max-width: 736px;
}

.about-event__head_award {
  min-height: 368px;
  padding: 40px 0 0 0;
}
.about-event__head_award .about-event__img {
  max-width: 598px;
}

.about-event__head_online-quest {
  min-height: 368px;
  padding: 40px 0 0 0;
}
.about-event__head_online-quest .about-event__img {
  max-width: 736px;
}

.about-event__head_olympiad {
  min-height: 488px;
  padding: 72px 0 0 0;
}
.about-event__head_olympiad .about-event__img {
  border-radius: 2px;
}

.about-event__data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  z-index: 1;
}
.about-event__data .date-frame {
  margin: 8px 0 0 0;
}

.about-event__img {
  width: 74%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}

.about-event__title {
  background-color: #fff;
  color: #0C5BA0;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 4px 20px;
}

.about-event__title_sm {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.about-event__button {
  margin-top: 48px;
}

body.express .bg-left, body.express .bg-right {
  background: none !important;
}

.express-welcome {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  background-position: center;
}

.express-welcome__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 136px 0 280px 0;
}
.express-welcome__text .date-frame {
  margin-top: 26px;
}

.express-welcome__title {
  font-size: 64px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
}
.express-welcome__title:first-child {
  margin-top: 0;
}

.express-welcome__img {
  display: none;
  width: 100%;
  margin-top: -15px;
}

.express-welcome__tiger {
  width: 20%;
  bottom: -120px;
  right: 20.78%;
  display: block;
  position: absolute;
}

.express-introduce {
  background-color: #0F3A6A;
  padding: 64px 0 80px 0;
}

.express-introduce__title {
  margin-bottom: 24px;
}

.express-introduce__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 48px;
}

.express-white-bg {
  width: 100%;
  padding: 80px 0 100px 0;
  margin-bottom: -2px;
  background-color: #fff;
  overflow-x: hidden;
}

.express-white-bg_hidden{
	display:none;
}

.about-express__title {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-express__title_adaptive {
  display: none;
}

.about-express__row {
  /* display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 32px; */
  display: flex;
}

.about-express__left {
  width: 100%;
  max-width: 544px;
  margin-right: 32px;
}

.about-express__right {
  
}

.about-express__list {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.about-express__list b {
  letter-spacing: 0.5px;
}

.express-card {
  display: block;
  height: 256px;
  width: 256px;
  max-width: 100%;
  background: linear-gradient(180deg, #005B9E 0%, #0F3F76 111.95%), #0C5BA0;
  position: relative;
  padding: 32px 20px;
  border-radius: 4px;
  overflow: hidden;
}
.express-card:hover .express-card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.express-card__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: bottom;
  transition: transform 1s ease-in-out;
  border-radius: 4px;
  background-repeat: no-repeat;
}

.express-card__title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
}
.express-card__title img {
  margin-left: 12px;
}

.express-section_train {
  background-color: transparent;
  height: 296px;
  border-radius: 0;
  padding: 0;
}
.express-section_train:hover {
  background-color: transparent;
}

.about-express-adds {
  width: 83%;
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}
.container_margin{
	width: 83%;
    margin: 0 auto;
}

.about-express-adds__text {
  width: 100%;
  /* margin-right: 32px; */
  color: rgba(255, 255, 255, 0.84);
}
.about-express-adds__text p {
  margin-bottom: 24px;
}
.about-express-adds__text .subtitle {
  font-size: 21px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  max-width: 736px;
}
.about-express-adds__text .big-mrgn {
  margin-top: 48px;
}
.about-express-adds__text > *:last-child {
  margin-bottom: 0;
}

.about-express-adds__list {
  width: 41%;
  max-width: 352px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.84);
}
.about-express-adds__list li {
  margin-bottom: 24px;
}
.about-express-adds__list li .accent {
  font-weight: 700;
  color: #fff;
}

.about-express-adds__list_mobile {
  display: none;
}

.article-express {
  width: 83%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
.article-express p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}
.article-express img {
  display: block;
  max-width: 100%;
}
.article-express a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6);
}
.article-express a:hover {
  color: rgba(0, 0, 0, 0.87);
}
.article-express h2, .article-express h3 {
  color: rgba(0, 0, 0, 0.87);
}
.article-express .subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.article-express ul {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  color: rgba(0, 0, 0, 0.6);
}
.article-express ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
}
.article-express ul li:last-child {
  margin-bottom: 0;
}
.article-express ul li::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0C5BA0;
  position: absolute;
  left: 0;
  top: 8px;
}
.article-express > *:last-child {
  margin-bottom: 0;
}

.article-express .about-car__img {
  margin-bottom: 48px;
}

.article-express .about-car__img_wide {
  max-width: none;
  width: 1312px;
  margin: 0 -192px 48px -192px;
}

.article-express .about-car__img_first, .article-express .about-car__img_last {
  margin-bottom: 24px;
}

.article-express .about-car__img_right {
  margin-left: auto;
}

.about-car {
  margin-bottom: 80px;
  position: relative;
}
.about-car:last-child {
  margin-bottom: 0;
}
.about-car > *:last-child {
  margin-bottom: 0;
}

.article-express .about-car__side-img {
  position: absolute;
}

.article-express .about-car__side-img_3 {
  top: 50%;
  max-width: calc((100vw - 930px) / 2 - 8vw);
  left: -3.3vw;
  -webkit-transform: translate(-107%, -50%);
  transform: translate(-107%, -50%);
}

.article-express .about-car__side-img_4 {
  top: 32%;
  right: -4.3vw;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  max-width: calc(100vw - 930px);
}

.article-express .about-car__side-img_5 {
  top: 28%;
  left: -5vw;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  max-width: calc((100vw - 930px) / 2 - 8vw);
}

.article-express .about-car__side-img_7 {
  top: 35%;
  right: -4.5vw;
  -webkit-transform: translateX(-100%);
  transform: translateX(100%);
  max-width: calc((100vw - 930px ) / 2 - 6vw);
}

.article-express .about-car__side-img_9 {
  top: 30%;
  left: -3.3vw;
  -webkit-transform: translateX(100%);
  transform: translateX(-100%);
  max-width: calc(100vw - 930px);
}

.article-express .about-car__side-img_10 {
  top: 15%;
  right: -4vw;
  -webkit-transform: translateX(-100%);
  transform: translateX(100%);
  max-width: calc(100vw - 930px);
}

.about-car__number {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #0F3A6A;
  font-weight: 500;
}

.about-car__half {
  margin-bottom: 64px;
}

.about-car__half:last-child {
  margin-bottom: 0;
}

.about-car__half > *:last-child {
  margin-bottom: 0;
}

.about-car__title {
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
  margin: 0 0 48px;
}

.about-car__sm-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 24px;
}

.about-car__list-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; 
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 20px;
}

.bordered-block {
  padding: 24px;
  border: 2px solid #DDC5BF;
  border-radius: 4px;
  margin: 0 64px 40px auto;
  width: 100%;
  max-width: 696px;
  text-align: center;
}
.bordered-block p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  max-width: 585px;
  margin: 0 auto;
}
.bordered-block .bordered-block__title {
  font-size: 21px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  margin-bottom: 12px;
}

.bordered-block_sm {
  max-width: 629px;
  padding: 12px 24px;
  margin-right: 96px;
}

.bordered-block_car1 {
  border-color: #94C135;
}

.bordered-block_car2 {
  border-color: #DDC5BF;
}

.bordered-block_car3_1 {
  border-color: #F6A419;
}

.bordered-block_car3_2 {
  border-color: #EAB76D;
}

.bordered-block_car4 {
  border-color: #79C1C9;
}

.bordered-block_car5 {
  border-color: #EDA17F;
}

.bordered-block_car6_1 {
  border-color: #6DA371;
}

.bordered-block_car6_2 {
  border-color: #536E55;
}

.bordered-block_car7 {
  border-color: #97BDC1;
}

.bordered-block_car8 {
  border-color: #625E82;
}

.bordered-block_car9 {
  border-color: #EEE5E2;
}

.bordered-block_car10 {
  border-color: #D3E7CA;
}

.express-content-page {
  padding-top: 180px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.express-page_inner {
  margin-top: -80px;
  display: none;
}

.express-page__container{
	margin-top: 175px;
}



.recipes-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -16px -32px -16px;
}

.recipe-card {
  width: 32%;
  width: calc((100% / 3) - 32px);
  display: block;
  margin: 0 16px 32px 16px;
}
.recipe-card:hover .recipe-card__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.recipe-card__img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.recipe-card__img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
}

.recipe-card__title {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 16px;
}

.recipe-card__region {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
}

.recipe-head__title {
  font-size: 51px;
  line-height: 64px;
  margin: 0 0 12px;
}

.recipe-head__region {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}

.recipe-head {
  margin: 64px 0;
}
.recipe-head:first-child {
  margin-top: 0;
}

.region-video {
  margin-bottom: 64px;
}
.region-video:last-child {
  margin-bottom: 0;
}

.videos-title {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.error-page {
  padding: 264px 0 200px;
}

.error-page__content {
  max-width: 544px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-page__title {
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}

.error-page__subtitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}

.error-page__text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
  max-width: 425px;
}

.error-page__button {
  margin-top: 52px;
}

.events-star__logo-partner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 57px;
}

.events-star__logo-partner img, .article_light .events-star__logo-partner img {
  margin-top: 0;
  margin-bottom: 40px;
}

.events-star__logo-partner .link {
  border: 2px solid #0C5BA0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0C5BA0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 46px;
  text-decoration: none;
  transition: 0.2s ease-in color, 0.2s ease-in background-color;
}

.events-star__logo-partner .link:hover {
  color: #fff;
  background: #0C5BA0;
}

.event-card__arseniev-title_header {
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 28px;
	text-transform: uppercase;
	color: #0C5BA0;
	margin: 10px 0 0 26px;
}
.event-card__arseniev-subtitle_header {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	margin: 18px 0 0 30px;
    width: 80%;
}

.event-page__exhibition-dates{
	display: flex;
	flex-direction: row;
	gap: 80px;
}
.event-page__exhibition-dates{
	padding-left:15px;
}
.event-page__title_exhibition{
	margin-bottom: 40px;
}

.exhibition-exposition-page ul{
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0;
	margin: 0;
}
.exhibition-exposition-page ul li{
	margin:0;
}
.article-page__subtitle_exhibition{
	margin-bottom: 24px;
}
.article-page__share_exhibition{
	margin-top:48px;
}
.article-page__share_exhibition ul{
	display: flex;
	flex-direction: row;
}
.subtitle_exhibition{
	margin: 32px 0 24px;
}
.event-card__img_exhibition-exposition{
	background-image: url(/local/templates/2022/img/event-cards/event-card-image-exhibition.png);
	background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}
.event-card__title_exhibition-exposition{
	font-size: 28px;
	line-height: 36px;
}
.event-card__title_left-exhibition-exposition{
	    width: 53%;
}
.title-frame_exhibition-exposition{
	margin: 0;
}
.event-card__title_left-exhibition-exposition-about {
    width: 59%;
}
.about-event__text_exhibition-exposition{
	margin-top: 16px;
}
.about-event__button_exhibition-exposition{
	margin-top: 32px;
}
.index-slide__subtitle_exhibition-exposition{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.index-slide__title_exhibition-exposition{
	width: 90%;
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 1px;
}
.index-slide__left_exhibition-exposition{
	width: 55%;
}

footer.new-footer {
  background-color: transparent;
}
.footer-content {
  padding: 78px 0 80px;
  border-top: 2px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "a a a . b b b b b c c c";
  grid-column-gap: 32px;
}
.footer-left {
  grid-area: a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-center {
  grid-area: b;
  display: flex;
}
.footer-right {
  grid-area: c;
}
.footer-logo {
  display: block;
}
.footer-logo img {
  display: block;
  width: 256px;
  max-width: 100%;
}
.footer-npo {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.60);
  max-width: 224px;
  margin-top: 32px;
}
.new-footer-center {
  display: flex;
}
.footer-contacts {
  width: 50%;
  max-width: 167px;
  margin-right: 32px;
}
.footer-contacts__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
}
.footer-contact__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.footer-contact__link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.84);
  transition: color 0.2s ease-in;
}
.footer-contact__link:hover {
  color: rgba(255, 255, 255, 0.60);
}
.footer-nav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.footer-nav li {
  margin-bottom: 32px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
.footer-nav__link {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease-in;
}
.footer-nav__link:hover {
  color: rgba(255, 255, 255, 0.60);
}
.footer-archive {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-archive__title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.footer-archive__link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 8px;
  transition: color 0.2s ease-in;
}
.footer-archive__link:hover {
  color: rgba(255, 255, 255, 0.60);
}
.footer-archive__link:last-child {
  margin-bottom: 0;
}
.footer-copyrights {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.60);
}
.footer-copyrights a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.2s ease-in;
}
.footer-copyrights a:hover {
  color: #fff;
  text-decoration: none;
}
.new-about-page {
  padding: 0 0 100px;
}
.about-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
 
}
.date-frame_blue {
  background-color: #31547E;
  color: #fff;
}
.about-intro__main {
  margin-bottom: 40px;
  position: relative;
  margin-top: 136px;
}
.about-intro__img {
  display: block;
  /* width: 964px; */
  width: 100%;
  max-width: 100%;
  
}
.about-intro__date {
  border-radius: 8px;
  position: absolute;
  bottom: 148px;
  right: 112px;
  background-color: #0C5BA0;
  color: #fff;
  padding: 12px 24px 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
.about-intro__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 66%;
  margin: 0 auto;
  position: absolute;
  bottom: 13px;
  left: 51px;
}
.new-about-events__title {
  font-weight: 700;
  color: #fff;
  font-size: 51px;
  line-height: 64px;
  margin: 0 0 64px;
  letter-spacing: 1px;
  padding-bottom: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
}
.about-values {
  margin-bottom: 100px;
}
.values-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  margin-bottom: 48px;
}
.color-card {
  display: flex;
  align-items: flex-start;
  padding: 48px 32px;
  /* background-color: #0C5BA0; */
  background-color: #31547E;
  color: #fff;
  border-radius: 8px;
}
.color-card__img {
  display: block;
  width: 100px;
  margin-right: 32px;
}
.color-card__content > *:last-child {
  margin-bottom: 0;
}
.color-card__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}
.color-card__text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.84);
}
.color-card__text p {
  margin-bottom: 16px;
}
.color-card__text ul {
  margin:  0 0 16px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-weight: 700;
}
.color-card__text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}
.color-card__text ul li:last-child {
  margin-bottom: 0;
}
.color-card__text ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
}
.color-card__text > *:last-child {
  margin-bottom: 0;
}
.color-card-white {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.color-card-white .color-card__title {
  color: rgba(0, 0, 0, 0.87);
} 
.color-card-white .color-card__text {
  color: rgba(0, 0, 0, 0.6);
}
.color-card-red {
  background-color: #C6382A;
}
.color-card-blue {
  grid-row: span 2;
  display: block;
  padding: 40px 48px 48px;
}
.color-card-blue .color-card__img {
  margin:  0 0 12px;
}
.about-traditions {
  display: flex;
  align-items: center;
}
.about-traditions__img {
  display: block;
  width: 424px;
  max-width: 48%;
  max-width: calc(50% - 16px);
  margin-left: 56px;
  border-radius: 8px;
  flex-shrink: 0;  
}
.about-traditions__content {
  flex: 1;
}
.about-traditions__title  {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.about-traditions__text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.84);
}
.new-about-event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.new-about-event:last-child {
  margin-bottom: 0;
}
.new-about-event__img-wrap {
  flex: 1;
}
.new-about-event__img {
  display: block;
  width: calc(100% - 32px);
  border-radius: 8px;
  box-shadow: 32px 32px rgba(0, 0, 0, 0.14);
  margin: 0 32px 32px 0;
}
.new-about-event__content {
  width: 50%;
  width: calc(50% - 16px);
  margin-right: 80px;
  padding-bottom: 32px;
}
.new-about-event__title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
}
.new-about-event__title span {
  font-size: 21px;
  line-height: 28px;
  display: block;
}
.new-about-event__date {
  margin: 0 0 40px;
}
.new-about-event__button {
  margin-bottom: 40px;
}
.new-about-event__text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.84); 
}
.new-about-event__text a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.2s ease-in;
}
.new-about-event__text a:hover {
  text-decoration: none;
}
.new-about-event_reverse .new-about-event__content {
  margin-right: 32px;
  margin-left: 48px;
}
.new-index-section__title {
  font-weight: 700;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 32px;
  letter-spacing: 1px;
  padding-bottom: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
}
.index-organizers {
  margin-bottom: 100px;
}
.index-organizers .new-index-section__title, .index-partners .new-index-section__title {
  margin-bottom: 64px;
}
.organizers-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 64px 32px;
  justify-items: flex-start;
  align-items: center;
}
.organizer {
  display: block;
  grid-column: span 3;
  text-decoration: none;
}
.organizer_small {
  display: block;
  grid-column: span 2;
  text-decoration: none;
  justify-self: center;
}
.organizer img, .organizer_small img {
  display: block;
  max-width: 100%;
}
.new-partners-grid {
  display: flex;
  align-items: flex-start;
}
.new-partner {
  display: block;
  text-decoration: none;
  margin-right: 80px;
}
.new-partner:last-child {
  margin-right: 0;
}
.new-partner img {
  display: block;
  max-width: 100%;
}
.new-info-partners {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 64px 32px;
  align-items: center;
  justify-items: center;
}
.new-info-partner {
  grid-column: span 2;
  display: flex;
  justify-content: center;
}
.new-info-partner_wide {
  grid-column: span 3;
}
.new-info-partner img {
  display: block;
  max-width: 100%;
  max-height: 130px;
}
.index-media {
  margin-bottom: 100px;
}
.new-index-page {
  padding: 116px 0 120px;
}
.index-slide__sm-title {
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 24px;
  color: #fff;
  text-transform: uppercase;
}
.express-section_index {
  margin-bottom: 32px;
}
.new-index-events {
  margin-bottom: 64px;
}
.new-event-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  align-items: start;
  margin-bottom: 32px;
}
.new-event-card__img-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 16px;
}
.new-event-card__img {
  width: 100%;
  height: 100%;
  background: center / cover no-repeat;
  transition: transform 1.2s ease-in-out;
}
.new-event-card:hover .new-event-card__img {
  transform: scale(1.1);
}
.new-event-card__date {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 8px;
}
.new-event-card__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px; 
  color: #fff;
}
.big-event-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
.big-event-card {
  width: 100%;
  display: block;
  min-height: 364px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  padding: 48px 24px;
}
.big-event-card__img {
  width: 100%;
  height: 100%;
  background: center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1.2s ease-in-out;
  border-radius: 2px;
}
.big-event-card:hover .big-event-card__img {
  transform: scale(1.1);
}
.big-event-card__content {
  position: relative;
}
.new-event-star {
  display: flex;
  align-items: flex-end;
}
.new-event-star .big-event-card__img {
  background-image: url("../img/events/event-star-2.jpg");
}
.new-event-star__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px; 
  text-transform: uppercase;
  color: #0C5BA0;
  max-width: 290px;
}
.big-event-card__date {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0 0;
}
.new-event-yarmarka .big-event-card__img {
  background-image: url("../img/events/event-yarmarka-2.jpg");
}
.new-event-yarmarka__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #0C5BA0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 303px;
}
.new-event-yarmarka__title span {
  padding: 10px 20px 4px;
  background-color: #fff;
  margin-bottom: 8px;
}
.new-event-yarmarka__title span:last-child {
  margin-bottom: 0;
}
.new-index-news {
  margin-bottom: 64px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px 32px;
}
.news-card {
  min-height: 352px;
  display: flex;
  flex-direction: column;
  background-color: #0F3A6A;
  border-radius: 2px;
  transition: 0.2s background-color ease-in;
}
.news-card:hover {
  background-color: #173F6B;
}
.news-card-noimg {
  padding: 32px;
  background-color: #0C5BA0;
  transition: 0.2s background-color ease-in;
}
.news-card-noimg:hover {
  background-color: #0C579A;
}
.news-card__img {
  width: 100%;
  height: 184px;
  background: center / cover no-repeat;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.news-card__content {
  padding: 20px 32px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; 
  color: #fff;
  margin-bottom: 24px;
}
.news-card__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.60);
  margin-top: auto;
}
.more-btn-wrap {
  margin-top: 48px;
  text-align: center;
}
.header-nav__dropdown-links {
  margin: 0 32px 0 0;
}
.header-nav__link-dropdown img {
  display: none;
}
.new-dropdown-event-card {
  padding: 24px 20px;
  border-radius: 8px;
  overflow: hidden;
}
.new-title-frame {
  background-color: #0C5BA0;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 16px 10px;
  text-align: center;
}
.new-title-frame_md {
  font-size: 22px;
  line-height: 26px;
}
.new-title-frame_sm {
  font-size: 16px;
  line-height: 20px;
}
.new-title-frame_white {
  background-color: #fff;
  color: #0C5BA0;
}
.new-title-frame span {
  display: block;
  font-size: 10px;
  line-height: 16px;
}
.new-title-frame-event {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px; 
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.express-introduce-wrap {
  width: 83%;
}
.express-color-cards {
  margin-bottom: 64px;
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(12,1fr);
}
.express-color-cards .color-card-white {
  grid-column: span 7;
}
.express-color-cards .color-card-blue {
  grid-column: span 5;
}
.express-color-cards .color-card-red {
  grid-column: span 7;
}
.article_light .big-list {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
}
.photo-page__title {
  margin-bottom: 20px;
}
.photo-page__subtitle {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 48px;
}
.album-page__title {
  margin-bottom: 20px;
}
.album-page__subtitle {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 48px;
}
.new-about-events {
  margin-bottom: 100px;
}

.food_title {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Muller';
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 1px;
  margin: 80px 0 24px 0;
  display: block;
}

.food_cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.education_cards .card {
  margin-bottom: 80px;
}

.food_cards .card {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.food_cards .card img {
  margin-bottom: 16px;
}

.food_cards .card .name {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Muller';
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}

.z-site {
  background: url('/upload/globe_white.svg') no-repeat left center;
  padding-left: 24px;
  display: block;
  color: #fff;
  margin: 8px 0 28px 0;
  text-decoration: none;
}

.food_cards .card .subtitle {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}

.food_cards .card p {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Muller';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.food_cards .card .grey {
  margin: 16px 0 8px 0;
  color: rgba(0, 0, 0, 0.32);
  font-family: 'Muller';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.food_cards .card .address {
  background: url('/upload/food_icon_1.svg') no-repeat left center;
  background-repeat: no-repeat;
  padding-left: 28px;
  margin-bottom: 12px;
}

.food_cards .card .phone {
  background: url('/upload/food_icon_2.svg') no-repeat left center;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.food_cards .card .site {
  background: url('/upload/site.svg') no-repeat left center;
  background-repeat: no-repeat;
  padding-left: 28px;
  color: #0082CA;
  text-decoration: none;
}

.food-more-btn {
  margin-bottom: 120px;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #FFF;
  padding: 12px 48px;
  display: block;
}

.food-white {
  padding-bottom: 120px;
}

.other_food .food_title {
  color: #fff;
}

.express-page {}

.train-background {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  min-height: 1080px;
  padding-top: 329px;
  display: flex;
}

.train-background .container {
  height: inherit;
  display: flex;
  flex-direction: column;
}

.train-background__title {
  font-size: 64px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: #0C5BA0;
  padding: 10px 28px 4px;
  border-radius: 8px;
  background: #FFF;
  width: fit-content;
  margin: 0 auto 21px;
}

.train-background__date {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #FFF;
  border-radius: 8px;
  background: #0C5BA0;
  padding: 8px 16px 8px 20px;
  width: fit-content;
  margin: 0 auto;
}

.train-background__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; 
  text-align: center;
  color: #FFF;
  border-radius: 8px;
  background: #C01E38;
  padding: 12px 28px;
  width: fit-content;
  margin: auto auto 52px auto;
}

.train-blue {
  background: #0F3A6A;
  width: 100%;
  padding: 80px 0 100px;
}

.small-container {
  max-width: 928px;
}

.train-blue__title {
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}

.train-blue__text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

.train-blue__train .car1 {
  background-image: url(/local/templates/2024/img/car1.png);
}

.train-blue__train .car2 {
  background-image: url(/local/templates/2024/img/car2.png);
}

.train-blue__train .car3 {
  background-image: url(/local/templates/2024/img/car3.png);
}

.train-blue__train .car4 {
  background-image: url(/local/templates/2024/img/car4.png);
}

.train-blue__train .car5 {
  background-image: url(/local/templates/2024/img/car5.png);
}

.train-blue__train .car6 {
  background-image: url(/local/templates/2024/img/car6.png);
}

.train-blue__train .car7 {
  background-image: url(/local/templates/2024/img/car7.png);
}

.train-blue__train .car8 {
  background-image: url(/local/templates/2024/img/car8.png);
}

.train-blue__train .car9 {
  background-image: url(/local/templates/2024/img/car9.png);
}

.train-blue__train .car10 {
  background-image: url(/local/templates/2024/img/car10.png);
}

.train-white {
  background: #fff;
  width: 100%;
  padding: 80px 0 120px;
}

.train-white__carriage {
  display: block;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  color: #0C5BA0;
  margin-bottom: 8px;
  margin-top: 80px;
}

.train-white__carriage_first {
  margin-top: 0;
}

.train-white__title {
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 48px;
  color: rgba(0, 0, 0, 0.87);
}

.big-container {
  max-width: 1312px;
  margin-bottom: 48px;
}

.big-container_first {
  margin-bottom: 24px;
}

.train-white__img {
  width: 100%;
  height: auto;
}

.train-white__title2 {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}

.train-white__text {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.60);
  margin-bottom: 32px;
}

.train-white__subtitle {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}

.train-white a {
  color: #0C5BA0;
  text-decoration: underline;
}

.train-white a:hover {
  text-decoration: none;
}

.train-white ul {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  color: rgba(0, 0, 0, 0.6);
}

.train-white li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
}

.train-white li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0C5BA0;
  position: absolute;
  left: 0;
  top: 8px;
}

.train-white__subtitle2 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 48px;
}

.train-background_mob {
  display: none;
}

.train-video {
  width: 100%;
  height: 715px;
}

.main__news-card {
  border-radius: 8px;
  background-color: #19375D;
}

.main__news-card:nth-child(3n + 2) {
  background-color: #31547E;
}

.main__news-card:hover {
  background-color: #0F2D53;
}

.main__news-card:hover:nth-child(3n + 2) {
  background-color: #274A74;
}

.footer-vk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 74px;
  margin-bottom: 40px;
  width: fit-content;
}

.footer-vk:hover {
  background: #fff;
}

.footer-vk:hover path {
  fill: #0C5BA0;
}

.forum-speakers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  margin-bottom: 100px;
}

.forum-speaker {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.60);
}

.forum-speaker__photo {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 132px;
  height: 132px;
  border-radius: 600px;
  margin-bottom: 16px;
}

.forum-speaker__name {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}

.forum-speaker__text {
  margin-bottom: 16px;
}

.forum-speaker__text:last-child {
  margin-bottom: 0;
}

.forum-speaker__date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.forum-speaker__date img, .forum-speaker__link img {
  margin: 0 8px 0 0 !important;
  width: fit-content !important;
}

.forum-speaker__date:last-child {
  margin-bottom: 0;
}

.forum-speaker__link {
  display: flex;
  align-items: center;
}

.forum-speaker__link a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #0082CA;
  text-decoration: underline;
}

.forum-speaker__link a:hover {
  text-decoration: none;
  color: #0082CA;
}

.about-intro__img_mob {
  display: none;
}

.personal-popup {
  background: #19375D !important;
}

@media only screen and (max-width: 1800px) {
  .bg-left, .bg-right {
      background-size: 280px auto;
  }
}
@media only screen and (max-width: 1600px) {
  .bg-left, .bg-right {
    background-size: 160px auto;
  }
}
@media only screen and (max-width: 1536px) {
  .article-express .about-car__side-img_5 {
    left: -4vw;
  }

  .article-express .about-car__side-img_3 {
    max-width: 26vw;
  }
}
@media only screen and (max-width: 1400px) {
  .bg-left, .bg-right {
    background: none;
  }

  .express-welcome__tiger {
    bottom: -80px;
  }

  .express-welcome__title {
    font-size: 51px;
  }
}
@media only screen and (max-width: 1365px) {
  .about-car__side-img {
    display: none !important;
  }

  .article-express .about-car__img_wide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .index-slider {
    margin-right: 0;
  }

  .index-slide__title {
    font-size: 44px;
  }

  .mission-block {
    width: calc(100% + 32px);
    margin: 64px -16px 0 -16px;
  }

  .express-welcome {
    background: none !important;
    min-height: unset;
    flex-direction: column;
  }

  .express-welcome__text {
    padding: 148px 0 0 0;
  }

  .express-welcome__img {
    display: block;
	  z-index:-1;
  }
  .express-welcome__text{
	  z-index:1;
  }

  .bordered-block {
    margin: 0 auto 40px;
  }

  .express-section_train {
    margin-top: 32px;
  }

  .express-page_inner {
    margin-top: 64px;
  }
  .express-page_inner .express-welcome__text {
    padding: 0;
  }
  
  .train-video {
    height: 660px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav li {
    margin-left: 30px;
  }

  .header-nav__dropdown-wrap {
    display: none;
  }

  .index-slider {
    padding: 64px 0;
  }

  .index-slide__title {
    font-size: 32px;
  }

  .index-slide__left {
    padding-bottom: 32px;
  }

  .express-welcome__title {
    font-size: 44px;
  }

  .index-news__col2 {
    padding-right: 0;
  }

  .slider-arrow {
    bottom: 32px;
  }

  .index-slider-counter {
    bottom: 34px;
  }

  .images-slider .images-slider__slide img, .article .images-slider .images-slider__slide img {
    max-height: 650px;
  }

  .article_light iframe, .article_dark iframe {
    height: 520px;
  }

  .article_light ul, .article_light ol, .article_dark ul, .article_dark ol {
    width: 83%;
  }

  .video-card, .video-card_sm, .video-grid_2-3 .video-card:nth-child(5n+3), .video-grid_2-3 .video-card:nth-child(5n+4), .video-grid_2-3 .video-card:nth-child(5n+5) {
    width: 46%;
    width: calc(50% - 32px);
    height: 200px;
  }
  .video-card .video-card__title, .video-card_sm .video-card__title, .video-grid_2-3 .video-card:nth-child(5n+3) .video-card__title, .video-grid_2-3 .video-card:nth-child(5n+4) .video-card__title, .video-grid_2-3 .video-card:nth-child(5n+5) .video-card__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .video-card::before, .video-card_sm::before, .video-grid_2-3 .video-card:nth-child(5n+3)::before, .video-grid_2-3 .video-card:nth-child(5n+4)::before, .video-grid_2-3 .video-card:nth-child(5n+5)::before {
    width: 48px;
    height: 48px;
    content: url("../../2022/img/play-button_sm.svg");
  }

  .album-card {
    width: 46%;
    width: calc(50% - 32px);
  }

  .album-card__img {
    height: 189px;
  }

  .photo-card {
    width: 46%;
    width: calc(50% - 32px);
  }

  .photo-card__img {
    height: 241px;
  }

  .article-page__main-img {
    margin-bottom: -140px;
  }

  .article-bg-white {
    padding-top: 140px;
  }

  .fancybox-container_images .fancybox-caption__body {
    padding: 0 16px;
  }

  .about-head__left {
    padding-right: 24px;
  }

  .event-card_quest-index .event-card__title_sm {
    font-size: 18px;
    line-height: 24px;
  }

  .about-event__img {
    width: 70%;
  }

  .recipe-card {
    width: 46%;
    width: calc(50% - 32px);
  }

  .about-express-adds__text {
    width: 100%;
    margin: 0;
  }
  .about-express-adds__text .big-mrgn {
    margin-top: 0;
  }

  .about-express-adds__list {
    width: 100%;
    max-width: none;
  }

  .about-express-adds__list_desktop {
    display: none;
  }

  .about-express-adds__list_mobile {
    display: block;
    margin: 32px 0;
  }

  .about-express {
    flex-direction: column-reverse;
  }

  .about-express__cards {
    width: 100%;
    margin-bottom: 48px;
  }

  .express-card {
    height: 320px;
  }

  .express-card__img {
    transform: none !important;
    background-position: center;
  }

  /* .about-express__list {
    width: 100%;
  } */

  .about-express__left {
    width: 100%;
  }

  .article-express {
    width: 100%;
  }

  .error-page {
    padding: 188px 0 100px 0;
  }

  .index-video__type {
		margin: 0 0 0 auto;
	}
	.index-video__block-text{
		width: 100%;
	}
	.index-video__title-video{
		display:none;
	}

  .partners-min-wrap {
    max-width: none;
  }

  .partner {
    width: 30%;
    width: calc((100% - 96px) / 3);
  }
  .partner img {
    max-height: 92%;
  }
  .partner-logo {
    object-fit: fill;
  }

  .values-cards .color-card-white {
    order: 0;
  }
  .values-cards .color-card-red {
    order: 1;
  }
  .values-cards .color-card-blue {
    grid-row: unset;
    grid-column: span 2;
    order: 2;
  }
  .color-card-blue {
    display: flex;
    padding: 48px 32px;
  }
  .color-card-blue .color-card__img {
    margin: 0 32px 0 0;
  }
  .index-slide__sm-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .about-express-adds, .express-introduce-wrap {
    width: 100%;
  }
  .express-color-cards {
    grid-template-columns: 1fr;
  }
  .express-color-cards .color-card-white {
    order: 0;
    grid-column: unset;
  }
  .express-color-cards .color-card-red {
    order: 1;
    grid-column: unset;
  }
  .express-color-cards .color-card-blue {
    grid-row: unset;
    grid-column: unset;
    order: 2;
  }
  .about-intro__main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-intro__img {
    width: 700px;
  }
  .about-intro__date {
    bottom: 40px;
    right: auto;
  }
  .about-intro__text {
    width: 83%;
  }
  
  .train-video {
    height: 560px;
  }
}


@media only screen and (max-width: 768px) {
	.event-card__img_award-kamchatka {
		background-position: right;
	}
	.about-event__title_kamchatka{
		background-color: #fff !important;
		padding: 8px 16px !important;
		text-align: center !important;
	}
	.date-frame_kamchatka{
		margin-top: 8px !important;
	}
	.about-event__data_kamchatka{
		margin: 0 auto;
	}
  body.preventMobileScroll {
    overflow: hidden;
  }
  body::before {
    background-position: top 0% right 25%;
  }

  h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 21px;
    line-height: 28px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .date-frame, .quest-date {
    font-size: 14px;
    line-height: 20px;
  }

  .underline-title {
    margin-bottom: 20px;
  }

  .index-page {
    padding-bottom: 64px;
  }

  .index-slider {
    padding-top: 32px;
    padding-bottom: 72px;
  }
  .index-slider .slick-track {
    align-items: flex-start;
  }

  .index-slide__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .index-slide__left {
    width: 100%;
    padding-bottom: 0;
  }

  .index-slide__right {
    width: 100%;
    margin: 24px 0 0 0;
  }

  .index-slide__img {
    margin: 0 !important;
    width: 100%;
    max-width: none;
    max-height: 320px;
    object-fit: contain;
    object-position: center;
  }

  .index-slide__right_shadowed .index-slide__img {
    object-fit: cover;
    margin: 0;
    box-shadow: none;
  }

  .index-slide__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }

  .index-slide__add-data {
    margin-bottom: 12px;
  }

  .index-slide__add-data span, .event-page__add-data span {
    margin-right: 16px;
  }
  .index-slide__add-data span::before, .event-page__add-data span::before {
    margin-right: 16px;
  }

  .index-slide__subtitle {
    font-weight: 400;
  }

  .index-slide__big-subtitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 16px;
  }

  .slider-arrow {
    width: 48px;
    bottom: 32px;
    left: 50%;
  }

  .index-slider-counter {
    bottom: 32px;
    left: 50%;
    margin-left: -45px;
  }

  .slider-prev {
    margin-left: -93px;
  }

  .slider-next {
    margin-left: 44px;
  }

  .index-section-news, .index-section-media {
    margin-top: 48px;
  }

  .light-border {
    margin-bottom: 20px;
  }

  .index-section__title {
    margin-bottom: 20px;
  }

  .index-news-bg {
    border-radius: 2px;
    padding: 32px 20px 40px 20px;
  }

  .index-news {
    flex-direction: column;
    padding-right: 12px;
  }

  .index-news__col1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .index-news__col2 {
    width: 100%;
    max-width: none;
  }

  .index-news__title, .news-item__title {
    font-size: 18px;
    line-height: 24px;
  }

  .index-news__item, .news-item {
    margin-bottom: 40px;
  }

  .news-page__title, .media-page__title {
    margin-bottom: 32px;
  }

  .news-bg {
    padding: 32px 20px 40px 20px;
  }

  .news-list {
    padding-right: 12px;
  }

  .header.opened {
  }
  .header {
    top: 16px;
  }
  .header-logo__img-default {
    display: none;
  }
  .header-logo__img-mob {
    display: block;
  }
  .header-content {
    height: 64px;
    padding: 0 8px 0 12px;
  }
  .header.opened .header-content {
    /* border-color: transparent; */
    position: static;
  }

  .header-nav {
    display: none;
    transition: 0.2s opacity ease-in, 0.2s visibility ease-in;
    position: absolute;
    background-color: #0F3A6A;
    height: calc(100vh - 100px);
    width: 100%;
    top: 100px;
    left: 0;
    padding: 24px 0;
    overflow-y: auto;
  }
  .header-nav.opened {
    display: block;
  }
  .header-nav li {
    margin-left: 0;
    height: auto;
  }
  .header-nav li:hover .header-nav__link {
    color: #fff;
  }
  .header-nav .header-nav__link {
    height: auto;
    width: 100%;
    padding: 12px 20px;
    min-height: 64px;
    font-size: 24px;
    line-height: 30px;
    transition: 0.2s background-color ease-in;
  }
  .header-nav .header-nav__link:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .mobile-menu-button {
    display: flex;
  }

  .content-page {
    padding-top: 144px;
    padding-bottom: 64px;
  }

  .content-page__title {
    margin-bottom: 32px;
    font-size: 21px;
    line-height: 28px;
  }

  .video-container, .video-container_wide, .video-container_swide, .video-container_vertical, .video-container_vertical {
    margin-bottom: 48px;
  }
  .video-container:last-child, .video-container_wide:last-child, .video-container_swide:last-child, .video-container_vertical:last-child, .video-container_vertical:last-child {
    margin-bottom: 0;
  }

  .images-slider, .article .images-slider {
    margin: 40px 0;
  }
  .images-slider .images-slider__slide img, .article .images-slider .images-slider__slide img {
    max-height: 480px;
  }
  .images-slider:last-child, .article .images-slider:last-child {
    margin-bottom: 0;
  }
  .images-slider .slick-dots, .article .images-slider .slick-dots {
    padding: 8px 12px;
    bottom: 12px;
  }
  .images-slider .slick-dots button, .article .images-slider .slick-dots button {
    width: 6px !important;
    height: 6px !important;
  }
  .images-slider .slick-dots li, .article .images-slider .slick-dots li {
    margin-right: 12px;
    margin-bottom: 0;
  }
  .images-slider .slick-dots li:last-child, .article .images-slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .images-slider .slick-dots li.slick-active button, .article .images-slider .slick-dots li.slick-active button {
    background: #fff !important;
  }

  .images-slider-arrow, .article .images-slider-arrow {
    width: 32px !important;
    height: 32px !important;
  }

  .images-slider-prev {
    left: 12px;
  }

  .images-slider-next {
    right: 12px;
  }

  .article_dark img {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .article_dark p, .article_dark ul, .article_dark ol {
    width: 100%;
  }
  .article_dark h4, .article_dark h5 {
    margin: 32px 0;
  }
  .article_dark h3 {
    margin: 48px 0 32px 0;
  }
  .article_dark h3.underline {
    margin-bottom: 20px;
  }
  .article_dark h2 {
    margin: 64px 0 32px 0;
  }
  .article_dark video, .article_dark iframe {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .article_dark iframe {
    height: 380px;
  }
  .article_dark .video-container, .article_dark .video-container_wide, .article_dark .video-container_swide, .article_dark .video-container_vertical, .article_dark .images-slider {
    margin-top: 32px;
    margin-bottom: 48px;
  }

  .media-card {
    width: 48%;
    width: calc(50% - 8px);
  }

  .media-card__img-wrap {
    height: 164px;
  }

  .media-card__icon {
    width: 138px;
    margin-right: -24px;
    max-width: 100%;
    max-width: calc(100% + 24px);
  }

  .media-card__overlay {
    padding-left: 32px;
  }

  .media-card__title {
    font-size: 21px;
    line-height: 28px;
    margin-top: 12px;
  }

  .inner-page, .media-page, .about-page {
    padding-top: 144px;
    padding-bottom: 64px;
  }

  .inner-page__title {
    letter-spacing: 1px;
  }

  .inner-page__subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .events-block, .dfo-block {
    margin-top: 32px;
  }

  .index-section-events {
    margin-top: 16px;
  }

  .events-row_3col .event-card {
    width: 48%;
    width: calc(50% - 8px);
  }
  .events-row_3col .event-card:nth-child(3n+3) {
    width: 100%;
  }

  .event-card {
    min-height: 320px;
    padding: 40px 10px;
  }

  .event-card__img {
    transform: none !important;
  }

  .events-row_1-2col .event-card {
    width: calc(50% - 4px);
  }
  .events-row_1-2col .event-card:nth-child(even) {
    width: calc(50% - 4px);
  }

  .event-card__title, .event-card__title_big {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
  }

  .event-card__title_md {
    font-size: 18px;
    line-height: 24px;
  }

  .event-card__title_sm {
    font-size: 18px;
    line-height: 24px;
  }

  .event-card_quest .event-card__data .title-frame-quest, .title-frame-quest {
    max-width: 350px;
  }

  .event-card_quest-index .event-card__img {
    background-position: center bottom 35%;
  }

  .event-card_award {
    padding: 24px 10px;
  }
  .event-card_award .title-frame {
    max-width: 300px;
    padding: 12px 12px 10px 12px;
    margin-left: auto;
    text-align: center;
  }
  .event-card_award .event-card__title_sm {
    font-size: 16px;
    line-height: 20px;
  }
  .event-card_award .date-frame {
    margin-left: auto;
  }

  .event-card_olympiad .title-frame, .event-card_olympiad .date-frame {
    margin-left: auto;
  }
  .event-card_olympiad .event-card__title {
    font-size: 21px;
    line-height: 28px;
    margin-top: 4px;
  }

  .article-page {
    padding-top: 144px;
  }

  .event-page {
    padding-top: 128px;
  }

  .article-page_noimg .article-page__head {
    padding-bottom: 40px;
  }

  .article-page__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  .article-page__subtitle {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
  }

  .article-page__main-img {
    margin-top: 40px;
    margin-bottom: -40px;
  }

  .ya-share2__item {
    margin-right: 6px !important;
  }

  .article-bg-white {
    padding-top: 40px;
  }

  .article_light {
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .article_light img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .article_light p, .article_light ul, .article_light ol {
    width: 100%;
  }
  .article_light p li, .article_light ul li, .article_light ol li {
    padding-left: 22px;
  }
  .article_light .subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .article_light .captioned-img {
    margin: 40px 0;
  }
  .article_light h3, .article_light h4, .article_light h5, .article_light h6 {
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .article_light h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 32px;
    margin-top: 48px;
  }
  .article_light h3 {
    font-size: 21px;
    line-height: 28px;
  }
  .article_light video, .article_light iframe {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .article_light iframe {
    height: 380px;
  }
  .article_light .video-container, .article_light .video-container_wide, .article_light .video-container_swide, .article_light .video-container_vertical {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .article_light > *:last-child {
    margin-bottom: 0;
  }
  .article_light > *:first-child {
    margin-top: 0;
  }

  .video-card, .video-card_sm, .video-grid_2-3 .video-card:nth-child(5n+3), .video-grid_2-3 .video-card:nth-child(5n+4), .video-grid_2-3 .video-card:nth-child(5n+5) {
    width: 46%;
    width: calc(50% - 24px);
    margin: 0 12px 24px 12px;
  }

  .video-grid {
    width: 100%;
    width: calc(100% + 24px);
    margin: 0 -12px -24px -12px;
  }

  .albums-grid {
    margin: 0 -12px -40px -12px;
  }

  .album-card {
    width: calc(50% - 24px);
    margin: 0 12px 40px 12px;
  }

  .album-card__title {
    margin-top: 12px;
  }

  .fancybox-button {
    width: 56px;
    height: 56px;
  }
  .fancybox-button img {
    width: 32px;
    height: 32px;
  }

  .fancybox-navigation .fancybox-button {
    width: 32px;
    height: 32px;
  }

  .fancybox-is-open .fancybox-bg {
    background-color: #19375D;
    opacity: 1;
  }

  .photo-card {
    width: 46%;
    width: calc(50% - 24px);
    margin: 0 12px 32px 12px;
  }

  .photo-grid {
    margin: 0 -12px -32px -12px;
  }

  .photo-card__link {
    display: none;
  }
  .photo-card__link img {
    display: none;
  }

  .photo-card__fancybox-link {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: unset;
    margin: 0;
  }
  .photo-card__fancybox-link:hover {
    background-color: rgba(0, 22, 102, 0.6);
  }

  .photo-card__overlay {
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }

  .express-section {
    height: 320px;
    padding-top: 32px;
    border-width: 24px;
  }

  .express-section__title, .event-card_fair .event-card__title, .event-card_online-quest .event-card__title, .event-card_award-star .event-card__title {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .train-gate {
    height: 180px;
  }

  .train-wrap {
    left: 120%;
  }

  .train-wrap.visible {
    -webkit-animation: moveTrainMobile 40000ms infinite linear;
    -moz-animation: moveTrainMobile 40000ms infinite linear;
    animation: moveTrainMobile 40000ms infinite linear;
  }

  @-webkit-keyframes moveTrainMobile {
    0% {
      left: 120%;
    }
    100% {
      left: -7500px;
    }
  }
  @-moz-keyframes moveTrainMobile {
    0% {
      left: 120%;
    }
    100% {
      left: -7500px;
    }
  }
  @keyframes moveTrainMobile {
    0% {
      left: 120%;
    }
    100% {
      left: -7500px;
    }
  }
  .car {
    height: 128px;
    width: 648px;
    border-radius: 4px 4px 0px 0px;
  }

  .car1 {
    width: 744px;
  }
  .car10 {
    width: 744px;
  }  

  .car-gate {
    width: 32px;
    height: 124px;
  }

  .event-page__title {
    font-size: 28px;
    line-height: 36px;
  }

  .article_event {
    padding-top: 48px;
  }
  .article_event img, .article_event .images-slider, .article_event iframe, .article_event video {
    margin-bottom: 48px;
  }

  .event-card_fair, .event-card_online-quest, .event-card_award-star {
    padding: 32px 10px;
  }
  .event-card_fair .event-card__data .title-frame, .event-card_online-quest .event-card__data .title-frame, .event-card_award-star .event-card__data .title-frame {
    margin-top: 4px;
  }
  .event-card_fair .event-card__data .date-frame, .event-card_online-quest .event-card__data .date-frame, .event-card_award-star .event-card__data .date-frame {
    margin-top: 8px;
  }

  .event-card_online-quest .title-frame_red {
    max-width: 270px;
  }

  .event-card_award-star .event-card__data .title-frame {
    max-width: 243px;
  }

  .about-head {
    margin-bottom: 0;
    flex-direction: column;
  }

  .about-page__heading {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }

  .about-page__heading_underline {
    margin-bottom: 20px;
  }

  .about-head__left {
    width: 100%;
    max-width: none;
    padding: 0;
    margin-bottom: 48px;
  }

  .about-head__right {
    width: 100%;
    min-height: unset;
  }

  .about-pivots {
    padding: 48px 0 64px 0;
  }

  .traditions-block, .mission-block, .tasks-block {
    padding: 0 20px;
  }

  .mission-block {
    width: 100%;
    margin: 48px 0 0 0;
    flex-wrap: wrap;
  }

  .mission-block__item {
    width: 100%;
    padding: 48px 36px 64px 24px;
    border-radius: 2px;
  }

  .mission-block__item-goal {
    margin-top: 16px;
  }

  .about-page__title {
    margin-bottom: 40px;
  }

  .about-events-block {
    margin-top: 64px;
  }

  .about-event {
    margin-bottom: 64px;
    padding: 0;
    border: none;
  }
  .about-event p {
    width: 100%;
  }
  .about-event .button-wrap_mobile {
    display: block;
  }

  .about-event__head {
    min-height: unset;
    flex-direction: column;
    padding: 0;
  }

  .about-event__text {
    margin-top: 32px;
  }

  .about-event__img {
    width: 100%;
    max-width: none !important;
    position: static;
    margin-top: 32px;
  }

  .about-event__head_express .about-event__img {
    margin-top: -15px;
  }

  .about-event__data {
    align-items: center;
  }

  .about-event__button {
    display: none;
  }

  .about-event__title {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0;
    padding: 8px 16px 4px 16px;
  }

  .about-event__title_break {
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-event__title_break span {
    display: block;
    background-color: #fff;
    padding: 8px 16px 4px 16px;
    margin-bottom: 4px;
  }
  .about-event__title_break span:last-child {
    margin-bottom: 0;
  }

  .about-event__head_metro .about-event__title {
    font-size: 28px;
    line-height: 36px;
  }

  .about-event__title_sm {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .about-event__head_award .about-event__title, .about-event__head_online-quest .about-event__title:not(.about-event__title_sm) {
    max-width: 270px;
  }

  .about-event__head_olympiad .about-event__title_sm-mobile {
    max-width: 225px;
  }

  .title-frame {
    padding: 8px 16px 4px 16px;
  }

  .title-frame-quest {
    padding: 12px 20px 10px 20px;
  }

  .express-welcome__tiger {
    width: 25%;
    bottom: -40px;
  }

  .express-introduce {
    padding: 40px 0 48px;
  }

  .express-section_train {
    height: 204px;
    padding: 0;
  }

  .about-express-adds {
    margin-top: 32px;
  }

  .express-welcome__title {
    font-size: 21px;
    line-height: 28px;
    margin-top: 8px;
  }

  .express-welcome__text .date-frame {
    margin-top: 16px;
  }

  .recipe-card {
    width: calc(50% - 24px);
    margin: 0 12px 32px 12px;
  }

  .recipe-card__img {
    transform: none !important;
  }

  .recipes-grid {
    margin: 0 -12px -32px -12px;
  }

  .recipe-head__title {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 8px;
  }

  .recipe-head {
    margin-bottom: 32px;
  }

  .region-video {
    margin-bottom: 48px;
  }

  .videos-title {
    font-size: 21px;
    line-height: 28px;
  }

  .express-white-bg {
    padding: 48px 0 64px 0;
  }

  .about-car__title {
    margin-bottom: 32px;
  }

  .about-car {
    margin-bottom: 48px;
  }

  .article-express .about-car__img {
    margin-bottom: 32px;
  }

  .bordered-block {
    padding: 24px 20px;
    margin: 0 auto 32px;
  }

  .bordered-block_sm {
    padding: 12px;
  }

  .express-card {
    width: 100%;
  }

  .express-content-page {
    padding-top: 148px;
  }

  .error-page {
    padding: 164px 0 80px;
  }

  .error-page__title {
    font-size: 100px;
  }

  .error-page__button {
    margin-top: 40px;
  }

  .index-section-partners {
    margin-top: 64px;
  }

  .index-section-info-partners {
    margin-top: 48px;
  }

  .partners-container {
    margin: 0 -8px -16px;
  }

  .partner {
    width: 46%;
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }

  .footer-content {
    display: block;
    padding: 46px 0 80px;
  }
  .footer-npo {
    display: none;
  }
  .footer-left {
    margin-bottom: 48px;
  }
  .footer-center {
    display: block;
    margin-bottom: 32px;
  }
  .footer-contacts {
    width: 100%;
    margin-bottom: 48px;
  }
  .footer-archive {
    margin-bottom: 32px;
  }
  .index-video-block {
    /* margin-bottom: 24px; */
    margin-bottom: 64px;
  } 
  .index-video__type {
		font-size: 12px;
		line-height: 16px;
	}
	.index-video__button-video {
		width: 48px;
		height: 48px;
		background-size: contain;
	}
	.index-video__block-text{
		padding:16px;
	}

  .header-nav__link-dropdown.active + .header-nav__dropdown-wrap {
    display: block;
  }
  .header-nav__dropdown-wrap {
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .header-nav__dropdown-wrap {
    position: static;
    padding: 0;
  }
  .header-nav__dropdown-cards {
    display: none !important;
  }
  .header-nav__dropdown {
    padding: 14px 0;
  }
  .header-nav__dropdown-links {
    width: 100%;
    align-items: stretch;
    margin: 0;
  }
  .header-nav__dropdown-link {
    padding: 14px 20px;
    margin: 0;
  }
  .header-nav__link-dropdown {
    justify-content: space-between;
  }
  .header-nav__link-dropdown img {
    display: block;
  }
  .header-nav__link-dropdown.active img {
    transform: rotate(180deg);
  }
  .new-about-page {
    padding: 0 0 80px;
  }
  .about-intro {
    margin-bottom: 0;
  }
  .about-intro__main {
    margin-top: 48px;
    margin-bottom: 28px;
  }
  .about-intro__text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .about-intro__date {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 16px;
    bottom: 20px;
  }
  .about-values {
    margin-bottom: 64px;
  }
  .values-cards {
    margin-bottom: 32px;
    grid-gap: 16px;
  }
  .color-card {
    display: block;
    padding: 32px 24px;
  }
  .color-card__img, .color-card-blue .color-card__img {
    margin: 0 0 12px;
  }
  .about-traditions {
    display: block;
  }
  .about-traditions__content {
    flex: unset;
    margin-bottom: 32px;
  }
  .about-traditions__title {
    font-size: 21px;
    line-height: 28px;
  }
  .about-traditions__img {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .new-about-events__title {
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    margin-bottom: 32px;
  }
  .new-about-events {
    margin-bottom: 64px;
  }
  .new-about-event {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
  }
  .new-about-event_reverse {
    flex-direction: column-reverse;
  }
  .new-about-event__img-wrap {
    flex: unset;
    margin: 0 auto;
  }
  .new-about-event_reverse .new-about-event__img-wrap {
    margin: 0 auto;
  }
  .new-about-event__img {
    max-width: 400px;
  }
  .new-about-event__content {
    width: 100%;
    padding: 0;
  }
  .new-about-event__content, .new-about-event_reverse .new-about-event__content {
    margin: 0 0 32px;
  }
  .new-about-event__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .new-about-event__title span {
    font-size: 14px;
    line-height: 24px;
  }
  .new-about-event__date {
    margin-bottom: 32px;
  }
  .new-about-event__button {
    margin-bottom: 32px;
  }
  .organizers-grid, .new-info-partners {
    /* grid-template-columns: 1fr; */
    grid-gap: 32px 16px;
  }
  .new-partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 16px;
  }
  .new-partner {
    margin: 0;
  }
  .index-media {
    margin-bottom: 64px;
  } 
  .index-organizers {
    margin-bottom: 64px;
  } 
  .new-index-page {
    padding: 80px 0;
  }
  .new-index-section__title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .index-organizers .new-index-section__title, .index-partners .new-index-section__title {
    margin-bottom: 40px;
  }
  .index-slide__sm-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
    text-transform: none;
  }
  .new-index-events, .new-index-news {
    margin-bottom: 48px;
  }
  .express-section_index {
    margin-bottom: 24px;
  }
  .new-event-cards {
    grid-template-columns: 1fr;
    grid-gap: 24px;
    margin-bottom: 24px;
  }
  .new-event-card__title {
    font-size: 18px;
    line-height: 24px;
  }
  .big-event-cards {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .new-event-star__title {
    font-size: 21px;
    line-height: 28px;
    max-width: 300px;
  }
  .new-event-star__title br {  
    display: none;
  }
  .big-event-card {
    min-height: 320px;
    padding: 32px 10px;
  }
  .new-event-yarmarka__title {
    font-size: 21px;
    line-height: 28px;
    max-width: 280px;
  }
  .new-event-yarmarka__title span {
    padding: 8px 16px 4px;
  }
  .new-event-card__img, .big-event-card__img {
    transform: none !important;
  }
  .news-grid {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .news-card {
    min-height: 160px;
  }
  .more-btn-wrap {
    margin-top: 32px;
  }
  .news-card__content {
    flex: unset;
    padding: 16px 24px 24px;
  }
  .news-card-noimg {
    padding: 24px;
  }
  .news-card__title {
    margin-bottom: 20px;
  }
  .events-page__title {
    margin-bottom: 20px;
  }
  .express-color-cards {
    gap: 16px;
    margin-bottom: 40px;
  }
  .express-color-cards .color-card__title {
    font-size: 21px;
    line-height: 28px;
  }
  .about-express__row {
    flex-direction: column-reverse;
  }
  .about-express__left {
    max-width: none;
    margin: 0;
  }
  .about-express__title {
    font-size: 21px;
    line-height: 28px;
  }
  .about-express__title_desktop {
    display: none;
  }
  .about-express__title_adaptive {
    display: block;
  }
  .about-express__right {
    margin-bottom: 48px;
  }

  .about-car__half {
    margin-bottom: 40px;
  }
  .about-car__sm-title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  
  .train-background {
    background: none !important;
    min-height: 0;
    padding-top: 128px;
    flex-direction: column;
  }
  
  .train-background__title {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    padding: 8px 16px 4px 16px;
    margin-bottom: 8px;
  }
  
  .train-background__date {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 6px 12px 4px 12px;
    margin: 8px auto 16px;
  }
  
  .train-background__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 12px 16px;
    margin-bottom: 16px;
  }
  
  .train-background_mob {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .train-blue {
    padding: 48px 0;
  }
  
  .train-blue__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .train-white {
    padding: 48px 0 64px;
  }
  
  .train-white__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 32px;
  }
  
  .train-white__title2 {
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
  }
  
  .train-white__carriage {
    margin-top: 40px;
  }
  
  .train-white__carriage_first {
    margin-top: 0;
  }
  
  .big-container {
    margin-bottom: 36px;
    overflow: hidden;
    padding: 0 !important;
  }
  
  .big-container_first {
    margin-bottom: 32px;
  }
  
  .train-white__subtitle2 {
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 32px;
  }
  
  .train-white__img {
    width: calc(100% + 44px);
    margin-left: -22px;
  }
  
  .train-video {
    height: 426px;
  }
  
  .forum-speakers {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .about-intro__main {
    margin-top: 151px;
    margin-bottom: 80px;
  }
  
  .about-intro__img {
    display: none;
  }
  
  .about-intro__img_mob {
    display: block;
    max-width: 100%;
  }
  
  .about-intro__text {
    position: static;
    margin-top: 108px;
  }
}

@media(max-width: 768px) and (min-width: 541px) {
	.about-event__head img{
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 540px){
  .partner-dfo-gov {
    width: 228px;
    height: 142px;
  }
  .events-row {
		width:100%;
		flex-direction: column;
   }
   .events-row_3col .event-card {
		width: 100%;
	}
	 .event-card__data_fair-regions, .event-card__data_award-star{
		align-items: center !important;
	 } 
	 .event-card_award-star{
		align-items: center;
	 }
	 .event-card__title_left, .event-card__title_star-center{
		text-align: center !important; 
		width: 80%;
	 }
	.event-card__img_east-prize{
		background-image: url('/local/templates/2021/img/event-cards/event-card-far-east-prize-mobile.jpg');
	}
/*	.event-card__img_dfo{
		background-image: url('/local/templates/2021/img/event-cards/event-card-dfo-mobile.jpg');
	}*/
	.event-card__img_quest{
		background-image: url('/local/templates/2021/img/event-cards/event-card-quest_sm-mobile.jpg');
	}
	.event-card__img_fair-regions{
		background-image: url('/local/templates/2021/img/event-cards/fair-regions-dv-mobile.png');
	}
	.event-card__img_award-star{
		background-image: url('/local/templates/2021/img/event-cards/event-card-award-star-mobile.jpg');
	}
	.event-card__img_east-prize,.event-card__img_dfo,.event-card__img_quest,.event-card__img_fair-regions,.event-card__img_award-star{
		background-size: cover;
		background-repeat: no-repeat;
	}
	.event-card__title_small{
		font-size: 16px;
		line-height: 20px;
	}
	.event-page__exhibition-dates {
		flex-direction: column;
		gap: 16px;
	}
	  .event-page__add-data_exhibition span:first-child::after {
		display: block;
		content: "";
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-left: 16px;
		background-color: rgba(255, 255, 255, 0.84);
		flex-shrink: 0;
		margin-top: 10px;
	}
	.exhibition-exposition-page ul li {
		margin: 0;
		font-size: 18px;
		line-height: 24px;
	}
	.event-page__add-data_exhibition  span::before {
		display: none;
	}
	.article-page__subtitle_exhibition{
		font-size: 21px;
		line-height: 32px;
	}
  .photo-page__title, .album-page__title {
    margin-bottom: 12px;
  }
  .photo-page__subtitle {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .album-page__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  
  .train-video {
    height: 304px;
  }
  
  .forum-speakers {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 480px) {
	.event-card__img_award-kamchatka {
		background-image: url(/local/templates/2022/img/event-cards/event-card-award-kamchatka-mobile.png);
		background-position: bottom;
	}
  .article img, .article iframe, .article video {
    max-width: none;
    width: 100%;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .article iframe {
    height: 230px;
  }

  .video-container, .video-container_wide, .video-container_swide {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .video-container iframe, .video-container_wide iframe, .video-container_swide iframe {
    margin: 0;
  }

  .video-container {
    padding-bottom: 56.25vw;
  }

  .video-container_wide {
    padding-bottom: 41.66vw;
  }

  .video-container_swide {
    padding-bottom: 25vw;
  }

  .video-container_vertical iframe, .article .video-container_vertical iframe {
    width: 100%;
    height: 470px;
    min-height: unset;
  }

  .images-slider, .article .images-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .images-slider .images-slider__slide img, .article .images-slider .images-slider__slide img {
    max-height: 260px;
  }

  .button-wrap-center .button {
    width: 100%;
  }

  .media-card {
    width: 100%;
    margin-bottom: 32px;
  }
  .media-card:last-child {
    margin-bottom: 0;
  }

  .event-card {
    width: 100% !important;
    margin-top: 16px;
  }

  .events-row_3col, .events-row_1-2col {
    margin: 0;
  }
  .events-row_3col .event-card, .events-row_1-2col .event-card {
    margin: 16px 0 0 0;
  }

  .express-section_index {
    margin-top: 16px;
  }

  .event-card_quest {
    align-items: flex-start;
  }
  .event-card_quest .event-card__img {
    background-image: url("../../2022/img/event-cards/event-card-quest_sm.jpg") !important;
  }
  .event-card_quest .event-card__data .title-frame-quest {
    max-width: 244px;
  }
  .event-card_quest .event-card__data .date-frame {
    padding: 0;
    background-color: transparent;
    margin-top: 8px;
  }

  .event-card_fair {
    align-items: flex-start;
  }
  .event-card_fair .event-card__img {
    background-image: url("../../2022/img/event-cards/event-card-yarmarka_sm.svg") !important;
  }
  .event-card_fair .event-card__data {
    align-items: center;
  }

  .event-card_online-quest {
    align-items: flex-start;
    background: radial-gradient(176.25% 176.25% at 129.38% 32.5%, #E21E26 0%, rgba(51, 51, 117, 0) 68.23%), radial-gradient(108.59% 108.59% at 22.28% 0%, #005B9E 0%, #0F3F76 100%);
  }
  .event-card_online-quest .event-card__img {
    background-position: bottom right;
    /*background-size: auto 47%;*/
    background-repeat: no-repeat;
  }
  .event-card_online-quest .event-card__data {
    align-items: center;
  }
  .event-card_online-quest .title-frame_red {
    text-align: center;
  }

  .title-frame-quest {
    max-width: 244px;
  }

  .event-card_award-star {
    align-items: flex-start;
  }
  /*.event-card_award-star .event-card__img {
    background-image: url("../../2022/img/event-cards/event-card-award-star_sm.svg") !important;
  }*/
  .event-card_award-star .event-card__data {
    align-items: center;
  }
  .event-card_award-star .event-card__data .title-frame {
    text-align: center;
  }

  .article-page__main-img {
    width: calc(100% + 40px);
    margin: 40px -20px 0 -20px;
  }

  .article-bg-white {
    padding-top: 0;
  }

  .video-card, .video-card_sm, .video-grid_2-3 .video-card:nth-child(5n+3), .video-grid_2-3 .video-card:nth-child(5n+4), .video-grid_2-3 .video-card:nth-child(5n+5) {
    width: 100%;
    width: calc(100% + 40px);
    margin: 0 -20px 24px;
  }

  .video-card:last-child, .video-grid_2-3 .video-card:last-child {
    margin-bottom: 0;
  }

  .video-grid {
    width: 100%;
    margin: 0;
  }

  .albums-grid {
    margin: 0;
  }

  .album-card {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .album-card:last-child {
    margin-bottom: 0;
  }

  .album-card__img {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .fancybox-container_images .fancybox-caption__body {
    flex-direction: column;
    align-items: center;
  }

  .fancybox-container_images .fancybox-caption {
    width: 100% !important;
    min-width: unset;
  }

  .box-caption {
    width: 100%;
    flex: unset;
  }

  .lblink {
    width: auto;
    max-width: unset;
    margin: 16px 0 0 0;
  }

  .photo-card {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .photo-card:last-child {
    margin-bottom: 0;
  }

  .photo-grid {
    margin: 0;
  }

  .photo-card__img {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .about-head__right, .about-pivots, .about-event__img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .about-event__head_yarmarka .about-event__img {
    min-height: 248px;
  }

  .recipes-grid {
    margin: 0;
  }

  .recipe-card {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .recipe-card:last-child {
    margin-bottom: 0;
  }

  .article-express .about-car__img {
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .express-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .express-card:last-child {
    margin-bottom: 0;
  }

  .event-card_quest-index .event-card__img {
    background-position: center;
  }

  .partners-container {
    margin: 0;
  }

  .partner {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .partner:last-child {
    margin-bottom: 0;
  }
  .partner-dfo-gov {
    width: 343px;
    height: 142px;
  }
  .partner-top{
    width: 100%;
    margin: 0 16px 24px;
  }
  .mission-block {
		margin: 48px auto 0;
		padding: 0;
	}
	.about-page img{
	    width: calc(100% + 20px);
	}
	.about-page .about-pivots{
		width: calc(100% + 20px);
		padding-left: 20px;
	}

  .footer-logo {
    margin-left: -12px;
  }
  .index-video-block {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .values-cards {
    grid-template-columns: 1fr;
  }
  .values-cards .color-card-blue {
    grid-column: unset;
  }
  .color-card__text p, .color-card__text ul {
    margin-bottom: 12px;
  }
  .new-about-event__img {
    box-shadow: none;
    width: 100%;
    width: calc(100% + 40px);
    margin: 0 -20px;
    max-width: none;
    border-radius: 0;
  }
  .new-partners-grid, .organizers-grid, .new-info-partners {
    grid-template-columns: 1fr;
  }
  .express-section_index {
    margin-top: 0;
  }
  .new-event-card__img-wrap {
    height: 218px;
  }
  .big-event-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .new-event-star {
    align-items: flex-start;
    justify-content: center;
  }
  .new-event-star__title {
    text-align: center;
    color: #fff;
  }
  .new-event-star .big-event-card__img {
    background-image: url("../img/events/event-star_sm.jpg");
  }
  .new-event-star .date-frame {
    background-color: #fff;
    color: #0C5BA0;
  }
  .new-event-yarmarka__title {
    display: block;
    padding: 8px 16px 4px;
    background-color: #fff;
    text-align: center;
  }
  .new-event-yarmarka__title span {
    padding: 0;
    background: none;
  }
  .new-event-yarmarka .big-event-card__img {
    background-image: url("../img/events/event-yarmarka_sm.jpg");
  }
  .news-card__img {
    height: 168px;
  }
  .more-btn-wrap .button {
    width: 100%;
  }
  .organizers-grid {
    justify-items: center;
  }
  .organizer, .organizer_small {
    grid-column: unset;
  }
  .about-intro__img {
    margin: 0 -20px;
    max-width: calc(100% + 40px);
  }
  
  .train-video {
    height: 270px;
  }
}





