@font-face {
  font-family: "IBM Plex Sans";
  src: url(/static2020/fonts/plexsans/IBMPlexSans-Light.woff2) format("woff2"), url(/static2020/fonts/plexsans/IBMPlexSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/static2020/fonts/plexsans/IBMPlexSans-Regular.woff2) format("woff2"), url(/static2020/fonts/plexsans/IBMPlexSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/static2020/fonts/plexsans/IBMPlexSans-Medium.woff2) format("woff2"), url(/static2020/fonts/plexsans/IBMPlexSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/static2020/fonts/plexsans/IBMPlexSans-SemiBold.woff2) format("woff2"), url(/static2020/fonts/plexsans/IBMPlexSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/static2020/fonts/plexsans/IBMPlexSans-Bold.woff2) format("woff2"), url(/static2020/fonts/plexsans/IBMPlexSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: "normal";
  font-display: swap;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.audio {
  margin-bottom: 25px;
}
.audio .ppq-audio-player {
  position: relative;
  margin: 0;
  width: 528px;
  height: 96px;
  max-width: 100%;
  background-color: #f0f9fd;
  border-radius: 8px;
  line-height: 1;
}
.audio .ppq-audio-player .play-pause-btn {
  margin: 16px;
  width: 64px;
  height: 64px;
}
.audio .ppq-audio-player .play-pause-btn .play-pause-icon {
  width: 64px;
  height: 64px;
  background-color: #00c7ff;
  border-radius: 32px;
  border: none;
  box-shadow: 0px 8px 16px rgba(0, 199, 255, 0.32);
  transition: background-color 0.2s ease-in-out;
  background-repeat: no-repeat;
}
.audio .ppq-audio-player .play-pause-btn .play-pause-icon:hover {
  background-color: #3dd2fb;
  box-shadow: 0px 10px 16px rgba(0, 199, 255, 0.16);
}
.audio .ppq-audio-player .play-pause-btn .play-pause-icon:active {
  background-color: #0eb9e9;
  box-shadow: 0px 4px 8px rgba(0, 199, 255, 0.16);
}
.audio .ppq-audio-player .player-bar {
  position: relative;
  margin-top: 40px;
  padding-right: 18px;
  box-sizing: border-box;
  width: 390px;
  max-width: calc(100% - 130px);
  height: 18px;
  background-color: #f0f9fd;
  border-radius: 4px;
}
.audio .ppq-audio-player .player-bar::before {
  content: "";
  position: absolute;
  height: 4px;
  top: 7px;
  left: 0;
  right: 0;
  background-color: #dae6f0;
}
.audio .ppq-audio-player .player-bar .player-bar-loaded {
  margin-top: 7px;
  height: 4px;
  background-color: #dae6f0;
  border-radius: 4px;
}
.audio .ppq-audio-player .player-bar .player-bar-played {
  margin-top: 7px;
  position: relative;
  height: 4px;
  border-radius: 2px;
  background-color: #00c7ff;
}
.audio .ppq-audio-player .player-bar .player-bar-played::after {
  position: absolute;
  z-index: 10;
  content: "";
  top: -7px;
  right: -18px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #00c7ff;
}
.audio .ppq-audio-player .player-bar .player-bar-played:hover::after {
  background-color: #3dd2fb;
}
.audio .ppq-audio-player .player-bar .player-bar-played:active::after {
  background-color: #0eb9e9;
}
.audio .ppq-audio-player .player-time {
  width: auto;
  clear: both;
  position: absolute;
  bottom: 10px;
  left: 96px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
}
.audio .ppq-audio-player .player-time-duration {
  left: unset;
  right: 34px;
}
.audio .ppq-audio-player .play-pause-btn .play-pause-icon:after {
  display: none;
}
.audio .ppq-audio-player .play-pause-icon,
.audio .ppq-audio-player.player-paused .play-pause-icon {
  background-image: url("/static2020/images/play-icon.svg");
  background-size: 23px 30px;
  background-position: left 24px center;
}
.audio .ppq-audio-player.player-playing .play-pause-icon {
  background-image: url("/static2020/images/pause-icon.svg");
  background-size: 20px 24px;
  background-position: center;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
}

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

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.content-wrapper {
  margin: 0 auto;
  width: 1248px;
}

.title {
  margin: 0;
  font-weight: 600;
  color: #1e4989;
}

.title__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 928px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .title__container {
    width: 696px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .title__container {
    width: 100%;
  }
}

.title--first, h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}

.news__top-wrapper .title--first,
.projects__top-container .title--first,
.articles__top-container .title--first {
  margin-bottom: 0;
}

.title--second, h2 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
}

.title--third, h3 {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 24px;
}

.content-container {
  display: flex;
  justify-content: space-between;
}

.main-sidebar {
  width: 608px;
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
}

.column-container {
  width: 288px;
  margin-bottom: 48px;
}

.column-container--over {
  position: relative;
}

.banners-wrapper {
  position: relative;
}

.banner1920 {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1919px) {
  .banner1920 {
    display: none;
  }
}

.banner1440 {
  margin: 0 auto;
  display: none;
}
@media (max-width: 1919px) {
  .banner1440 {
    display: block;
  }
}
@media (max-width: 1439px) {
  .banner1440 {
    display: none;
  }
}

.banner1024 {
  margin: 0 auto;
  display: none;
}
@media (max-width: 1439px) {
  .banner1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .banner1024 {
    display: none;
  }
}

.banner768 {
  margin: 0 auto;
  display: none;
}
@media (max-width: 1023px) {
  .banner768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .banner768 {
    display: none;
  }
}

.banner375 {
  margin: 0 auto;
  display: none;
}
@media (max-width: 767px) {
  .banner375 {
    display: block;
  }
}

.load-more {
  display: block;
  margin: 32px auto 56px auto;
  padding: 12px 0;
  width: 447px;
  border: 2px solid #dae6f0;
  box-sizing: border-box;
  border-radius: 24px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1e4989;
  background-color: transparent;
  outline: none;
}
.load-more:hover {
  border: 2px solid #00c7ff;
}
.load-more:active {
  background-color: rgba(0, 199, 255, 0.3);
  border: 2px solid #00c7ff;
}
.load-more--disabled {
  color: #8d8d8d;
  border: 2px solid #cccccc;
}

.load-more__wrapper {
  width: 928px;
  max-width: 100%;
}

.comments {
  width: 928px;
  max-width: 100%;
  margin: 40px auto 20px;
}

.center img {
  display: block;
  margin: 0 auto;
}

.button-action {
  display: block;
  position: relative;
  box-sizing: border-box;
  border-radius: 24px;
  border: none;
  background-color: #00c7ff;
  color: #ffffff;
  transition: ease-in-out 0.2s;
  outline: none;
}
.button-action img,
.button-action span {
  z-index: 1;
}
.button-action::before {
  position: absolute;
  z-index: -1;
  content: "";
  right: 8px;
  left: 8px;
  top: 12px;
  bottom: 4px;
  background-color: #00c7ff;
  opacity: 0.8;
  filter: blur(16px);
  border-radius: 35px;
}
.button-action:hover::before {
  opacity: 0.6;
  filter: blur(16px);
}
.button-action:active::before {
  opacity: 0.8;
  filter: blur(8px);
}
.button-action:hover, .button-action:focus {
  background-color: #3dd2fb;
}
.button-action:active {
  background-color: #0eb9e9;
}
.button-action:disabled {
  background-color: #e8e8e8;
  color: #cccccc;
}
.button-action:disabled::before {
  display: none;
}

.button-default {
  display: block;
  position: relative;
  box-sizing: border-box;
  border-radius: 24px;
  border: 2px solid #dae6f0;
  background-color: transparent;
  color: #1e4989;
  transition: ease-in-out 0.2s;
  outline: none;
}
.button-default:hover, .button-default:focus {
  background-color: transparent;
  border: 2px solid #00c7ff;
}
.button-default:active {
  background-color: rgba(0, 199, 255, 0.3);
  border: 2px solid #00c7ff;
}
.button-default:disabled {
  background-color: transparent;
  border: 2px solid #cccccc;
  color: #8d8d8d;
}

.input {
  padding: 12px 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  background-color: #f0f9fd;
  border: 1px solid #dae6f0;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333333;
  outline: none;
}
.input:hover {
  border: 1px solid #5e85bf;
}
.input:focus, .input:active {
  border: 1px solid #9fc3e1;
}
.input:disabled {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.list-3-row {
  justify-content: start;
}
.list-3-row .item-3-row {
  margin-right: 32px;
}
.list-3-row .item-3-row:nth-child(3n) {
  margin-right: 0;
}

.list-after-banner-3-row {
  justify-content: start;
}
.list-after-banner-3-row .item-3-row {
  margin-right: 32px;
}
.list-after-banner-3-row .item-3-row:nth-child(4) {
  margin-right: 0;
}

.mobile-banner {
  display: none;
}

.a42-projects {
  display: flex;
}

.col-half {
  width: 50%;
}

.ym-wrapper {
  display: flex;
  justify-content: center;
}

.adsbygoogle {
  max-width: 100%;
}
.adsbygoogle iframe,
.adsbygoogle ins {
  max-width: 100%;
}

.scroll {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.scroll__up {
  position: absolute;
  z-index: 100;
  bottom: 50px;
  right: -55px;
  width: 48px;
  height: 48px;
  border: 2px solid #dae6f0;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ffffff;
  transition: ease-in-out 0.2s;
  outline: none;
}
.scroll__up::after {
  position: absolute;
  top: 18px;
  left: 15px;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 3px solid #00c7ff;
  border-bottom: 3px solid #00c7ff;
  transform: rotate(-135deg);
}
.scroll__up:hover {
  border: 2px solid #00c7ff;
}
.scroll__up:active {
  border: 2px solid #00c7ff;
  background-color: rgba(0, 199, 255, 0.3);
}

.svk-desctop {
  display: block;
}

.svk-mobile {
  display: none;
}

.relap-container {
  padding: 0 20px;
}

@media (max-width: 1300px) {
  .list-3-row {
    justify-content: space-between;
  }
  .list-3-row .item-3-row {
    margin-right: 0;
  }

  .list-after-banner-3-row {
    justify-content: space-between;
  }
  .list-after-banner-3-row .item-3-row {
    margin-right: 0;
  }
}
@media (max-width: 1300px) {
  .content-wrapper {
    width: 928px;
    padding-left: 27.5px;
    padding-right: 27.5px;
  }

  .main-sidebar {
    width: 288px;
    flex-direction: column;
    padding-top: 44px;
  }
  .main-sidebar .banner--aside:nth-of-type(2) {
    display: none;
  }

  .column-container {
    margin-bottom: 32px;
  }

  .title--second {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 11px;
  }

  .title--third {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .title--first {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .content-wrapper {
    width: 696px;
    padding-left: 27.5px;
    padding-right: 27.5px;
  }

  .main-sidebar {
    width: 216px;
    justify-content: flex-start;
  }

  .column-container {
    width: 216px;
    margin-bottom: 25px;
  }

  .banners-wrapper {
    top: 150px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 20;
  }

  .load-more {
    margin: 16px auto 40px auto;
  }

  .a42-projects {
    flex-direction: column;
  }

  .col-half {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    width: 100%;
    min-width: 320px;
  }

  .js-material > .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav__container.content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .js-material:nth-child(2) .content-wrapper .material__container {
    padding-top: 0;
  }

  .content-container {
    flex-direction: column;
  }

  .main-sidebar {
    width: 100%;
    flex-direction: column;
  }
  .main-sidebar .banner--aside:nth-of-type(2) {
    display: block;
  }

  .column-container {
    width: 100%;
  }

  .banners-wrapper {
    position: static;
  }

  .load-more {
    max-width: 100%;
  }

  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .scroll__up {
    right: 10px;
  }

  .svk-desctop {
    display: none;
  }

  .svk-mobile {
    display: block;
  }
}
.social__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social__list a,
.social__list a:hover,
.social__list a:focus,
.social__list a:active {
  border-bottom: none;
}
.social__list li {
  margin-right: 8px;
}

.social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.social__link--zen {
  background-image: url("/static2020/images/zen.png");
  background-size: 100%;
  background-position-x: 0;
}
.social__link--zen:hover {
  box-shadow: 0px 6px 8px rgba(31, 31, 31, 0.4);
}
.social__link--zen:active {
  box-shadow: 0px 2px 4px rgba(31, 31, 31, 0.4);
}
.social__link--telegram {
  background-image: url("/static2020/images/telegram.png");
  background-size: 224%;
  background-position-x: -20px;
}
.social__link--telegram:hover {
  box-shadow: 0px 6px 8px #207fa7;
}
.social__link--telegram:active {
  box-shadow: 0px 2px 4px rgba(32, 127, 167, 0.4);
}
.social__link--vk {
  background-image: url("/static2020/images/vk.svg");
  background-color: #4a76a8;
  background-position: left 5px center;
}
.social__link--vk:hover {
  box-shadow: 0px 6px 8px rgba(74, 118, 168, 0.4);
}
.social__link--vk:active {
  background-color: #3b618c;
  box-shadow: 0px 6px 8px rgba(74, 118, 168, 0.4);
}
.social__link--fb {
  background-image: url("/static2020/images/fb.svg");
  background-color: #45619d;
}
.social__link--fb:hover {
  box-shadow: 0px 6px 8px rgba(69, 97, 157, 0.4);
}
.social__link--fb:active {
  background-color: #354d7f;
  box-shadow: 0px 2px 4px rgba(69, 97, 157, 0.4);
}
.social__link--tw {
  background-image: url("/static2020/images/tw.svg");
  background-color: #55acee;
}
.social__link--tw:hover {
  background-color: #55acee;
  box-shadow: 0px 6px 8px rgba(85, 172, 238, 0.4);
}
.social__link--tw:active {
  background-color: #3f8fcb;
  box-shadow: 0px 6px 8px rgba(85, 172, 238, 0.4);
}
.social__link--ok {
  background-image: url("/static2020/images/ok.svg");
  background-color: #f2720c;
}
.social__link--ok:hover {
  box-shadow: 0px 6px 8px rgba(242, 114, 12, 0.4);
}
.social__link--ok:active {
  background-color: #dc6505;
  box-shadow: 0px 6px 8px rgba(242, 114, 12, 0.4);
}
.social__link--inst {
  background-image: url("/static2020/images/inst.svg"), radial-gradient(127.77% 127.77% at 14.93% 100.35%, #FFB140 0%, #FF5445 25.59%, #FC2B82 59.9%, #8E40B7 100%);
}
.social__link--inst:hover {
  box-shadow: 0px 6px 8px rgba(224, 49, 144, 0.4);
}
.social__link--inst:active {
  background-image: url("/static2020/images/inst.svg"), radial-gradient(127.77% 127.77% at 14.93% 100.35%, #DA9633 0%, #D04134 25.59%, #D6246E 59.9%, #723393 100%);
  box-shadow: 0px 6px 8px rgba(224, 49, 144, 0.4);
}

@media (max-width: 1300px) {
  .social__list {
    width: 208px;
  }
}
@media (max-width: 1023px) {
  .social__list {
    width: 158px;
  }

  .social__link {
    width: 24px;
    height: 24px;
    background-size: 50%;
  }

  .social__link--zen {
    background-size: 100%;
  }
  .social__link--telegram {
    background-size: 52px;
    background-position-x: -14px;
  }
  .social__link--vk {
    background-size: 16px auto;
    background-position: left 4px center;
  }
  .social__link--fb {
    background-size: 6px auto;
  }
  .social__link--tw {
    background-size: 12px auto;
  }
  .social__link--ok {
    background-size: 7px auto;
  }
  .social__link--inst {
    background-size: 12px, 100%;
  }
}
@media (max-width: 767px) {
  .social__link {
    width: 20px;
    height: 20px;
  }
  .social__link--vk {
    background-size: 14px auto;
    background-position: left 3px center;
  }
  .social__link--telegram {
    background-size: 44px;
    background-position-x: -12px;
  }

  .subscribes .social__link {
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: auto;
  }
  .subscribes .social__link--vk {
    background-position: left 5px center;
  }
  .subscribes .social__link--zen {
    background-size: 100%;
  }
  .subscribes .social__link--telegram {
    background-size: 224%;
    background-position-x: -20px;
  }

  .social__list {
    width: 100%;
  }
  .social__list li {
    margin-right: 8px;
  }
}
.footer-top {
  background-color: #f0f9fd;
  padding: 6px 0;
}

.footer-inoagent {
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-inoagent-container {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.footer-whatsapp {
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-whatsapp-container {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.footer-top__list {
  display: flex;
  list-style: none;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
}

.footer-top__item {
  width: 208px;
  margin-right: 32px;
}
.footer-top__item:last-child {
  width: 528px;
  margin-right: 0;
}

.footer-top__title {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}

.footer-top__inner-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-top__inner-list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}
.footer-top__inner-list a:hover,
.footer-top__inner-list a:focus {
  border-bottom: 1px solid #00c7ff;
}
.footer-top__inner-list a:active {
  color: #8d8d8d;
  border-bottom: 1px solid transparent;
}
.footer-top__inner-list .social__link,
.footer-top__inner-list .social__link:hover,
.footer-top__inner-list .social__link:focus,
.footer-top__inner-list .social__link:active {
  border-bottom: none;
}

.footer .social__list {
  margin-bottom: 23px;
}

.footer-top__text {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.footer-bottom {
  padding: 40px 0 65px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background-color: #222222;
  color: #ffffff;
}
.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom__container {
  display: flex;
  flex-wrap: wrap;
}

.footer__contacts-list {
  display: flex;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.footer__contacts-item {
  margin-right: 32px;
  width: 208px;
}
.footer__contacts-item p {
  margin: 0;
}

.contacts__title {
  font-size: 13px;
  color: #00c7ff;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  width: 768px;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
}

.footer__age {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.footer__founders {
  width: 480px;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
}

.footer__creators {
  width: 207px;
}

.footer__awards {
  margin-left: 272px;
}

.atwinta {
  border-bottom: 1px solid #ff007a;
}

.footer-top__description p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}

.footer__bottom-copyright {
  display: flex;
  justify-content: space-between;
}
.footer__bottom-copyright p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}

@media (max-width: 1300px) {
  .footer-top__item:last-child {
    width: 208px;
  }

  .footer__copyright {
    width: 448px;
  }

  .footer__awards {
    margin-left: 32px;
  }
}
@media (max-width: 1023px) {
  .footer-top__item {
    width: 158px;
  }
  .footer-top__item:last-child {
    width: 158px;
  }

  .footer-top__inner-list a {
    font-size: 13px;
    line-height: 8px;
  }

  .footer-top__text {
    font-size: 13px;
    line-height: 16px;
  }

  .footer-top__item {
    margin-right: 24px;
  }
  .footer-top__item:last-child {
    margin-right: 0;
  }

  .footer__contacts-list a {
    display: block;
    line-height: 8px;
  }
  .footer__contacts-list p {
    margin-bottom: 10px;
  }

  .footer__contacts-item {
    margin-right: 24px;
    width: 158px;
  }

  .contacts__editor {
    position: relative;
    top: -5px;
  }

  .footer-bottom {
    font-size: 13px;
  }

  .footer__copyright {
    width: 332px;
    line-height: 16px;
  }

  .footer__founders {
    width: 364px;
    line-height: 16px;
  }

  .footer__awards {
    margin-left: 24px;
    width: 170px;
    height: 58px;
  }

  .footer__creators {
    font-size: 13px;
    line-height: 16px;
  }

  .footer .social__list {
    margin-bottom: 20px;
  }

  .footer__bottom-copyright {
    flex-direction: column;
  }
  .footer__bottom-copyright p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-top__list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .footer-top__item {
    width: calc(50% - 12px);
    margin-right: 0;
    margin-bottom: 13px;
  }
  .footer-top__item:last-child {
    width: calc(50% - 12px);
  }

  .footer-bottom__container {
    flex-direction: column;
    align-items: center;
  }

  .footer__contacts-list {
    width: 100%;
    margin-bottom: 25px;
    justify-content: space-between;
  }

  .footer__contacts-item {
    width: calc(50% - 12px);
    margin-right: 0;
  }

  .footer__copyright {
    align-items: center;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }

  .footer__founders {
    width: 100%;
    padding-top: 0;
    margin: 0;
    margin-bottom: 25px;
  }

  .footer__awards {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .footer__creators {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer .social__list {
    margin-bottom: 11px;
  }
}
.header {
  padding-top: 20px;
  margin-bottom: 32px;
}

.header__logo_mobile {
  display: none;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.header-top__item {
  position: relative;
  margin-right: 24px;
}
.header-top__item::after {
  position: absolute;
  content: ".";
  top: -3px;
  right: -13px;
  color: #cccccc;
}

.header__logo {
  width: 98px;
  height: 41px;
}

.header__login,
.header__logout {
  margin-left: auto;
}

.header__login .button-logout {
  display: none;
}

.header__logout .button-login {
  display: none;
}

.button-login,
.button-logout {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 104px;
  padding: 4px 20px 4px 11px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 35px;
  border: none;
  background-color: #00c7ff;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
.button-login img,
.button-login span,
.button-logout img,
.button-logout span {
  z-index: 1;
}
.button-login::before,
.button-logout::before {
  position: absolute;
  z-index: 0;
  content: "";
  right: 8px;
  left: 8px;
  top: 12px;
  bottom: 4px;
  background-color: #00c7ff;
  opacity: 0.8;
  filter: blur(16px);
  border-radius: 35px;
}
.button-login:hover::before,
.button-logout:hover::before {
  opacity: 0.6;
  filter: blur(16px);
}
.button-login:active::before,
.button-logout:active::before {
  opacity: 0.8;
  filter: blur(8px);
}
.button-login:hover, .button-login:focus,
.button-logout:hover,
.button-logout:focus {
  background-color: #3dd2fb;
}
.button-login:active,
.button-logout:active {
  background-color: #0eb9e9;
}

.header-top__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  transition: ease-in-out 0.2s;
}
.header-top__link:hover, .header-top__link:focus {
  color: #8d8d8d;
  border-bottom: 1px solid #00c7ff;
}
.header-top__link:active {
  border-bottom: none;
}

.header-top__item:first-of-type::after,
.header-top__item:nth-last-of-type(2)::after {
  display: none;
}

.header-top__link--bold {
  font-weight: 500;
  border-bottom: 1px solid #00c7ff;
}
.header-top__link--bold:hover, .header-top__link--bold:focus {
  color: #00c7ff;
}
.header-top__link--bold:active {
  color: #8d8d8d;
}

.header-bottom {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.header-bottom__item {
  margin-right: 25px;
}

.header-bottom__item--weather {
  padding-left: 30px;
}

.header-bottom__item--currency {
  margin-right: 0;
  margin-left: auto;
}

.header-bottom__link {
  font-weight: 400px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #333333;
}

.header-bottom__link span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.header-bottom__item--weather {
  position: relative;
}

.header-bottom__item--weather:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/weather-icon.svg");
}

.header-bottom__link .traffic {
  position: relative;
  display: inline-block;
  width: 32px;
  text-align: center;
  color: #ffffff;
}
.header-bottom__link .traffic::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -4px;
  left: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/traffic-red-icon.svg");
}

.header-bottom__link .currency {
  position: relative;
  padding-left: 30px;
  padding-right: 6px;
}
.header-bottom__link .currency::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -2px;
  left: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.header-bottom__link .currency--dollar::before {
  background-image: url("/static2020/images/dollar-icon.svg");
}

.header-bottom__link .currency--euro::before {
  background-image: url("/static2020/images/euro-icon.svg");
}

@media (max-width: 1023px) {
  .header__logo {
    width: 76px;
    height: 30px;
  }

  .header-top__link {
    font-size: 13px;
  }

  .header-top__item {
    margin-right: 10px;
  }
  .header-top__item::after {
    right: -7px;
  }

  .button-login,
.button-logout {
    width: 94px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .header-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .header-top {
    position: relative;
  }

  .header__login {
    position: absolute;
    bottom: -50px;
    left: 143px;
    z-index: 1;
  }

  .header-top__item:not(:first-of-type) {
    display: none;
  }

  .header__logo_mobile {
    display: block;
    margin: auto;
    width: 100px;
  }

  .header__logo {
    display: none;
    width: 98px;
    height: 41px;
  }

  .header-bottom {
    flex-direction: column;
  }

  .header-bottom__item {
    margin-right: 0;
  }

  .header-bottom__item--currency {
    display: none;
  }
}
.main-nav {
  width: 100%;
  background-color: #222222;
  z-index: 5000;
}

.main-nav-mobile-menu-item {
  display: none;
}

.main-nav__container {
  position: relative;
  display: flex;
}

.main-nav__list {
  list-style: none;
  margin: 0;
  margin-left: -12px;
  display: flex;
  flex-wrap: wrap;
  padding: 11px 0;
}

.main-nav__item {
  position: relative;
}
.main-nav__item::after {
  position: absolute;
  content: ".";
  top: -3px;
  right: -2px;
  color: #00c7ff;
}
.main-nav__item:nth-last-child(2)::after {
  display: none;
}

.main-nav__item--pdd {
  display: none;
}

.main-nav__link {
  padding: 0 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.main-nav__link--red {
  color: #ff4545;
}
.main-nav__link::after {
  position: absolute;
  content: "";
  bottom: -11px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: transparent;
  transition: ease-in 0.2s;
}
.main-nav__link:hover::after, .main-nav__link:focus::after {
  background-color: #00c7ff;
}
.main-nav__link:active {
  color: #8d8d8d;
}
.main-nav__link:active::after {
  background-color: transparent;
}

.search {
  margin-right: -14px;
}

.search__input {
  box-sizing: border-box;
  width: 240px;
  height: 48px;
  padding: 0 8px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #cccccc;
  background-color: #222222;
  outline: none;
}

.search__button {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #222222;
  border: none;
  padding: 0;
  background-image: url("/static2020/images/search.svg"), url("/static2020/images/search-hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}
.search__button:hover, .search__button:focus {
  background-image: url("/static2020/images/search-hover.svg"), url("/static2020/images/search.svg");
}

.search__wrapper {
  display: flex;
  position: absolute;
  z-index: 25;
  top: 0;
  right: 0;
}

.search__close {
  display: none;
}

.search__wrapper {
  margin: 0;
}

.search__icon-hover {
  display: none;
}

.menu-button {
  display: none;
}

.main-nav__overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media (max-width: 1023px) {
  .main-nav__list {
    margin-left: -6px;
  }

  .main-nav__link {
    font-size: 12px;
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .main-nav-mobile-menu-item {
    display: block;
  }

  .main-nav-fixed {
    position: fixed;
    top: 0;
  }

  .main-nav__container {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 56px);
  }

  .main-nav__list {
    flex-direction: column;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 292px;
    height: 100vh;
    background-color: #222222;
    padding-left: 43px;
    padding-top: 25px;
    overflow-x: hidden;
  }

  .main-nav__list--close {
    transform: translateX(-320px);
    transition: ease-in 0.25s;
  }

  .main-nav__list--open {
    overflow-x: hidden;
    transform: translateX(-28px);
    transition: ease-in 0.25s;
  }

  .main-nav__item {
    margin-right: 100px;
    white-space: nowrap;
  }
  .main-nav__item::after {
    width: 10px;
    left: -15px;
    top: 10px;
  }
  .main-nav__item:nth-last-child(2)::after {
    display: block;
  }
  .main-nav__item:last-child::after {
    display: block;
  }

  .main-nav__link {
    display: block;
    font-size: 16px;
    padding: 14px 0;
  }
  .main-nav__link::after {
    display: none;
  }

  .main-nav__item--pdd {
    display: block;
  }

  .menu-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    margin-left: -14px;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
  }

  .search__input {
    width: calc(100% - 48px);
  }

  .search__wrapper {
    width: 100%;
  }
}
.card {
  position: relative;
  box-sizing: border-box;
  width: 288px;
  padding-bottom: 23px;
}

.card--no-photo {
  width: 224px;
  padding-bottom: 16px;
}

.card__link {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  color: #000000;
}

.card__category {
  margin: 0;
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 30px;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
}
.card__category:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -23px;
  width: 15px;
  height: 15px;
  background-image: url("/static2020/images/category-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.card__date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5E85BF;
}

.card__type {
  position: absolute;
  z-index: 5;
  bottom: 11px;
  left: 11px;
  margin: 0;
  padding: 0 6px;
  font-weight: 600;
  font-size: 9px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #5e85bf;
  border-radius: 11px;
}

.card__type--video {
  background-color: #ff4545;
}

.card__type--slider {
  position: static;
}

.card__description {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #8d8d8d;
}

.card__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.card__title--afisha {
  margin-bottom: 0;
}

.card:hover .card__title,
.card:focus .card__title {
  color: #ff4545;
  transition: ease-out 0.4s;
}

.card:active .card__title,
.card:focus .card__title {
  color: #8d8d8d;
}

.card--no-photo .card__title {
  margin: 0;
  font-size: 15px;
}

.card__image {
  display: block;
  z-index: 1;
  transition: ease-out 0.4s;
  height: 100% !important;
  object-fit: cover;
}

.card__image-wrapper {
  position: relative;
  margin-bottom: 7px;
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.card__image-wrapper:after {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 2;
  width: 288px;
  height: 176px;
  background-image: linear-gradient(180deg, rgba(0, 199, 255, 0.3) 0%, rgba(0, 199, 255, 0) 100%);
  top: 0;
  left: 0;
  transition: ease-out 0.4s;
}

.card__banner-wrapper {
  width: 288px;
}

.card__banner-wrapper a img {
  margin: auto;
}

.card:hover .card__image-wrapper:after,
.card:focus .card__image-wrapper:after {
  opacity: 1;
}

.card:active .card__image-wrapper:after {
  opacity: 0;
}

.card:hover .card__image,
.card:focus .card__image {
  transform: scale(1.05);
}

.card__counts {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.card__count {
  position: relative;
  padding-left: 20px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #8d8d8d;
}
.card__count:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.card__count--views:before {
  background-image: url("/static2020/images/views-icon.svg");
}

.card__count--comments:before {
  background-image: url("/static2020/images/comments-icon.svg");
}

.card__count--hot:before {
  height: 24px;
  width: 24px;
  background-image: url("/static2020/images/hot-icon.svg");
}

@media (max-width: 1023px) {
  .card {
    width: 216px;
  }

  .card__image-wrapper {
    width: 216px;
    height: 144px;
  }

  .card__banner-wrapper {
    width: 216px;
  }

  .card__title {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .card,
.card__link {
    width: 100%;
  }

  .card__banner-wrapper {
    width: 100%;
  }

  .card__image-wrapper,
.card__image-wrapper::after,
.card__image {
    width: 100%;
    height: 100%;
  }

  .card__type--slider {
    display: none;
  }

  .card__count {
    margin-right: 5px;
  }
}
.card-pinned {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 32px 48px 32px 32px;
  width: 928px;
  background: #FFFFFF;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 8px;
  text-decoration: none;
}
.card-pinned .card__type {
  position: static;
}

.card-pinned__image-wrapper {
  position: relative;
}

.card-pinned__photo {
  width: 448px;
  height: 272px;
  object-fit: cover;
}

.card-pinned__description {
  display: flex;
  flex-direction: column;
  width: 350px;
}

.card-pinned__date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}

.card-pinned__top-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-top: 7px;
  margin-bottom: 13px;
}

.card-pinned__title {
  display: block;
  margin-bottom: 18px;
}

.card-pinned__text {
  margin: 0;
  color: #333333;
}

.card-pinned__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.card-pinned__title {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .card-pinned {
    width: 696px;
    padding: 24px;
  }

  .card-pinned__photo {
    width: 312px;
    height: 192px;
  }

  .card-pinned__description {
    width: 312px;
  }

  .card-pinned__top-container {
    margin-bottom: 0;
  }

  .card-pinned__text {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .card-pinned {
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 16px;
  }
  .card-pinned::after {
    position: absolute;
    bottom: -24px;
    left: -24px;
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #333333;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.32);
    background-image: url("/static2020/images/pinned-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
  }

  .card-pinned__photo {
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
  }

  .card__type {
    display: none;
  }

  .card-pinned__description {
    width: 100%;
  }

  .card-pinned__text {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .card-pinned__bottom-container {
    margin-top: 0;
    align-items: flex-end;
  }
}
.card-comment {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 32px 48px 32px 32px;
  width: 928px;
  background: #FFFFFF;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  text-decoration: none;
}

.card-comment__wrapper {
  position: relative;
}

.card-comment__photo {
  width: 320px;
  height: 196px;
  object-fit: cover;
}

.card-comment__description {
  display: flex;
  flex-direction: column;
  width: 480px;
}

.card-comment__subtitle {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #00c7ff;
}

.card-comment__title {
  display: block;
  margin-bottom: 10px;
}

.card-comment__text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}

.card-comment__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.card-comment__title {
  text-decoration: none;
}

@media (max-width: 1300px) {
  .card-comment {
    width: 608px;
    padding: 24px 48px 24px 24px;
  }

  .card-comment__photo {
    width: 216px;
    height: 132px;
  }

  .card-comment__description {
    width: 272px;
  }

  .card-comment__subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }

  .card-comment__title {
    margin-bottom: 0;
  }

  .card-comment__text {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .card-comment {
    width: 456px;
    padding: 20px 35px 25px 35px;
  }

  .card-comment__title {
    margin-bottom: 5px;
  }

  .card-comment__text {
    margin-bottom: 12px;
  }

  .card-comment__wrapper {
    display: none;
  }

  .card-comment__description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .card-comment {
    width: 100%;
    flex-direction: column;
    padding: 16px;
  }

  .card-comment__photo {
    width: 100%;
    height: 100%;
  }

  .card-comment__wrapper {
    display: block;
    margin-bottom: 7px;
  }

  .card-comment__subtitle {
    font-size: 13px;
    line-height: 24px;
  }

  .card-comment__text {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .card-comment__bottom-container {
    margin-top: 0;
    align-items: flex-end;
  }
}
.card-theme {
  position: relative;
  box-sizing: border-box;
  width: 288px;
  height: 120px;
  padding: 0 16px 11px 16px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 48.44%, rgba(255, 255, 255, 0.8) 75%, #FFFFFF 100%);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  transition: 0.3s;
}

.card-theme__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 288px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.card-theme__shadow {
  position: absolute;
  z-index: -2;
  content: "";
  left: 8px;
  right: 8px;
  bottom: -8px;
  height: 120px;
  opacity: 0.5;
  filter: blur(4px);
  transition: 0.3s;
}
.card-theme__shadow img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.card-theme__title {
  margin: 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  transition: 0.3s;
}

.card-theme__title--hot {
  position: relative;
  text-indent: 24px;
}
.card-theme__title--hot::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/hot-icon.svg");
}

.card-theme:hover .card-theme__title {
  color: #ff4545;
}
.card-theme:hover .card-theme__shadow {
  opacity: 0.3;
}

.card-theme:active .card-theme__title {
  color: #333333;
}
.card-theme:active .card-theme__shadow {
  opacity: 0.3;
}

@media (max-width: 1023px) {
  .card-theme {
    width: 216px;
    height: 112px;
  }

  .card-theme__image {
    width: 216px;
    height: 112px;
  }

  .card-theme__title {
    font-size: 15px;
    line-height: 16px;
  }

  .card-theme__title--hot {
    text-indent: 16px;
  }
  .card-theme__title--hot::before {
    left: -3px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .card-theme {
    width: 100%;
    height: 120px;
  }

  .card-theme__image {
    width: 100%;
    height: 120px;
  }
}
.main-news {
  width: 608px;
  padding-bottom: 48px;
}

.main-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .main-news {
    width: 456px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .main-news {
    width: 100%;
  }

  .main-news__list {
    width: 100%;
  }

  .main-news__list li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 456px) {
  .main-news__list {
    flex-direction: column;
  }

  .main-news__list li {
    width: 100%;
  }
}
.main-aside {
  position: relative;
  width: 288px;
  box-sizing: border-box;
  padding: 32px;
  padding-bottom: 60px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.main-aside__tabs {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.main-aside__tabs li {
  width: 50%;
}

.main-aside__tab {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #8d8d8d;
  text-decoration: none;
  border-bottom: 2px dotted #cccccc;
  transition: border ease-in-out 0.3s;
}
.main-aside__tab--active {
  color: #ff4545;
  border-bottom: 3px solid #ff4545;
}
.main-aside__tab:hover {
  color: #5e85bf;
  border-bottom: 3px solid #ff4545;
}
.main-aside__tab:active {
  font-size: 14px;
}

.main-aside__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 510px;
}

.main-aside__list--comments {
  display: none;
}

.main-aside__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 54px 32px 32px 32px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 19.27%, #ffffff 40.1%, #ffffff 100%);
}

@media (max-width: 1300px) {
  .main-aside__list {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .main-aside {
    width: 216px;
    padding: 25px;
  }
  .main-aside .card {
    width: 166px;
  }

  .main-aside__tab {
    font-size: 14px;
  }
  .main-aside__tab:active {
    font-size: 12px;
  }

  .main-aside__list {
    height: 510px;
  }
}
@media (max-width: 767px) {
  .main-aside {
    margin: 0 auto;
    width: 320px;
  }
  .main-aside .card {
    width: 100%;
  }

  .main-aside__tab {
    font-size: 16px;
  }
  .main-aside__tab:active {
    font-size: 14px;
  }
}
.subscribes {
  width: 288px;
  margin-bottom: 20px;
  padding: 20px 24px;
  border: 3px solid #00C7FF;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
}

.subscribes__text {
  margin: 0;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  text-align: center;
}

.subscribes__social-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  justify-content: center;
}

@media (max-width: 1023px) {
  .subscribes {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 216px;
    padding: 16px;
  }

  .subscribes__social-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .subscribes {
    position: static;
    width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.region-news {
  min-height: 411px;
  padding: 40px 0 30px 0;
  background-color: #f0f9fd;
}

.region-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 928px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .region-news {
    min-height: 443px;
  }

  .region-news__list {
    flex-wrap: wrap;
    width: 608px;
  }

  .region-news__list .card {
    width: 288px;
  }
}
@media (max-width: 1023px) {
  .region-news {
    min-height: 544px;
  }

  .region-news__list {
    width: 456px;
  }

  .region-news__list .card {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .region-news__list {
    width: 100%;
  }

  .region-news__list li {
    width: calc(50% - 12px);
  }

  .region-news__list .card {
    width: 100%;
  }
}
@media (max-width: 456px) {
  .region-news__list {
    width: 100%;
    flex-direction: column;
  }

  .region-news__list li {
    width: 100%;
  }
}
.read-all {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.read-all span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ff4545;
  border-bottom: 1px solid rgba(255, 69, 69, 0.3);
}

.read-all__image-container {
  position: relative;
  width: 30px;
  height: 9px;
  overflow: hidden;
  margin-left: 18px;
  transition: ease-in-out 0.2s;
  background-image: url("/static2020/images/arrow-icon.svg"), url("/static2020/images/arrow-hover-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50px 9px;
}

.read-all:hover .read-all__image-container,
.read-all:active .read-all__image-container {
  width: 100px;
  margin-left: 0;
}

.read-all:active span {
  color: #8d8d8d;
  border-bottom: 1px solid rgba(141, 141, 141, 0.3);
}
.read-all:active .read-all__image-container {
  background-image: url("/static2020/images/arrow-hover-icon.svg"), url("/static2020/images/arrow-icon.svg");
}

.actual-themes {
  padding: 40px 0;
}

.actual-themes__list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 928px;
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.actual-themes__item {
  margin-right: 8px;
  margin-bottom: 16px;
}

.actual-themes__link {
  display: block;
  padding: 2px 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  border: 2px solid #dae6f0;
  box-sizing: border-box;
  border-radius: 80px;
  text-decoration: none;
  transition: ease-in-out 0.25s;
}
.actual-themes__link:hover {
  border-color: #00c7ff;
}
.actual-themes__link:active {
  border-color: #dae6f0;
  background-color: #dae6f0;
}
.actual-themes__link--big {
  padding: 6px 16px;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.actual-themes__link--big:active {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.actual-themes__link--hot {
  position: relative;
  padding: 6px 16px 6px 35px;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.actual-themes__link--hot:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/hot-icon.svg");
}
.actual-themes__link--hot:active {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1300px) {
  .actual-themes__list {
    width: 608px;
  }

  .actual-themes__item {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .actual-themes {
    padding: 30px 0;
  }

  .actual-themes__list {
    width: 446px;
  }
}
@media (max-width: 767px) {
  .actual-themes__list {
    width: 100%;
  }
}
.interesting__list {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .interesting__list {
    width: 100%;
  }

  .interesting__item {
    width: calc(50% - 12px);
  }

  .interesting__item .card {
    width: 100%;
  }
}
@media (max-width: 456px) {
  .interesting__list {
    flex-direction: column;
  }

  .interesting__item {
    width: 100%;
  }
}
.slider-card__wrapper {
  width: 928px;
  overflow: hidden;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
}

.slider-card__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  transition: 0.5s;
}

.slider-card {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 928px;
  padding: 32px 48px 32px 32px;
  background: #ffffff;
  flex-shrink: 0;
  box-shadow: inset 0px 2px 0px #DAE6F0;
}

.slider-card__photo {
  width: 448px;
  height: 272px;
}

.slider-card__description {
  display: flex;
  flex-direction: column;
  width: 350px;
}

.slider-card__top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.slider-card__date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}

.slider-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}

.slider-card__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.slider-card__buttons {
  display: flex;
  justify-content: space-between;
  width: 104px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #dae6f0;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: transparent;
  transition: ease-in-out 0.2s;
  outline: none;
}
.slider-card__button:hover {
  border: 2px solid #00c7ff;
}
.slider-card__button:active {
  border: 2px solid #00c7ff;
  background-color: rgba(0, 199, 255, 0.3);
}
.slider-card__button[disabled=true], .slider-card__button[disabled=true]:hover, .slider-card__button[disabled=true]:active {
  border: none;
}

.slider-card__button--left {
  transform: rotate(180deg);
}

.slider-card__title {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .slider-card__wrapper {
    width: 696px;
  }

  .slider-card {
    width: 696px;
    padding: 24px;
  }

  .slider-card__photo {
    width: 312px;
    height: 192px;
  }

  .slider-card__description {
    width: 312px;
  }

  .slider-card__top-container {
    margin-bottom: 0;
  }

  .slider-card__text {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .slider-card__wrapper {
    width: 100%;
  }

  .slider-card {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 8px;
  }

  .slider-card__link {
    margin-bottom: 7px;
  }

  .slider-card__photo {
    width: 100%;
    height: 100%;
  }

  .slider-card__description {
    width: 100%;
    flex-grow: 1;
  }

  .slider-card__text {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .slider-card__bottom-container {
    margin-top: auto;
    align-items: flex-end;
  }

  .slider-card__buttons {
    width: 72px;
  }

  .slider-card__button {
    width: 32px;
    height: 32px;
  }
  .slider-card__button svg {
    transform: scale(0.6);
  }
}
@media (max-width: 456px) {
  .slider-card {
    padding: 16px;
  }

  .slider-card__buttons {
    width: 104px;
  }

  .slider-card__button {
    width: 48px;
    height: 48px;
  }
  .slider-card__button svg {
    transform: scale(1);
  }
}
.afisha {
  padding-bottom: 42px;
}

.afisha__container {
  display: flex;
  justify-content: space-between;
}

.afisha__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.afisha__list--big-card {
  width: 928px;
  justify-content: space-between;
}
.afisha__list--small-card {
  width: 288px;
  flex-direction: column;
}
.afisha__list .card--no-photo {
  width: 100%;
}

.afisha__item-small:nth-child(4) {
  display: none;
}

@media (max-width: 1300px) {
  .afisha__container {
    flex-direction: column;
  }

  .afisha__list--small-card {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 14px;
  }
  .afisha__list--small-card .card--no-photo {
    width: 208px;
  }

  .afisha__item-small:nth-child(4) {
    display: block;
  }
}
@media (max-width: 1023px) {
  .afisha__list--big-card {
    width: 100%;
  }

  .afisha__list--small-card {
    margin-bottom: 20px;
  }
  .afisha__list--small-card .card--no-photo {
    width: 156px;
  }
}
@media (max-width: 767px) {
  .afisha__item-big:nth-child(3) {
    display: none;
  }

  .afisha__item-big {
    width: calc(50% - 12px);
  }

  .afisha__item-big .card {
    width: 100%;
  }

  .afisha__item-small {
    width: calc(50% - 12px);
  }

  .afisha__item-small .card--no-photo {
    width: 100%;
  }

  .afisha__list--small-card {
    flex-wrap: wrap;
  }
}
@media (max-width: 456px) {
  .afisha__item-big:nth-child(3) {
    display: block;
  }

  .afisha__item-small:nth-child(4) {
    display: none;
  }

  .afisha__list--big-card {
    flex-direction: column;
  }

  .afisha__item-big {
    width: 100%;
  }

  .afisha__item-small {
    width: 100%;
  }
}
.banner {
  margin: 0 auto;
  margin-bottom: 25px;
  overflow: hidden;
}
.banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.banner a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

.banners__aside {
  width: 288px;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 9px 16px 16px 16px;
  border: 1px solid #dae6f0;
  border-radius: 4px;
  background-color: #ffffff;
}

.banners__aside--main-page {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
}

.banner--aside {
  margin-bottom: 16px;
}
.banner--aside:last-child {
  margin-bottom: 0;
}

.banners__description {
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
}
.banners__description p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #8d8d8d;
}
.banners__description a {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 199, 255, 0.4);
}

.banner_main_aside_right {
  width: 240px;
  margin: auto;
}

.banner_middle_horizontal {
  width: 100%;
  margin: 25px auto 0 auto;
}
.banner_middle_horizontal--main-page {
  margin: 135px auto 0 auto;
}

@media (max-width: 1300px) {
  .banner_middle_horizontal {
    width: 100%;
    height: auto;
  }
}
.banner_top_horizontal {
  width: 1000px;
  margin: auto;
}

@media (max-width: 1000px) {
  .banner_top_horizontal {
    width: 100%;
    height: auto;
  }
}
.banner_aside_right {
  width: 240px;
  margin: auto;
}

.banner_before_comments {
  width: 728px;
  height: auto;
  margin: auto;
}

@media (max-width: 728px) {
  .banner_before_comments {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .banners__aside {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .banners__aside {
    position: static;
    width: 320px;
    margin: 0 auto;
    padding: 9px 12px 20px 12px;
  }

  .banner--aside {
    margin-bottom: 15px;
  }

  .banners__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.news__inner-wrapper {
  display: flex;
  justify-content: space-between;
  width: 928px;
  align-items: center;
  flex-wrap: wrap;
}

.news__top-wrapper {
  display: flex;
  flex-direction: column;
}
.news__top-wrapper .title--first {
  margin-bottom: 0;
}

.news__filters-wrapper {
  flex-shrink: 0;
}

.news__filters {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.news__filter {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #8d8d8d;
  transition: 0.3s;
}
.news__filter:hover {
  color: #333333;
}
.news__filter::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 20px;
  right: 20px;
  bottom: 5px;
}
.news__filter:hover::after {
  border-bottom: 2px dotted #cccccc;
}
.news__filter:active::after {
  border-bottom: none;
}
.news__filter--active {
  color: #1e4989;
  background-color: #f0f9fd;
  border-radius: 40px;
}
.news__filter--active:hover::after {
  border-bottom: none;
}

.news__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.news__list--before-banner {
  margin-bottom: 25px;
}

.news__list--after-banner {
  width: 928px;
}

.news__container {
  display: flex;
  justify-content: space-between;
}

.news__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.news__aside--static {
  top: 0;
  margin-bottom: 24px;
}

.news__filters-open {
  display: none;
}

.news__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.news__bottom-column {
  width: 100%;
}

.news__important {
  float: right;
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
}

.news__important-wrapper {
  width: 100%;
  display: flex;
}

.news__important-title {
  width: 288px;
  margin-left: auto;
}

.news__list--small-cards {
  width: 928px;
  justify-content: flex-start;
}
.news__list--small-cards .card {
  width: 208px;
}
.news__list--small-cards .news__item {
  margin-right: 24px;
}
.news__list--small-cards .news__item:nth-child(4n) {
  margin-right: 0;
}

.news__list--load-more {
  width: 100%;
}

.news__subscribes-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .news__container {
    width: 928px;
  }

  .news__content-wrapper {
    width: 608px;
  }

  .news__list {
    width: 100%;
  }

  .news__list--after-banner {
    width: 608px;
  }

  .news__bottom-column {
    width: 100%;
  }

  .news__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .news__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .news__aside {
    width: 216px;
    margin-bottom: 15px;
  }

  .news__inner-wrapper {
    width: 696px;
  }

  .news__container {
    width: 696px;
  }

  .news__content-wrapper {
    width: 456px;
  }

  .news__bottom-container {
    padding-top: 20px;
  }

  .news__important {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .news__important .card {
    width: 100%;
  }

  .news__important-title {
    width: 216px;
  }

  .news__list--after-banner {
    width: 456px;
  }

  .news__list--small-cards {
    width: 100%;
    justify-content: flex-start;
  }
  .news__list--small-cards .card {
    width: 216px;
  }
  .news__list--small-cards .news__item {
    margin-right: 24px;
  }
  .news__list--small-cards .news__item:nth-child(4n) {
    margin-right: 24px;
  }
  .news__list--small-cards .news__item:nth-child(3n) {
    margin-right: 0;
  }

  .news__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news__inner-wrapper {
    width: 100%;
  }

  .news__top-wrapper {
    position: relative;
  }

  .news__filters-wrapper {
    min-width: 130px;
    position: relative;
  }

  .news__filter {
    color: #8d8d8d;
  }
  .news__filter::after {
    left: 0;
    right: 0;
  }

  .news__filters > li:first-child > .news__filter {
    padding-left: 0;
  }

  .news__filter--active {
    display: block;
    background-color: transparent;
    border-radius: 0;
  }
  .news__filter--active:hover {
    color: #8d8d8d;
  }
  .news__filter--active::after {
    border-bottom: 2px dotted #cccccc;
  }
  .news__filter--active:hover::after {
    border-bottom: 2px dotted #cccccc;
  }

  .news__filters-open {
    position: absolute;
    z-index: 11;
    top: 4px;
    right: 0;
    display: none;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
  }
  .news__filters-open::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 7px;
    left: 9px;
    border-left: 2px solid #8d8d8d;
    border-bottom: 2px solid #8d8d8d;
    transform: rotate(-45deg);
  }

  .news__open-filter .news__filters-open {
    transform: rotate(180deg);
  }
  .news__open-filter .news__filter {
    display: block;
  }

  .news__container {
    width: 100%;
  }

  .news__content-wrapper {
    width: 100%;
  }

  .news__aside {
    display: none;
  }

  .news__list li {
    width: calc(50% - 12px);
  }

  .news__bottom-container {
    padding-top: 40px;
  }

  .news__important-wrapper {
    display: none;
  }

  .news__important {
    display: none;
  }

  .news__list--after-banner {
    width: 100%;
  }

  .news__list--small-cards {
    width: 100%;
    justify-content: space-between;
  }
  .news__list--small-cards .card {
    width: 100%;
  }
  .news__list--small-cards .news__item {
    margin-right: 0;
    width: calc(50% - 12px);
  }
  .news__list--small-cards .news__item:nth-child(4n) {
    margin-right: 0;
  }

  .news__list--before-banner {
    margin-bottom: 8px;
  }

  .news__subscribes-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .news__list li {
    width: 100%;
  }

  .news__list--small-cards .news__item {
    width: 100%;
  }
}
.tags {
  box-sizing: border-box;
  width: 800px;
  position: relative;
  list-style: none;
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 48px;
}
.tags::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 48px;
  height: 48px;
  background-image: url("/static2020/images//tag-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.tags__link {
  margin-right: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 199, 255, 0.3);
  transition: 0.3s;
}
.tags__link:hover {
  border-bottom: 1px solid #00c7ff;
}
.tags__link:active {
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 1300px) {
  .tags {
    width: 575px;
  }
}
@media (max-width: 1023px) {
  .tags {
    width: 450px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tags {
    width: 100%;
  }
}
.calendar {
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 288px;
}
.calendar input {
  width: 288px;
}

.calendar__title {
  margin-bottom: 25px;
}

.calendar__fastdate {
  box-sizing: border-box;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 16px 6px 28px;
  min-height: 32px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  background-color: #ffffff;
  border: 2px solid #dae6f0;
  border-radius: 20px;
  background-image: url("/static2020/images/arrow-date-icon.svg");
  background-position: left 7px center;
  background-repeat: no-repeat;
}
.calendar__fastdate--fire {
  padding-left: 46px;
  background-image: url("/static2020/images/arrow-date-icon.svg"), url("/static2020/images/hot-icon.svg");
  background-position: left 7px center, left 22px center;
}
.calendar__fastdate:hover, .calendar__fastdate:focus {
  border: 2px solid #00c7ff;
  background-color: transparent;
  outline: none;
}
.calendar__fastdate:active {
  border: 2px solid #00c7ff;
  background-color: rgba(0, 199, 255, 0.3);
}

.calendar__confirm,
.calendar__cancel {
  padding: 6px 0;
  text-align: center;
  width: calc(50% - 6px);
  background-image: none;
}

.calendar__confirm {
  margin-right: 0;
}

.datepicker {
  width: 288px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #222222;
  border: none;
}

.datepicker-inline {
  margin-bottom: 18px;
}

.datepicker--nav {
  box-sizing: border-box;
  border-bottom: none;
  min-height: 40px;
  padding: 0;
}

.datepicker--nav-title,
.datepicker--nav-title i {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.datepicker--nav-title {
  margin-left: -7px;
  padding: 0;
  position: relative;
}
.datepicker--nav-title::before {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  right: 0;
  height: 2px;
  border-bottom: 1px dashed #00c7ff;
}
.datepicker--nav-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 17px;
  right: -15px;
  border-left: 2px solid #8d8d8d;
  border-bottom: 2px solid #8d8d8d;
  transform: rotate(-45deg);
}
.datepicker--nav-title:hover {
  background-color: transparent;
}

.datepicker--nav-action {
  width: 40px;
  height: 40px;
  border: 2px solid #DAE6F0;
  box-sizing: border-box;
  border-radius: 20px;
}
.datepicker--nav-action svg {
  width: 17px;
  height: 14px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #1e4989;
  stroke-width: 2px;
}
.datepicker--nav-action:hover, .datepicker--nav-action:focus {
  border: 2px solid #00c7ff;
  background-color: transparent;
}
.datepicker--nav-action:active {
  border: 2px solid #00c7ff;
  background-color: rgba(0, 199, 255, 0.3);
}
.datepicker--nav-action.-disabled- {
  visibility: visible;
}

.datepicker--days-names {
  margin: 0;
}

.datepicker--day-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  color: #333333;
  text-transform: lowercase;
}

.-weekend- {
  color: #8d8d8d;
}

.datepicker--cell {
  position: relative;
}
.datepicker--cell:hover {
  color: #ff4545;
}
.datepicker--cell:hover::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
  background-color: rgba(255, 69, 69, 0.3);
}

.datepicker--cell.-focus- {
  background: none;
}

.datepicker--cell.-disabled- {
  color: #cccccc;
}

.datepicker--cell.-disabled-:hover {
  color: #cccccc;
}
.datepicker--cell.-disabled-:hover::after {
  display: none;
}

.datepicker--cell.-selected- {
  background-color: #00c7ff;
  color: #ffffff;
}

.datepicker--cell-day.-current- {
  position: relative;
  color: #1e4989;
  font-weight: 500;
}
.datepicker--cell-day.-current-::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
  background-color: #00c7ff;
}

.datepicker--cell-day.fire {
  position: relative;
}
.datepicker--cell-day.fire::before {
  position: absolute;
  content: "";
  top: -11px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/hot-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1023px) {
  .calendar {
    width: 216px;
  }

  .calendar input {
    width: 216px;
  }

  .datepicker {
    width: 216px;
  }

  .datepicker--nav-title,
.datepicker--nav-title i {
    font-size: 15px;
  }

  .datepicker--cell {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .calendar {
    display: none;
  }
}
.material {
  width: 640px;
  display: flex;
  flex-direction: column;
  background: #FFF;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .material__ad-info {
    display: flex;
    flex-direction: column;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .material__ad-info > span {
    word-break: break-word;
  }
}

.js-material .content-wrapper {
  margin-top: -32px;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .js-material .content-wrapper {
    margin-top: -32px;
    padding-top: 32px;
  }
}

.material-next {
  padding-top: 35px;
  box-shadow: 0px -16px 16px rgba(0, 0, 0, 0.08);
}

.material-next__container {
  box-sizing: border-box;
  width: 928px;
  max-width: 100%;
  margin: 0 auto;
}

.material-next__link {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 8px 0 8px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #333333;
}
.material-next__link::before {
  position: absolute;
  top: 0;
  left: -4px;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/static2020/images/scroll-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.material-more {
  width: 928px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 25px;
}

.material__container {
  display: flex;
  margin: 0 auto;
  padding-top: 20px;
  width: 1080px;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .material__container {
    padding-top: 0;
  }
}
.material-next .material__container {
  margin-bottom: 0;
}

.material__aside {
  width: 288px;
}
.material__aside .subscribes {
  position: static;
  margin-bottom: 20px;
}
.material__aside--mobile {
  display: none;
}

.material__aside-wrapper {
  box-sizing: border-box;
  padding: 32px 32px 16px 32px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
}

.material__themes-title {
  margin-bottom: 17px;
}

.material__top-description {
  display: flex;
  justify-content: space-between;
}

.material__bottom-description {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.material__top-description > span:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 10px;
  text-align: right;
  flex-wrap: wrap;
  max-width: 70%;
}

.material__ad-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  max-width: 100%;
}

.material__ad-info > span,
.material__eridinfo {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.material__eridinfo-text {
  font-size: 13px;
  color: #333;
}

.material__ad-info--bottom {
  align-items: flex-start;
  text-align: left;
  margin-top: 10px;
  row-gap: 0;
}

.material__ad-info--bottom > span {
  display: block;
}

.material__category.material__category--old {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0;
  text-align: right;
  width: auto;
  margin-top: 4px;
}

.material__top-description .card__counts.mobile-only {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .material__top-description > span:last-child {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: flex !important;
  }
}
@media (min-width: 769px) {
  .desktop-only {
    display: flex !important;
  }

  .mobile-only {
    display: none !important;
  }
}
.material__date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}

.material__eridinfo {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #333;
}

.material__category {
  position: relative;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}
.material__category-wrapper {
  display: flex;
  column-gap: 10px;
}
.material__category-wrapper.mobile-only {
  margin-top: 16px;
  margin-bottom: 16px;
}
.material__category-wrapper.desktop-only {
  justify-content: flex-end;
}
.material__category--old {
  color: #333333;
}
.material__category--old:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -21px;
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/category-icon-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.material__category--new {
  display: flex;
  align-items: center;
  column-gap: 1px;
  padding: 2px 6px;
  color: #FFF !important;
  background: #A0A2A7;
  border-radius: 6px;
  text-decoration: none;
}
.material__category--new .material__category-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static2020/images/category-icon-new.svg");
}
.material__category--new .material__category-icon.--region {
  background-image: url("/static2020/images/category-icon-geomark.svg");
}

.material__title {
  font-weight: 600;
  color: #1e4989;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.material__title--with-border {
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #F6F6F7;
}

.material__card {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.material__card > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.material__card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 2;
}
.material__card.desktop-only {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.material__card.mobile-only {
  display: none;
  height: 472px;
  width: calc(100% + 16px * 2);
  margin: 0 -16px;
}
.material__card-bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 100%;
  z-index: 2;
  color: #FFF;
}
.material__card-bottom--desktop {
  padding: 0 26px 5px 8px;
}
.material__card-bottom--mobile {
  padding: 0 26px 5px 26px;
}
.material__card-title {
  color: #FFF;
  font-size: 22px !important;
  margin-bottom: 0 !important;
  line-height: 24px !important;
  z-index: 2;
}
.material__card-marker {
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background-color: #FFF;
  opacity: 0.5;
  margin-left: 10px;
}
.material__card-description {
  display: flex;
  column-gap: 10px;
  opacity: 0.5;
  font-size: 13px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .material__card-description {
    flex-direction: column;
  }
}
.material__card-description.--mobile {
  flex-wrap: wrap;
  left: 28px;
}
.material__card-description > div {
  display: flex;
  align-items: center;
}

.material__subtitle {
  font-size: medium;
  font-weight: normal;
  color: #8d8d8d;
  margin-top: 0;
  margin-bottom: 10px;
}

.material__author {
  position: relative;
  margin: 0;
  margin-right: 24px;
  padding-left: 24px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
}
.material__author:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/author-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.material__footer {
  margin-top: auto;
}
.material__footer .banner {
  margin-top: 25px;
  margin-bottom: 0;
  background: #f5f5f5;
}

.material__themes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.material .actual-themes__list {
  width: 100%;
  margin-bottom: 5px;
}

.material .tags {
  width: 100%;
  margin-bottom: 28px;
}

.js-materials-container {
  background: #f5f5f5;
}

@media (max-width: 1300px) {
  .material {
    width: 608px;
  }

  .material__title {
    font-size: 32px;
    line-height: 40px;
  }

  .material__themes-title {
    font-size: 24px;
    line-height: 32px;
  }

  .material__container {
    width: 928px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .material__container {
    width: 696px;
    margin-bottom: 40px;
  }

  .material__aside-wrapper {
    padding: 24px;
  }

  .material__themes .card {
    width: 100%;
  }

  .material {
    width: 456px;
  }

  .material__aside {
    width: 216px;
  }

  .material__title {
    font-size: 22px;
    line-height: 24px;
  }

  .material__themes-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .material__aside {
    display: none;
  }
  .material__aside--mobile {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .material__container {
    width: 100%;
  }

  .material {
    width: 100%;
  }

  .material-more .news__item:last-child {
    display: none;
  }
}
.material__card-separator {
  display: none;
  width: 100%;
  height: 2px;
  background-color: #F6F6F7;
  margin: 14px 0 5px;
}

@media (max-width: 1300px) and (min-width: 1024px) {
  .material__card.desktop-only {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 1023px) and (min-width: 769px) {
  .material__card.desktop-only {
    width: 100%;
    max-width: 456px;
  }
}
@media (max-width: 768px) {
  .material__card.desktop-only {
    width: 100%;
  }

  .material__card-separator {
    display: block;
  }
}
@media (max-width: 1024px) {
  .material__card > img {
    object-fit: cover;
  }
}
@media (max-width: 375px) {
  .material__card > img {
    object-fit: contain;
  }
}
@media (max-width: 320px) {
  .material__card > img {
    object-fit: cover;
  }
}
.rte-slider .lSAction > .lSNext {
  left: 73px;
}

.rte-slider .lSAction > .lSPrev {
  left: 16px;
}

.rte-slider .lSAction > a {
  top: 18px;
}

.gutter_40 {
  margin-top: 40px;
}

.videoframe, p {
  margin-bottom: 20px;
}
.videoframe iframe, p iframe {
  width: 100%;
  height: calc(760px * 0.5625);
}

@media (max-width: 1300px) {
  .videoframe iframe, p iframe {
    width: 100%;
    height: calc(608px * 0.5625);
  }
}
@media (max-width: 1023px) {
  .videoframe iframe, p iframe {
    width: 100%;
    height: calc(456px * 0.5625);
  }
}
@media (max-width: 767px) {
  .videoframe iframe, p iframe {
    width: 100%;
    height: calc((100vw - 56px) * 0.5625);
  }
}
.socialframe {
  margin-bottom: 20px;
}
.socialframe div {
  height: 100%;
}
.socialframe iframe {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.material__body img {
  height: auto;
}

.lslide img {
  width: 760px;
  max-width: 100%;
}

.rte-block {
  margin-bottom: 25px;
}
.rte-block h1 {
  margin: 0;
  font-weight: 600;
  color: #1e4989;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
}
.rte-block h2 {
  margin: 0;
  font-weight: 600;
  color: #1e4989;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
}
.rte-block h3 {
  margin: 0;
  font-weight: 600;
  color: #1e4989;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 24px;
}
.rte-block blockquote {
  position: relative;
  padding: 18px 18px 18px 48px;
  background: #00C7FF33;
  border-radius: 6px;
  margin: 0 0 15px;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
.rte-block blockquote:before {
  content: url("/content/quote.svg");
  position: absolute;
  left: 0;
  top: 12px;
}

.rte-block figure,
.archive-block figure {
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
}
.rte-block figcaption,
.archive-block figcaption {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #8d8d8d;
}
.rte-block figure img,
.archive-block figure img {
  width: 760px;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .rte-block figure img,
.archive-block figure img {
    width: 608px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .rte-block figure img,
.archive-block figure img {
    width: 456px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .rte-block figure img,
.archive-block figure img {
    width: 100%;
  }
}

.rte-block a,
.material__body a {
  color: #333333;
  transition: 0.3 ease;
}
.rte-block a:hover,
.material__body a:hover {
  text-decoration-color: #00c7ff;
}
.rte-block a:active,
.material__body a:active {
  color: #8d8d8d;
  text-decoration-color: #8d8d8d;
}

.rte-block,
.rte-block p,
.material__body p {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 1023px) {
  .rte-block,
.rte-block p,
.material__body p {
    font-size: 15px;
  }
}

.column-list__item_3.gallery-img {
  width: 232px;
}
@media (max-width: 1300px) {
  .column-list__item_3.gallery-img {
    width: 181px;
  }
}
@media (max-width: 1023px) {
  .column-list__item_3.gallery-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .column-list__item_3.gallery-img img {
    width: 100%;
  }
}

.rte-images_columns_3 {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 1023px) {
  .rte-images_columns_3 {
    flex-direction: column;
  }
}

.rte-images_columns_2 {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.column-list__item_2.gallery-img {
  width: 364px;
  margin-bottom: 20px;
}
.column-list__item_2.gallery-img img {
  width: 100%;
}
@media (max-width: 1300px) {
  .column-list__item_2.gallery-img {
    width: 288px;
  }
}
@media (max-width: 1023px) {
  .column-list__item_2.gallery-img {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .column-list__item_2.gallery-img {
    width: calc(50% - 4px);
    margin-bottom: 15px;
  }
}

.rte-related {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 22px 48px 34px 48px;
  border: 4px solid #ececec;
}
@media (max-width: 767px) {
  .rte-related {
    padding: 22px;
  }
}

.am-header {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}

.am-inner ol {
  margin: 0;
  padding-left: 25px;
}

.rte-block .imageGallery,
.material__body .imageGallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rte-text_columns_2 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 456px) {
  .rte-text_columns_2 {
    flex-direction: column;
  }
}

.column-list__item_2 {
  width: 48%;
}

.rte-text_columns_3 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .rte-text_columns_3 {
    flex-direction: column;
  }
}

.column-list__item_3 {
  width: 32%;
}

.rte-block,
.archive__block {
  clear: both;
}

.number-31 {
  width: 31px !important;
  height: 31px !important;
}

.card-content {
  display: inline-block;
  margin: 10px;
  width: 288px !important;
}
@media (max-width: 1023px) {
  .card-content {
    width: 216px !important;
  }
}
@media (max-width: 767px) {
  .card-content {
    width: 100% !important;
  }
}

.justify-block__left img,
.justify-block__right img {
  width: 288px;
}
@media (max-width: 1023px) {
  .justify-block__left img,
.justify-block__right img {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .justify-block__left img,
.justify-block__right img {
    width: 100%;
  }
}

.justify-block__left {
  float: left;
  margin-right: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .justify-block__left {
    margin-right: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .justify-block__left {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.justify-block__left .image-rounded {
  width: 150px;
  margin: 0 auto;
  border-radius: 50%;
}

.image-rounded-content {
  width: 150px !important;
  margin: 0 auto;
  border-radius: 50%;
}

.justify-block__right {
  float: right;
  margin-left: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .justify-block__right {
    margin-left: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .justify-block__right {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.justify-block__right .image-rounded {
  width: 150px;
}
@media (max-width: 767px) {
  .justify-block__right .image-rounded {
    margin: 0 auto;
  }
}

.background_decor {
  background-color: #f0f9fd;
}

.material__card-author--new > .material__author {
  color: #FFF;
  padding-left: 4px;
  margin-right: 4px;
}
.material__card-author--new > .material__author:hover {
  text-decoration: underline;
}
.material__card-author--new > .material__author:before {
  content: "";
  background-image: none;
}

.photos-popup {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.photos-popup__image-wrapper img {
  max-height: calc(100vh - 120px);
}

.photos-popup__image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1180px;
  max-height: calc(100vh - 120px);
}
.photos-popup__image-wrapper--mobile {
  display: none;
}
@media (max-width: 1700px) {
  .photos-popup__image-wrapper {
    width: 928px;
  }
}
@media (max-width: 1300px) {
  .photos-popup__image-wrapper {
    width: 768px;
  }
}
@media (max-width: 1023px) {
  .photos-popup__image-wrapper {
    width: 576px;
  }
}
@media (max-width: 767px) {
  .photos-popup__image-wrapper {
    width: 288px;
  }
}

.photos-popup .photos-popup__image {
  width: auto;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .photos-popup .photos-popup__image {
    max-height: 618px;
  }
}
@media (max-width: 1300px) {
  .photos-popup .photos-popup__image {
    max-height: 510px;
  }
}
@media (max-width: 1023px) {
  .photos-popup .photos-popup__image {
    max-height: 382px;
  }
}
@media (max-width: 767px) {
  .photos-popup .photos-popup__image {
    width: 100%;
    height: auto;
  }
}

.photos-popup__close {
  position: absolute;
  top: -56px;
  right: -56px;
  box-sizing: border-box;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  transition: border 0.2s;
  cursor: pointer;
  outline: none;
}
.photos-popup__close img {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photos-popup__close:hover {
  border: 2px solid #00c7ff;
  background-size: 16px 16px;
  background-position: center;
}
.photos-popup__close:hover img {
  width: 16px;
  height: 16px;
}
.photos-popup__close:active {
  border: 1px solid rgba(0, 199, 255, 0.2);
  background-color: rgba(0, 199, 255, 0.2);
}
.photos-popup__close:active img {
  width: 14px;
  height: 14px;
}
@media (max-width: 1023px) {
  .photos-popup__close {
    display: none;
  }
}

@media (max-width: 1023px) {
  .photos-popup__close--mobile {
    display: block;
    position: fixed;
    top: 32px;
    right: 32px;
  }
}
@media (max-width: 767px) {
  .photos-popup__close--mobile {
    top: 10px;
    right: 10px;
  }
}
.articles__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.articles__list .card__type {
  display: none;
}

.articles__list--before-banner {
  margin-bottom: 25px;
}

.articles__list--after-banner {
  width: 928px;
}
.articles__list--after-banner .articles__item:nth-child(1) {
  display: none;
}

.articles__container {
  display: flex;
  justify-content: space-between;
}

.articles__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.articles__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.articles__bottom-column {
  width: 100%;
}

.articles__important {
  float: right;
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
}

.articles__important-wrapper {
  width: 100%;
  display: flex;
}

.articles__important-title {
  width: 288px;
  margin-left: auto;
}

.articles__list--small-cards {
  width: 928px;
  justify-content: flex-start;
}
.articles__list--small-cards .card {
  width: 208px;
}
.articles__list--small-cards .articles__item,
.articles__list--small-cards .news__item {
  margin-right: 24px;
}
.articles__list--small-cards .articles__item:nth-child(4n),
.articles__list--small-cards .news__item:nth-child(4n) {
  margin-right: 0;
}

.articles__list--load-more {
  width: 100%;
}
.articles__list--load-more .articles__item,
.articles__list--load-more .news__item {
  margin-right: 24px;
}
.articles__list--load-more .articles__item:nth-child(4n),
.articles__list--load-more .news__item:nth-child(4n) {
  margin-right: 24px;
}
.articles__list--load-more .articles__item:nth-child(5n),
.articles__list--load-more .news__item:nth-child(5n) {
  margin-right: 0;
}

.articles__aside-mobile {
  display: none;
}

.articles__top-container {
  display: flex;
}

@media (max-width: 1300px) {
  .articles__container {
    width: 928px;
  }

  .articles__content-wrapper {
    width: 608px;
  }

  .articles__list {
    width: 100%;
  }

  .articles__list--before-banner .articles__item:nth-child(3) {
    display: none;
  }

  .articles__list--after-banner {
    width: 608px;
  }
  .articles__list--after-banner .articles__item:nth-child(1) {
    display: block;
  }

  .articles__bottom-column {
    width: 100%;
  }

  .articles__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .articles__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .articles__aside {
    width: 216px;
  }

  .articles__container {
    width: 696px;
  }

  .articles__content-wrapper {
    width: 456px;
  }

  .articles__bottom-container {
    padding-top: 20px;
  }

  .articles__important {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .articles__important .card {
    width: 100%;
  }

  .articles__important-title {
    width: 216px;
  }

  .articles__list--after-banner {
    width: 456px;
  }

  .articles__list--small-cards {
    width: 100%;
    justify-content: flex-start;
  }
  .articles__list--small-cards .card {
    width: 216px;
  }
  .articles__list--small-cards .articles__item,
.articles__list--small-cards .news__item {
    margin-right: 24px;
  }
  .articles__list--small-cards .articles__item:nth-child(4n),
.articles__list--small-cards .news__item:nth-child(4n) {
    margin-right: 24px;
  }
  .articles__list--small-cards .articles__item:nth-child(3n),
.articles__list--small-cards .news__item:nth-child(3n) {
    margin-right: 0;
  }

  .articles__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .articles__container {
    width: 100%;
  }

  .articles__content-wrapper {
    width: 100%;
  }

  .articles__aside {
    display: none;
  }

  .articles__list li {
    width: calc(50% - 12px);
  }

  .articles__bottom-container {
    padding-top: 40px;
  }

  .articles__important-wrapper {
    display: none;
  }

  .articles__important {
    display: none;
  }

  .articles__list--after-banner {
    width: 100%;
  }

  .articles__list--small-cards {
    width: 100%;
    justify-content: space-between;
  }
  .articles__list--small-cards .card {
    width: 100%;
  }
  .articles__list--small-cards .articles__item,
.articles__list--small-cards .news__item {
    margin-right: 0;
    width: calc(50% - 12px);
  }
  .articles__list--small-cards .articles__item:nth-child(4n),
.articles__list--small-cards .news__item:nth-child(4n) {
    margin-right: 0;
  }

  .articles__list--before-banner {
    margin-bottom: 8px;
  }

  .articles__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .articles__list li {
    width: 100%;
  }

  .articles__list--small-cards .articles__item,
.articles__list--small-cards .news__item {
    width: 100%;
  }
}
.video__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.video__interesting {
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
  align-self: flex-start;
}

.video__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.video__list .card__category,
.video__list .card__type {
  display: none;
}

.video__list--before-banner {
  margin-bottom: 25px;
}

.video__container {
  display: flex;
  justify-content: space-between;
}

.video__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.video__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.video__interesting-wrapper {
  width: 100%;
  display: flex;
}

.video__interesting-title {
  width: 288px;
  margin-left: auto;
}

.video__aside-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .video__container {
    width: 928px;
  }

  .video__content-wrapper {
    width: 608px;
  }

  .video__list {
    width: 100%;
  }

  .video__bottom-column {
    width: 100%;
  }

  .video__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .video__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .video__aside {
    width: 216px;
  }

  .video__container {
    width: 696px;
  }

  .video__content-wrapper {
    width: 456px;
  }

  .video__bottom-container {
    padding-top: 20px;
  }

  .video__interesting {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .video__interesting .card {
    width: 100%;
  }

  .video__interesting-title {
    width: 216px;
  }

  .video__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .video__container {
    width: 100%;
  }

  .video__content-wrapper {
    width: 100%;
  }

  .video__aside {
    display: none;
  }

  .video__list li {
    width: calc(50% - 12px);
  }

  .video__bottom-container {
    padding-top: 40px;
  }

  .video__interesting-wrapper {
    display: none;
  }

  .video__interesting {
    display: none;
  }

  .video__list--after-banner {
    width: 100%;
  }

  .video__list--before-banner {
    margin-bottom: 8px;
  }

  .video__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .video__list li {
    width: 100%;
  }

  .video__list--small-cards .video__item {
    width: 100%;
  }
}
.business__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.business__important {
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
  align-self: flex-start;
}

.business__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.business__list .card__category,
.business__list .card__type {
  display: none;
}

.business__list--before-banner {
  margin-bottom: 25px;
}

.business__container {
  display: flex;
  justify-content: space-between;
}

.business__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.business__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.business__important-wrapper {
  width: 100%;
  display: flex;
}

.business__important-title {
  width: 288px;
  margin-left: auto;
}

.business__aside-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .business__container {
    width: 928px;
  }

  .business__content-wrapper {
    width: 608px;
  }

  .business__list {
    width: 100%;
  }

  .business__bottom-column {
    width: 100%;
  }

  .business__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .business__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .business__aside {
    width: 216px;
  }

  .business__container {
    width: 696px;
  }

  .business__content-wrapper {
    width: 456px;
  }

  .business__bottom-container {
    padding-top: 20px;
  }

  .business__important {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .business__important .card {
    width: 100%;
  }

  .business__important-title {
    width: 216px;
  }

  .business__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .business__container {
    width: 100%;
  }

  .business__content-wrapper {
    width: 100%;
  }

  .business__aside {
    display: none;
  }

  .business__list li {
    width: calc(50% - 12px);
  }

  .business__bottom-container {
    padding-top: 40px;
  }

  .business__important-wrapper {
    display: none;
  }

  .business__important {
    display: none;
  }

  .business__list--before-banner {
    margin-bottom: 8px;
  }

  .business__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .business__list li {
    width: 100%;
  }

  .business__list--small-cards .business__item {
    width: 100%;
  }
}
.projects__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.projects__list .card__type {
  display: none;
}

.projects__container {
  display: flex;
  justify-content: space-between;
}

.projects__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.projects__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.projects__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.projects__important {
  float: right;
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
  align-self: flex-start;
}

.projects__important-wrapper {
  width: 100%;
  display: flex;
}

.projects__important-title {
  width: 288px;
  margin-left: auto;
}

.projects__aside-mobile {
  display: none;
}

.projects__top-container {
  display: flex;
}

@media (max-width: 1300px) {
  .projects__container {
    width: 928px;
  }

  .projects__content-wrapper {
    width: 608px;
  }

  .projects__list {
    width: 100%;
  }

  .projects__bottom-column {
    width: 100%;
  }

  .projects__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .projects__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .projects__aside {
    width: 216px;
  }

  .projects__container {
    width: 696px;
  }

  .projects__content-wrapper {
    width: 456px;
  }

  .projects__bottom-container {
    padding-top: 20px;
  }

  .projects__important {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .projects__important .card {
    width: 100%;
  }

  .projects__important-title {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .projects__container {
    width: 100%;
  }

  .projects__content-wrapper {
    width: 100%;
  }

  .projects__aside {
    display: none;
  }

  .projects__list li {
    width: calc(50% - 12px);
  }

  .projects__bottom-container {
    padding-top: 40px;
  }

  .projects__important-wrapper {
    display: none;
  }

  .projects__important {
    display: none;
  }

  .projects__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .projects__list li {
    width: 100%;
  }

  .projects__list--small-cards .projects__item {
    width: 100%;
  }
}
.imageGallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inline-gallery {
  position: relative;
}

.gallery-counter {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}

.photo-gallery {
  width: 928px;
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
}

.photo-gallery__container {
  width: 608px;
}

.gallery-nav {
  position: relative;
  width: 48px;
  height: 56px;
  transition: 0.2s;
}
.gallery-nav::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 26px;
  height: 26px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-image: none;
}
.gallery-nav.next::after {
  transform: rotate(-45deg);
  left: 5px;
}
.gallery-nav.prev::after {
  transform: rotate(135deg);
  left: 17px;
}
.gallery-nav:hover::after {
  border-bottom: 2px solid #00c7ff;
  border-right: 2px solid #00c7ff;
}
.gallery-nav:active::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:after {
  content: none;
}

.lg-toolbar {
  padding-bottom: 10px;
}

.lg-toolbar .lg-close:after {
  content: "";
}

.lg-toolbar .lg-close {
  box-sizing: border-box;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  transition: border 0.2s;
  cursor: pointer;
  outline: none;
  background-image: url("/static2020/images/popup-close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.lg-toolbar .lg-close:hover {
  border: 2px solid #00c7ff;
  background-position: center;
}
.lg-toolbar .lg-close:active {
  border: 2px solid rgba(0, 199, 255, 0.2);
  background-color: rgba(0, 199, 255, 0.2);
}

@media (max-width: 1023px) {
  .photo-gallery {
    width: 696px;
    margin-bottom: 25px;
  }

  .photo-gallery__container {
    width: 456px;
  }
}
@media (max-width: 767px) {
  .photo-gallery {
    width: 100%;
  }

  .photo-gallery__container {
    width: 100%;
  }

  .gallery-counter {
    display: none;
  }
}
.photos__slider {
  margin-bottom: 56px;
}

.photos__item {
  width: 100%;
  margin-bottom: 56px;
}
.photos__item:nth-of-type(2n) .card-photos {
  flex-direction: row-reverse;
}

.photos__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.photos__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.photos__list--after-banner {
  margin-top: 56px;
}

.photos__container {
  display: flex;
  justify-content: space-between;
}

.photos__aside {
  position: relative;
  top: -392px;
  margin-bottom: -368px;
}

.photos__aside--static {
  top: 0;
  margin-bottom: 24px;
}

.photos__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.photos__aside--mobile {
  display: none;
}

.photos__content-wrapper {
  width: 928px;
}

@media (max-width: 1300px) {
  .photos__container {
    width: 928px;
  }

  .photos__content-wrapper {
    width: 608px;
  }

  .photos__list {
    width: 100%;
  }

  .photos__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .photos__aside .subscribes {
    position: static;
  }

  .photos__aside--mobile {
    display: none;
  }

  .photos__item {
    margin-bottom: 33px;
  }
}
@media (max-width: 1023px) {
  .photos__container {
    width: 696px;
  }

  .photos__content-wrapper {
    width: 456px;
  }

  .photos__aside {
    width: 216px;
  }

  .photos__list--before-banner {
    margin-bottom: 15px;
  }

  .photos__item:nth-of-type(2n) .card-photos__top-container {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .photos__container {
    width: 100%;
  }

  .photos__content-wrapper {
    width: 100%;
  }

  .photos__aside {
    display: none;
  }

  .photos__list--before-banner {
    margin-bottom: 8px;
  }

  .photos__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .photos__item:nth-of-type(2n) .card-photos__top-container {
    flex-direction: column;
  }
}
@media (max-width: 456px) {
  .photos__list li {
    width: 100%;
  }
}
.companies__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.companies__news {
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
}

.companies__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.companies__list .card__category,
.companies__list .card__type {
  display: none;
}

.companies__list--bottom {
  justify-content: flex-start;
}
.companies__list--bottom .companies__item {
  margin-right: 32px;
}
.companies__list--bottom .companies__item:nth-child(3n) {
  margin-right: 0;
}

.companies__list--before-banner {
  margin-bottom: 25px;
}

.companies__container {
  display: flex;
  justify-content: space-between;
}

.companies__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.companies__news-wrapper {
  width: 100%;
  display: flex;
}

.companies__news-title {
  width: 288px;
  margin-left: auto;
}

.companies__aside {
  margin-bottom: 24px;
}

.companies__aside-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .companies__container {
    width: 928px;
  }

  .companies__content-wrapper {
    width: 608px;
  }

  .companies__list {
    width: 100%;
  }

  .companies__list--bottom {
    width: 608px;
    max-width: 100%;
    justify-content: space-between;
  }
  .companies__list--bottom .companies__item {
    margin-right: 0;
  }
  .companies__list--bottom .companies__item:nth-child(3n) {
    margin-right: 0;
  }

  .companies__bottom-column {
    width: 100%;
  }

  .companies__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .companies__aside {
    width: 216px;
  }

  .companies__container {
    width: 696px;
  }

  .companies__content-wrapper {
    width: 456px;
  }

  .companies__bottom-container {
    padding-top: 20px;
  }

  .companies__list--bottom {
    width: 100%;
    max-width: 100%;
  }

  .companies__news {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .companies__news .card {
    width: 100%;
  }

  .companies__news-title {
    width: 216px;
  }

  .companies__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .companies__container {
    width: 100%;
  }

  .companies__content-wrapper {
    width: 100%;
  }

  .companies__aside {
    display: none;
  }

  .companies__list .companies__item {
    width: calc(50% - 12px);
  }

  .companies__bottom-container {
    padding-top: 40px;
  }

  .companies__news-wrapper {
    display: none;
  }

  .companies__news {
    display: none;
  }

  .companies__list--before-banner {
    margin-bottom: 8px;
  }

  .companies__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .companies__list .companies__item {
    width: 100%;
  }
}
.materials__container {
  display: flex;
  justify-content: space-between;
}

.materials__content-wrapper {
  width: 928px;
}

.materials__list {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.materials__item {
  margin-right: 32px;
}

.materials__item:nth-child(3n) {
  margin-right: 0;
}

.materials__aside {
  width: 288px;
  margin-bottom: 40px;
}

@media (max-width: 1300px) {
  .materials__content-wrapper {
    width: 608px;
  }

  .materials__list {
    justify-content: space-between;
  }

  .materials__item {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .materials__content-wrapper {
    width: 456px;
  }

  .materials__aside {
    width: 216px;
  }

  .materials__aside .subscribes {
    position: static;
  }
}
@media (max-width: 767px) {
  .materials__container {
    flex-direction: column;
  }

  .materials__aside {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 320px;
  }

  .materials__content-wrapper {
    width: 100%;
  }

  .materials__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 456px) {
  .materials__item {
    width: 100%;
  }
}
.card-photos {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.card-photos .card__date {
  margin: 15px 0 5px 0;
}
.card-photos .slider-card__text {
  margin-bottom: 5px;
}

.card-photos__description {
  padding: 0 8px;
}

.card-photos__title {
  margin-bottom: 5px;
}

.card-photos__column {
  width: 460px;
}

.card-photos__link {
  text-decoration: none;
}

.card-photos__image-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}

.card-photos__image {
  width: 460px;
  height: 280px;
  object-fit: cover;
}

.card-photos__image-small {
  width: 226px;
  height: 136px;
  object-fit: cover;
}

.card-photos__hidden-desctop {
  display: none;
}

@media (max-width: 1300px) {
  .card-photos .card__date {
    margin: 7px 0 5px 0;
  }

  .card-photos__column {
    width: 300px;
  }

  .card-photos__image {
    width: 300px;
    height: 184px;
    object-fit: cover;
  }

  .card-photos__image-small {
    width: 146px;
    height: 88px;
    object-fit: cover;
  }

  .card-photos__title {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .card-photos__column {
    width: 100%;
  }

  .card-photos__hidden-mobile {
    display: none;
  }

  .card-photos__hidden-desctop {
    display: block;
  }

  .card-photos__column--hidden {
    display: none;
  }

  .card-photos__image {
    width: 300px;
    height: 184px;
  }

  .card-photos__image-small {
    width: 148px;
    height: 88px;
  }

  .card-photos__top-container {
    display: flex;
    justify-content: space-between;
  }

  .card-photos__inner-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .card-photos__top-container {
    flex-direction: column;
  }

  .card-photos__image {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .card-photos__inner-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .card-photos__image-small {
    width: calc(50% - 4px);
    height: auto;
  }
}
.additional {
  margin-bottom: 32px;
}

.additional__content-wrapper {
  width: 928px;
}

.additional__container {
  display: flex;
  justify-content: space-between;
}

.additional__title {
  margin: 0;
  margin-bottom: 23px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}

.additional__description {
  margin: 0;
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.additional__wrapper {
  margin-bottom: 32px;
  width: 448px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.additional__list {
  box-sizing: border-box;
  width: 208px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.additional__list span {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}
.additional__list a {
  transition: 0.3s;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}
.additional__list a:hover,
.additional__list a:focus {
  border-bottom: 1px solid #00c7ff;
}
.additional__list a:active {
  color: #8d8d8d;
  border-bottom: 1px solid transparent;
}

.additional__aside {
  width: 288px;
  margin-bottom: 40px;
}

@media (max-width: 1300px) {
  .additional__content-wrapper {
    width: 608px;
  }

  .additional__news .news__item:last-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  .additional__aside {
    width: 216px;
  }
  .additional__aside .subscribes {
    position: static;
  }

  .additional__content-wrapper {
    width: 456px;
  }

  .additional__title {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .additional__description {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .additional__wrapper {
    width: 100%;
  }

  .additional__list {
    width: calc(50% - 12px);
  }

  .additional__container {
    flex-direction: column;
  }

  .additional__aside {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 320px;
  }

  .additional__content-wrapper {
    width: 100%;
  }
}
@media (max-width: 456px) {
  .additional__list {
    width: calc(50% - 12px);
  }

  .additional__news .news__item {
    width: 100%;
  }
}
.search__container {
  display: flex;
  justify-content: space-between;
}

.search__content-wrapper {
  width: 928px;
}

.search__query {
  position: relative;
  padding: 0 0 18px 40px;
  margin: 0;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.search__query::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -8px;
  width: 48px;
  height: 48px;
  background-image: url("/static2020/images/search-result-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.search__list {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.search__item {
  margin-right: 32px;
}

.search__item:nth-child(3n) {
  margin-right: 0;
}

.search__aside {
  width: 288px;
}

@media (max-width: 1300px) {
  .search__content-wrapper {
    width: 608px;
  }

  .search__list {
    justify-content: space-between;
  }

  .search__item {
    margin-right: 0;
  }

  .search__item:nth-child(3n) {
    margin-right: 0;
  }

  .search__title {
    font-size: 32px;
    line-height: 40px;
  }

  .search__query {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .search__content-wrapper {
    width: 456px;
  }

  .search__aside {
    width: 216px;
  }

  .search__aside .subscribes {
    position: static;
  }

  .search__list {
    justify-content: space-between;
  }

  .search__item {
    margin-right: 0;
  }

  .search__item:nth-child(2n) {
    margin-right: 0;
  }

  .search__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .search__container {
    flex-direction: column;
  }

  .search__aside {
    width: 100%;
    margin-bottom: 40px;
  }

  .search__content-wrapper {
    width: 100%;
  }

  .search__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 456px) {
  .search__item {
    width: 100%;
  }
}
.voting {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  padding: 40px 48px;
  border-radius: 8px;
  background-color: #f0f9fd;
}

.voting__title {
  margin: 0;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1e4989;
}

.voting__list {
  list-style: none;
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
}

.voting__group {
  width: 100%;
  margin-left: 32px;
}
.voting__group--results {
  margin-left: 0;
}

.voting__option {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.voting__option-stat {
  display: inline-block;
  padding: 12px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.voting__option-stat {
  margin-left: 15px;
}

.voting__submit {
  width: 272px;
  max-width: 100%;
  padding: 12px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.voting__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.voting__wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  border-radius: 4px;
  background-color: #dae6f0;
}

.voting__bar {
  position: relative;
  top: -6px;
  z-index: 2;
  height: 6px;
  background-color: #00c7ff;
  border-radius: 4px 0 0 4px;
}

.voting__label {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  transition: 0.3s;
}

.voting__label .voting__option {
  position: relative;
}
.voting__label .voting__option::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 15px;
  width: 18px;
  height: 18px;
  border: 2px solid #5e85bf;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 0.3s;
}

.voting__input:checked + .voting__option::before {
  background-color: #00c7ff;
  border: 2px solid #00c7ff;
}

.voting__input[type=radio]:checked + .voting__option::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: -27px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
}

.voting__input[type=checkbox]:checked + .voting__option::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: -27px;
  top: 20px;
  width: 9px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.voting__label:hover .voting__option {
  text-decoration: underline;
  text-decoration-color: #00c7ff;
}
.voting__label:hover .voting__option::before {
  border: 2px solid #00c7ff;
}

.voting__label--disabled:hover::after {
  background-color: transparent;
}

.voting__input:disabled + .voting__option {
  color: #cccccc;
}

.voting__input:disabled + .voting__option::before {
  border: 2px solid #cccccc;
}

@media (max-width: 767px) {
  .voting {
    padding: 20px 24px;
  }
}
.theme__top-container {
  box-sizing: border-box;
  position: relative;
  z-index: -1;
  margin-top: -32px;
  margin-bottom: 30px;
  padding-top: 136px;
  padding-bottom: 32px;
  min-height: 208px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.theme__top-container::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 200px;
  width: 100%;
  height: 100px;
  filter: blur(128px);
  background-color: #ffffff;
  opacity: 0.9;
}

.theme__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.theme__container {
  display: flex;
  justify-content: space-between;
}

.theme__content-wrapper {
  width: 928px;
  display: flex;
  justify-content: space-between;
}

.theme__column {
  width: 608px;
}

.theme__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.theme__column-bottom {
  width: 928px;
}

.theme__aside {
  width: 288px;
}

.theme__aside-bottom {
  margin-bottom: 25px;
}

.theme__aside--tablet {
  display: none;
}

.theme__tabs {
  margin-bottom: 40px;
  padding-top: 40px;
}
.theme__tabs .main-aside__list {
  max-height: 800px;
}

.theme__description {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}

.theme__slider {
  width: 908px;
  margin-bottom: 56px;
}

.theme__container-bottom {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.theme__actual-themes {
  width: 288px;
}

.theme__load-container {
  width: 928px;
}

.theme__small-cards {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.theme__small-cards .theme__item {
  margin-right: 32px;
}
.theme__small-cards .theme__item:nth-child(4n) {
  margin-right: 0;
}
.theme__small-cards .card {
  width: 208px;
}

@media (max-width: 1300px) {
  .theme__title {
    font-size: 32px;
    line-height: 40px;
  }

  .theme__aside--desctop {
    display: none;
  }

  .theme__aside--tablet {
    display: block;
  }

  .theme__column-bottom {
    width: 608px;
  }
}
@media (max-width: 1023px) {
  .theme__top-container {
    min-height: 108px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .theme__top-container::before {
    top: 100px;
  }

  .theme__title {
    font-size: 22px;
    line-height: 24px;
  }

  .theme__aside {
    width: 216px;
  }
  .theme__aside .subscribes {
    position: static;
  }

  .theme__content-wrapper {
    width: 100%;
  }

  .theme__column {
    width: 456px;
  }

  .theme__slider {
    width: 100%;
    margin-bottom: 40px;
  }

  .theme__container-bottom {
    margin-top: 56px;
  }

  .theme__actual-themes {
    width: 216px;
  }

  .theme__column-bottom {
    width: 456px;
  }

  .theme__load-container {
    width: 100%;
  }

  .theme__small-cards .theme__item {
    margin-right: 24px;
  }
  .theme__small-cards .theme__item:nth-child(4n) {
    margin-right: 24px;
  }
  .theme__small-cards .theme__item:nth-child(3n) {
    margin-right: 0;
  }
  .theme__small-cards .card {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .theme__content-wrapper {
    flex-direction: column;
  }

  .theme__column {
    width: 100%;
  }

  .theme__container-bottom {
    flex-direction: column;
  }

  .theme__column-bottom {
    order: 1;
    width: 100%;
  }

  .theme__load-container {
    order: 2;
  }

  .theme__aside-bottom {
    order: 3;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .theme__aside-bottom .theme__aside--tablet {
    width: 100%;
  }
  .theme__aside-bottom .theme__actual-themes {
    width: 320px;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .theme__list {
    width: 100%;
  }

  .theme__item {
    width: calc(50% - 12px);
  }

  .theme__small-cards {
    justify-content: space-between;
  }
  .theme__small-cards .theme__item {
    margin-right: 0;
    width: calc(50% - 12px);
  }
  .theme__small-cards .theme__item:nth-child(3n) {
    margin-right: 0;
  }
  .theme__small-cards .theme__item:nth-child(4n) {
    margin-right: 0;
  }
  .theme__small-cards .card {
    width: 100%;
  }
}
@media (max-width: 456px) {
  .theme__item {
    width: 100%;
  }

  .theme__small-cards .theme__item {
    width: 100%;
  }
  .theme__small-cards .card {
    width: 100%;
  }
}
.themes__title {
  margin-bottom: 18px;
}

.themes__hot {
  margin-bottom: 15px;
  position: relative;
  padding-left: 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #00c7ff;
}
.themes__hot::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/hot-icon.svg");
}

.themes__title-hot {
  margin: 0;
  margin-bottom: 25px;
  width: max-content;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.themes__title-hot a {
  color: #1e4989;
  text-decoration: none;
  border-bottom: 1px solid #00c7ff;
}

.themes__container {
  display: flex;
  justify-content: space-between;
}

.themes__content-wrapper {
  width: 928px;
}

.themes__small-cards {
  width: 928px;
}
.themes__small-cards .card {
  width: 208px;
}

.themes__other-themes {
  margin-bottom: 24px;
}

.themes__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.themes__list--before-banner {
  margin-bottom: 48px;
}

.themes__list--after-banner {
  margin-top: 80px;
}
.themes__list--after-banner .themes__item:nth-child(1) {
  display: none;
}

.themes__theme-list {
  list-style: none;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.themes__theme {
  margin-bottom: 24px;
}

.themes__aside {
  margin-bottom: 24px;
}

.themes__aside-mobile {
  display: none;
}

.themes__small-cards .themes__list {
  justify-content: flex-start;
}
.themes__small-cards .themes__item {
  margin-right: 32px;
}
.themes__small-cards .themes__item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1300px) {
  .themes__container {
    width: 928px;
  }

  .themes__content-wrapper {
    width: 608px;
  }

  .themes__list {
    width: 100%;
  }

  .themes__list--before-banner .themes__item:nth-child(9) {
    display: none;
  }

  .themes__list--after-banner .themes__item:nth-child(1) {
    display: block;
  }

  .themes__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .themes__container {
    width: 696px;
  }

  .themes__content-wrapper {
    width: 456px;
  }

  .themes__hot {
    font-size: 15px;
  }

  .themes__title-hot {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .themes__small-cards {
    width: 100%;
  }
  .themes__small-cards .card {
    width: 216px;
  }
  .themes__small-cards .themes__item {
    margin-right: 24px;
  }
  .themes__small-cards .themes__item:nth-child(4n) {
    margin-right: 24px;
  }
  .themes__small-cards .themes__item:nth-child(3n) {
    margin-right: 0;
  }

  .themes__theme-list {
    margin-bottom: 0;
  }

  .themes__list--before-banner {
    margin-bottom: 16px;
  }

  .themes__list--after-banner {
    margin-top: 56px;
  }

  .themes__aside {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .themes__aside {
    display: none;
  }

  .themes__aside-mobile {
    display: block;
  }

  .themes__container {
    width: 100%;
  }

  .themes__content-wrapper {
    width: 100%;
  }

  .themes__list {
    width: 100%;
  }

  .themes__item {
    width: calc(50% - 12px);
  }
  .themes__item .card {
    width: 100%;
  }

  .themes__theme {
    width: calc(50% - 12px);
  }
  .themes__theme .card-theme {
    width: 100%;
  }
  .themes__theme .card-theme__image {
    width: 100%;
  }

  .themes__small-cards .themes__list {
    justify-content: space-between;
  }
  .themes__small-cards .card {
    width: 100%;
  }
  .themes__small-cards .themes__item {
    margin-right: 0;
  }
  .themes__small-cards .themes__item:nth-child(4n) {
    margin-right: 0;
  }
  .themes__small-cards .themes__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 456px) {
  .themes__item {
    width: 100%;
  }

  .themes__small-cards .card {
    width: 100%;
  }

  .themes__theme {
    width: 100%;
  }
  .themes__theme .card {
    width: 100%;
  }
  .themes__theme .card-theme {
    width: 100%;
  }
  .themes__theme .card-theme__image {
    width: 100%;
  }
}
.archive__bottom {
  width: 928px;
}

.news__aside-mobile {
  display: none;
}

.archive__aside .calendar__fastdate {
  display: none;
}

.archive__aside {
  margin-bottom: 24px;
}

@media (max-width: 1300px) {
  .archive__bottom {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .archive__aside {
    width: 216px;
  }

  .archive__aside .subscribes {
    position: static;
  }
}
@media (max-width: 767px) {
  .archive__aside {
    display: none;
  }

  .news__aside-mobile {
    display: block;
    margin-bottom: 25px;
  }
}
.support__form {
  width: 608px;
  display: flex;
  flex-direction: column;
  margin-bottom: 37px;
}

.support__row-wrapper {
  display: flex;
  justify-content: space-between;
}
.support__row-wrapper--bottom {
  margin-bottom: 32px;
}

.support__field {
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 288px;
}

.support__submit {
  width: 288px;
  padding: 12px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.support__description {
  width: 288px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d8d8d;
}

.support__label {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 48px;
}

.support__textarea {
  width: 608px;
  min-height: 96px;
  max-width: 100%;
}

.support__email {
  width: 608px;
  max-width: 100%;
  margin-bottom: 24px;
}

.support__uploaded-files {
  list-style: none;
  margin: 0;
  padding: 0;
}

.support__uploaded-file {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  color: #333333;
  border-bottom: 2px dashed #dae6f0;
}
.support__uploaded-file:first-child {
  border-top: 2px dashed #dae6f0;
}
.support__uploaded-file:last-child {
  margin-bottom: 24px;
}

.support__file-name {
  margin: 0;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.support__file-label {
  display: flex;
  margin-bottom: 32px;
  width: 100%;
  height: 88px;
  align-items: center;
  justify-content: center;
  border: 2px dashed #dae6f0;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #333333;
}

.support__file-label.dragover {
  border: 2px dashed #00c7ff;
}

.support__file-choose {
  color: #333333;
  border-bottom: 1px dashed #00c7ff;
  transition: 0.3s;
}
.support__file-choose:hover {
  color: #00c7ff;
  border-bottom: 1px solid #00c7ff;
}
.support__file-choose:active {
  color: #8d8d8d;
  border-bottom: none;
}

#support-file:focus + label {
  border: 2px dashed #00c7ff;
}

.support__delete-file {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  outline: none;
}
.support__delete-file::before, .support__delete-file::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #ff4545;
}
.support__delete-file::before {
  top: 20px;
  left: 12px;
  transform: rotate(-45deg);
}
.support__delete-file::after {
  top: 20px;
  left: 12px;
  transform: rotate(45deg);
}

.support__confirm-wrapper {
  position: absolute;
  display: none;
  justify-content: space-between;
  width: 175px;
  height: 40px;
  top: 0;
  right: 0;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
}

.support__question {
  color: #1e4989;
}

.support__confirm-delete,
.support__cancel-delete {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.support__confirm-delete span {
  color: #ff4545;
  border-bottom: 1px solid rgba(255, 69, 69, 0.5);
}

.support__cancel-delete span {
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.support__file-list {
  position: relative;
  width: 100%;
  height: 88px;
  margin-bottom: 32px;
}

.support__file {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .support__form {
    width: 456px;
    max-width: 100%;
  }

  .support__row-wrapper {
    flex-direction: column;
  }

  .support__field {
    width: 100%;
  }

  .support__row-wrapper--bottom {
    flex-direction: row;
  }

  .support__submit {
    width: 213px;
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  .support__row-wrapper--bottom {
    flex-direction: column;
  }

  .support__submit {
    margin-bottom: 15px;
    margin-right: 0;
    width: 320px;
  }
}
.select .text,
.container-project .text,
.container-type .text {
  position: absolute;
  display: block;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 48px;
  background-color: #f0f9fd;
}

.select .close,
.container-project .close,
.container-type .close {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 11;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  transform: rotate(180deg);
}

.select,
.container-project,
.container-type {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  line-height: 30px;
  position: relative;
  z-index: 10;
}

.select input[name=type]:not(:checked) ~ .text,
.container-project input[name=project]:not(:checked) ~ .text,
.container-type input[name=type]:not(:checked) ~ .text {
  color: #333333;
  background-color: #f0f9fd;
}

.select input[name=type]:checked ~ .text,
.container-project input[name=project]:checked ~ .text,
.container-type input[name=type]:checked ~ .text {
  background: transparent;
  color: transparent;
  z-index: 2;
}

.select input[name=type]:checked ~ .text,
.container-project input[name=project]:checked ~ .text,
.container-type input[name=type]:checked ~ .text {
  background: transparent;
  color: transparent;
  z-index: 2;
}

#select:disabled ~ .items .text,
#select-project:disabled ~ .items .text,
#select-type:disabled ~ .items .text {
  background-color: #ffffff;
  color: #8d8d8d;
}

#select:disabled ~ .items,
#select-project:disabled ~ .items,
#select-type:disabled ~ .items {
  border: 1px solid #cccccc;
}

#select:disabled ~ .items .close path,
#select-project:disabled ~ .items .close path,
#select-type:disabled ~ .items .close path {
  stroke: #cccccc;
}

.items {
  display: block;
  min-height: 48px;
  position: absolute;
  border: 1px solid #dae6f0;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

#select:not(:checked) ~ .items,
#select-project:not(:checked) ~ .items,
#select-type:not(:checked) ~ .items {
  height: 48px;
}

.items label {
  border-top: 1px solid #dae6f0;
  display: none;
  padding: 0 16px;
  background-color: #f0f9fd;
  font-weight: 400;
  font-size: 15px;
  line-height: 48px;
}

.items label:hover {
  background-color: #e5f0fa;
  cursor: pointer;
}

.items label:active {
  background-color: #dae6f0;
}

#select:checked ~ .items,
#select-project:checked ~ .items,
#select-type:checked ~ .items {
  padding-top: 48px;
}

#select:checked ~ .items label,
#select-project:checked ~ .items label,
#select-type:checked ~ .items label {
  display: block;
}

.items input:checked + label {
  display: block !important;
  border: none;
  background-color: #f0f9fd;
}

#select:checked ~ .bg,
#select-project:checked ~ .bg,
#select-type:checked ~ .bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

#select:checked ~ .items .close,
#select-project:checked ~ .items .close,
#select-type:checked ~ .items .close {
  top: 8px;
  transform: rotate(0);
}

.feedback__form {
  display: flex;
  flex-direction: column;
  margin-bottom: 37px;
}

.feedback__label {
  font-weight: 500;
  font-size: 15px;
  line-height: 48px;
  color: #333333;
  cursor: pointer;
}

.feedback__textarea {
  width: 608px;
  min-height: 96px;
  max-width: 100%;
}

.feedback__email {
  width: 608px;
  max-width: 100%;
  margin-bottom: 40px;
}

.feedback__submit {
  width: 288px;
  margin-right: 32px;
  padding: 12px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border: 0;
  border-radius: 24px;
}

.feedback__prompt {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d8d8d;
  cursor: pointer;
  text-align: center;
}

.feedback__bottom {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .feedback__submit {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .feedback__bottom {
    flex-direction: column;
  }
}
.agree {
  margin-bottom: 40px;
}

.agree__text {
  margin: 0;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

@media (max-width: 1300px) {
  .agree__text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .agree {
    margin-bottom: 25px;
  }

  .agree__text {
    margin-bottom: 24px;
  }
}
.rubrics {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 288px;
  box-sizing: border-box;
  padding: 30px 44px 40px 44px;
  background-color: #f0f9fd;
  border-radius: 8px;
  display: none;
}

.rubrics__container {
  position: relative;
  width: 928px;
}

.rubrics-mobile-menu {
  position: fixed;
  width: 288px;
  height: 660px;
  margin-left: -144px;
  margin-top: -330px;
  left: 50%;
  top: 50%;
  z-index: 5000;
  box-sizing: border-box;
  padding: 30px 44px 40px 44px;
  background-color: #f0f9fd;
  border-radius: 8px;
  display: none;
}

.rubrics-mobile-menu__container {
  position: relative;
}

.rubrics__open {
  display: flex;
  padding: 11px 12px;
  height: 40px;
  gap: 6px;
  align-items: center;
  border: none;
  border-radius: 40px;
  background-color: #00c7ff;
  color: #fff;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}
.rubrics__open:hover {
  background-color: #3dd2fb;
}
.rubrics__open:active {
  background-color: #0eb9e9;
}
.rubrics__open--mobile {
  display: none;
}

.rubrics__close {
  position: absolute;
  z-index: 25;
  top: 24px;
  right: 24px;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #dae6f0;
  background-color: transparent;
  outline: none;
  transition: 0.3s;
}
.rubrics__close::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 21px;
  width: 18px;
  height: 2px;
  background-color: #1e4989;
  transform: rotate(-45deg);
}
.rubrics__close::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 21px;
  width: 18px;
  height: 2px;
  background-color: #1e4989;
  transform: rotate(45deg);
}
.rubrics__close:hover {
  border: 2px solid #00c7ff;
}
.rubrics__close:active {
  border: 2px solid #00c7ff;
  background-color: rgba(0, 199, 255, 0.3);
}

.rubrics__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 39px;
}
.rubrics__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("/static2020/images/rubrics-icon--title.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.rubrics__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rubrics__link {
  position: relative;
  padding-left: 39px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
.rubrics__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/rubrics-icon.svg"), url("/static2020/images/category-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: center, right 200px;
}
.rubrics__link:hover {
  color: #3dd2fb;
}
.rubrics__link:active {
  color: #0eb9e9;
}

.rubrics__link--active {
  color: #00c7ff;
}

.rubrics__link--active::before {
  background-image: url("/static2020/images/rubrics-icon--active.svg"), url("/static2020/images/category-icon-black.svg");
}

.rubrics__card-pinned {
  position: relative;
}

.rubrics__card-pinned .card-pinned::after {
  display: none;
}

.rubrics__overlay {
  display: none;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media (max-width: 1023px) {
  .rubrics__container {
    width: 696px;
  }
}
@media (max-width: 767px) {
  .rubrics__container {
    width: 100%;
  }

  .rubrics {
    width: auto;
    left: 0;
    right: 0;
  }
}
#pinned-bar {
  position: fixed;
  z-index: 100;
  background-color: #231f20;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
}
#pinned-bar .w {
  position: relative;
  margin: 0 auto;
  padding: 5px 25px;
  width: 980px;
  max-width: 100%;
  text-align: center;
}
#pinned-bar a {
  color: #ffffff;
  transition: 0.3s;
}
#pinned-bar a:hover {
  text-decoration-color: #00c7ff;
}
#pinned-bar .close {
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  width: 15px;
  height: 15px;
  background-image: url("/static2020/images/popup-close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.textInput {
  width: 100%;
  padding: 16px 0 16px 40px;
  border: none;
  border-bottom: 2px solid #dae6f0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.textInput::placeholder {
  color: #cccccc;
}

.search-form {
  position: relative;
  margin-bottom: 40px;
}
.search-form button {
  position: absolute;
  left: -8px;
  bottom: 5px;
  display: block;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  padding: 0;
  background-image: url("/static2020/images/search-blue.svg"), url("/static2020/images/search-hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.search-form button:hover, .search-form button:focus {
  background-image: url("/static2020/images/earch-hover.svg"), url("/static2020/images/search-blue.svg");
}

.participants-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.participant {
  margin-bottom: 30px;
}

.participant img {
  width: 288px;
  margin-bottom: 5px;
}

.participant__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.participant__votes {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #8d8d8d;
  padding-left: 18px;
}
.participant__votes::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/election-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.participant__row {
  display: flex;
  justify-content: space-between;
}

.participant__btn {
  padding: 0;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #00c7ff;
  cursor: pointer;
}
.participant__btn:hover {
  color: #3dd2fb;
}

.rte-election .article-badge {
  font-weight: 500;
}

@media (max-width: 1023px) {
  .participant {
    margin-bottom: 17px;
  }

  .participant img {
    width: 216px;
  }

  .participant__title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .participant {
    width: 100%;
    margin-bottom: 25px;
  }

  .participant img {
    width: 100%;
  }

  .search-form {
    margin-bottom: 24px;
  }
}
.external-news-links {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .external-news-links {
    flex-direction: column;
    align-items: flex-start;
  }
}

.external-news-items-wrapper {
  display: flex;
  flex: 1 auto;
}
@media (max-width: 540px) {
  .external-news-items-wrapper {
    width: 100%;
  }
}

.external-news-link {
  text-decoration: none;
  background: #fff;
  display: inline-block;
  box-shadow: 0px 0.80009px 4.80053px rgba(32, 33, 36, 0.28);
  overflow: hidden;
  height: 36px;
  width: 144px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  flex-grow: 1;
}

.external-news-ya {
  background-image: url(/static2020/images/yandexnews_btn.svg);
  border-radius: 6px 0 0 6px;
}

.external-news-goo {
  background-image: url(/static2020/images/googlenews_btn.svg);
  border-radius: 0 6px 6px 0;
}

@media (hover: hover) {
  .material-footer-emo-comments:hover {
    background: url("/emo/comments_hover.svg");
  }

  .material-footer-emo-share:hover {
    background: url("/emo/share_hover.svg");
  }
}
@media (hover: none) {
  .material-footer-emo-comments:hover {
    background: url("/emo/comments.svg");
  }

  .material-footer-emo-share:hover {
    background: url("/emo/share.svg");
  }
}
.material-footer-emo {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

.material-footer-emo-right {
  display: inline-block;
  margin-left: 10px;
  margin-right: 0;
}

.material-footer-emo-count {
  display: block;
  color: #aaa;
  text-align: center;
  font-size: small;
}

.material-footer-emo-img {
  width: 40px;
  height: 40px;
}

.material-footer-emo-comments {
  background: url("/emo/comments.svg");
}

.material-footer-emo-comments.comments-active {
  background: url("/emo/comments_hover.svg");
}

.material-footer-emo-share {
  background: url("/emo/share.svg");
}

.material-footer-emo-share.share-active {
  background: url("/emo/share_hover.svg");
}

.material-footer-emo-like {
  background: url("/emo/like.svg");
  cursor: pointer;
}

.material-footer-emo-like:hover {
  background: url("/emo/like_hover.svg");
}

.material-footer-emo-like.emo-active {
  background: url("/emo/like_hover.svg");
  cursor: default;
}

.material-footer-emo-smile {
  background: url("/emo/smile.svg");
  cursor: pointer;
}

.material-footer-emo-smile:hover {
  background: url("/emo/smile_hover.svg");
}

.material-footer-emo-smile.emo-active {
  background: url("/emo/smile_hover.svg");
  cursor: default;
}

.material-footer-emo-sad {
  background: url("/emo/sad.svg");
  cursor: pointer;
}

.material-footer-emo-sad:hover {
  background: url("/emo/sad_hover.svg");
}

.material-footer-emo-sad.emo-active {
  background: url("/emo/sad_hover.svg");
  cursor: default;
}

.material-footer-emo-evil {
  background: url("/emo/evil.svg");
  cursor: pointer;
}

.material-footer-emo-evil:hover {
  background: url("/emo/evil_hover.svg");
}

.material-footer-emo-evil.emo-active {
  background: url("/emo/evil_hover.svg");
  cursor: default;
}

.material-footer-social-img {
  display: inline-block;
  width: 33px;
  height: 33px;
}

.material-footer-social-vk-img {
  background: url("/social/vk.svg");
}

.material-footer-social-vk-img:hover {
  background: url("/social/vk_hover.svg");
}

.material-footer-social-telegram-img {
  background: url("/social/telegram.svg");
}

.material-footer-social-telegram-img:hover {
  background: url("/social/telegram_hover.svg");
}

.material-footer-social-whatsup-img {
  background: url("/social/whatsup.svg");
}

.material-footer-social-whatsup-img:hover {
  background: url("/social/whatsup_hover.svg");
}

.material-footer-social-ok-img {
  background: url("/social/ok.svg");
}

.material-footer-social-ok-img:hover {
  background: url("/social/ok_hover.svg");
}

.material-footer-tag {
  display: inline-block;
  color: #aaa;
  font-size: small;
  background-color: #eee;
  border-radius: 5px;
  padding: 3px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.material-footer-tag-link {
  text-decoration: none;
  color: #aaa;
}

.material-footer-tag-link:hover {
  color: #333;
}

.material-footer-social-link {
  text-decoration: none;
}

.material-footer-social-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.material-footer-social {
  width: 156px;
  box-shadow: 2px 2px 2px #ddd;
  border-radius: 5px;
  padding: 0 5px;
}

h1 sup a, h1 sup a:link, h1 sup a:visited, h1 sup a:active, h1 sup a:hover {
  color: #1e4989;
}

#LentaInformComposite645855 span.mghead {
  margin-left: 0 !important;
  font: bold 20px "PT Sans Narrow", "Helvetica Neue", Arial, serif !important;
}

#LentaInformComposite645855 .mgbox {
  padding-top: 0 !important;
}

#LentaInformComposite645855 div.mcimg,
#LentaInformComposite645855 div.mcimg a.close-informer {
  display: none !important;
}

#unit_89254 #container_89254 {
  margin: 0;
  border: 0;
}

@media (max-width: 767px) {
  #LentaInformComposite645855 .mgbox {
    padding-top: 0 !important;
    width: 100% !important;
  }

  #LentaInformComposite645855 .mgline {
    display: block;
    width: 100%;
    margin: 0 20px 0 0;
    border-color: transparent !important;
  }
}
@media (min-width: 768px) {
  #LentaInformComposite645855 .mgline {
    width: 230px !important;
    max-width: 230px !important;
    margin: 0 20px 0 0;
    border-color: transparent !important;
  }
}
#LentaInformComposite645855 .mctitle {
  margin-top: 11px !important;
}

#LentaInformComposite645855 .mctitle a {
  line-height: 20px !important;
}

#LentaInformComposite645855 .mctitle a:hover {
  color: inherit !important;
  text-decoration: underline !important;
}

@media (min-width: 1366px) {
  #LentaInformComposite645855 .mgbox {
    max-width: none;
    width: 100%;
  }

  #LentaInformComposite645855 .mgline {
    width: 45.3% !important;
    max-width: none !important;
    margin-right: 9.4%;
  }

  #LentaInformComposite645855 .mgline:last-child {
    margin-right: 0;
  }
}
.mm-body {
  height: inherit !important;
  padding-bottom: 12px;
}

.mm-body__line--horizontal {
  width: 250px !important;
}

@media (min-width: 768px) {
  #container_89254 {
    margin: 0;
    border: 0;
    padding-bottom: 12px;
    padding-left: 20px;
  }
}
.list-container-item:hover {
  background-color: transparent !important;
}

.mm-body__line--small a img {
  width: 12px;
  height: 12px;
}

#container_89254 .list-container-item .image {
  margin: 3px 7px 0 0;
  width: 12px;
  height: 12px;
}

.social__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social__list a,
.social__list a:hover,
.social__list a:focus,
.social__list a:active {
  border-bottom: none;
}
.social__list li {
  margin-right: 8px;
}

.social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.social__link--zen {
  background-image: url("/static2020/images/zen.png");
  background-size: 100%;
  background-position-x: 0;
}
.social__link--zen:hover {
  box-shadow: 0px 6px 8px rgba(31, 31, 31, 0.4);
}
.social__link--zen:active {
  box-shadow: 0px 2px 4px rgba(31, 31, 31, 0.4);
}
.social__link--telegram {
  background-image: url("/static2020/images/telegram.png");
  background-size: 224%;
  background-position-x: -20px;
}
.social__link--telegram:hover {
  box-shadow: 0px 6px 8px #207fa7;
}
.social__link--telegram:active {
  box-shadow: 0px 2px 4px rgba(32, 127, 167, 0.4);
}
.social__link--vk {
  background-image: url("/static2020/images/vk.svg");
  background-color: #4a76a8;
  background-position: left 5px center;
}
.social__link--vk:hover {
  box-shadow: 0px 6px 8px rgba(74, 118, 168, 0.4);
}
.social__link--vk:active {
  background-color: #3b618c;
  box-shadow: 0px 6px 8px rgba(74, 118, 168, 0.4);
}
.social__link--fb {
  background-image: url("/static2020/images/fb.svg");
  background-color: #45619d;
}
.social__link--fb:hover {
  box-shadow: 0px 6px 8px rgba(69, 97, 157, 0.4);
}
.social__link--fb:active {
  background-color: #354d7f;
  box-shadow: 0px 2px 4px rgba(69, 97, 157, 0.4);
}
.social__link--tw {
  background-image: url("/static2020/images/tw.svg");
  background-color: #55acee;
}
.social__link--tw:hover {
  background-color: #55acee;
  box-shadow: 0px 6px 8px rgba(85, 172, 238, 0.4);
}
.social__link--tw:active {
  background-color: #3f8fcb;
  box-shadow: 0px 6px 8px rgba(85, 172, 238, 0.4);
}
.social__link--ok {
  background-image: url("/static2020/images/ok.svg");
  background-color: #f2720c;
}
.social__link--ok:hover {
  box-shadow: 0px 6px 8px rgba(242, 114, 12, 0.4);
}
.social__link--ok:active {
  background-color: #dc6505;
  box-shadow: 0px 6px 8px rgba(242, 114, 12, 0.4);
}
.social__link--inst {
  background-image: url("/static2020/images/inst.svg"), radial-gradient(127.77% 127.77% at 14.93% 100.35%, #FFB140 0%, #FF5445 25.59%, #FC2B82 59.9%, #8E40B7 100%);
}
.social__link--inst:hover {
  box-shadow: 0px 6px 8px rgba(224, 49, 144, 0.4);
}
.social__link--inst:active {
  background-image: url("/static2020/images/inst.svg"), radial-gradient(127.77% 127.77% at 14.93% 100.35%, #DA9633 0%, #D04134 25.59%, #D6246E 59.9%, #723393 100%);
  box-shadow: 0px 6px 8px rgba(224, 49, 144, 0.4);
}

@media (max-width: 1300px) {
  .social__list {
    width: 208px;
  }
}
@media (max-width: 1023px) {
  .social__list {
    width: 158px;
  }

  .social__link {
    width: 24px;
    height: 24px;
    background-size: 50%;
  }

  .social__link--zen {
    background-size: 100%;
  }
  .social__link--telegram {
    background-size: 52px;
    background-position-x: -14px;
  }
  .social__link--vk {
    background-size: 16px auto;
    background-position: left 4px center;
  }
  .social__link--fb {
    background-size: 6px auto;
  }
  .social__link--tw {
    background-size: 12px auto;
  }
  .social__link--ok {
    background-size: 7px auto;
  }
  .social__link--inst {
    background-size: 12px, 100%;
  }
}
@media (max-width: 767px) {
  .social__link {
    width: 20px;
    height: 20px;
  }
  .social__link--vk {
    background-size: 14px auto;
    background-position: left 3px center;
  }
  .social__link--telegram {
    background-size: 44px;
    background-position-x: -12px;
  }

  .subscribes .social__link {
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: auto;
  }
  .subscribes .social__link--vk {
    background-position: left 5px center;
  }
  .subscribes .social__link--zen {
    background-size: 100%;
  }
  .subscribes .social__link--telegram {
    background-size: 224%;
    background-position-x: -20px;
  }

  .social__list {
    width: 100%;
  }
  .social__list li {
    margin-right: 8px;
  }
}
.footer-top {
  background-color: #f0f9fd;
  padding: 6px 0;
}

.footer-inoagent {
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-inoagent-container {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.footer-whatsapp {
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-whatsapp-container {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.footer-top__list {
  display: flex;
  list-style: none;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
}

.footer-top__item {
  width: 208px;
  margin-right: 32px;
}
.footer-top__item:last-child {
  width: 528px;
  margin-right: 0;
}

.footer-top__title {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}

.footer-top__inner-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-top__inner-list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}
.footer-top__inner-list a:hover,
.footer-top__inner-list a:focus {
  border-bottom: 1px solid #00c7ff;
}
.footer-top__inner-list a:active {
  color: #8d8d8d;
  border-bottom: 1px solid transparent;
}
.footer-top__inner-list .social__link,
.footer-top__inner-list .social__link:hover,
.footer-top__inner-list .social__link:focus,
.footer-top__inner-list .social__link:active {
  border-bottom: none;
}

.footer .social__list {
  margin-bottom: 23px;
}

.footer-top__text {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.footer-bottom {
  padding: 40px 0 65px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background-color: #222222;
  color: #ffffff;
}
.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom__container {
  display: flex;
  flex-wrap: wrap;
}

.footer__contacts-list {
  display: flex;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.footer__contacts-item {
  margin-right: 32px;
  width: 208px;
}
.footer__contacts-item p {
  margin: 0;
}

.contacts__title {
  font-size: 13px;
  color: #00c7ff;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  width: 768px;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
}

.footer__age {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.footer__founders {
  width: 480px;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
}

.footer__creators {
  width: 207px;
}

.footer__awards {
  margin-left: 272px;
}

.atwinta {
  border-bottom: 1px solid #ff007a;
}

.footer-top__description p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}

.footer__bottom-copyright {
  display: flex;
  justify-content: space-between;
}
.footer__bottom-copyright p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}

@media (max-width: 1300px) {
  .footer-top__item:last-child {
    width: 208px;
  }

  .footer__copyright {
    width: 448px;
  }

  .footer__awards {
    margin-left: 32px;
  }
}
@media (max-width: 1023px) {
  .footer-top__item {
    width: 158px;
  }
  .footer-top__item:last-child {
    width: 158px;
  }

  .footer-top__inner-list a {
    font-size: 13px;
    line-height: 8px;
  }

  .footer-top__text {
    font-size: 13px;
    line-height: 16px;
  }

  .footer-top__item {
    margin-right: 24px;
  }
  .footer-top__item:last-child {
    margin-right: 0;
  }

  .footer__contacts-list a {
    display: block;
    line-height: 8px;
  }
  .footer__contacts-list p {
    margin-bottom: 10px;
  }

  .footer__contacts-item {
    margin-right: 24px;
    width: 158px;
  }

  .contacts__editor {
    position: relative;
    top: -5px;
  }

  .footer-bottom {
    font-size: 13px;
  }

  .footer__copyright {
    width: 332px;
    line-height: 16px;
  }

  .footer__founders {
    width: 364px;
    line-height: 16px;
  }

  .footer__awards {
    margin-left: 24px;
    width: 170px;
    height: 58px;
  }

  .footer__creators {
    font-size: 13px;
    line-height: 16px;
  }

  .footer .social__list {
    margin-bottom: 20px;
  }

  .footer__bottom-copyright {
    flex-direction: column;
  }
  .footer__bottom-copyright p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-top__list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .footer-top__item {
    width: calc(50% - 12px);
    margin-right: 0;
    margin-bottom: 13px;
  }
  .footer-top__item:last-child {
    width: calc(50% - 12px);
  }

  .footer-bottom__container {
    flex-direction: column;
    align-items: center;
  }

  .footer__contacts-list {
    width: 100%;
    margin-bottom: 25px;
    justify-content: space-between;
  }

  .footer__contacts-item {
    width: calc(50% - 12px);
    margin-right: 0;
  }

  .footer__copyright {
    align-items: center;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }

  .footer__founders {
    width: 100%;
    padding-top: 0;
    margin: 0;
    margin-bottom: 25px;
  }

  .footer__awards {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .footer__creators {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer .social__list {
    margin-bottom: 11px;
  }
}
.header {
  padding-top: 20px;
  margin-bottom: 32px;
}

.header__logo_mobile {
  display: none;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.header-top__item {
  position: relative;
  margin-right: 24px;
}
.header-top__item::after {
  position: absolute;
  content: ".";
  top: -3px;
  right: -13px;
  color: #cccccc;
}

.header__logo {
  width: 98px;
  height: 41px;
}

.header__login,
.header__logout {
  margin-left: auto;
}

.header__login .button-logout {
  display: none;
}

.header__logout .button-login {
  display: none;
}

.button-login,
.button-logout {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 104px;
  padding: 4px 20px 4px 11px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 35px;
  border: none;
  background-color: #00c7ff;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
.button-login img,
.button-login span,
.button-logout img,
.button-logout span {
  z-index: 1;
}
.button-login::before,
.button-logout::before {
  position: absolute;
  z-index: 0;
  content: "";
  right: 8px;
  left: 8px;
  top: 12px;
  bottom: 4px;
  background-color: #00c7ff;
  opacity: 0.8;
  filter: blur(16px);
  border-radius: 35px;
}
.button-login:hover::before,
.button-logout:hover::before {
  opacity: 0.6;
  filter: blur(16px);
}
.button-login:active::before,
.button-logout:active::before {
  opacity: 0.8;
  filter: blur(8px);
}
.button-login:hover, .button-login:focus,
.button-logout:hover,
.button-logout:focus {
  background-color: #3dd2fb;
}
.button-login:active,
.button-logout:active {
  background-color: #0eb9e9;
}

.header-top__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  transition: ease-in-out 0.2s;
}
.header-top__link:hover, .header-top__link:focus {
  color: #8d8d8d;
  border-bottom: 1px solid #00c7ff;
}
.header-top__link:active {
  border-bottom: none;
}

.header-top__item:first-of-type::after,
.header-top__item:nth-last-of-type(2)::after {
  display: none;
}

.header-top__link--bold {
  font-weight: 500;
  border-bottom: 1px solid #00c7ff;
}
.header-top__link--bold:hover, .header-top__link--bold:focus {
  color: #00c7ff;
}
.header-top__link--bold:active {
  color: #8d8d8d;
}

.header-bottom {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.header-bottom__item {
  margin-right: 25px;
}

.header-bottom__item--weather {
  padding-left: 30px;
}

.header-bottom__item--currency {
  margin-right: 0;
  margin-left: auto;
}

.header-bottom__link {
  font-weight: 400px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #333333;
}

.header-bottom__link span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.header-bottom__item--weather {
  position: relative;
}

.header-bottom__item--weather:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/weather-icon.svg");
}

.header-bottom__link .traffic {
  position: relative;
  display: inline-block;
  width: 32px;
  text-align: center;
  color: #ffffff;
}
.header-bottom__link .traffic::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -4px;
  left: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/traffic-red-icon.svg");
}

.header-bottom__link .currency {
  position: relative;
  padding-left: 30px;
  padding-right: 6px;
}
.header-bottom__link .currency::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -2px;
  left: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.header-bottom__link .currency--dollar::before {
  background-image: url("/static2020/images/dollar-icon.svg");
}

.header-bottom__link .currency--euro::before {
  background-image: url("/static2020/images/euro-icon.svg");
}

@media (max-width: 1023px) {
  .header__logo {
    width: 76px;
    height: 30px;
  }

  .header-top__link {
    font-size: 13px;
  }

  .header-top__item {
    margin-right: 10px;
  }
  .header-top__item::after {
    right: -7px;
  }

  .button-login,
.button-logout {
    width: 94px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .header-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .header-top {
    position: relative;
  }

  .header__login {
    position: absolute;
    bottom: -50px;
    left: 143px;
    z-index: 1;
  }

  .header-top__item:not(:first-of-type) {
    display: none;
  }

  .header__logo_mobile {
    display: block;
    margin: auto;
    width: 100px;
  }

  .header__logo {
    display: none;
    width: 98px;
    height: 41px;
  }

  .header-bottom {
    flex-direction: column;
  }

  .header-bottom__item {
    margin-right: 0;
  }

  .header-bottom__item--currency {
    display: none;
  }
}
.main-nav {
  width: 100%;
  background-color: #222222;
  z-index: 5000;
}

.main-nav-mobile-menu-item {
  display: none;
}

.main-nav__container {
  position: relative;
  display: flex;
}

.main-nav__list {
  list-style: none;
  margin: 0;
  margin-left: -12px;
  display: flex;
  flex-wrap: wrap;
  padding: 11px 0;
}

.main-nav__item {
  position: relative;
}
.main-nav__item::after {
  position: absolute;
  content: ".";
  top: -3px;
  right: -2px;
  color: #00c7ff;
}
.main-nav__item:nth-last-child(2)::after {
  display: none;
}

.main-nav__item--pdd {
  display: none;
}

.main-nav__link {
  padding: 0 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.main-nav__link--red {
  color: #ff4545;
}
.main-nav__link::after {
  position: absolute;
  content: "";
  bottom: -11px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: transparent;
  transition: ease-in 0.2s;
}
.main-nav__link:hover::after, .main-nav__link:focus::after {
  background-color: #00c7ff;
}
.main-nav__link:active {
  color: #8d8d8d;
}
.main-nav__link:active::after {
  background-color: transparent;
}

.search {
  margin-right: -14px;
}

.search__input {
  box-sizing: border-box;
  width: 240px;
  height: 48px;
  padding: 0 8px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #cccccc;
  background-color: #222222;
  outline: none;
}

.search__button {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #222222;
  border: none;
  padding: 0;
  background-image: url("/static2020/images/search.svg"), url("/static2020/images/search-hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}
.search__button:hover, .search__button:focus {
  background-image: url("/static2020/images/search-hover.svg"), url("/static2020/images/search.svg");
}

.search__wrapper {
  display: flex;
  position: absolute;
  z-index: 25;
  top: 0;
  right: 0;
}

.search__close {
  display: none;
}

.search__wrapper {
  margin: 0;
}

.search__icon-hover {
  display: none;
}

.menu-button {
  display: none;
}

.main-nav__overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media (max-width: 1023px) {
  .main-nav__list {
    margin-left: -6px;
  }

  .main-nav__link {
    font-size: 12px;
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .main-nav-mobile-menu-item {
    display: block;
  }

  .main-nav-fixed {
    position: fixed;
    top: 0;
  }

  .main-nav__container {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 56px);
  }

  .main-nav__list {
    flex-direction: column;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 292px;
    height: 100vh;
    background-color: #222222;
    padding-left: 43px;
    padding-top: 25px;
    overflow-x: hidden;
  }

  .main-nav__list--close {
    transform: translateX(-320px);
    transition: ease-in 0.25s;
  }

  .main-nav__list--open {
    overflow-x: hidden;
    transform: translateX(-28px);
    transition: ease-in 0.25s;
  }

  .main-nav__item {
    margin-right: 100px;
    white-space: nowrap;
  }
  .main-nav__item::after {
    width: 10px;
    left: -15px;
    top: 10px;
  }
  .main-nav__item:nth-last-child(2)::after {
    display: block;
  }
  .main-nav__item:last-child::after {
    display: block;
  }

  .main-nav__link {
    display: block;
    font-size: 16px;
    padding: 14px 0;
  }
  .main-nav__link::after {
    display: none;
  }

  .main-nav__item--pdd {
    display: block;
  }

  .menu-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    margin-left: -14px;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
  }

  .search__input {
    width: calc(100% - 48px);
  }

  .search__wrapper {
    width: 100%;
  }
}
.card {
  position: relative;
  box-sizing: border-box;
  width: 288px;
  padding-bottom: 23px;
}

.card--no-photo {
  width: 224px;
  padding-bottom: 16px;
}

.card__link {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  color: #000000;
}

.card__category {
  margin: 0;
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 30px;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
}
.card__category:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -23px;
  width: 15px;
  height: 15px;
  background-image: url("/static2020/images/category-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.card__date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5E85BF;
}

.card__type {
  position: absolute;
  z-index: 5;
  bottom: 11px;
  left: 11px;
  margin: 0;
  padding: 0 6px;
  font-weight: 600;
  font-size: 9px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #5e85bf;
  border-radius: 11px;
}

.card__type--video {
  background-color: #ff4545;
}

.card__type--slider {
  position: static;
}

.card__description {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #8d8d8d;
}

.card__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.card__title--afisha {
  margin-bottom: 0;
}

.card:hover .card__title,
.card:focus .card__title {
  color: #ff4545;
  transition: ease-out 0.4s;
}

.card:active .card__title,
.card:focus .card__title {
  color: #8d8d8d;
}

.card--no-photo .card__title {
  margin: 0;
  font-size: 15px;
}

.card__image {
  display: block;
  z-index: 1;
  transition: ease-out 0.4s;
  height: 100% !important;
  object-fit: cover;
}

.card__image-wrapper {
  position: relative;
  margin-bottom: 7px;
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.card__image-wrapper:after {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 2;
  width: 288px;
  height: 176px;
  background-image: linear-gradient(180deg, rgba(0, 199, 255, 0.3) 0%, rgba(0, 199, 255, 0) 100%);
  top: 0;
  left: 0;
  transition: ease-out 0.4s;
}

.card__banner-wrapper {
  width: 288px;
}

.card__banner-wrapper a img {
  margin: auto;
}

.card:hover .card__image-wrapper:after,
.card:focus .card__image-wrapper:after {
  opacity: 1;
}

.card:active .card__image-wrapper:after {
  opacity: 0;
}

.card:hover .card__image,
.card:focus .card__image {
  transform: scale(1.05);
}

.card__counts {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.card__count {
  position: relative;
  padding-left: 20px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #8d8d8d;
}
.card__count:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.card__count--views:before {
  background-image: url("/static2020/images/views-icon.svg");
}

.card__count--comments:before {
  background-image: url("/static2020/images/comments-icon.svg");
}

.card__count--hot:before {
  height: 24px;
  width: 24px;
  background-image: url("/static2020/images/hot-icon.svg");
}

@media (max-width: 1023px) {
  .card {
    width: 216px;
  }

  .card__image-wrapper {
    width: 216px;
    height: 144px;
  }

  .card__banner-wrapper {
    width: 216px;
  }

  .card__title {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .card,
.card__link {
    width: 100%;
  }

  .card__banner-wrapper {
    width: 100%;
  }

  .card__image-wrapper,
.card__image-wrapper::after,
.card__image {
    width: 100%;
    height: 100%;
  }

  .card__type--slider {
    display: none;
  }

  .card__count {
    margin-right: 5px;
  }
}
.card-pinned {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 32px 48px 32px 32px;
  width: 928px;
  background: #FFFFFF;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 8px;
  text-decoration: none;
}
.card-pinned .card__type {
  position: static;
}

.card-pinned__image-wrapper {
  position: relative;
}

.card-pinned__photo {
  width: 448px;
  height: 272px;
  object-fit: cover;
}

.card-pinned__description {
  display: flex;
  flex-direction: column;
  width: 350px;
}

.card-pinned__date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}

.card-pinned__top-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-top: 7px;
  margin-bottom: 13px;
}

.card-pinned__title {
  display: block;
  margin-bottom: 18px;
}

.card-pinned__text {
  margin: 0;
  color: #333333;
}

.card-pinned__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.card-pinned__title {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .card-pinned {
    width: 696px;
    padding: 24px;
  }

  .card-pinned__photo {
    width: 312px;
    height: 192px;
  }

  .card-pinned__description {
    width: 312px;
  }

  .card-pinned__top-container {
    margin-bottom: 0;
  }

  .card-pinned__text {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .card-pinned {
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 16px;
  }
  .card-pinned::after {
    position: absolute;
    bottom: -24px;
    left: -24px;
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #333333;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.32);
    background-image: url("/static2020/images/pinned-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
  }

  .card-pinned__photo {
    width: 100%;
    height: 100%;
    margin-bottom: 7px;
  }

  .card__type {
    display: none;
  }

  .card-pinned__description {
    width: 100%;
  }

  .card-pinned__text {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .card-pinned__bottom-container {
    margin-top: 0;
    align-items: flex-end;
  }
}
.card-comment {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 32px 48px 32px 32px;
  width: 928px;
  background: #FFFFFF;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  text-decoration: none;
}

.card-comment__wrapper {
  position: relative;
}

.card-comment__photo {
  width: 320px;
  height: 196px;
  object-fit: cover;
}

.card-comment__description {
  display: flex;
  flex-direction: column;
  width: 480px;
}

.card-comment__subtitle {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #00c7ff;
}

.card-comment__title {
  display: block;
  margin-bottom: 10px;
}

.card-comment__text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}

.card-comment__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.card-comment__title {
  text-decoration: none;
}

@media (max-width: 1300px) {
  .card-comment {
    width: 608px;
    padding: 24px 48px 24px 24px;
  }

  .card-comment__photo {
    width: 216px;
    height: 132px;
  }

  .card-comment__description {
    width: 272px;
  }

  .card-comment__subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }

  .card-comment__title {
    margin-bottom: 0;
  }

  .card-comment__text {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .card-comment {
    width: 456px;
    padding: 20px 35px 25px 35px;
  }

  .card-comment__title {
    margin-bottom: 5px;
  }

  .card-comment__text {
    margin-bottom: 12px;
  }

  .card-comment__wrapper {
    display: none;
  }

  .card-comment__description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .card-comment {
    width: 100%;
    flex-direction: column;
    padding: 16px;
  }

  .card-comment__photo {
    width: 100%;
    height: 100%;
  }

  .card-comment__wrapper {
    display: block;
    margin-bottom: 7px;
  }

  .card-comment__subtitle {
    font-size: 13px;
    line-height: 24px;
  }

  .card-comment__text {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .card-comment__bottom-container {
    margin-top: 0;
    align-items: flex-end;
  }
}
.card-theme {
  position: relative;
  box-sizing: border-box;
  width: 288px;
  height: 120px;
  padding: 0 16px 11px 16px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 48.44%, rgba(255, 255, 255, 0.8) 75%, #FFFFFF 100%);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  transition: 0.3s;
}

.card-theme__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 288px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.card-theme__shadow {
  position: absolute;
  z-index: -2;
  content: "";
  left: 8px;
  right: 8px;
  bottom: -8px;
  height: 120px;
  opacity: 0.5;
  filter: blur(4px);
  transition: 0.3s;
}
.card-theme__shadow img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.card-theme__title {
  margin: 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  transition: 0.3s;
}

.card-theme__title--hot {
  position: relative;
  text-indent: 24px;
}
.card-theme__title--hot::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/hot-icon.svg");
}

.card-theme:hover .card-theme__title {
  color: #ff4545;
}
.card-theme:hover .card-theme__shadow {
  opacity: 0.3;
}

.card-theme:active .card-theme__title {
  color: #333333;
}
.card-theme:active .card-theme__shadow {
  opacity: 0.3;
}

@media (max-width: 1023px) {
  .card-theme {
    width: 216px;
    height: 112px;
  }

  .card-theme__image {
    width: 216px;
    height: 112px;
  }

  .card-theme__title {
    font-size: 15px;
    line-height: 16px;
  }

  .card-theme__title--hot {
    text-indent: 16px;
  }
  .card-theme__title--hot::before {
    left: -3px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .card-theme {
    width: 100%;
    height: 120px;
  }

  .card-theme__image {
    width: 100%;
    height: 120px;
  }
}
.main-news {
  width: 608px;
  padding-bottom: 48px;
}

.main-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .main-news {
    width: 456px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .main-news {
    width: 100%;
  }

  .main-news__list {
    width: 100%;
  }

  .main-news__list li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 456px) {
  .main-news__list {
    flex-direction: column;
  }

  .main-news__list li {
    width: 100%;
  }
}
.main-aside {
  position: relative;
  width: 288px;
  box-sizing: border-box;
  padding: 32px;
  padding-bottom: 60px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.main-aside__tabs {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.main-aside__tabs li {
  width: 50%;
}

.main-aside__tab {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #8d8d8d;
  text-decoration: none;
  border-bottom: 2px dotted #cccccc;
  transition: border ease-in-out 0.3s;
}
.main-aside__tab--active {
  color: #ff4545;
  border-bottom: 3px solid #ff4545;
}
.main-aside__tab:hover {
  color: #5e85bf;
  border-bottom: 3px solid #ff4545;
}
.main-aside__tab:active {
  font-size: 14px;
}

.main-aside__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 510px;
}

.main-aside__list--comments {
  display: none;
}

.main-aside__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 54px 32px 32px 32px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 19.27%, #ffffff 40.1%, #ffffff 100%);
}

@media (max-width: 1300px) {
  .main-aside__list {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .main-aside {
    width: 216px;
    padding: 25px;
  }
  .main-aside .card {
    width: 166px;
  }

  .main-aside__tab {
    font-size: 14px;
  }
  .main-aside__tab:active {
    font-size: 12px;
  }

  .main-aside__list {
    height: 510px;
  }
}
@media (max-width: 767px) {
  .main-aside {
    margin: 0 auto;
    width: 320px;
  }
  .main-aside .card {
    width: 100%;
  }

  .main-aside__tab {
    font-size: 16px;
  }
  .main-aside__tab:active {
    font-size: 14px;
  }
}
.subscribes {
  width: 288px;
  margin-bottom: 20px;
  padding: 20px 24px;
  border: 3px solid #00C7FF;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
}

.subscribes__text {
  margin: 0;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  text-align: center;
}

.subscribes__social-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  justify-content: center;
}

@media (max-width: 1023px) {
  .subscribes {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 216px;
    padding: 16px;
  }

  .subscribes__social-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .subscribes {
    position: static;
    width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.region-news {
  min-height: 411px;
  padding: 40px 0 30px 0;
  background-color: #f0f9fd;
}

.region-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 928px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .region-news {
    min-height: 443px;
  }

  .region-news__list {
    flex-wrap: wrap;
    width: 608px;
  }

  .region-news__list .card {
    width: 288px;
  }
}
@media (max-width: 1023px) {
  .region-news {
    min-height: 544px;
  }

  .region-news__list {
    width: 456px;
  }

  .region-news__list .card {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .region-news__list {
    width: 100%;
  }

  .region-news__list li {
    width: calc(50% - 12px);
  }

  .region-news__list .card {
    width: 100%;
  }
}
@media (max-width: 456px) {
  .region-news__list {
    width: 100%;
    flex-direction: column;
  }

  .region-news__list li {
    width: 100%;
  }
}
.read-all {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.read-all span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ff4545;
  border-bottom: 1px solid rgba(255, 69, 69, 0.3);
}

.read-all__image-container {
  position: relative;
  width: 30px;
  height: 9px;
  overflow: hidden;
  margin-left: 18px;
  transition: ease-in-out 0.2s;
  background-image: url("/static2020/images/arrow-icon.svg"), url("/static2020/images/arrow-hover-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50px 9px;
}

.read-all:hover .read-all__image-container,
.read-all:active .read-all__image-container {
  width: 100px;
  margin-left: 0;
}

.read-all:active span {
  color: #8d8d8d;
  border-bottom: 1px solid rgba(141, 141, 141, 0.3);
}
.read-all:active .read-all__image-container {
  background-image: url("/static2020/images/arrow-hover-icon.svg"), url("/static2020/images/arrow-icon.svg");
}

.actual-themes {
  padding: 40px 0;
}

.actual-themes__list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 928px;
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.actual-themes__item {
  margin-right: 8px;
  margin-bottom: 16px;
}

.actual-themes__link {
  display: block;
  padding: 2px 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  border: 2px solid #dae6f0;
  box-sizing: border-box;
  border-radius: 80px;
  text-decoration: none;
  transition: ease-in-out 0.25s;
}
.actual-themes__link:hover {
  border-color: #00c7ff;
}
.actual-themes__link:active {
  border-color: #dae6f0;
  background-color: #dae6f0;
}
.actual-themes__link--big {
  padding: 6px 16px;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.actual-themes__link--big:active {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.actual-themes__link--hot {
  position: relative;
  padding: 6px 16px 6px 35px;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.actual-themes__link--hot:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/hot-icon.svg");
}
.actual-themes__link--hot:active {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1300px) {
  .actual-themes__list {
    width: 608px;
  }

  .actual-themes__item {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .actual-themes {
    padding: 30px 0;
  }

  .actual-themes__list {
    width: 446px;
  }
}
@media (max-width: 767px) {
  .actual-themes__list {
    width: 100%;
  }
}
.interesting__list {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .interesting__list {
    width: 100%;
  }

  .interesting__item {
    width: calc(50% - 12px);
  }

  .interesting__item .card {
    width: 100%;
  }
}
@media (max-width: 456px) {
  .interesting__list {
    flex-direction: column;
  }

  .interesting__item {
    width: 100%;
  }
}
.slider-card__wrapper {
  width: 928px;
  overflow: hidden;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
}

.slider-card__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  transition: 0.5s;
}

.slider-card {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 928px;
  padding: 32px 48px 32px 32px;
  background: #ffffff;
  flex-shrink: 0;
  box-shadow: inset 0px 2px 0px #DAE6F0;
}

.slider-card__photo {
  width: 448px;
  height: 272px;
}

.slider-card__description {
  display: flex;
  flex-direction: column;
  width: 350px;
}

.slider-card__top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.slider-card__date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}

.slider-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}

.slider-card__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.slider-card__buttons {
  display: flex;
  justify-content: space-between;
  width: 104px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #dae6f0;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: transparent;
  transition: ease-in-out 0.2s;
  outline: none;
}
.slider-card__button:hover {
  border: 2px solid #00c7ff;
}
.slider-card__button:active {
  border: 2px solid #00c7ff;
  background-color: rgba(0, 199, 255, 0.3);
}
.slider-card__button[disabled=true], .slider-card__button[disabled=true]:hover, .slider-card__button[disabled=true]:active {
  border: none;
}

.slider-card__button--left {
  transform: rotate(180deg);
}

.slider-card__title {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .slider-card__wrapper {
    width: 696px;
  }

  .slider-card {
    width: 696px;
    padding: 24px;
  }

  .slider-card__photo {
    width: 312px;
    height: 192px;
  }

  .slider-card__description {
    width: 312px;
  }

  .slider-card__top-container {
    margin-bottom: 0;
  }

  .slider-card__text {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .slider-card__wrapper {
    width: 100%;
  }

  .slider-card {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 8px;
  }

  .slider-card__link {
    margin-bottom: 7px;
  }

  .slider-card__photo {
    width: 100%;
    height: 100%;
  }

  .slider-card__description {
    width: 100%;
    flex-grow: 1;
  }

  .slider-card__text {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .slider-card__bottom-container {
    margin-top: auto;
    align-items: flex-end;
  }

  .slider-card__buttons {
    width: 72px;
  }

  .slider-card__button {
    width: 32px;
    height: 32px;
  }
  .slider-card__button svg {
    transform: scale(0.6);
  }
}
@media (max-width: 456px) {
  .slider-card {
    padding: 16px;
  }

  .slider-card__buttons {
    width: 104px;
  }

  .slider-card__button {
    width: 48px;
    height: 48px;
  }
  .slider-card__button svg {
    transform: scale(1);
  }
}
.afisha {
  padding-bottom: 42px;
}

.afisha__container {
  display: flex;
  justify-content: space-between;
}

.afisha__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.afisha__list--big-card {
  width: 928px;
  justify-content: space-between;
}
.afisha__list--small-card {
  width: 288px;
  flex-direction: column;
}
.afisha__list .card--no-photo {
  width: 100%;
}

.afisha__item-small:nth-child(4) {
  display: none;
}

@media (max-width: 1300px) {
  .afisha__container {
    flex-direction: column;
  }

  .afisha__list--small-card {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 14px;
  }
  .afisha__list--small-card .card--no-photo {
    width: 208px;
  }

  .afisha__item-small:nth-child(4) {
    display: block;
  }
}
@media (max-width: 1023px) {
  .afisha__list--big-card {
    width: 100%;
  }

  .afisha__list--small-card {
    margin-bottom: 20px;
  }
  .afisha__list--small-card .card--no-photo {
    width: 156px;
  }
}
@media (max-width: 767px) {
  .afisha__item-big:nth-child(3) {
    display: none;
  }

  .afisha__item-big {
    width: calc(50% - 12px);
  }

  .afisha__item-big .card {
    width: 100%;
  }

  .afisha__item-small {
    width: calc(50% - 12px);
  }

  .afisha__item-small .card--no-photo {
    width: 100%;
  }

  .afisha__list--small-card {
    flex-wrap: wrap;
  }
}
@media (max-width: 456px) {
  .afisha__item-big:nth-child(3) {
    display: block;
  }

  .afisha__item-small:nth-child(4) {
    display: none;
  }

  .afisha__list--big-card {
    flex-direction: column;
  }

  .afisha__item-big {
    width: 100%;
  }

  .afisha__item-small {
    width: 100%;
  }
}
.banner {
  margin: 0 auto;
  margin-bottom: 25px;
  overflow: hidden;
}
.banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.banner a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

.banners__aside {
  width: 288px;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 9px 16px 16px 16px;
  border: 1px solid #dae6f0;
  border-radius: 4px;
  background-color: #ffffff;
}

.banners__aside--main-page {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
}

.banner--aside {
  margin-bottom: 16px;
}
.banner--aside:last-child {
  margin-bottom: 0;
}

.banners__description {
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
}
.banners__description p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #8d8d8d;
}
.banners__description a {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 199, 255, 0.4);
}

.banner_main_aside_right {
  width: 240px;
  margin: auto;
}

.banner_middle_horizontal {
  width: 100%;
  margin: 25px auto 0 auto;
}
.banner_middle_horizontal--main-page {
  margin: 135px auto 0 auto;
}

@media (max-width: 1300px) {
  .banner_middle_horizontal {
    width: 100%;
    height: auto;
  }
}
.banner_top_horizontal {
  width: 1000px;
  margin: auto;
}

@media (max-width: 1000px) {
  .banner_top_horizontal {
    width: 100%;
    height: auto;
  }
}
.banner_aside_right {
  width: 240px;
  margin: auto;
}

.banner_before_comments {
  width: 728px;
  height: auto;
  margin: auto;
}

@media (max-width: 728px) {
  .banner_before_comments {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .banners__aside {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .banners__aside {
    position: static;
    width: 320px;
    margin: 0 auto;
    padding: 9px 12px 20px 12px;
  }

  .banner--aside {
    margin-bottom: 15px;
  }

  .banners__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.news__inner-wrapper {
  display: flex;
  justify-content: space-between;
  width: 928px;
  align-items: center;
  flex-wrap: wrap;
}

.news__top-wrapper {
  display: flex;
  flex-direction: column;
}
.news__top-wrapper .title--first {
  margin-bottom: 0;
}

.news__filters-wrapper {
  flex-shrink: 0;
}

.news__filters {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.news__filter {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #8d8d8d;
  transition: 0.3s;
}
.news__filter:hover {
  color: #333333;
}
.news__filter::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 20px;
  right: 20px;
  bottom: 5px;
}
.news__filter:hover::after {
  border-bottom: 2px dotted #cccccc;
}
.news__filter:active::after {
  border-bottom: none;
}
.news__filter--active {
  color: #1e4989;
  background-color: #f0f9fd;
  border-radius: 40px;
}
.news__filter--active:hover::after {
  border-bottom: none;
}

.news__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.news__list--before-banner {
  margin-bottom: 25px;
}

.news__list--after-banner {
  width: 928px;
}

.news__container {
  display: flex;
  justify-content: space-between;
}

.news__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.news__aside--static {
  top: 0;
  margin-bottom: 24px;
}

.news__filters-open {
  display: none;
}

.news__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.news__bottom-column {
  width: 100%;
}

.news__important {
  float: right;
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
}

.news__important-wrapper {
  width: 100%;
  display: flex;
}

.news__important-title {
  width: 288px;
  margin-left: auto;
}

.news__list--small-cards {
  width: 928px;
  justify-content: flex-start;
}
.news__list--small-cards .card {
  width: 208px;
}
.news__list--small-cards .news__item {
  margin-right: 24px;
}
.news__list--small-cards .news__item:nth-child(4n) {
  margin-right: 0;
}

.news__list--load-more {
  width: 100%;
}

.news__subscribes-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .news__container {
    width: 928px;
  }

  .news__content-wrapper {
    width: 608px;
  }

  .news__list {
    width: 100%;
  }

  .news__list--after-banner {
    width: 608px;
  }

  .news__bottom-column {
    width: 100%;
  }

  .news__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .news__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .news__aside {
    width: 216px;
    margin-bottom: 15px;
  }

  .news__inner-wrapper {
    width: 696px;
  }

  .news__container {
    width: 696px;
  }

  .news__content-wrapper {
    width: 456px;
  }

  .news__bottom-container {
    padding-top: 20px;
  }

  .news__important {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .news__important .card {
    width: 100%;
  }

  .news__important-title {
    width: 216px;
  }

  .news__list--after-banner {
    width: 456px;
  }

  .news__list--small-cards {
    width: 100%;
    justify-content: flex-start;
  }
  .news__list--small-cards .card {
    width: 216px;
  }
  .news__list--small-cards .news__item {
    margin-right: 24px;
  }
  .news__list--small-cards .news__item:nth-child(4n) {
    margin-right: 24px;
  }
  .news__list--small-cards .news__item:nth-child(3n) {
    margin-right: 0;
  }

  .news__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news__inner-wrapper {
    width: 100%;
  }

  .news__top-wrapper {
    position: relative;
  }

  .news__filters-wrapper {
    min-width: 130px;
    position: relative;
  }

  .news__filter {
    color: #8d8d8d;
  }
  .news__filter::after {
    left: 0;
    right: 0;
  }

  .news__filters > li:first-child > .news__filter {
    padding-left: 0;
  }

  .news__filter--active {
    display: block;
    background-color: transparent;
    border-radius: 0;
  }
  .news__filter--active:hover {
    color: #8d8d8d;
  }
  .news__filter--active::after {
    border-bottom: 2px dotted #cccccc;
  }
  .news__filter--active:hover::after {
    border-bottom: 2px dotted #cccccc;
  }

  .news__filters-open {
    position: absolute;
    z-index: 11;
    top: 4px;
    right: 0;
    display: none;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
  }
  .news__filters-open::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 7px;
    left: 9px;
    border-left: 2px solid #8d8d8d;
    border-bottom: 2px solid #8d8d8d;
    transform: rotate(-45deg);
  }

  .news__open-filter .news__filters-open {
    transform: rotate(180deg);
  }
  .news__open-filter .news__filter {
    display: block;
  }

  .news__container {
    width: 100%;
  }

  .news__content-wrapper {
    width: 100%;
  }

  .news__aside {
    display: none;
  }

  .news__list li {
    width: calc(50% - 12px);
  }

  .news__bottom-container {
    padding-top: 40px;
  }

  .news__important-wrapper {
    display: none;
  }

  .news__important {
    display: none;
  }

  .news__list--after-banner {
    width: 100%;
  }

  .news__list--small-cards {
    width: 100%;
    justify-content: space-between;
  }
  .news__list--small-cards .card {
    width: 100%;
  }
  .news__list--small-cards .news__item {
    margin-right: 0;
    width: calc(50% - 12px);
  }
  .news__list--small-cards .news__item:nth-child(4n) {
    margin-right: 0;
  }

  .news__list--before-banner {
    margin-bottom: 8px;
  }

  .news__subscribes-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .news__list li {
    width: 100%;
  }

  .news__list--small-cards .news__item {
    width: 100%;
  }
}
.tags {
  box-sizing: border-box;
  width: 800px;
  position: relative;
  list-style: none;
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 48px;
}
.tags::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 48px;
  height: 48px;
  background-image: url("/static2020/images//tag-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.tags__link {
  margin-right: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 199, 255, 0.3);
  transition: 0.3s;
}
.tags__link:hover {
  border-bottom: 1px solid #00c7ff;
}
.tags__link:active {
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 1300px) {
  .tags {
    width: 575px;
  }
}
@media (max-width: 1023px) {
  .tags {
    width: 450px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tags {
    width: 100%;
  }
}
.calendar {
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 288px;
}
.calendar input {
  width: 288px;
}

.calendar__title {
  margin-bottom: 25px;
}

.calendar__fastdate {
  box-sizing: border-box;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 16px 6px 28px;
  min-height: 32px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  background-color: #ffffff;
  border: 2px solid #dae6f0;
  border-radius: 20px;
  background-image: url("/static2020/images/arrow-date-icon.svg");
  background-position: left 7px center;
  background-repeat: no-repeat;
}
.calendar__fastdate--fire {
  padding-left: 46px;
  background-image: url("/static2020/images/arrow-date-icon.svg"), url("/static2020/images/hot-icon.svg");
  background-position: left 7px center, left 22px center;
}
.calendar__fastdate:hover, .calendar__fastdate:focus {
  border: 2px solid #00c7ff;
  background-color: transparent;
  outline: none;
}
.calendar__fastdate:active {
  border: 2px solid #00c7ff;
  background-color: rgba(0, 199, 255, 0.3);
}

.calendar__confirm,
.calendar__cancel {
  padding: 6px 0;
  text-align: center;
  width: calc(50% - 6px);
  background-image: none;
}

.calendar__confirm {
  margin-right: 0;
}

.datepicker {
  width: 288px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #222222;
  border: none;
}

.datepicker-inline {
  margin-bottom: 18px;
}

.datepicker--nav {
  box-sizing: border-box;
  border-bottom: none;
  min-height: 40px;
  padding: 0;
}

.datepicker--nav-title,
.datepicker--nav-title i {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.datepicker--nav-title {
  margin-left: -7px;
  padding: 0;
  position: relative;
}
.datepicker--nav-title::before {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  right: 0;
  height: 2px;
  border-bottom: 1px dashed #00c7ff;
}
.datepicker--nav-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 17px;
  right: -15px;
  border-left: 2px solid #8d8d8d;
  border-bottom: 2px solid #8d8d8d;
  transform: rotate(-45deg);
}
.datepicker--nav-title:hover {
  background-color: transparent;
}

.datepicker--nav-action {
  width: 40px;
  height: 40px;
  border: 2px solid #DAE6F0;
  box-sizing: border-box;
  border-radius: 20px;
}
.datepicker--nav-action svg {
  width: 17px;
  height: 14px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #1e4989;
  stroke-width: 2px;
}
.datepicker--nav-action:hover, .datepicker--nav-action:focus {
  border: 2px solid #00c7ff;
  background-color: transparent;
}
.datepicker--nav-action:active {
  border: 2px solid #00c7ff;
  background-color: rgba(0, 199, 255, 0.3);
}
.datepicker--nav-action.-disabled- {
  visibility: visible;
}

.datepicker--days-names {
  margin: 0;
}

.datepicker--day-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  color: #333333;
  text-transform: lowercase;
}

.-weekend- {
  color: #8d8d8d;
}

.datepicker--cell {
  position: relative;
}
.datepicker--cell:hover {
  color: #ff4545;
}
.datepicker--cell:hover::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
  background-color: rgba(255, 69, 69, 0.3);
}

.datepicker--cell.-focus- {
  background: none;
}

.datepicker--cell.-disabled- {
  color: #cccccc;
}

.datepicker--cell.-disabled-:hover {
  color: #cccccc;
}
.datepicker--cell.-disabled-:hover::after {
  display: none;
}

.datepicker--cell.-selected- {
  background-color: #00c7ff;
  color: #ffffff;
}

.datepicker--cell-day.-current- {
  position: relative;
  color: #1e4989;
  font-weight: 500;
}
.datepicker--cell-day.-current-::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
  background-color: #00c7ff;
}

.datepicker--cell-day.fire {
  position: relative;
}
.datepicker--cell-day.fire::before {
  position: absolute;
  content: "";
  top: -11px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/hot-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1023px) {
  .calendar {
    width: 216px;
  }

  .calendar input {
    width: 216px;
  }

  .datepicker {
    width: 216px;
  }

  .datepicker--nav-title,
.datepicker--nav-title i {
    font-size: 15px;
  }

  .datepicker--cell {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .calendar {
    display: none;
  }
}
.material {
  width: 640px;
  display: flex;
  flex-direction: column;
  background: #FFF;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .material__ad-info {
    display: flex;
    flex-direction: column;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .material__ad-info > span {
    word-break: break-word;
  }
}

.js-material .content-wrapper {
  margin-top: -32px;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .js-material .content-wrapper {
    margin-top: -32px;
    padding-top: 32px;
  }
}

.material-next {
  padding-top: 35px;
  box-shadow: 0px -16px 16px rgba(0, 0, 0, 0.08);
}

.material-next__container {
  box-sizing: border-box;
  width: 928px;
  max-width: 100%;
  margin: 0 auto;
}

.material-next__link {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 8px 0 8px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #333333;
}
.material-next__link::before {
  position: absolute;
  top: 0;
  left: -4px;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/static2020/images/scroll-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.material-more {
  width: 928px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 25px;
}

.material__container {
  display: flex;
  margin: 0 auto;
  padding-top: 20px;
  width: 1080px;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .material__container {
    padding-top: 0;
  }
}
.material-next .material__container {
  margin-bottom: 0;
}

.material__aside {
  width: 288px;
}
.material__aside .subscribes {
  position: static;
  margin-bottom: 20px;
}
.material__aside--mobile {
  display: none;
}

.material__aside-wrapper {
  box-sizing: border-box;
  padding: 32px 32px 16px 32px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
}

.material__themes-title {
  margin-bottom: 17px;
}

.material__top-description {
  display: flex;
  justify-content: space-between;
}

.material__bottom-description {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.material__top-description > span:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 10px;
  text-align: right;
  flex-wrap: wrap;
  max-width: 70%;
}

.material__ad-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  max-width: 100%;
}

.material__ad-info > span,
.material__eridinfo {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.material__eridinfo-text {
  font-size: 13px;
  color: #333;
}

.material__ad-info--bottom {
  align-items: flex-start;
  text-align: left;
  margin-top: 10px;
  row-gap: 0;
}

.material__ad-info--bottom > span {
  display: block;
}

.material__category.material__category--old {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0;
  text-align: right;
  width: auto;
  margin-top: 4px;
}

.material__top-description .card__counts.mobile-only {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .material__top-description > span:last-child {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: flex !important;
  }
}
@media (min-width: 769px) {
  .desktop-only {
    display: flex !important;
  }

  .mobile-only {
    display: none !important;
  }
}
.material__date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}

.material__eridinfo {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #333;
}

.material__category {
  position: relative;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}
.material__category-wrapper {
  display: flex;
  column-gap: 10px;
}
.material__category-wrapper.mobile-only {
  margin-top: 16px;
  margin-bottom: 16px;
}
.material__category-wrapper.desktop-only {
  justify-content: flex-end;
}
.material__category--old {
  color: #333333;
}
.material__category--old:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -21px;
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/category-icon-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.material__category--new {
  display: flex;
  align-items: center;
  column-gap: 1px;
  padding: 2px 6px;
  color: #FFF !important;
  background: #A0A2A7;
  border-radius: 6px;
  text-decoration: none;
}
.material__category--new .material__category-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static2020/images/category-icon-new.svg");
}
.material__category--new .material__category-icon.--region {
  background-image: url("/static2020/images/category-icon-geomark.svg");
}

.material__title {
  font-weight: 600;
  color: #1e4989;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.material__title--with-border {
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #F6F6F7;
}

.material__card {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.material__card > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.material__card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 2;
}
.material__card.desktop-only {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.material__card.mobile-only {
  display: none;
  height: 472px;
  width: calc(100% + 16px * 2);
  margin: 0 -16px;
}
.material__card-bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 100%;
  z-index: 2;
  color: #FFF;
}
.material__card-bottom--desktop {
  padding: 0 26px 5px 8px;
}
.material__card-bottom--mobile {
  padding: 0 26px 5px 26px;
}
.material__card-title {
  color: #FFF;
  font-size: 22px !important;
  margin-bottom: 0 !important;
  line-height: 24px !important;
  z-index: 2;
}
.material__card-marker {
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background-color: #FFF;
  opacity: 0.5;
  margin-left: 10px;
}
.material__card-description {
  display: flex;
  column-gap: 10px;
  opacity: 0.5;
  font-size: 13px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .material__card-description {
    flex-direction: column;
  }
}
.material__card-description.--mobile {
  flex-wrap: wrap;
  left: 28px;
}
.material__card-description > div {
  display: flex;
  align-items: center;
}

.material__subtitle {
  font-size: medium;
  font-weight: normal;
  color: #8d8d8d;
  margin-top: 0;
  margin-bottom: 10px;
}

.material__author {
  position: relative;
  margin: 0;
  margin-right: 24px;
  padding-left: 24px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
}
.material__author:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/author-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.material__footer {
  margin-top: auto;
}
.material__footer .banner {
  margin-top: 25px;
  margin-bottom: 0;
  background: #f5f5f5;
}

.material__themes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.material .actual-themes__list {
  width: 100%;
  margin-bottom: 5px;
}

.material .tags {
  width: 100%;
  margin-bottom: 28px;
}

.js-materials-container {
  background: #f5f5f5;
}

@media (max-width: 1300px) {
  .material {
    width: 608px;
  }

  .material__title {
    font-size: 32px;
    line-height: 40px;
  }

  .material__themes-title {
    font-size: 24px;
    line-height: 32px;
  }

  .material__container {
    width: 928px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .material__container {
    width: 696px;
    margin-bottom: 40px;
  }

  .material__aside-wrapper {
    padding: 24px;
  }

  .material__themes .card {
    width: 100%;
  }

  .material {
    width: 456px;
  }

  .material__aside {
    width: 216px;
  }

  .material__title {
    font-size: 22px;
    line-height: 24px;
  }

  .material__themes-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .material__aside {
    display: none;
  }
  .material__aside--mobile {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .material__container {
    width: 100%;
  }

  .material {
    width: 100%;
  }

  .material-more .news__item:last-child {
    display: none;
  }
}
.material__card-separator {
  display: none;
  width: 100%;
  height: 2px;
  background-color: #F6F6F7;
  margin: 14px 0 5px;
}

@media (max-width: 1300px) and (min-width: 1024px) {
  .material__card.desktop-only {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 1023px) and (min-width: 769px) {
  .material__card.desktop-only {
    width: 100%;
    max-width: 456px;
  }
}
@media (max-width: 768px) {
  .material__card.desktop-only {
    width: 100%;
  }

  .material__card-separator {
    display: block;
  }
}
@media (max-width: 1024px) {
  .material__card > img {
    object-fit: cover;
  }
}
@media (max-width: 375px) {
  .material__card > img {
    object-fit: contain;
  }
}
@media (max-width: 320px) {
  .material__card > img {
    object-fit: cover;
  }
}
.rte-slider .lSAction > .lSNext {
  left: 73px;
}

.rte-slider .lSAction > .lSPrev {
  left: 16px;
}

.rte-slider .lSAction > a {
  top: 18px;
}

.gutter_40 {
  margin-top: 40px;
}

.videoframe, p {
  margin-bottom: 20px;
}
.videoframe iframe, p iframe {
  width: 100%;
  height: calc(760px * 0.5625);
}

@media (max-width: 1300px) {
  .videoframe iframe, p iframe {
    width: 100%;
    height: calc(608px * 0.5625);
  }
}
@media (max-width: 1023px) {
  .videoframe iframe, p iframe {
    width: 100%;
    height: calc(456px * 0.5625);
  }
}
@media (max-width: 767px) {
  .videoframe iframe, p iframe {
    width: 100%;
    height: calc((100vw - 56px) * 0.5625);
  }
}
.socialframe {
  margin-bottom: 20px;
}
.socialframe div {
  height: 100%;
}
.socialframe iframe {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.material__body img {
  height: auto;
}

.lslide img {
  width: 760px;
  max-width: 100%;
}

.rte-block {
  margin-bottom: 25px;
}
.rte-block h1 {
  margin: 0;
  font-weight: 600;
  color: #1e4989;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
}
.rte-block h2 {
  margin: 0;
  font-weight: 600;
  color: #1e4989;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
}
.rte-block h3 {
  margin: 0;
  font-weight: 600;
  color: #1e4989;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 24px;
}
.rte-block blockquote {
  position: relative;
  padding: 18px 18px 18px 48px;
  background: #00C7FF33;
  border-radius: 6px;
  margin: 0 0 15px;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
.rte-block blockquote:before {
  content: url("/content/quote.svg");
  position: absolute;
  left: 0;
  top: 12px;
}

.rte-block figure,
.archive-block figure {
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
}
.rte-block figcaption,
.archive-block figcaption {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #8d8d8d;
}
.rte-block figure img,
.archive-block figure img {
  width: 760px;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .rte-block figure img,
.archive-block figure img {
    width: 608px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .rte-block figure img,
.archive-block figure img {
    width: 456px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .rte-block figure img,
.archive-block figure img {
    width: 100%;
  }
}

.rte-block a,
.material__body a {
  color: #333333;
  transition: 0.3 ease;
}
.rte-block a:hover,
.material__body a:hover {
  text-decoration-color: #00c7ff;
}
.rte-block a:active,
.material__body a:active {
  color: #8d8d8d;
  text-decoration-color: #8d8d8d;
}

.rte-block,
.rte-block p,
.material__body p {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 1023px) {
  .rte-block,
.rte-block p,
.material__body p {
    font-size: 15px;
  }
}

.column-list__item_3.gallery-img {
  width: 232px;
}
@media (max-width: 1300px) {
  .column-list__item_3.gallery-img {
    width: 181px;
  }
}
@media (max-width: 1023px) {
  .column-list__item_3.gallery-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .column-list__item_3.gallery-img img {
    width: 100%;
  }
}

.rte-images_columns_3 {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 1023px) {
  .rte-images_columns_3 {
    flex-direction: column;
  }
}

.rte-images_columns_2 {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.column-list__item_2.gallery-img {
  width: 364px;
  margin-bottom: 20px;
}
.column-list__item_2.gallery-img img {
  width: 100%;
}
@media (max-width: 1300px) {
  .column-list__item_2.gallery-img {
    width: 288px;
  }
}
@media (max-width: 1023px) {
  .column-list__item_2.gallery-img {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .column-list__item_2.gallery-img {
    width: calc(50% - 4px);
    margin-bottom: 15px;
  }
}

.rte-related {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 22px 48px 34px 48px;
  border: 4px solid #ececec;
}
@media (max-width: 767px) {
  .rte-related {
    padding: 22px;
  }
}

.am-header {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}

.am-inner ol {
  margin: 0;
  padding-left: 25px;
}

.rte-block .imageGallery,
.material__body .imageGallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rte-text_columns_2 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 456px) {
  .rte-text_columns_2 {
    flex-direction: column;
  }
}

.column-list__item_2 {
  width: 48%;
}

.rte-text_columns_3 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .rte-text_columns_3 {
    flex-direction: column;
  }
}

.column-list__item_3 {
  width: 32%;
}

.rte-block,
.archive__block {
  clear: both;
}

.number-31 {
  width: 31px !important;
  height: 31px !important;
}

.card-content {
  display: inline-block;
  margin: 10px;
  width: 288px !important;
}
@media (max-width: 1023px) {
  .card-content {
    width: 216px !important;
  }
}
@media (max-width: 767px) {
  .card-content {
    width: 100% !important;
  }
}

.justify-block__left img,
.justify-block__right img {
  width: 288px;
}
@media (max-width: 1023px) {
  .justify-block__left img,
.justify-block__right img {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .justify-block__left img,
.justify-block__right img {
    width: 100%;
  }
}

.justify-block__left {
  float: left;
  margin-right: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .justify-block__left {
    margin-right: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .justify-block__left {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.justify-block__left .image-rounded {
  width: 150px;
  margin: 0 auto;
  border-radius: 50%;
}

.image-rounded-content {
  width: 150px !important;
  margin: 0 auto;
  border-radius: 50%;
}

.justify-block__right {
  float: right;
  margin-left: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .justify-block__right {
    margin-left: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .justify-block__right {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.justify-block__right .image-rounded {
  width: 150px;
}
@media (max-width: 767px) {
  .justify-block__right .image-rounded {
    margin: 0 auto;
  }
}

.background_decor {
  background-color: #f0f9fd;
}

.material__card-author--new > .material__author {
  color: #FFF;
  padding-left: 4px;
  margin-right: 4px;
}
.material__card-author--new > .material__author:hover {
  text-decoration: underline;
}
.material__card-author--new > .material__author:before {
  content: "";
  background-image: none;
}

.photos-popup {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.photos-popup__image-wrapper img {
  max-height: calc(100vh - 120px);
}

.photos-popup__image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1180px;
  max-height: calc(100vh - 120px);
}
.photos-popup__image-wrapper--mobile {
  display: none;
}
@media (max-width: 1700px) {
  .photos-popup__image-wrapper {
    width: 928px;
  }
}
@media (max-width: 1300px) {
  .photos-popup__image-wrapper {
    width: 768px;
  }
}
@media (max-width: 1023px) {
  .photos-popup__image-wrapper {
    width: 576px;
  }
}
@media (max-width: 767px) {
  .photos-popup__image-wrapper {
    width: 288px;
  }
}

.photos-popup .photos-popup__image {
  width: auto;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .photos-popup .photos-popup__image {
    max-height: 618px;
  }
}
@media (max-width: 1300px) {
  .photos-popup .photos-popup__image {
    max-height: 510px;
  }
}
@media (max-width: 1023px) {
  .photos-popup .photos-popup__image {
    max-height: 382px;
  }
}
@media (max-width: 767px) {
  .photos-popup .photos-popup__image {
    width: 100%;
    height: auto;
  }
}

.photos-popup__close {
  position: absolute;
  top: -56px;
  right: -56px;
  box-sizing: border-box;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  transition: border 0.2s;
  cursor: pointer;
  outline: none;
}
.photos-popup__close img {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photos-popup__close:hover {
  border: 2px solid #00c7ff;
  background-size: 16px 16px;
  background-position: center;
}
.photos-popup__close:hover img {
  width: 16px;
  height: 16px;
}
.photos-popup__close:active {
  border: 1px solid rgba(0, 199, 255, 0.2);
  background-color: rgba(0, 199, 255, 0.2);
}
.photos-popup__close:active img {
  width: 14px;
  height: 14px;
}
@media (max-width: 1023px) {
  .photos-popup__close {
    display: none;
  }
}

@media (max-width: 1023px) {
  .photos-popup__close--mobile {
    display: block;
    position: fixed;
    top: 32px;
    right: 32px;
  }
}
@media (max-width: 767px) {
  .photos-popup__close--mobile {
    top: 10px;
    right: 10px;
  }
}
.articles__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.articles__list .card__type {
  display: none;
}

.articles__list--before-banner {
  margin-bottom: 25px;
}

.articles__list--after-banner {
  width: 928px;
}
.articles__list--after-banner .articles__item:nth-child(1) {
  display: none;
}

.articles__container {
  display: flex;
  justify-content: space-between;
}

.articles__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.articles__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.articles__bottom-column {
  width: 100%;
}

.articles__important {
  float: right;
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
}

.articles__important-wrapper {
  width: 100%;
  display: flex;
}

.articles__important-title {
  width: 288px;
  margin-left: auto;
}

.articles__list--small-cards {
  width: 928px;
  justify-content: flex-start;
}
.articles__list--small-cards .card {
  width: 208px;
}
.articles__list--small-cards .articles__item,
.articles__list--small-cards .news__item {
  margin-right: 24px;
}
.articles__list--small-cards .articles__item:nth-child(4n),
.articles__list--small-cards .news__item:nth-child(4n) {
  margin-right: 0;
}

.articles__list--load-more {
  width: 100%;
}
.articles__list--load-more .articles__item,
.articles__list--load-more .news__item {
  margin-right: 24px;
}
.articles__list--load-more .articles__item:nth-child(4n),
.articles__list--load-more .news__item:nth-child(4n) {
  margin-right: 24px;
}
.articles__list--load-more .articles__item:nth-child(5n),
.articles__list--load-more .news__item:nth-child(5n) {
  margin-right: 0;
}

.articles__aside-mobile {
  display: none;
}

.articles__top-container {
  display: flex;
}

@media (max-width: 1300px) {
  .articles__container {
    width: 928px;
  }

  .articles__content-wrapper {
    width: 608px;
  }

  .articles__list {
    width: 100%;
  }

  .articles__list--before-banner .articles__item:nth-child(3) {
    display: none;
  }

  .articles__list--after-banner {
    width: 608px;
  }
  .articles__list--after-banner .articles__item:nth-child(1) {
    display: block;
  }

  .articles__bottom-column {
    width: 100%;
  }

  .articles__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .articles__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .articles__aside {
    width: 216px;
  }

  .articles__container {
    width: 696px;
  }

  .articles__content-wrapper {
    width: 456px;
  }

  .articles__bottom-container {
    padding-top: 20px;
  }

  .articles__important {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .articles__important .card {
    width: 100%;
  }

  .articles__important-title {
    width: 216px;
  }

  .articles__list--after-banner {
    width: 456px;
  }

  .articles__list--small-cards {
    width: 100%;
    justify-content: flex-start;
  }
  .articles__list--small-cards .card {
    width: 216px;
  }
  .articles__list--small-cards .articles__item,
.articles__list--small-cards .news__item {
    margin-right: 24px;
  }
  .articles__list--small-cards .articles__item:nth-child(4n),
.articles__list--small-cards .news__item:nth-child(4n) {
    margin-right: 24px;
  }
  .articles__list--small-cards .articles__item:nth-child(3n),
.articles__list--small-cards .news__item:nth-child(3n) {
    margin-right: 0;
  }

  .articles__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .articles__container {
    width: 100%;
  }

  .articles__content-wrapper {
    width: 100%;
  }

  .articles__aside {
    display: none;
  }

  .articles__list li {
    width: calc(50% - 12px);
  }

  .articles__bottom-container {
    padding-top: 40px;
  }

  .articles__important-wrapper {
    display: none;
  }

  .articles__important {
    display: none;
  }

  .articles__list--after-banner {
    width: 100%;
  }

  .articles__list--small-cards {
    width: 100%;
    justify-content: space-between;
  }
  .articles__list--small-cards .card {
    width: 100%;
  }
  .articles__list--small-cards .articles__item,
.articles__list--small-cards .news__item {
    margin-right: 0;
    width: calc(50% - 12px);
  }
  .articles__list--small-cards .articles__item:nth-child(4n),
.articles__list--small-cards .news__item:nth-child(4n) {
    margin-right: 0;
  }

  .articles__list--before-banner {
    margin-bottom: 8px;
  }

  .articles__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .articles__list li {
    width: 100%;
  }

  .articles__list--small-cards .articles__item,
.articles__list--small-cards .news__item {
    width: 100%;
  }
}
.video__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.video__interesting {
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
  align-self: flex-start;
}

.video__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.video__list .card__category,
.video__list .card__type {
  display: none;
}

.video__list--before-banner {
  margin-bottom: 25px;
}

.video__container {
  display: flex;
  justify-content: space-between;
}

.video__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.video__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.video__interesting-wrapper {
  width: 100%;
  display: flex;
}

.video__interesting-title {
  width: 288px;
  margin-left: auto;
}

.video__aside-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .video__container {
    width: 928px;
  }

  .video__content-wrapper {
    width: 608px;
  }

  .video__list {
    width: 100%;
  }

  .video__bottom-column {
    width: 100%;
  }

  .video__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .video__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .video__aside {
    width: 216px;
  }

  .video__container {
    width: 696px;
  }

  .video__content-wrapper {
    width: 456px;
  }

  .video__bottom-container {
    padding-top: 20px;
  }

  .video__interesting {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .video__interesting .card {
    width: 100%;
  }

  .video__interesting-title {
    width: 216px;
  }

  .video__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .video__container {
    width: 100%;
  }

  .video__content-wrapper {
    width: 100%;
  }

  .video__aside {
    display: none;
  }

  .video__list li {
    width: calc(50% - 12px);
  }

  .video__bottom-container {
    padding-top: 40px;
  }

  .video__interesting-wrapper {
    display: none;
  }

  .video__interesting {
    display: none;
  }

  .video__list--after-banner {
    width: 100%;
  }

  .video__list--before-banner {
    margin-bottom: 8px;
  }

  .video__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .video__list li {
    width: 100%;
  }

  .video__list--small-cards .video__item {
    width: 100%;
  }
}
.business__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.business__important {
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
  align-self: flex-start;
}

.business__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.business__list .card__category,
.business__list .card__type {
  display: none;
}

.business__list--before-banner {
  margin-bottom: 25px;
}

.business__container {
  display: flex;
  justify-content: space-between;
}

.business__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.business__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.business__important-wrapper {
  width: 100%;
  display: flex;
}

.business__important-title {
  width: 288px;
  margin-left: auto;
}

.business__aside-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .business__container {
    width: 928px;
  }

  .business__content-wrapper {
    width: 608px;
  }

  .business__list {
    width: 100%;
  }

  .business__bottom-column {
    width: 100%;
  }

  .business__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .business__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .business__aside {
    width: 216px;
  }

  .business__container {
    width: 696px;
  }

  .business__content-wrapper {
    width: 456px;
  }

  .business__bottom-container {
    padding-top: 20px;
  }

  .business__important {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .business__important .card {
    width: 100%;
  }

  .business__important-title {
    width: 216px;
  }

  .business__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .business__container {
    width: 100%;
  }

  .business__content-wrapper {
    width: 100%;
  }

  .business__aside {
    display: none;
  }

  .business__list li {
    width: calc(50% - 12px);
  }

  .business__bottom-container {
    padding-top: 40px;
  }

  .business__important-wrapper {
    display: none;
  }

  .business__important {
    display: none;
  }

  .business__list--before-banner {
    margin-bottom: 8px;
  }

  .business__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .business__list li {
    width: 100%;
  }

  .business__list--small-cards .business__item {
    width: 100%;
  }
}
.projects__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.projects__list .card__type {
  display: none;
}

.projects__container {
  display: flex;
  justify-content: space-between;
}

.projects__aside {
  position: relative;
  top: -376px;
  margin-bottom: -352px;
}

.projects__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.projects__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.projects__important {
  float: right;
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
  align-self: flex-start;
}

.projects__important-wrapper {
  width: 100%;
  display: flex;
}

.projects__important-title {
  width: 288px;
  margin-left: auto;
}

.projects__aside-mobile {
  display: none;
}

.projects__top-container {
  display: flex;
}

@media (max-width: 1300px) {
  .projects__container {
    width: 928px;
  }

  .projects__content-wrapper {
    width: 608px;
  }

  .projects__list {
    width: 100%;
  }

  .projects__bottom-column {
    width: 100%;
  }

  .projects__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .projects__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .projects__aside {
    width: 216px;
  }

  .projects__container {
    width: 696px;
  }

  .projects__content-wrapper {
    width: 456px;
  }

  .projects__bottom-container {
    padding-top: 20px;
  }

  .projects__important {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .projects__important .card {
    width: 100%;
  }

  .projects__important-title {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .projects__container {
    width: 100%;
  }

  .projects__content-wrapper {
    width: 100%;
  }

  .projects__aside {
    display: none;
  }

  .projects__list li {
    width: calc(50% - 12px);
  }

  .projects__bottom-container {
    padding-top: 40px;
  }

  .projects__important-wrapper {
    display: none;
  }

  .projects__important {
    display: none;
  }

  .projects__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .projects__list li {
    width: 100%;
  }

  .projects__list--small-cards .projects__item {
    width: 100%;
  }
}
.imageGallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inline-gallery {
  position: relative;
}

.gallery-counter {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}

.photo-gallery {
  width: 928px;
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
}

.photo-gallery__container {
  width: 608px;
}

.gallery-nav {
  position: relative;
  width: 48px;
  height: 56px;
  transition: 0.2s;
}
.gallery-nav::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 26px;
  height: 26px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-image: none;
}
.gallery-nav.next::after {
  transform: rotate(-45deg);
  left: 5px;
}
.gallery-nav.prev::after {
  transform: rotate(135deg);
  left: 17px;
}
.gallery-nav:hover::after {
  border-bottom: 2px solid #00c7ff;
  border-right: 2px solid #00c7ff;
}
.gallery-nav:active::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:after {
  content: none;
}

.lg-toolbar {
  padding-bottom: 10px;
}

.lg-toolbar .lg-close:after {
  content: "";
}

.lg-toolbar .lg-close {
  box-sizing: border-box;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  transition: border 0.2s;
  cursor: pointer;
  outline: none;
  background-image: url("/static2020/images/popup-close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.lg-toolbar .lg-close:hover {
  border: 2px solid #00c7ff;
  background-position: center;
}
.lg-toolbar .lg-close:active {
  border: 2px solid rgba(0, 199, 255, 0.2);
  background-color: rgba(0, 199, 255, 0.2);
}

@media (max-width: 1023px) {
  .photo-gallery {
    width: 696px;
    margin-bottom: 25px;
  }

  .photo-gallery__container {
    width: 456px;
  }
}
@media (max-width: 767px) {
  .photo-gallery {
    width: 100%;
  }

  .photo-gallery__container {
    width: 100%;
  }

  .gallery-counter {
    display: none;
  }
}
.photos__slider {
  margin-bottom: 56px;
}

.photos__item {
  width: 100%;
  margin-bottom: 56px;
}
.photos__item:nth-of-type(2n) .card-photos {
  flex-direction: row-reverse;
}

.photos__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.photos__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.photos__list--after-banner {
  margin-top: 56px;
}

.photos__container {
  display: flex;
  justify-content: space-between;
}

.photos__aside {
  position: relative;
  top: -392px;
  margin-bottom: -368px;
}

.photos__aside--static {
  top: 0;
  margin-bottom: 24px;
}

.photos__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.photos__aside--mobile {
  display: none;
}

.photos__content-wrapper {
  width: 928px;
}

@media (max-width: 1300px) {
  .photos__container {
    width: 928px;
  }

  .photos__content-wrapper {
    width: 608px;
  }

  .photos__list {
    width: 100%;
  }

  .photos__aside {
    position: static;
    top: 0;
    margin-bottom: 24px;
  }
  .photos__aside .subscribes {
    position: static;
  }

  .photos__aside--mobile {
    display: none;
  }

  .photos__item {
    margin-bottom: 33px;
  }
}
@media (max-width: 1023px) {
  .photos__container {
    width: 696px;
  }

  .photos__content-wrapper {
    width: 456px;
  }

  .photos__aside {
    width: 216px;
  }

  .photos__list--before-banner {
    margin-bottom: 15px;
  }

  .photos__item:nth-of-type(2n) .card-photos__top-container {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .photos__container {
    width: 100%;
  }

  .photos__content-wrapper {
    width: 100%;
  }

  .photos__aside {
    display: none;
  }

  .photos__list--before-banner {
    margin-bottom: 8px;
  }

  .photos__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .photos__item:nth-of-type(2n) .card-photos__top-container {
    flex-direction: column;
  }
}
@media (max-width: 456px) {
  .photos__list li {
    width: 100%;
  }
}
.companies__bottom-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.companies__news {
  box-sizing: border-box;
  width: 288px;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), inset 0px 2px 0px #DAE6F0;
  border-radius: 4px;
}

.companies__list {
  width: 928px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.companies__list .card__category,
.companies__list .card__type {
  display: none;
}

.companies__list--bottom {
  justify-content: flex-start;
}
.companies__list--bottom .companies__item {
  margin-right: 32px;
}
.companies__list--bottom .companies__item:nth-child(3n) {
  margin-right: 0;
}

.companies__list--before-banner {
  margin-bottom: 25px;
}

.companies__container {
  display: flex;
  justify-content: space-between;
}

.companies__bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.companies__news-wrapper {
  width: 100%;
  display: flex;
}

.companies__news-title {
  width: 288px;
  margin-left: auto;
}

.companies__aside {
  margin-bottom: 24px;
}

.companies__aside-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .companies__container {
    width: 928px;
  }

  .companies__content-wrapper {
    width: 608px;
  }

  .companies__list {
    width: 100%;
  }

  .companies__list--bottom {
    width: 608px;
    max-width: 100%;
    justify-content: space-between;
  }
  .companies__list--bottom .companies__item {
    margin-right: 0;
  }
  .companies__list--bottom .companies__item:nth-child(3n) {
    margin-right: 0;
  }

  .companies__bottom-column {
    width: 100%;
  }

  .companies__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .companies__aside {
    width: 216px;
  }

  .companies__container {
    width: 696px;
  }

  .companies__content-wrapper {
    width: 456px;
  }

  .companies__bottom-container {
    padding-top: 20px;
  }

  .companies__list--bottom {
    width: 100%;
    max-width: 100%;
  }

  .companies__news {
    width: 216px;
    padding: 16px 24px;
    padding-bottom: 10px;
  }
  .companies__news .card {
    width: 100%;
  }

  .companies__news-title {
    width: 216px;
  }

  .companies__list--before-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .companies__container {
    width: 100%;
  }

  .companies__content-wrapper {
    width: 100%;
  }

  .companies__aside {
    display: none;
  }

  .companies__list .companies__item {
    width: calc(50% - 12px);
  }

  .companies__bottom-container {
    padding-top: 40px;
  }

  .companies__news-wrapper {
    display: none;
  }

  .companies__news {
    display: none;
  }

  .companies__list--before-banner {
    margin-bottom: 8px;
  }

  .companies__aside-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 456px) {
  .companies__list .companies__item {
    width: 100%;
  }
}
.materials__container {
  display: flex;
  justify-content: space-between;
}

.materials__content-wrapper {
  width: 928px;
}

.materials__list {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.materials__item {
  margin-right: 32px;
}

.materials__item:nth-child(3n) {
  margin-right: 0;
}

.materials__aside {
  width: 288px;
  margin-bottom: 40px;
}

@media (max-width: 1300px) {
  .materials__content-wrapper {
    width: 608px;
  }

  .materials__list {
    justify-content: space-between;
  }

  .materials__item {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .materials__content-wrapper {
    width: 456px;
  }

  .materials__aside {
    width: 216px;
  }

  .materials__aside .subscribes {
    position: static;
  }
}
@media (max-width: 767px) {
  .materials__container {
    flex-direction: column;
  }

  .materials__aside {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 320px;
  }

  .materials__content-wrapper {
    width: 100%;
  }

  .materials__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 456px) {
  .materials__item {
    width: 100%;
  }
}
.card-photos {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.card-photos .card__date {
  margin: 15px 0 5px 0;
}
.card-photos .slider-card__text {
  margin-bottom: 5px;
}

.card-photos__description {
  padding: 0 8px;
}

.card-photos__title {
  margin-bottom: 5px;
}

.card-photos__column {
  width: 460px;
}

.card-photos__link {
  text-decoration: none;
}

.card-photos__image-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}

.card-photos__image {
  width: 460px;
  height: 280px;
  object-fit: cover;
}

.card-photos__image-small {
  width: 226px;
  height: 136px;
  object-fit: cover;
}

.card-photos__hidden-desctop {
  display: none;
}

@media (max-width: 1300px) {
  .card-photos .card__date {
    margin: 7px 0 5px 0;
  }

  .card-photos__column {
    width: 300px;
  }

  .card-photos__image {
    width: 300px;
    height: 184px;
    object-fit: cover;
  }

  .card-photos__image-small {
    width: 146px;
    height: 88px;
    object-fit: cover;
  }

  .card-photos__title {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .card-photos__column {
    width: 100%;
  }

  .card-photos__hidden-mobile {
    display: none;
  }

  .card-photos__hidden-desctop {
    display: block;
  }

  .card-photos__column--hidden {
    display: none;
  }

  .card-photos__image {
    width: 300px;
    height: 184px;
  }

  .card-photos__image-small {
    width: 148px;
    height: 88px;
  }

  .card-photos__top-container {
    display: flex;
    justify-content: space-between;
  }

  .card-photos__inner-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .card-photos__top-container {
    flex-direction: column;
  }

  .card-photos__image {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .card-photos__inner-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .card-photos__image-small {
    width: calc(50% - 4px);
    height: auto;
  }
}
.additional {
  margin-bottom: 32px;
}

.additional__content-wrapper {
  width: 928px;
}

.additional__container {
  display: flex;
  justify-content: space-between;
}

.additional__title {
  margin: 0;
  margin-bottom: 23px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}

.additional__description {
  margin: 0;
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.additional__wrapper {
  margin-bottom: 32px;
  width: 448px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.additional__list {
  box-sizing: border-box;
  width: 208px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.additional__list span {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #5e85bf;
}
.additional__list a {
  transition: 0.3s;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}
.additional__list a:hover,
.additional__list a:focus {
  border-bottom: 1px solid #00c7ff;
}
.additional__list a:active {
  color: #8d8d8d;
  border-bottom: 1px solid transparent;
}

.additional__aside {
  width: 288px;
  margin-bottom: 40px;
}

@media (max-width: 1300px) {
  .additional__content-wrapper {
    width: 608px;
  }

  .additional__news .news__item:last-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  .additional__aside {
    width: 216px;
  }
  .additional__aside .subscribes {
    position: static;
  }

  .additional__content-wrapper {
    width: 456px;
  }

  .additional__title {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .additional__description {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .additional__wrapper {
    width: 100%;
  }

  .additional__list {
    width: calc(50% - 12px);
  }

  .additional__container {
    flex-direction: column;
  }

  .additional__aside {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 320px;
  }

  .additional__content-wrapper {
    width: 100%;
  }
}
@media (max-width: 456px) {
  .additional__list {
    width: calc(50% - 12px);
  }

  .additional__news .news__item {
    width: 100%;
  }
}
.search__container {
  display: flex;
  justify-content: space-between;
}

.search__content-wrapper {
  width: 928px;
}

.search__query {
  position: relative;
  padding: 0 0 18px 40px;
  margin: 0;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.search__query::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -8px;
  width: 48px;
  height: 48px;
  background-image: url("/static2020/images/search-result-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.search__list {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.search__item {
  margin-right: 32px;
}

.search__item:nth-child(3n) {
  margin-right: 0;
}

.search__aside {
  width: 288px;
}

@media (max-width: 1300px) {
  .search__content-wrapper {
    width: 608px;
  }

  .search__list {
    justify-content: space-between;
  }

  .search__item {
    margin-right: 0;
  }

  .search__item:nth-child(3n) {
    margin-right: 0;
  }

  .search__title {
    font-size: 32px;
    line-height: 40px;
  }

  .search__query {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .search__content-wrapper {
    width: 456px;
  }

  .search__aside {
    width: 216px;
  }

  .search__aside .subscribes {
    position: static;
  }

  .search__list {
    justify-content: space-between;
  }

  .search__item {
    margin-right: 0;
  }

  .search__item:nth-child(2n) {
    margin-right: 0;
  }

  .search__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .search__container {
    flex-direction: column;
  }

  .search__aside {
    width: 100%;
    margin-bottom: 40px;
  }

  .search__content-wrapper {
    width: 100%;
  }

  .search__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 456px) {
  .search__item {
    width: 100%;
  }
}
.voting {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  padding: 40px 48px;
  border-radius: 8px;
  background-color: #f0f9fd;
}

.voting__title {
  margin: 0;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1e4989;
}

.voting__list {
  list-style: none;
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
}

.voting__group {
  width: 100%;
  margin-left: 32px;
}
.voting__group--results {
  margin-left: 0;
}

.voting__option {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.voting__option-stat {
  display: inline-block;
  padding: 12px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.voting__option-stat {
  margin-left: 15px;
}

.voting__submit {
  width: 272px;
  max-width: 100%;
  padding: 12px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.voting__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.voting__wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  border-radius: 4px;
  background-color: #dae6f0;
}

.voting__bar {
  position: relative;
  top: -6px;
  z-index: 2;
  height: 6px;
  background-color: #00c7ff;
  border-radius: 4px 0 0 4px;
}

.voting__label {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  transition: 0.3s;
}

.voting__label .voting__option {
  position: relative;
}
.voting__label .voting__option::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 15px;
  width: 18px;
  height: 18px;
  border: 2px solid #5e85bf;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 0.3s;
}

.voting__input:checked + .voting__option::before {
  background-color: #00c7ff;
  border: 2px solid #00c7ff;
}

.voting__input[type=radio]:checked + .voting__option::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: -27px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
}

.voting__input[type=checkbox]:checked + .voting__option::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: -27px;
  top: 20px;
  width: 9px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.voting__label:hover .voting__option {
  text-decoration: underline;
  text-decoration-color: #00c7ff;
}
.voting__label:hover .voting__option::before {
  border: 2px solid #00c7ff;
}

.voting__label--disabled:hover::after {
  background-color: transparent;
}

.voting__input:disabled + .voting__option {
  color: #cccccc;
}

.voting__input:disabled + .voting__option::before {
  border: 2px solid #cccccc;
}

@media (max-width: 767px) {
  .voting {
    padding: 20px 24px;
  }
}
.theme__top-container {
  box-sizing: border-box;
  position: relative;
  z-index: -1;
  margin-top: -32px;
  margin-bottom: 30px;
  padding-top: 136px;
  padding-bottom: 32px;
  min-height: 208px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.theme__top-container::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 200px;
  width: 100%;
  height: 100px;
  filter: blur(128px);
  background-color: #ffffff;
  opacity: 0.9;
}

.theme__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.theme__container {
  display: flex;
  justify-content: space-between;
}

.theme__content-wrapper {
  width: 928px;
  display: flex;
  justify-content: space-between;
}

.theme__column {
  width: 608px;
}

.theme__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.theme__column-bottom {
  width: 928px;
}

.theme__aside {
  width: 288px;
}

.theme__aside-bottom {
  margin-bottom: 25px;
}

.theme__aside--tablet {
  display: none;
}

.theme__tabs {
  margin-bottom: 40px;
  padding-top: 40px;
}
.theme__tabs .main-aside__list {
  max-height: 800px;
}

.theme__description {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}

.theme__slider {
  width: 908px;
  margin-bottom: 56px;
}

.theme__container-bottom {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.theme__actual-themes {
  width: 288px;
}

.theme__load-container {
  width: 928px;
}

.theme__small-cards {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.theme__small-cards .theme__item {
  margin-right: 32px;
}
.theme__small-cards .theme__item:nth-child(4n) {
  margin-right: 0;
}
.theme__small-cards .card {
  width: 208px;
}

@media (max-width: 1300px) {
  .theme__title {
    font-size: 32px;
    line-height: 40px;
  }

  .theme__aside--desctop {
    display: none;
  }

  .theme__aside--tablet {
    display: block;
  }

  .theme__column-bottom {
    width: 608px;
  }
}
@media (max-width: 1023px) {
  .theme__top-container {
    min-height: 108px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .theme__top-container::before {
    top: 100px;
  }

  .theme__title {
    font-size: 22px;
    line-height: 24px;
  }

  .theme__aside {
    width: 216px;
  }
  .theme__aside .subscribes {
    position: static;
  }

  .theme__content-wrapper {
    width: 100%;
  }

  .theme__column {
    width: 456px;
  }

  .theme__slider {
    width: 100%;
    margin-bottom: 40px;
  }

  .theme__container-bottom {
    margin-top: 56px;
  }

  .theme__actual-themes {
    width: 216px;
  }

  .theme__column-bottom {
    width: 456px;
  }

  .theme__load-container {
    width: 100%;
  }

  .theme__small-cards .theme__item {
    margin-right: 24px;
  }
  .theme__small-cards .theme__item:nth-child(4n) {
    margin-right: 24px;
  }
  .theme__small-cards .theme__item:nth-child(3n) {
    margin-right: 0;
  }
  .theme__small-cards .card {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .theme__content-wrapper {
    flex-direction: column;
  }

  .theme__column {
    width: 100%;
  }

  .theme__container-bottom {
    flex-direction: column;
  }

  .theme__column-bottom {
    order: 1;
    width: 100%;
  }

  .theme__load-container {
    order: 2;
  }

  .theme__aside-bottom {
    order: 3;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .theme__aside-bottom .theme__aside--tablet {
    width: 100%;
  }
  .theme__aside-bottom .theme__actual-themes {
    width: 320px;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .theme__list {
    width: 100%;
  }

  .theme__item {
    width: calc(50% - 12px);
  }

  .theme__small-cards {
    justify-content: space-between;
  }
  .theme__small-cards .theme__item {
    margin-right: 0;
    width: calc(50% - 12px);
  }
  .theme__small-cards .theme__item:nth-child(3n) {
    margin-right: 0;
  }
  .theme__small-cards .theme__item:nth-child(4n) {
    margin-right: 0;
  }
  .theme__small-cards .card {
    width: 100%;
  }
}
@media (max-width: 456px) {
  .theme__item {
    width: 100%;
  }

  .theme__small-cards .theme__item {
    width: 100%;
  }
  .theme__small-cards .card {
    width: 100%;
  }
}
.themes__title {
  margin-bottom: 18px;
}

.themes__hot {
  margin-bottom: 15px;
  position: relative;
  padding-left: 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #00c7ff;
}
.themes__hot::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static2020/images/hot-icon.svg");
}

.themes__title-hot {
  margin: 0;
  margin-bottom: 25px;
  width: max-content;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.themes__title-hot a {
  color: #1e4989;
  text-decoration: none;
  border-bottom: 1px solid #00c7ff;
}

.themes__container {
  display: flex;
  justify-content: space-between;
}

.themes__content-wrapper {
  width: 928px;
}

.themes__small-cards {
  width: 928px;
}
.themes__small-cards .card {
  width: 208px;
}

.themes__other-themes {
  margin-bottom: 24px;
}

.themes__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.themes__list--before-banner {
  margin-bottom: 48px;
}

.themes__list--after-banner {
  margin-top: 80px;
}
.themes__list--after-banner .themes__item:nth-child(1) {
  display: none;
}

.themes__theme-list {
  list-style: none;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.themes__theme {
  margin-bottom: 24px;
}

.themes__aside {
  margin-bottom: 24px;
}

.themes__aside-mobile {
  display: none;
}

.themes__small-cards .themes__list {
  justify-content: flex-start;
}
.themes__small-cards .themes__item {
  margin-right: 32px;
}
.themes__small-cards .themes__item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1300px) {
  .themes__container {
    width: 928px;
  }

  .themes__content-wrapper {
    width: 608px;
  }

  .themes__list {
    width: 100%;
  }

  .themes__list--before-banner .themes__item:nth-child(9) {
    display: none;
  }

  .themes__list--after-banner .themes__item:nth-child(1) {
    display: block;
  }

  .themes__aside .subscribes {
    position: static;
  }
}
@media (max-width: 1023px) {
  .themes__container {
    width: 696px;
  }

  .themes__content-wrapper {
    width: 456px;
  }

  .themes__hot {
    font-size: 15px;
  }

  .themes__title-hot {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .themes__small-cards {
    width: 100%;
  }
  .themes__small-cards .card {
    width: 216px;
  }
  .themes__small-cards .themes__item {
    margin-right: 24px;
  }
  .themes__small-cards .themes__item:nth-child(4n) {
    margin-right: 24px;
  }
  .themes__small-cards .themes__item:nth-child(3n) {
    margin-right: 0;
  }

  .themes__theme-list {
    margin-bottom: 0;
  }

  .themes__list--before-banner {
    margin-bottom: 16px;
  }

  .themes__list--after-banner {
    margin-top: 56px;
  }

  .themes__aside {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .themes__aside {
    display: none;
  }

  .themes__aside-mobile {
    display: block;
  }

  .themes__container {
    width: 100%;
  }

  .themes__content-wrapper {
    width: 100%;
  }

  .themes__list {
    width: 100%;
  }

  .themes__item {
    width: calc(50% - 12px);
  }
  .themes__item .card {
    width: 100%;
  }

  .themes__theme {
    width: calc(50% - 12px);
  }
  .themes__theme .card-theme {
    width: 100%;
  }
  .themes__theme .card-theme__image {
    width: 100%;
  }

  .themes__small-cards .themes__list {
    justify-content: space-between;
  }
  .themes__small-cards .card {
    width: 100%;
  }
  .themes__small-cards .themes__item {
    margin-right: 0;
  }
  .themes__small-cards .themes__item:nth-child(4n) {
    margin-right: 0;
  }
  .themes__small-cards .themes__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 456px) {
  .themes__item {
    width: 100%;
  }

  .themes__small-cards .card {
    width: 100%;
  }

  .themes__theme {
    width: 100%;
  }
  .themes__theme .card {
    width: 100%;
  }
  .themes__theme .card-theme {
    width: 100%;
  }
  .themes__theme .card-theme__image {
    width: 100%;
  }
}
.archive__bottom {
  width: 928px;
}

.news__aside-mobile {
  display: none;
}

.archive__aside .calendar__fastdate {
  display: none;
}

.archive__aside {
  margin-bottom: 24px;
}

@media (max-width: 1300px) {
  .archive__bottom {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .archive__aside {
    width: 216px;
  }

  .archive__aside .subscribes {
    position: static;
  }
}
@media (max-width: 767px) {
  .archive__aside {
    display: none;
  }

  .news__aside-mobile {
    display: block;
    margin-bottom: 25px;
  }
}
.support__form {
  width: 608px;
  display: flex;
  flex-direction: column;
  margin-bottom: 37px;
}

.support__row-wrapper {
  display: flex;
  justify-content: space-between;
}
.support__row-wrapper--bottom {
  margin-bottom: 32px;
}

.support__field {
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 288px;
}

.support__submit {
  width: 288px;
  padding: 12px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.support__description {
  width: 288px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d8d8d;
}

.support__label {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 48px;
}

.support__textarea {
  width: 608px;
  min-height: 96px;
  max-width: 100%;
}

.support__email {
  width: 608px;
  max-width: 100%;
  margin-bottom: 24px;
}

.support__uploaded-files {
  list-style: none;
  margin: 0;
  padding: 0;
}

.support__uploaded-file {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  color: #333333;
  border-bottom: 2px dashed #dae6f0;
}
.support__uploaded-file:first-child {
  border-top: 2px dashed #dae6f0;
}
.support__uploaded-file:last-child {
  margin-bottom: 24px;
}

.support__file-name {
  margin: 0;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.support__file-label {
  display: flex;
  margin-bottom: 32px;
  width: 100%;
  height: 88px;
  align-items: center;
  justify-content: center;
  border: 2px dashed #dae6f0;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #333333;
}

.support__file-label.dragover {
  border: 2px dashed #00c7ff;
}

.support__file-choose {
  color: #333333;
  border-bottom: 1px dashed #00c7ff;
  transition: 0.3s;
}
.support__file-choose:hover {
  color: #00c7ff;
  border-bottom: 1px solid #00c7ff;
}
.support__file-choose:active {
  color: #8d8d8d;
  border-bottom: none;
}

#support-file:focus + label {
  border: 2px dashed #00c7ff;
}

.support__delete-file {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  outline: none;
}
.support__delete-file::before, .support__delete-file::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #ff4545;
}
.support__delete-file::before {
  top: 20px;
  left: 12px;
  transform: rotate(-45deg);
}
.support__delete-file::after {
  top: 20px;
  left: 12px;
  transform: rotate(45deg);
}

.support__confirm-wrapper {
  position: absolute;
  display: none;
  justify-content: space-between;
  width: 175px;
  height: 40px;
  top: 0;
  right: 0;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
}

.support__question {
  color: #1e4989;
}

.support__confirm-delete,
.support__cancel-delete {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.support__confirm-delete span {
  color: #ff4545;
  border-bottom: 1px solid rgba(255, 69, 69, 0.5);
}

.support__cancel-delete span {
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.support__file-list {
  position: relative;
  width: 100%;
  height: 88px;
  margin-bottom: 32px;
}

.support__file {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .support__form {
    width: 456px;
    max-width: 100%;
  }

  .support__row-wrapper {
    flex-direction: column;
  }

  .support__field {
    width: 100%;
  }

  .support__row-wrapper--bottom {
    flex-direction: row;
  }

  .support__submit {
    width: 213px;
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  .support__row-wrapper--bottom {
    flex-direction: column;
  }

  .support__submit {
    margin-bottom: 15px;
    margin-right: 0;
    width: 320px;
  }
}
.select .text,
.container-project .text,
.container-type .text {
  position: absolute;
  display: block;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 48px;
  background-color: #f0f9fd;
}

.select .close,
.container-project .close,
.container-type .close {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 11;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  transform: rotate(180deg);
}

.select,
.container-project,
.container-type {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  line-height: 30px;
  position: relative;
  z-index: 10;
}

.select input[name=type]:not(:checked) ~ .text,
.container-project input[name=project]:not(:checked) ~ .text,
.container-type input[name=type]:not(:checked) ~ .text {
  color: #333333;
  background-color: #f0f9fd;
}

.select input[name=type]:checked ~ .text,
.container-project input[name=project]:checked ~ .text,
.container-type input[name=type]:checked ~ .text {
  background: transparent;
  color: transparent;
  z-index: 2;
}

.select input[name=type]:checked ~ .text,
.container-project input[name=project]:checked ~ .text,
.container-type input[name=type]:checked ~ .text {
  background: transparent;
  color: transparent;
  z-index: 2;
}

#select:disabled ~ .items .text,
#select-project:disabled ~ .items .text,
#select-type:disabled ~ .items .text {
  background-color: #ffffff;
  color: #8d8d8d;
}

#select:disabled ~ .items,
#select-project:disabled ~ .items,
#select-type:disabled ~ .items {
  border: 1px solid #cccccc;
}

#select:disabled ~ .items .close path,
#select-project:disabled ~ .items .close path,
#select-type:disabled ~ .items .close path {
  stroke: #cccccc;
}

.items {
  display: block;
  min-height: 48px;
  position: absolute;
  border: 1px solid #dae6f0;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

#select:not(:checked) ~ .items,
#select-project:not(:checked) ~ .items,
#select-type:not(:checked) ~ .items {
  height: 48px;
}

.items label {
  border-top: 1px solid #dae6f0;
  display: none;
  padding: 0 16px;
  background-color: #f0f9fd;
  font-weight: 400;
  font-size: 15px;
  line-height: 48px;
}

.items label:hover {
  background-color: #e5f0fa;
  cursor: pointer;
}

.items label:active {
  background-color: #dae6f0;
}

#select:checked ~ .items,
#select-project:checked ~ .items,
#select-type:checked ~ .items {
  padding-top: 48px;
}

#select:checked ~ .items label,
#select-project:checked ~ .items label,
#select-type:checked ~ .items label {
  display: block;
}

.items input:checked + label {
  display: block !important;
  border: none;
  background-color: #f0f9fd;
}

#select:checked ~ .bg,
#select-project:checked ~ .bg,
#select-type:checked ~ .bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

#select:checked ~ .items .close,
#select-project:checked ~ .items .close,
#select-type:checked ~ .items .close {
  top: 8px;
  transform: rotate(0);
}

.feedback__form {
  display: flex;
  flex-direction: column;
  margin-bottom: 37px;
}

.feedback__label {
  font-weight: 500;
  font-size: 15px;
  line-height: 48px;
  color: #333333;
  cursor: pointer;
}

.feedback__textarea {
  width: 608px;
  min-height: 96px;
  max-width: 100%;
}

.feedback__email {
  width: 608px;
  max-width: 100%;
  margin-bottom: 40px;
}

.feedback__submit {
  width: 288px;
  margin-right: 32px;
  padding: 12px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border: 0;
  border-radius: 24px;
}

.feedback__prompt {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d8d8d;
  cursor: pointer;
  text-align: center;
}

.feedback__bottom {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .feedback__submit {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .feedback__bottom {
    flex-direction: column;
  }
}
.agree {
  margin-bottom: 40px;
}

.agree__text {
  margin: 0;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

@media (max-width: 1300px) {
  .agree__text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .agree {
    margin-bottom: 25px;
  }

  .agree__text {
    margin-bottom: 24px;
  }
}
.rubrics {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 288px;
  box-sizing: border-box;
  padding: 30px 44px 40px 44px;
  background-color: #f0f9fd;
  border-radius: 8px;
  display: none;
}

.rubrics__container {
  position: relative;
  width: 928px;
}

.rubrics-mobile-menu {
  position: fixed;
  width: 288px;
  height: 660px;
  margin-left: -144px;
  margin-top: -330px;
  left: 50%;
  top: 50%;
  z-index: 5000;
  box-sizing: border-box;
  padding: 30px 44px 40px 44px;
  background-color: #f0f9fd;
  border-radius: 8px;
  display: none;
}

.rubrics-mobile-menu__container {
  position: relative;
}

.rubrics__open {
  display: flex;
  padding: 11px 12px;
  height: 40px;
  gap: 6px;
  align-items: center;
  border: none;
  border-radius: 40px;
  background-color: #00c7ff;
  color: #fff;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}
.rubrics__open:hover {
  background-color: #3dd2fb;
}
.rubrics__open:active {
  background-color: #0eb9e9;
}
.rubrics__open--mobile {
  display: none;
}

.rubrics__close {
  position: absolute;
  z-index: 25;
  top: 24px;
  right: 24px;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #dae6f0;
  background-color: transparent;
  outline: none;
  transition: 0.3s;
}
.rubrics__close::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 21px;
  width: 18px;
  height: 2px;
  background-color: #1e4989;
  transform: rotate(-45deg);
}
.rubrics__close::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 21px;
  width: 18px;
  height: 2px;
  background-color: #1e4989;
  transform: rotate(45deg);
}
.rubrics__close:hover {
  border: 2px solid #00c7ff;
}
.rubrics__close:active {
  border: 2px solid #00c7ff;
  background-color: rgba(0, 199, 255, 0.3);
}

.rubrics__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 39px;
}
.rubrics__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("/static2020/images/rubrics-icon--title.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.rubrics__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rubrics__link {
  position: relative;
  padding-left: 39px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
.rubrics__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/rubrics-icon.svg"), url("/static2020/images/category-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: center, right 200px;
}
.rubrics__link:hover {
  color: #3dd2fb;
}
.rubrics__link:active {
  color: #0eb9e9;
}

.rubrics__link--active {
  color: #00c7ff;
}

.rubrics__link--active::before {
  background-image: url("/static2020/images/rubrics-icon--active.svg"), url("/static2020/images/category-icon-black.svg");
}

.rubrics__card-pinned {
  position: relative;
}

.rubrics__card-pinned .card-pinned::after {
  display: none;
}

.rubrics__overlay {
  display: none;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@media (max-width: 1023px) {
  .rubrics__container {
    width: 696px;
  }
}
@media (max-width: 767px) {
  .rubrics__container {
    width: 100%;
  }

  .rubrics {
    width: auto;
    left: 0;
    right: 0;
  }
}
#pinned-bar {
  position: fixed;
  z-index: 100;
  background-color: #231f20;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
}
#pinned-bar .w {
  position: relative;
  margin: 0 auto;
  padding: 5px 25px;
  width: 980px;
  max-width: 100%;
  text-align: center;
}
#pinned-bar a {
  color: #ffffff;
  transition: 0.3s;
}
#pinned-bar a:hover {
  text-decoration-color: #00c7ff;
}
#pinned-bar .close {
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  width: 15px;
  height: 15px;
  background-image: url("/static2020/images/popup-close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.textInput {
  width: 100%;
  padding: 16px 0 16px 40px;
  border: none;
  border-bottom: 2px solid #dae6f0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.textInput::placeholder {
  color: #cccccc;
}

.search-form {
  position: relative;
  margin-bottom: 40px;
}
.search-form button {
  position: absolute;
  left: -8px;
  bottom: 5px;
  display: block;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  padding: 0;
  background-image: url("/static2020/images/search-blue.svg"), url("/static2020/images/search-hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.search-form button:hover, .search-form button:focus {
  background-image: url("/static2020/images/earch-hover.svg"), url("/static2020/images/search-blue.svg");
}

.participants-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.participant {
  margin-bottom: 30px;
}

.participant img {
  width: 288px;
  margin-bottom: 5px;
}

.participant__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.participant__votes {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #8d8d8d;
  padding-left: 18px;
}
.participant__votes::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 24px;
  height: 24px;
  background-image: url("/static2020/images/election-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.participant__row {
  display: flex;
  justify-content: space-between;
}

.participant__btn {
  padding: 0;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #00c7ff;
  cursor: pointer;
}
.participant__btn:hover {
  color: #3dd2fb;
}

.rte-election .article-badge {
  font-weight: 500;
}

@media (max-width: 1023px) {
  .participant {
    margin-bottom: 17px;
  }

  .participant img {
    width: 216px;
  }

  .participant__title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .participant {
    width: 100%;
    margin-bottom: 25px;
  }

  .participant img {
    width: 100%;
  }

  .search-form {
    margin-bottom: 24px;
  }
}
.external-news-links {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .external-news-links {
    flex-direction: column;
    align-items: flex-start;
  }
}

.external-news-items-wrapper {
  display: flex;
  flex: 1 auto;
}
@media (max-width: 540px) {
  .external-news-items-wrapper {
    width: 100%;
  }
}

.external-news-link {
  text-decoration: none;
  background: #fff;
  display: inline-block;
  box-shadow: 0px 0.80009px 4.80053px rgba(32, 33, 36, 0.28);
  overflow: hidden;
  height: 36px;
  width: 144px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  flex-grow: 1;
}

.external-news-ya {
  background-image: url(/static2020/images/yandexnews_btn.svg);
  border-radius: 6px 0 0 6px;
}

.external-news-goo {
  background-image: url(/static2020/images/googlenews_btn.svg);
  border-radius: 0 6px 6px 0;
}

@media (hover: hover) {
  .material-footer-emo-comments:hover {
    background: url("/emo/comments_hover.svg");
  }

  .material-footer-emo-share:hover {
    background: url("/emo/share_hover.svg");
  }
}
@media (hover: none) {
  .material-footer-emo-comments:hover {
    background: url("/emo/comments.svg");
  }

  .material-footer-emo-share:hover {
    background: url("/emo/share.svg");
  }
}
.material-footer-emo {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

.material-footer-emo-right {
  display: inline-block;
  margin-left: 10px;
  margin-right: 0;
}

.material-footer-emo-count {
  display: block;
  color: #aaa;
  text-align: center;
  font-size: small;
}

.material-footer-emo-img {
  width: 40px;
  height: 40px;
}

.material-footer-emo-comments {
  background: url("/emo/comments.svg");
}

.material-footer-emo-comments.comments-active {
  background: url("/emo/comments_hover.svg");
}

.material-footer-emo-share {
  background: url("/emo/share.svg");
}

.material-footer-emo-share.share-active {
  background: url("/emo/share_hover.svg");
}

.material-footer-emo-like {
  background: url("/emo/like.svg");
  cursor: pointer;
}

.material-footer-emo-like:hover {
  background: url("/emo/like_hover.svg");
}

.material-footer-emo-like.emo-active {
  background: url("/emo/like_hover.svg");
  cursor: default;
}

.material-footer-emo-smile {
  background: url("/emo/smile.svg");
  cursor: pointer;
}

.material-footer-emo-smile:hover {
  background: url("/emo/smile_hover.svg");
}

.material-footer-emo-smile.emo-active {
  background: url("/emo/smile_hover.svg");
  cursor: default;
}

.material-footer-emo-sad {
  background: url("/emo/sad.svg");
  cursor: pointer;
}

.material-footer-emo-sad:hover {
  background: url("/emo/sad_hover.svg");
}

.material-footer-emo-sad.emo-active {
  background: url("/emo/sad_hover.svg");
  cursor: default;
}

.material-footer-emo-evil {
  background: url("/emo/evil.svg");
  cursor: pointer;
}

.material-footer-emo-evil:hover {
  background: url("/emo/evil_hover.svg");
}

.material-footer-emo-evil.emo-active {
  background: url("/emo/evil_hover.svg");
  cursor: default;
}

.material-footer-social-img {
  display: inline-block;
  width: 33px;
  height: 33px;
}

.material-footer-social-vk-img {
  background: url("/social/vk.svg");
}

.material-footer-social-vk-img:hover {
  background: url("/social/vk_hover.svg");
}

.material-footer-social-telegram-img {
  background: url("/social/telegram.svg");
}

.material-footer-social-telegram-img:hover {
  background: url("/social/telegram_hover.svg");
}

.material-footer-social-whatsup-img {
  background: url("/social/whatsup.svg");
}

.material-footer-social-whatsup-img:hover {
  background: url("/social/whatsup_hover.svg");
}

.material-footer-social-ok-img {
  background: url("/social/ok.svg");
}

.material-footer-social-ok-img:hover {
  background: url("/social/ok_hover.svg");
}

.material-footer-tag {
  display: inline-block;
  color: #aaa;
  font-size: small;
  background-color: #eee;
  border-radius: 5px;
  padding: 3px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.material-footer-tag-link {
  text-decoration: none;
  color: #aaa;
}

.material-footer-tag-link:hover {
  color: #333;
}

.material-footer-social-link {
  text-decoration: none;
}

.material-footer-social-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.material-footer-social {
  width: 156px;
  box-shadow: 2px 2px 2px #ddd;
  border-radius: 5px;
  padding: 0 5px;
}

/*# sourceMappingURL=app.css.map */
