@charset "UTF-8";

@-webkit-keyframes pulse {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

@-moz-keyframes pulse {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

@-o-keyframes pulse {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

@keyframes pulse {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

a,
body,
button,
cite,
input,
li,
p,
select,
span,
textarea {
  font-weight: 400;
  font-size: 14px;
  color: #282e33
}

a,
body,
button,
cite,
h1,
h2,
h3,
h4,
input,
li,
p,
select,
span,
sup,
textarea {
  font-family: "PT Sans", sans-serif
}

main {
  overflow: hidden;
  min-height: -webkit-calc(100vh - 246px);
  min-height: -moz-calc(100vh - 246px);
  min-height: calc(100vh - 246px)
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
  margin: 0
}

a,
a:hover {
  text-decoration: none
}

a:hover {
  color: inherit
}

a:focus {
  color: inherit;
  text-decoration: none
}

li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

button {
  border: 0;
  outline: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

img{
    width: auto;
    height: auto;
}

.container {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 56px
}

@media screen and (max-width:1120px) {
  .container {
    max-width: 100%;
    padding: 0 56px
  }
}

@media screen and (max-width:991px) {
  .container {
    max-width: 100%
  }
}

@media screen and (max-width:767px) {
  .container {
    max-width: 100%;
    padding: 0 20px
  }
}

.hiden,
.hiden-two {
  overflow: hidden;
  padding-right: 17px
}

@media (max-width:767px) {

  a,
  body,
  button,
  cite,
  input,
  li,
  p,
  select,
  span,
  textarea {
    font-weight: 400;
    font-size: 14px;
    color: #282e33
  }
}

.page-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: -webkit-calc(100vh - 209px);
  min-height: -moz-calc(100vh - 209px);
  min-height: calc(100vh - 209px);
  position: relative;
  z-index: 20;
  max-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sidebar-page {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 265px 0 0;
  max-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top;
  position: -webkit-sticky;
  position: sticky;
  max-height: 100vh;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.sidebar-page--no-offset {
  margin-top: 0
}

.sidebar-page img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top
}

.sidebar-page--inner {
  margin: 0
}

.content-page {
  max-width: 1520px;
  background-color: #fff;
  width: 100%;
  -webkit-flex-shrink: inherit;
  -ms-flex-negative: inherit;
  flex-shrink: inherit
}

@font-face {
  font-family: 'PT Sans';
  src: url(../fonts/PT_Sans/ptsans.ttf);
  src: url(../fonts/PT_Sans/ptsans.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  src: url(../fonts/PT_Sans/ptsansbold.ttf);
  src: url(../fonts/PT_Sans/ptsansbold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  background-color: #babfc5
}

.logo {
  display: block
}

.show-flack {
  margin-bottom: -271px;
  position: relative;
  z-index: 10
}

.show-flack__close {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  right: 24px;
  top: 24px;
  background-color: rgba(0, 0, 0, .4)
}

.show-flack__close::after,
.show-flack__close::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -webkit-calc(50% - .5px);
  right: -moz-calc(50% - .5px);
  right: calc(50% - .5px);
  bottom: 5px;
  width: 1px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.show-flack__close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.show-flack img {
  min-height: 475px
}

.show-ba-sect {
  margin-bottom: 49px
}

.show-ba-sect img,
.show-flack img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.show-ba-sect--change {
  margin-bottom: 31px
}

.show-ba-sect--no-offset {
  margin: 0
}

.date {
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, .5)
}

.gray-bg {
  background-color: rgba(231, 233, 236, .5)
}

.title-page {
  font-size: 26px;
  line-height: 32px
}

.play-block {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.play-block--category .play-block__text {
  text-transform: uppercase
}

.play-block__play,
.play-block__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.play-block__time {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .3px;
  background-color: rgba(40, 46, 51, .6);
  padding: 0 13px
}

.play-block__play {
  background-color: #fdcd08;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer
}

.play-block__play svg {
  width: 10px;
  height: 10px;
  fill: #282e33
}

.play-block__play::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffce6), to(#fee88c));
  background: -webkit-linear-gradient(top, #fffce6 0%, #fee88c 100%);
  background: -moz-linear-gradient(top, #fffce6 0%, #fee88c 100%);
  background: -o-linear-gradient(top, #fffce6 0%, #fee88c 100%);
  background: linear-gradient(180deg, #fffce6 0%, #fee88c 100%)
}

.play-block__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9d9c8f), to(#63625d));
  background: -webkit-linear-gradient(top, #9d9c8f 0%, #63625d 100%);
  background: -moz-linear-gradient(top, #9d9c8f 0%, #63625d 100%);
  background: -o-linear-gradient(top, #9d9c8f 0%, #63625d 100%);
  background: linear-gradient(180deg, #9d9c8f 0%, #63625d 100%);
  padding: 7.5px 14px;
  position: relative
}

.play-block__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffce6), to(#fee88c));
  background: -webkit-linear-gradient(top, #fffce6 0%, #fee88c 100%);
  background: -moz-linear-gradient(top, #fffce6 0%, #fee88c 100%);
  background: -o-linear-gradient(top, #fffce6 0%, #fee88c 100%);
  background: linear-gradient(180deg, #fffce6 0%, #fee88c 100%)
}

.play-block__text--blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#0c5ca3), to(#0c4b82));
  background: -webkit-linear-gradient(top, #0c5ca3 0%, #0c4b82 100%);
  background: -moz-linear-gradient(top, #0c5ca3 0%, #0c4b82 100%);
  background: -o-linear-gradient(top, #0c5ca3 0%, #0c4b82 100%);
  background: linear-gradient(180deg, #0c5ca3 0%, #0c4b82 100%)
}

.play-block__text--blue-light {
  background: -webkit-gradient(linear, left top, left bottom, from(#50d4ff), to(#088bb5));
  background: -webkit-linear-gradient(top, #50d4ff 0%, #088bb5 100%);
  background: -moz-linear-gradient(top, #50d4ff 0%, #088bb5 100%);
  background: -o-linear-gradient(top, #50d4ff 0%, #088bb5 100%);
  background: linear-gradient(180deg, #50d4ff 0%, #088bb5 100%)
}

.play-block__text--violet {
  background: -webkit-gradient(linear, left top, left bottom, from(#510c8a), to(#310a52));
  background: -webkit-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: -moz-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: -o-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: linear-gradient(180deg, #510c8a 0%, #310a52 100%)
}

.play-block__text--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#88c428), to(#4e801c));
  background: -webkit-linear-gradient(top, #88c428 0%, #4e801c 100%);
  background: -moz-linear-gradient(top, #88c428 0%, #4e801c 100%);
  background: -o-linear-gradient(top, #88c428 0%, #4e801c 100%);
  background: linear-gradient(180deg, #88c428 0%, #4e801c 100%)
}

.play-block__text--white {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf));
  background: -webkit-linear-gradient(top, #fff 0%, #cfcfcf 100%);
  background: -moz-linear-gradient(top, #fff 0%, #cfcfcf 100%);
  background: -o-linear-gradient(top, #fff 0%, #cfcfcf 100%);
  background: linear-gradient(180deg, #fff 0%, #cfcfcf 100%);
  color: #282e33
}

.play-block__text--black {
  background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#000));
  background: -webkit-linear-gradient(top, #434343 0%, #000 100%);
  background: -moz-linear-gradient(top, #434343 0%, #000 100%);
  background: -o-linear-gradient(top, #434343 0%, #000 100%);
  background: linear-gradient(180deg, #434343 0%, #000 100%)
}

.play-block__text--broun {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2c979), to(#9b5b2d));
  background: -webkit-linear-gradient(top, #f2c979 0%, #9b5b2d 100%);
  background: -moz-linear-gradient(top, #f2c979 0%, #9b5b2d 100%);
  background: -o-linear-gradient(top, #f2c979 0%, #9b5b2d 100%);
  background: linear-gradient(180deg, #f2c979 0%, #9b5b2d 100%)
}

.play-block__text--yellow-line::before {
  background: #ff0
}

.play-block__text--gray-yellow-line::before {
  background: #e8d8a0
}

.play-block__text--red-line::before {
  background: #ff7a00
}

.play-block__category {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.play-block__category img {
  max-width: 18px
}

.play-block__category--blue {
  background: #093861
}

.play-block__category--violet {
  background: #25083e
}

.link-row-all {
  background-color: rgba(12, 92, 163, .1);
  position: relative;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.link-row-all:hover {
  background-color: rgba(12, 92, 163, .15)
}

.date-field__calendar .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-highlight a,
.date-field__calendar .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-highlight span,
.link-row-all:hover .link-row-all__text {
  color: #0c5ca3
}

.link-row-all:hover .link-row-all__arrow {
  stroke: #0c5ca3
}

.link-row-all::after,
.link-row-all::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 1px
}

.link-row-all::before {
  left: 0;
  background-color: #0c5ca3
}

.link-row-all::after {
  right: 0;
  background-color: red
}

.date-field__calendar .ui-datepicker .ui-datepicker-header,
.link-row-all__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0
}

.link-row-all__arrow,
.link-row-all__text {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.link-row-all__text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #282e33
}

.link-row-all__arrow {
  min-width: 18px;
  width: 18px;
  height: 16px;
  stroke: #282e33;
  margin-left: 10px
}

.date-field,
.date-field__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.date-field {
  z-index: 20;
  max-width: 260px
}

.date-field__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  border: 1px solid rgba(40, 46, 51, .1)
}

.date-field__field {
  font-size: 14px;
  line-height: 22px;
  max-width: 121px;
  background-color: transparent;
  margin-left: 8px;
  cursor: pointer
}

.date-field__wrap-arrow {
  width: 24px;
  height: 24px;
  border: 1px solid #282e33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.date-field__arrow {
  width: 10px;
  height: 10px
}

.date-field__drop-down {
  position: absolute;
  background-color: #fff;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 5;
  -webkit-box-shadow: 0 5px 10px 2px rgba(229, 229, 229, .3);
  -moz-box-shadow: 0 5px 10px 2px rgba(229, 229, 229, .3);
  box-shadow: 0 5px 10px 2px rgba(229, 229, 229, .3)
}

.date-field__calendar {
  width: 100%;
  background-color: #fff
}

.date-field__calendar .ui-datepicker {
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 6px !important;
  border: 0
}

.date-field__calendar .ui-datepicker .ui-helper-clearfix:after,
.date-field__calendar .ui-datepicker .ui-helper-clearfix:before,
.grid-post-collapse .play-block__play::before {
  display: none
}

.date-field__calendar .ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e7e9ec;
  min-height: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0
}

.date-field__calendar .ui-datepicker .ui-datepicker-header .ui-corner-all {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 56px;
  min-width: 56px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer
}

.date-field__calendar .ui-datepicker .ui-datepicker-header .ui-corner-all:hover {
  background: #e7e9ec !important
}

.date-field__calendar .ui-datepicker .ui-datepicker-header .ui-corner-all .ui-icon {
  background-image: url(../img/arrow-down.svg);
  background-position: center center;
  position: static;
  margin: 0
}

.date-field__calendar .ui-datepicker .ui-datepicker-header .ui-state-hover {
  border: 0 !important
}

.date-field__calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: -6px
}

.date-field__calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  line-height: inherit;
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.date-field__calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #282e33;
  font-family: 'PT Sans', sans-serif
}

.date-field__calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: -6px
}

.date-field__calendar .ui-datepicker .ui-datepicker-calendar thead th span {
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  color: rgba(65, 69, 72, .5)
}

.date-field__calendar .ui-datepicker .ui-datepicker-calendar tbody td a,
.date-field__calendar .ui-datepicker .ui-datepicker-calendar tbody td span {
  background: 0 0 !important;
  border: 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 0
}

.date-field__calendar .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-active {
  background: #0c5ca3 !important
}

.date-field__calendar .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-highlight {
  background: #e7e9ec !important
}

.date-field__calendar .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled {
  opacity: 0
}

.sm-icon-play {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 16px;
  width: 16px;
  height: 16px;
  background-color: #e7e9ec;
  margin-right: 8px
}

.news-post-sm__wrap-svg svg,
.sm-icon-play svg {
  width: 6.25px;
  height: 6.25px
}

.row-show {
  position: relative;
  overflow: hidden
}

.row-show__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-animation: zoom 6s linear infinite alternate;
  -moz-animation: zoom 6s linear infinite alternate;
  -o-animation: zoom 6s linear infinite alternate;
  animation: zoom 6s linear infinite alternate
}

@media (max-width:767px) {
  .row-show__bg {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
  }
}

.row-show__wrapper {
  padding: 13px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.row-show__wrap {
  position: relative;
  padding: 0 22px
}

.row-show__wrap span {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .05em;
  color: #fff;
  position: relative;
  z-index: 1
}

.row-show__circle {
  position: absolute;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: red;
  top: -webkit-calc(50% - 24px);
  top: -moz-calc(50% - 24px);
  top: calc(50% - 24px);
  left: 79%;
  -webkit-animation: go-reverse 4s linear infinite alternate;
  -moz-animation: go-reverse 4s linear infinite alternate;
  -o-animation: go-reverse 4s linear infinite alternate;
  animation: go-reverse 4s linear infinite alternate
}

.sect-padding {
  padding-top: 30px
}

.news-sect {
  padding: 0 0 30px
}

.news-sect .title-page {
  margin-bottom: 25px
}

.news-sect .link-row-all {
  margin-top: 33px
}

.grid-post-uncollapse {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 24px
}

.grid-post-uncollapse .post-sm-wrap {
  grid-row: span 2/auto;
  display: grid;
  row-gap: 24px
}

.news-post-big {
  grid-column: span 2/auto;
  grid-row: span 2/auto;
  position: relative;
  display: block
}

.news-post-big:hover .news-post-big__title {
  color: #fdcd08
}

.news-post-big::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(40, 46, 51, 0)), to(#282e33));
  background: -webkit-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
  background: -moz-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
  background: -o-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
  background: linear-gradient(180deg, rgba(40, 46, 51, 0) 50%, #282e33 100%);
  z-index: 10
}

.news-post-big__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@media (min-width:1200px) {
  .news-post-big__img {
    height: 100%
  }
}

.news-post-big__wrap-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 40px;
  z-index: 12
}

.news-post-big__date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  letter-spacing: .3px;
  display: block;
  margin-bottom: 8px
}

.news-post-big__title {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 28px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.news-post-big--change .news-post-big__wrap-text {
  padding-bottom: 28px
}

.news-post-big--change .news-post-big__title {
  margin: 0 0 16px
}

.news-post-big--change .news-post-big__date {
  text-transform: uppercase
}

.news-post-big--anim {
  overflow: hidden
}

.news-post-big--anim:hover .news-post-big__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.news-post-big .age {
  z-index: 11
}

.news-post-big--white-platform:hover .news-post-big__title {
  color: #0c5ca3
}

.news-post-big--white-platform:hover .news-post-big__wrap-text {
  background-color: #e7e9ec
}

.news-post-big--white-platform .news-post-big__wrap-text {
  position: relative;
  background-color: #fff;
  left: auto;
  bottom: auto;
  right: auto;
  padding-bottom: 32px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.news-post-big--white-platform .news-post-big__title,
.popular-issues .news-post-md__date b {
  color: #282e33
}

.news-post-big--white-platform .news-post-big__row,
.news-post-big__row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news-post-big--white-platform .play-block {
  margin-bottom: 23px
}

.issues-wrapper .news-post-big--white-platform .news-post-big__wrap-text {
  padding-bottom: 32px
}

.news-post-md {
  grid-row: span 2/auto;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e7e9ec;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.news-post-md:hover {
  background-color: #e7e9ec
}

.article-inner__wrap-text--link-row a:hover,
.news-post-md:hover .news-post-md__title,
.news-post-sm:hover .news-post-sm__text,
.news-post-sm:hover .news-post-sm__title {
  color: #0c5ca3
}

.news-post-md__wrap-img {
  position: relative;
  overflow: hidden;
  margin: -2px -1px 0
}

.news-post-md__img {
  width: 100%;
  margin-top: -1px
}

.news-post-md__wrap-text {
  padding: 23px 25px 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.news-post-md__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.news-post-md__date {
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  color: rgba(40, 46, 51, .5);
  letter-spacing: .3px;
  display: block;
}

.news-post-md .play-block {
  position: absolute;
  bottom: 0;
  left: 24px
}

.news-post-md__row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news-post-md__row,
.news-post-sm,
.news-post-sm__up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.news-post-sm {
  padding: 25px 24px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e7e9ec;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.news-post-sm:hover {
  background-color: #e7e9ec
}

.news-post-sm,
.news-post-sm:hover .news-post-sm__wrap-svg {
  background-color: #fff
}

.news-post-sm__up {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.news-post-sm__img {
  width: 100%;
  max-width: 88px;
  min-width: 88px;
  margin-right: 25px
}

.news-post-sm__title,
.news-post-sm__wrap-svg {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.news-post-sm__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700
}

.news-post-sm__wrap-svg {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  background-color: #e7e9ec;
  margin-right: 8px
}

.news-post-sm__wrap-svg svg {
  width: 6.25px;
  height: 6.25px
}

.news-post-sm__down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.news-post-sm__play-wrap {
  padding-right: 12px;
  position: relative;
  margin-right: 12px
}

.news-post-sm__play-wrap::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  height: 8px;
  width: 1px;
  background-color: rgba(40, 46, 51, .5)
}

.news-post-sm__date,
.news-post-sm__text {
  font-size: 12px;
  line-height: 13px;
  color: rgba(40, 46, 51, .5);
  font-weight: 700
}

.news-post-sm__date {
  display: inline;
  letter-spacing: .3px
}

.news-post-sm__text {
  letter-spacing: .2px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.sect-category {
  margin-bottom: 48px
}

.title-row,
.title-row__wrap-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.title-row {
  position: relative;
  margin-bottom: 24px
}

.title-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px
}

.title-row--violet .title-row__wrap-img {
  background: -webkit-gradient(linear, left top, left bottom, from(#510c8a), to(#310a52));
  background: -webkit-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: -moz-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: -o-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: linear-gradient(180deg, #510c8a 0%, #310a52 100%)
}

.title-row--violet::before {
  background-color: #310a52
}

.title-row--blue .title-row__wrap-img {
  background: -webkit-gradient(linear, left top, left bottom, from(#0c5ca3), to(#0c4b82));
  background: -webkit-linear-gradient(top, #0c5ca3 0%, #0c4b82 100%);
  background: -moz-linear-gradient(top, #0c5ca3 0%, #0c4b82 100%);
  background: -o-linear-gradient(top, #0c5ca3 0%, #0c4b82 100%);
  background: linear-gradient(180deg, #0c5ca3 0%, #0c4b82 100%)
}

.title-row--blue::before {
  background-color: #0c5ca3
}

.title-row--red .title-row__wrap-img {
  background: -webkit-gradient(linear, left top, left bottom, from(red), to(#8b0000));
  background: -webkit-linear-gradient(top, red 0%, #8b0000 100%);
  background: -moz-linear-gradient(top, red 0%, #8b0000 100%);
  background: -o-linear-gradient(top, red 0%, #8b0000 100%);
  background: linear-gradient(180deg, red 0%, #8b0000 100%)
}

.title-row--red::before {
  background-color: red
}

.title-row__wrap-img {
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px
}

.title-row__img {
  width: 24px
}

.grid-post-collapse {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.grid-post-collapse .news-post-big {
  grid-row: span 5/auto
}

.grid-post-collapse .post-sm-wrap {
  grid-row: span 3/auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.grid-post-collapse .post-sm-wrap .news-post-sm {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 -1px
}

.grid-post-collapse .news-post-md {
  grid-row: span 3/auto
}

.grid-post-collapse .link-row-all {
  grid-row: span 2/auto;
  grid-column: span 2/auto
}

.grid-post-collapse .link-row-all__wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 24px
}

.interesting {
  position: relative
}

.interesting .title-page {
  margin-bottom: 25px
}

.interesting .link-row-all {
  margin-bottom: 32px
}

.interesting-slider {
  overflow: visible;
  margin-bottom: 32px
}

.interesting-slider::after,
.interesting-slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 56px;
  z-index: 5
}

.interesting-slider::before {
  right: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.interesting-slider::after {
  left: 100%
}

.interesting-slider__block {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block
}

.interesting-slider__block:hover .interesting-slider__title {
  color: #fdcd08
}

.interesting-slider__wrap-text {
  min-height: 328px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 46, 51, 0)), to(rgba(40, 46, 51, .6)));
  background: -webkit-linear-gradient(top, rgba(40, 46, 51, 0) 0%, rgba(40, 46, 51, .6) 100%);
  background: -moz-linear-gradient(top, rgba(40, 46, 51, 0) 0%, rgba(40, 46, 51, .6) 100%);
  background: -o-linear-gradient(top, rgba(40, 46, 51, 0) 0%, rgba(40, 46, 51, .6) 100%);
  background: linear-gradient(180deg, rgba(40, 46, 51, 0) 0%, rgba(40, 46, 51, .6) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 21px 20px
}

.interesting-slider__title {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 18px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.interesting-slider__date {
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: .3px;
  color: rgba(255, 255, 255, .7)
}

.interesting-slider__arrow {
  width: 56px;
  height: 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -webkit-calc(50% - 40px);
  top: -moz-calc(50% - 40px);
  top: calc(50% - 40px);
  z-index: 21;
  cursor: pointer
}

.interesting-slider__arrow svg {
  width: 16px;
  height: 32px;
  stroke: #282e33
}

.interesting-slider__arrow--prev {
  right: 100%
}

.interesting-slider__arrow--next {
  left: 100%
}

.interesting-slider__arrow--next svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.breadcrumbs {
  background-color: #e7e9ec
}

.breadcrumbs--change .breadcrumbs__link::before,
.breadcrumbs__mob-arrow {
  display: none
}

.breadcrumbs__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0 4px
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.breadcrumbs__item:last-child .breadcrumbs__link::before {
  display: none
}

.breadcrumbs__wrap-img {
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.breadcrumbs__wrap-img--violet {
  background: -webkit-gradient(linear, left top, left bottom, from(#510c8a), to(#310a52));
  background: -webkit-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: -moz-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: -o-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: linear-gradient(180deg, #510c8a 0%, #310a52 100%)
}

.breadcrumbs__link {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .4px;
  font-weight: 700;
  padding: 14px 12px;
  display: block;
  position: relative
}

.breadcrumbs__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 4px);
  top: -moz-calc(50% - 4px);
  top: calc(50% - 4px);
  height: 8px;
  width: 1px;
  background-color: #282e33;
  opacity: .1
}

.breadcrumbs__link--active {
  color: rgba(40, 46, 51, .5)
}

.row-title-inner {
  padding-top: 25px;
  margin-bottom: 24px
}

.row-title-inner__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.row-title-inner .social__link {
  border-color: rgba(40, 46, 51, .1);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.row-title-inner .social__link:hover {
  border-color: #282e33
}

.row-title-inner .social__svg {
  fill: #282e33
}

.article-inner__wrap-text blockquote.none-arrow,
.article-inner__wrap-text ul,
.row-title-inner--change {
  margin-bottom: 30px
}

.title-inner {
  font-size: 40px;
  line-height: 48px
}

.projects-wrapper .news-post-big::before,
.tabs-row__content {
  display: none
}

.tabs-row__content--active {
  display: block
}

.tabs-row__nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.tabs-row__tab {
  padding: 16px 33px;
  font-size: 12px;
  line-height: 16px;
  color: #55585a;
  text-transform: uppercase;
  letter-spacing: .4px;
  display: block;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.tabs-row__tab--active {
  color: #282e33
}

.hash-slider,
.tabs-row__tab--active {
  background-color: #fdcd08
}

.hash-slider__container {
  margin-right: -56px
}

.hash-slider__slide {
  width: auto;
  margin-right: 32px
}

.hash-slider__link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #282e33;
  display: block;
  padding: 16px 0 20px
}

.hash-slider__link--active {
  color: rgba(40, 46, 51, .7)
}

.hash-slider--change {
  background-color: #310a52
}

.hash-slider--change .hash-slider__link {
  padding: 12px 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.hash-slider--change .hash-slider__link:hover,
.program-guide__link:hover span {
  color: #fdcd08
}

.grid-inner {
  padding-bottom: 40px;
  padding-top: 32px
}

.grid-inner .title-page {
  margin-bottom: 26px
}

.grid-inner__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px
}

.grid-inner__wrapper .link-row-all {
  grid-column: span 4/auto
}

.grid-inner__wrapper--change-offset {
  grid-gap: 16px
}

.grid-inner__wrapper--offset {
  margin-bottom: 32px
}

.grid-inner--no-offset-top {
  padding-top: 0
}

.video-sect__up {
  position: relative
}

.video-sect__row-air {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 56px;
  right: 56px;
  top: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.video-sect__row-air .rec-cicle {
  margin-bottom: 1px
}

.video-sect__text-air {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: .07em;
  font-weight: 400;
  color: #fff;
  margin-right: 8px
}

.video-sect__text-air:last-child {
  margin: 0
}

.video-sect__down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.video-sect__tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  background-color: #414548;
  padding: 16px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer
}

.video-sect__tab:first-child {
  padding-left: 56px
}

.video-sect__tab:last-child {
  padding-right: 56px;
  background-color: #e7e9ec
}

.video-sect__tab:last-child .video-sect__age,
.video-sect__tab:last-child .video-sect__caption {
  color: #000
}

.video-sect__tab:last-child .video-sect__time {
  color: #282e33
}

.video-sect__tab:last-child .video-sect__icon-play {
  fill: #282e33;
  stroke: #282e33
}

.video-sect__tab--active {
  background-color: #282e33
}

.video-sect__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.video-sect__img {
  max-width: 83px;
  min-width: 83px
}

.video-sect__wrap-text {
  padding-left: 21px
}

.video-sect__time {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .4px;
  color: #fff;
  opacity: .5;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.video-sect__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 7px
}

.video-sect__age,
.video-sect__caption,
.video-sect__icon-play {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.video-sect__icon-play {
  min-width: 15px;
  max-width: 15px;
  fill: #fff;
  stroke: #fff;
  max-height: 15px;
  margin-top: 3px;
  margin-right: 10px
}

.video-sect__age,
.video-sect__caption {
  font-size: 16px;
  line-height: 20px;
  color: #fff
}

.video-sect__age {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .4px;
  font-weight: 700;
  display: block
}

.article-inner__wrap-text blockquote.none-arrow::before,
.tv-program__block .news-post-sm__play-wrap::before,
.video-ether {
  display: none
}

.video-ether__video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.video-ether--active {
  display: block
}

.popular-issues {
  padding-bottom: 40px;
  padding-top: 36px;
  position: relative
}

.popular-issues::after,
.popular-issues::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10
}

.popular-issues::before {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 80px
}

.popular-issues::after {
  right: 0;
  width: 120px
}

.popular-issues .title-page {
  margin-bottom: 20px;
  position: relative;
  z-index: 11
}

.popular-issues__slider {
  margin: 0 -200px;
  padding: 0 200px;
  height: 100%
}

.popular-issues__wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%
}

.popular-issues__slide {
  max-width: 208px;
  height: auto
}

.popular-issues__slide .news-post-md {
  height: 100%
}

.popular-issues__arrow {
  width: 56px;
  height: 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -webkit-calc(50% - 40px);
  top: -moz-calc(50% - 40px);
  top: calc(50% - 40px);
  cursor: pointer;
  z-index: 40;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.popular-issues__arrow--prev {
  left: 0
}

.popular-issues__arrow--next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.popular-issues__arrow svg {
  width: 16px;
  height: 32px;
  stroke: #282e33
}

.popular-issues .swiper-button-disabled {
  opacity: 0
}

.popular-issues .news-post-md__date {
  text-transform: inherit;
  font-size: 12px;
  line-height: 16px
}

.popular-issues .news-post-md__date b {
  color: #282e33
}

.age {
  width: auto;
  min-height: 20px;
  display: block;
  background-color: rgba(40, 46, 51, .8);
  border-left: 1px solid red;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .4px;
  padding: 3px 6px
}

.six-columns {
  padding-bottom: 32px
}

.six-columns__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 32px
}

.six-columns__wrapper .news-post-md {
  grid-column: span 2/auto
}

.six-columns__wrapper .news-post-big {
  grid-column: span 3/auto
}

.six-columns__wrapper .link-row-all {
  grid-column: span 6/auto
}

.content-wrap__wrap-img {
  display: block;
  margin-bottom: 37px
}

.content-wrap__img-ban {
  width: 100%
}

.content-wrap .container {
  max-width: 928px
}

.article-inner__wrap-text p,
.content-wrap__wrap-text p {
  font-size: 18px;
  line-height: 24px;
  color: rgba(10, 26, 49, .7);
  margin-bottom: 10px
}

.content-wrap .popular-issues {
  overflow: hidden
}

.content-wrap .popular-issues__slider {
  padding: 0;
  margin: 0;
  overflow: visible
}

.center-wrap .container {
  padding: 0;
  max-width: 992px
}

.date-article {
  font-size: 14px;
  line-height: 24px;
  color: #282e33;
  opacity: .5;
  display: block;
  margin: 10px 0 15px
}

.article-inner__wrap-img {
  margin-bottom: 28px
}

.article-inner__wrap-slider,
.article-inner__wrap-video {
  margin-bottom: 28px;
  position: relative;
  z-index: 31
}

.article-inner .news-post-sm,
.article-inner__wrap-text a {
  position: relative;
  z-index: 31
}

.article-inner__img {
  width: 100%
}

.article-inner__img-name {
  font-size: 12px;
  line-height: 16px;
  color: rgba(40, 46, 51, .5);
  padding: 12px 0;
  border-bottom: 1px solid #e7e9ec;
  display: block
}

.article-inner__wrap-text p {
  margin-bottom: 30px
}

.article-inner__wrap-text a {
  font-size: 18px;
  line-height: 24px;
  color: #0c5ca3
}

.article-inner__wrap-text h2,
.article-inner__wrap-text h3,
.article-inner__wrap-text h4 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 23px
}

.article-inner__wrap-text li,
.article-inner__wrap-text span {
  font-size: 18px;
  line-height: 24px;
  color: rgba(10, 26, 49, .7);
  margin-bottom: 5px;
  display: block
}

.article-inner__wrap-text ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #282e33;
  -webkit-box-shadow: 0 0 0 2px #282e33;
  -moz-box-shadow: 0 0 0 2px #282e33;
  box-shadow: 0 0 0 2px #282e33
}

.article-inner__wrap-text ol {
  counter-reset: my-awesome-counter;
  margin-bottom: 30px
}

.article-inner__wrap-text ol li {
  counter-increment: my-awesome-counter
}

.article-inner__wrap-text ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 24px
}

.article-inner__wrap-text li {
  padding-left: 26px;
  position: relative
}

.article-inner__wrap-text blockquote {
  font-size: 24px;
  line-height: 32px;
  color: #282e33;
  padding: 15.5px 32px 15.5px 46px;
  border: 1px solid #e7e9ec;
  border-left: 2px solid #55585a;
  position: relative
}

.article-inner__wrap-text blockquote::before {
  content: "«";
  position: absolute;
  left: -2px;
  top: 16px;
  background-color: #fff;
  width: 15px;
  height: 26px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700
}

.article-inner__wrap-text--link-row {
  margin-bottom: 33px;
  position: relative;
  z-index: 31
}

.article-inner__wrap-text--link-row a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e9ec;
  color: #55585a;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 31
}

.article-inner__flex-post {
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #55585a;
  margin-bottom: 35px
}

.article-inner__flex-post .news-post-sm {
  margin-right: 8px;
  max-width: 328px;
  min-height: 176px
}

.article-inner__user-info {
  border: 1px solid #e7e9ec;
  margin-top: -1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 24px;
  margin-bottom: 28px
}

.article-inner__user-info img {
  max-width: 40px;
  min-width: 40px;
  margin-right: 16px
}

.article-inner__user-info p {
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  color: rgba(40, 46, 51, .5);
  letter-spacing: .4px;
  margin: 0
}

.article-inner__hash-row,
.article-inner__user-info,
.article-inner__wrapper-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.article-inner__wrapper-down {
  border-top: 1px solid rgba(85, 88, 90, .5);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 0 20px
}

.article-inner__hash-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 31
}

.article-inner__hash-link {
  font-size: 16px;
  line-height: 20px;
  color: #55585a;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 700;
  margin-right: 24px;
  margin-bottom: 9px;
  position: relative;
  z-index: 31
}

.article-inner__hash-link:hover {
  color: #0c5ca3
}

.article-inner .link-row-all {
  margin-bottom: 46px;
  position: relative;
  z-index: 31
}

.additionally-slider {
  padding-top: 36px;
  padding-bottom: 40px;
  position: relative;
  z-index: 31
}

.additionally-slider .title-page {
  margin-bottom: 26px
}

.additionally-slider__slide {
  max-width: 328px
}

.infinity-block {
  position: relative
}

.infinity-block:first-child .bg-shadow {
  display: none !important
}

.infinity-block .center-wrap {
  position: relative;
  z-index: 2
}

.infinity-block .article-inner__hash-link,
.infinity-block .social {
  position: relative;
  z-index: 31
}

.bg-shadow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 30
}

.tv-program {
  padding-bottom: 56px
}

.tv-program__up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px
}

.tv-program__wrap {
  margin-right: 16px
}

.tv-program__wrap:last-child {
  margin: 0
}

.tv-program__middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px
}

.tv-program__block {
  grid-row: span 8/auto;
  padding-bottom: 16px
}

.tv-program__block .news-post-sm {
  border: 0
}

.tv-program__block .news-post-sm:first-child {
  background-color: #282e33;
  color: #fff
}

.tv-program__block .news-post-sm:first-child .news-post-sm__age,
.tv-program__block .news-post-sm:first-child .news-post-sm__date {
  color: #fff
}

.tv-program__block .news-post-sm:nth-child(2) {
  background-color: #414548;
  color: #fff
}

.tv-program__block .news-post-sm:nth-child(2) .news-post-sm__age,
.tv-program__block .news-post-sm:nth-child(2) .news-post-sm__date {
  color: #fff
}

.tv-program__block .news-post-sm:last-child {
  background-color: #e7e9ec
}

.tv-program__block .news-post-sm__date {
  margin-bottom: 5px;
  display: block;
  text-transform: none;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700
}

.tv-program__block .news-post-sm__play-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.tv-program__block .news-post-sm__wrap-svg {
  margin-top: 2px
}

.tv-program__block .news-post-sm__age {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .4px;
  font-weight: 700
}

.tv-program__block .news-post-sm:hover .news-post-sm__title {
  color: inherit;
  opacity: .6
}

.tv-program__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 0;
  cursor: pointer
}

.tv-program__row:hover .tv-program__name {
  color: #0c5ca3
}

.tv-program__time {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: .4px;
  margin-right: 2%
}

.tv-program__name {
  font-size: 16px;
  line-height: 24px;
  margin-right: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.tv-program__age {
  font-size: 16px;
  line-height: 24px;
  color: rgba(10, 26, 49, .5)
}

.select+.ui-selectmenu-button {
  background-color: transparent;
  border: 1px solid rgba(40, 46, 51, .1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 8px
}

.select+.ui-selectmenu-button .ui-selectmenu-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #55585a;
  letter-spacing: .4px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.select+.ui-selectmenu-button .ui-selectmenu-icon {
  background-image: url(../img/arrow-down.svg);
  width: 24px;
  height: 24px;
  background-position: center center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: 1px solid #282e33
}

.ui-selectmenu-menu .ui-menu-item div {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #55585a;
  letter-spacing: .4px;
  padding: 12px 8px
}

.ui-widget.ui-widget-content {
  border: 0
}

.ui-selectmenu-button-open,
.ui-selectmenu-open {
  -webkit-box-shadow: 0 5px 10px 2px rgba(229, 229, 229, .3);
  -moz-box-shadow: 0 5px 10px 2px rgba(229, 229, 229, .3);
  box-shadow: 0 5px 10px 2px rgba(229, 229, 229, .3)
}

.ui-selectmenu-button-open {
  border-color: transparent !important
}

.ui-widget-content .ui-state-active {
  background-color: #e7e9ec;
  border: 0;
  margin: 0
}

.search-page {
  padding-bottom: 32px
}

.search-page__up {
  margin-bottom: 44px
}

.search-page__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px
}

.search-page__wrap .link-row-all {
  max-width: 208px;
  width: 100%
}

.search-page__wrap .link-row-all__wrapper {
  padding: 32px
}

.search-page__field {
  font-size: 32px;
  line-height: 32px;
  border: 1px solid #e7e9ec;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 16px 32px;
  vertical-align: middle;
  min-width: 1px
}

.search-page__field::-webkit-input-placeholder {
  font-size: 32px;
  line-height: 40px;
  color: rgba(40, 46, 51, .3)
}

.search-page__field:-moz-placeholder,
.search-page__field::-moz-placeholder {
  font-size: 32px;
  line-height: 40px;
  color: rgba(40, 46, 51, .3)
}

.search-page__field:-ms-input-placeholder,
.search-page__field::-ms-input-placeholder {
  font-size: 32px;
  line-height: 40px;
  color: rgba(40, 46, 51, .3)
}

.search-page__field::placeholder {
  font-size: 32px;
  line-height: 40px;
  color: rgba(40, 46, 51, .3)
}

.search-page__field:focus::-webkit-input-placeholder {
  opacity: 0
}

.search-page__field:focus:-moz-placeholder,
.search-page__field:focus::-moz-placeholder {
  opacity: 0
}

.search-page__field:focus:-ms-input-placeholder,
.search-page__field:focus::-ms-input-placeholder {
  opacity: 0
}

.search-page__field:focus::placeholder {
  opacity: 0
}

.search-page__middle {
  margin-bottom: 31px
}

.search-page__middle .news-post-sm {
  margin-top: -1px
}

.search-page .news-post-sm__down {
  margin-top: 12px
}

.issues-wrapper .news-post-big__wrap-text,
.news-wrapper .news-post-big__wrap-text {
  padding-bottom: 0
}

.fixed-header .breadcrumbs__link::before,
.issues-wrapper .play-block__play::before {
  display: none
}

.fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  z-index: 100;
  display: none
}

.fixed-header__left,
.fixed-header__link-back,
.fixed-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.fixed-header__wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.fixed-header__left,
.fixed-header__link-back {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fixed-header__left {
  padding-right: 15px
}

.fixed-header__link-back {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.fixed-header .search-drop__arrow {
  margin: 0 17px 0 0
}

.fixed-header .breadcrumbs__link {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 2px;
  margin-left: 5px
}

.fixed-header__name-page {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-left: 15px
}

.fixed-header .social__item:first-child .social__link {
  border-left: 1px solid rgba(40, 46, 51, .1)
}

.fixed-header .social__item:last-child .social__link {
  border-right: 1px solid rgba(40, 46, 51, .1)
}

.fixed-header .social__link {
  padding: 0 12px;
  border: 0;
  border-left: 1px solid rgba(40, 46, 51, .1);
  min-height: 40px;
  height: 100%
}

.fixed-header .social__svg {
  fill: #282e33
}

.post-slider__slide {
  cursor: pointer
}

.post-slider__img {
  width: 100%
}

.post-slider__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 88px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.post-slider__arrow:hover {
  background-color: rgba(10, 26, 49, .2);
  border-color: transparent
}

.post-slider__arrow svg {
  width: 32px;
  height: 32px;
  stroke: #fff
}

.post-slider__arrow--prev {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, .2)
}

.post-slider__arrow--next {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, .2)
}

.post-slider__arrow--next svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.article-inner-video,
header {
  position: relative
}

.article-inner-video__wrap-play {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5
}

.article-inner-video__wrap-play--hide {
  display: none
}

.article-inner-video__wrap-svg {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.article-inner-video__play {
  width: 100%;
  height: 100%;
  fill: #fff
}

.article-inner-video__video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.not-found-page .title-inner {
  margin-bottom: 30px
}

.not-found-page__text {
  font-size: 24px;
  line-height: 32px;
  max-width: 568px;
  margin-bottom: 32px;
  display: block
}

.not-found-page__text a {
  font-size: 24px;
  line-height: 32px;
  color: #0c5ca3;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.not-found-page__text a:active,
.not-found-page__text a:hover {
  color: #0c5ca3;
  opacity: .7
}

.not-found-page .link-row-all {
  max-width: 208px
}

.not-found-page .row-title-inner {
  margin-bottom: 65px;
  padding-top: 65px
}

.not-found-page__img {
  width: 100%
}

.autor-name {
  position: relative;
  padding-left: 20px;
  margin-left: 32px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.autor-name::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #282e33;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: 10px;
  left: 0
}

.autor-name__caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #929598;
  margin-right: 5px
}

header {
  z-index: 100
}

.gray-bg-page,
.search-drop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: none
}

.gray-bg-page {
  bottom: 0;
  background-color: rgba(40, 46, 51, .2)
}

.search-drop {
  z-index: 100;
  background-color: #fff;
  padding: 72px 0 36px
}

.search-drop__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 44px
}

.search-drop__left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px
}

.search-drop__field {
  font-size: 32px;
  line-height: 32px;
  background-color: transparent;
  width: 100%
}

.search-drop__field::-webkit-input-placeholder {
  color: rgba(40, 46, 51, .3);
  font-size: 32px;
  line-height: 32px
}

.search-drop__field:-moz-placeholder,
.search-drop__field::-moz-placeholder {
  color: rgba(40, 46, 51, .3);
  font-size: 32px;
  line-height: 32px
}

.search-drop__field:-ms-input-placeholder,
.search-drop__field::-ms-input-placeholder {
  color: rgba(40, 46, 51, .3);
  font-size: 32px;
  line-height: 32px
}

.search-drop__field::placeholder {
  color: rgba(40, 46, 51, .3);
  font-size: 32px;
  line-height: 32px
}

.search-drop__link-text {
  font-size: 12px;
  line-height: 16px;
  color: #0c5ca3;
  margin: 0 4px
}

.search-drop__close,
.search-drop__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.search-drop__right .link-row-all__wrapper {
  padding: 12px 25px
}

.search-drop__right .link-row-all__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px
}

.search-drop__close {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 32px
}

.search-drop__close::before {
  content: "";
  position: absolute;
  top: 0;
  right: -webkit-calc(50% - .5px);
  right: -moz-calc(50% - .5px);
  right: calc(50% - .5px);
  bottom: 0;
  width: 1px;
  background-color: #282e33;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.search-drop__close::after,
.search-drop__close::before,
.search-drop__link {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.search-drop__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: -webkit-calc(50% - .5px);
  right: -moz-calc(50% - .5px);
  right: calc(50% - .5px);
  bottom: 0;
  width: 1px;
  background-color: #282e33;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.search-drop__down {
  margin-bottom: 35px
}

.search-drop__link {
  font-size: 16px;
  line-height: 25px;
  color: #282e33;
  display: block;
  padding: 14.5px 0;
  border-top: 1px solid #e7e9ec
}

.search-drop__link:hover {
  color: #0c5ca3
}

.search-drop__over-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.search-drop__text,
.search-drop__value {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin-right: 10px
}

.search-drop__text {
  text-transform: uppercase;
  letter-spacing: .4px
}

.search-drop__value {
  color: rgba(40, 46, 51, .5)
}

.search-drop__arrow {
  width: 16px;
  height: 16px;
  stroke: #282e33
}

.page-header {
  background-color: #55585a
}

.page-header__wrapper {
  display: grid;
  grid-template-areas: "logo video program""logo video nav";
  grid-template-columns: 264px 1fr;
  width: 100%
}

.page-header .logo {
  min-width: 264px;
  max-width: 264px;
  width: 100%;
  grid-area: logo
}

.page-header .logo__wrap {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-header .logo__img {
  width: 100%;
  max-width: 154px;
  height: 100%;
  max-height: 100%
}

.page-header__down,
.page-header__up {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.page-header__up {
  background-color: #282e33;
  position: relative;
  overflow: hidden;
  grid-area: program
}

.page-header__up::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 56px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-41.96%, rgba(40, 46, 51, 0)), to(#282e33));
  background: -webkit-linear-gradient(left, rgba(40, 46, 51, 0) -41.96%, #282e33 100%);
  background: -moz-linear-gradient(left, rgba(40, 46, 51, 0) -41.96%, #282e33 100%);
  background: -o-linear-gradient(left, rgba(40, 46, 51, 0) -41.96%, #282e33 100%);
  background: linear-gradient(90deg, rgba(40, 46, 51, 0) -41.96%, #282e33 100%);
  z-index: 5
}

.page-header__down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 8.9%;
  grid-area: nav
}

.program-guide__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: auto
}

.program-guide__link {
  padding: 9px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.program-guide__link span {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: .07em;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.program-guide__link:focus {
  color: #fdcd08
}

.rec-cicle {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: red;
  margin-right: 8px;
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  display: inline-block
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.nav__link {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 13px 20px;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.nav__link:hover {
  color: #fdcd08
}

.nav__link:focus {
  color: #fdcd08
}

.search-icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.search-icon__svg {
  width: 16px;
  height: 16px;
  max-height: 18px;
  min-height: 1px;
  stroke: #fdcd08
}

.burger {
  display: none
}

.video-block {
  grid-area: video;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 136px;
  position: relative;
  z-index: 20
}

.my-modal__wrap-video iframe,
.video-block iframe {
  width: 100%;
  height: 100%
}

.video-block--fixed {
  width: 0
}

.video-block--fixed .video-block__wrapper {
  position: fixed;
  border: 0;
  max-height: inherit
}

.video-block--fixed .video-block__close {
  opacity: 1
}

.video-block__wrapper {
  border: 4px solid #fdcd08;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 136px;
  max-height: 80px
}

.video-block__block {
  position: relative
}

.video-block__close {
  width: 32px;
  height: 32px;
  background-color: #fdcd08;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  opacity: 0;
  z-index: 20
}

.video-block__close::after,
.video-block__close::before {
  content: "";
  position: absolute;
  left: -webkit-calc(50% - .5px);
  left: -moz-calc(50% - .5px);
  left: calc(50% - .5px);
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  width: 1px;
  height: 20px;
  background-color: #282e33;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.video-block__close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.video-block__wrap-play {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 10
}

.video-block__play {
  fill: #fff;
  stroke: #fff;
  width: 32px;
  height: 32px;
  cursor: pointer
}

.video-block__video,
.video-block__wrap {
  height: 100%;
  width: 100%
}

.video-block__video {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.progress-bar {
  position: relative;
  background-color: rgba(250, 250, 250, .1)
}

.progress-bar .time-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.56%, #fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 51.56%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 51.56%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 51.56%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 51.56%, rgba(255, 255, 255, 0) 100%);
  opacity: .2
}

.page-footer {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #55585a), color-stop(50%, #414548));
  background: -webkit-linear-gradient(left, #55585a 50%, #414548 50%);
  background: -moz-linear-gradient(left, #55585a 50%, #414548 50%);
  background: -o-linear-gradient(left, #55585a 50%, #414548 50%);
  background: linear-gradient(to right, #55585a 50%, #414548 50%)
}

.page-footer__left-block,
.page-footer__right-block,
.page-footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.page-footer__left-block,
.page-footer__right-block {
  width: 50%
}

.page-footer__left-block {
  padding: 32px 0
}

.page-footer__right-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.page-footer__block {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.page-footer__wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: -56px;
  padding: 37px 56px 25px 47px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer
}

.page-footer__wrap:hover {
  background-color: rgba(40, 46, 51, .5)
}

.page-footer__caption {
  font-size: 24px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px
}

.page-footer__text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, .7);
  max-width: 416px
}

.link-square {
  width: 40px;
  height: 40px;
  border: 1px solid #fdcd08;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 6px
}

.link-square svg {
  width: 10px;
  height: 17px;
  stroke: #fdcd08;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.link-square,
.social-search,
.social-search__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.social-search {
  padding: 31px 48px;
  height: 100%
}

.social-search__wrap {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #fdcd08;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 34px
}

.social-search__number,
.social-search__text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .3px
}

.social-search__number {
  font-weight: 700;
  color: #fdcd08
}

.social-search__text {
  color: rgba(255, 255, 255, .5);
  display: block
}

.social-search__caption {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: block
}

.footer-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 240px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  padding: 8px 0 0;
  display: block
}

.first-screen-news__row:last-child .first-screen-news__wrap,
.first-screen-news__row:last-child .first-screen-news__wrapper,
.footer-list:last-child {
  border: 0
}

.footer-list__item {
  position: relative;
  line-height: 24px
}

.footer-list__item .rec-cicle {
  position: absolute;
  left: 0;
  top: 8px
}

.footer-list__link,
.footer-list__link b {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.footer-list__link {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, .7);
  display: block;
  padding: 2px 0 2px 24px
}

.footer-list__link:hover,
.footer-list__link:hover b {
  color: #fdcd08
}

.footer-list__link b {
  color: #fff
}

.footer-down {
  background-color: #282e33
}

.footer-down__wrapper {
  padding: 20px 0
}

.footer-down__text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .3px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 30px
}

.social__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.social__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: -1px
}

.social__item:last-child {
  margin: 0
}

.social__link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  min-height: 56px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.social__link:hover {
  background-color: rgba(255, 255, 255, .05)
}

.social__svg {
  width: 16px;
  height: 16px;
  fill: #fff
}

.modal-container,
.overlay_popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: none
}

.modal-container {
  bottom: 0;
  overflow: auto;
  z-index: 70;
  background-color: rgba(0, 0, 0, .4)
}

.modal-container__container {
  display: table;
  width: 100%;
  height: 100%
}

.modal-container__wrapper {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 30px 24px;
  text-align: center
}

.overlay_popup {
  background-color: rgba(0, 0, 0, .4);
  height: 100%;
  z-index: 73
}

.my-modal {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 75;
  position: relative;
  top: -webkit-calc(50% - 290px);
  top: -moz-calc(50% - 290px);
  top: calc(50% - 290px);
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  padding: 25px 40px 40px;
  -webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 2px 6px 8px rgba(0, 0, 0, .2);
  box-shadow: 2px 6px 8px rgba(0, 0, 0, .2);
  text-align: left
}

.my-modal__up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbe3;
  padding-bottom: 20px
}

.my-modal__title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px
}

.my-modal__text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px
}

.my-modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  right: 24px;
  top: 24px
}

.my-modal__close::after,
.my-modal__close::before {
  content: "";
  position: absolute;
  top: 0;
  right: -webkit-calc(50% - .5px);
  right: -moz-calc(50% - .5px);
  right: calc(50% - .5px);
  bottom: 0;
  width: 1px;
  background-color: #282e33;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.my-modal__close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.my-modal__block {
  padding-top: 31px
}

.my-modal__field {
  width: 100%;
  border: 1px solid #e7e9ec;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 24px
}

.my-modal__field::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: rgba(40, 46, 51, .3)
}

.my-modal__field:-moz-placeholder,
.my-modal__field::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: rgba(40, 46, 51, .3)
}

.my-modal__field:-ms-input-placeholder,
.my-modal__field::-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: rgba(40, 46, 51, .3)
}

.my-modal__field::placeholder {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: rgba(40, 46, 51, .3)
}

.my-modal__field:focus {
  border-color: #55585a
}

.my-modal .check-wrapper {
  margin-bottom: 32px
}

.my-modal__wrap-video {
  height: 425px
}

.my-modal__scroll {
  overflow: auto;
  max-height: 230px
}

.my-modal__wrap-text {
  padding: 35px 40px 40px
}

.my-modal__wrap-text .h4 {
  font-size: 24px;
  line-height: 32px;
  color: #282e33;
  margin-top: 0;
  font-weight: 400;
  padding: 0 0 12px
}

.my-modal__wrap-text .h4 span {
  border: 1px solid #abacae;
  font-size: 12px;
  color: #abacae;
  line-height: 16px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 0 4px;
  margin-left: 12px;
  vertical-align: top;
  position: relative;
  top: 7px
}

.my-modal__wrap-text p {
  font-size: 16px;
  line-height: 24px
}

.check-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.check-wrapper__check,
.input-file input {
  display: none
}

.check-wrapper__square {
  min-width: 24px;
  height: 24px;
  border: 1px solid #282e33;
  position: relative;
  display: block;
  margin-right: 16px;
  cursor: pointer
}

.check-wrapper__square::before {
  content: "";
  position: absolute;
  left: -webkit-calc(50% - 6px);
  left: -moz-calc(50% - 6px);
  left: calc(50% - 6px);
  top: -webkit-calc(50% - 6px);
  top: -moz-calc(50% - 6px);
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background-image: url(../img/check.svg);
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.check-wrapper__check:checked+.check-wrapper__square::before {
  opacity: 1
}

.check-wrapper__text,
.check-wrapper__text a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700
}

.check-wrapper__text a {
  color: #0c5ca3
}

#modal1 .my-modal,
#modal2 .my-modal {
  max-width: 448px
}

.modal-video {
  max-width: 840px;
  padding: 0
}

.modal-video .my-modal__close {
  top: auto;
  right: auto;
  left: 100%;
  bottom: 100%
}

.modal-video .my-modal__close::after,
.modal-video .my-modal__close::before {
  background-color: #fff;
  width: 3px
}

.modal-video .my-modal__block {
  padding-top: 0
}

.input-file {
  margin-bottom: 25px
}

.input-file__btn {
  background-color: transparent;
  font-size: 16px;
  line-height: 25px;
  color: #0c5ca3;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 7px
}

.input-file__list {
  margin: 0 -12px
}

.input-file__name {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 7px;
  cursor: default
}

.input-file__name:last-of-type {
  margin: 0
}

.input-file__name::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/delete-icon.svg);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
  cursor: pointer;
  margin-top: 2px
}

.first-screen {
  padding-bottom: 40px;
  margin-top: 31px
}

.first-screen__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.first-screen__left-block {
  max-width: 66%
}

.first-screen--change .first-screen__left-block {
  max-width: 48.87%
}

.first-screen--change .first-screen-slider__block {
  padding: 0 40px 33px
}

.first-screen--change .first-screen-slider__caption {
  font-size: 24px;
  line-height: 24px
}

.first-screen--change .date {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  opacity: .7;
  font-weight: 700
}

.first-screen__right-block {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.first-screen__right-block--change {
  max-width: 51.13%
}

.first-screen__right-block::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 8px;
  height: 23px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 20
}

.first-screen-slider__slide {
  cursor: pointer
}

.first-screen-slider__block {
  min-height: 512px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 120px 33px;
  position: relative
}

.first-screen-slider__block--change {
  height: 100%
}

.first-screen-slider__block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(40, 46, 51, 0)), to(#282e33));
  background: -webkit-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
  background: -moz-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
  background: -o-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
  background: linear-gradient(180deg, rgba(40, 46, 51, 0) 50%, #282e33 100%)
}

.first-screen-slider .category-flag {
  margin-bottom: 20px
}

.first-screen-slider__wrap {
  position: relative;
  z-index: 1
}

.first-screen-slider__caption {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  display: block
}

.first-screen-slider__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 88px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.first-screen-slider__arrow:hover {
  background-color: rgba(10, 26, 49, .2);
  border-color: transparent
}

.first-screen-slider__arrow svg {
  width: 32px;
  height: 32px;
  stroke: #fff
}

.first-screen-slider__arrow--prev {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, .2)
}

.first-screen-slider__arrow--next {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, .2)
}

.first-screen-slider__arrow--next svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.first-screen-slider__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px
}

.first-screen-slider__pagination span {
  width: 15px;
  height: 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 2.5px !important;
  background-color: rgba(255, 255, 255, .8)
}

.category-flag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.category-flag--violet {
  background-color: #25083e
}

.category-flag__wrap-svg {
  width: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.category-flag__svg {
  width: 18px;
  height: 18px;
  fill: #fff
}

.category-flag__text {
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  font-weight: 700;
  padding: 9px 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#510c8a), to(#310a52));
  background: -webkit-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: -moz-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: -o-linear-gradient(top, #510c8a 0%, #310a52 100%);
  background: linear-gradient(180deg, #510c8a 0%, #310a52 100%)
}

.first-screen-news {
  position: relative;
  max-height: 512px;
  overflow: auto;
  border-bottom: 1px solid #e7e9ec;
  border-right: 1px solid #e7e9ec
}

.first-screen-news--change {
  overflow: inherit;
  height: 100%;
  max-height: inherit
}

.first-screen-news--change::after {
  right: -1px
}

.first-screen-news--change .first-screen-news__row {
  padding-right: 0
}

.first-screen-news--change .first-screen-news__wrap-text {
  padding-right: 32px
}

.first-screen-news::after,
.first-screen-news::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 2px;
  z-index: 5
}

.first-screen-news::before {
  left: 0;
  background: #0c5ca3
}

.first-screen-news::after {
  right: 0;
  background: red
}

.first-screen-news__wrap-img {
  max-width: 120px;
  min-width: 120px;
  margin-right: 16px
}

.first-screen-news__img,
.menu-video img {
  width: 100%
}

.first-screen-news__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #282e33;
  text-transform: uppercase;
  padding: 17px 31px 11px;
  background-color: rgba(12, 92, 163, .1)
}

.first-screen-news__row {
  padding: 8px 32px 0;
  display: block
}

.first-screen-news__row:first-child {
  padding-top: 22px
}

.first-screen-news__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(10, 26, 49, .1);
  padding-bottom: 8px
}

.first-screen-news__wrapper .first-screen-news__wrap {
  border: 0
}

.first-screen-news__caption {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.first-screen-news__caption:hover,
.first-screen-news__category:hover {
  color: #0c5ca3
}

.first-screen-news .scrollbar-track .scrollbar-thumb-y::before,
.first-screen-news__caption--lightning::after {
  content: "";
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat
}

.first-screen-news__caption--lightning::after {
  display: inline-block;
  margin-left: 6px;
  margin-bottom: -2px;
  background-position: center;
  width: 9px;
  height: 14px;
  background-image: url(../img/lightning.svg)
}

.first-screen-news__wrap {
  border-bottom: 1px solid rgba(10, 26, 49, .1);
  padding-bottom: 15px
}

.first-screen-news__category,
.first-screen-news__date {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .2px;
}

.first-screen-news__date {
  color: rgba(10, 26, 49, .5);
  margin-right: 16px
}

.first-screen-news__category {
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.first-screen-news__category--violet {
  color: #310a52
}

.first-screen-news__category--red {
  color: red
}

.first-screen-news .scrollbar-track {
  opacity: 1;
  width: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(85, 88, 90, .1)
}

.first-screen-news .scrollbar-track .scrollbar-thumb-y {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #282e33
}

.first-screen-news .scrollbar-track .scrollbar-thumb-y::before {
  position: absolute;
  left: -webkit-calc(50% - 2px);
  left: -moz-calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  top: -webkit-calc(50% - 3px);
  top: -moz-calc(50% - 3px);
  top: calc(50% - 3px);
  height: 6px;
  background-image: url(../img/scroll-marker.svg)
}

.first-screen-news .scrollbar-track .scrollbar-thumb-y:hover {
  opacity: .9
}

.mob-menu {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55585a;
  z-index: 20;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: auto
}

.mob-menu,
.mob-menu .video-block {
  display: none
}

.mob-menu--open {
  left: 0
}

.mob-menu__up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.mob-menu__middle {
  padding: 25px 56px 25px 48px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.mob-menu__down-row {
  padding: 24px 56px 24px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.mob-menu__text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .4px;
  color: rgba(255, 255, 255, .7);
  font-weight: 700;
  max-width: 220px
}

.close-menu {
  width: 40px;
  height: 40px;
  background-color: #000;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10
}

.close-menu::after,
.close-menu::before {
  content: "";
  position: absolute;
  left: -webkit-calc(50% - .5px);
  left: -moz-calc(50% - .5px);
  left: calc(50% - .5px);
  top: 4px;
  bottom: 4px;
  background-color: #fff;
  width: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.close-menu::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.menu-video {
  max-width: 155px
}

.menu-ether {
  background-color: #282e33;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 22px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.menu-ether__caption {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  letter-spacing: .4px
}

.menu-ether__text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .4px;
  color: rgba(255, 255, 255, .7);
  display: block;
  margin-bottom: 7px
}

.menu-ether__old {
  font-size: 12px;
  line-height: 12px;
  display: block;
  letter-spacing: .4px;
  color: #fff
}

.mob-menu-nav__item {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.mob-menu-nav__item:first-child {
  border: 0;
  padding-top: 0
}

.mob-menu-nav__caption {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #fff
}

.mob-menu-nav__link {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, .7)
}

.menu-soc-row {
  background-color: #282e33;
  padding: 16px 56px 16px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu-soc-row__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  opacity: .5;
  display: block
}

.menu-soc-row__hash {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fdcd08;
  display: block
}

.menu-soc-row .logo {
  padding: 0
}

.nav-fixed {
  display: none;
  position: fixed;
  background-color: #f3f3f4;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 18
}

.nav-fixed__wrap {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  min-height: 60px;
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5px;
  padding-top: 5px
}

.nav-fixed__wrap:active {
  background-color: #fff
}

.nav-fixed__wrap:active svg {
  fill: #fdcd08;
  stroke: #fdcd08
}

.nav-fixed__wrap:last-child {
  border: 0
}

.nav-fixed__wrap .burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  height: 25px;
  margin: 0;
  width: 25px
}

.nav-fixed__wrap .burger__line {
  background-color: #282e33
}

.nav-fixed__svg {
  max-width: 25px;
  max-height: 25px;
  fill: #282e33;
  stroke: #282e33
}

.nav-fixed__caption {
  font-size: 12px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #414548;
  margin-top: 6px
}

@media (max-width:1400px) {
  .news-post-sm__up {
    display: block
  }

  .news-post-sm__img,
  .news-post-sm__up {
    margin-bottom: 10px
  }

  .show-flack {
    margin-bottom: -100px
  }

  .show-flack img {
    min-height: inherit
  }

  .sidebar-page {
    padding: 95px 0 0
  }

  .search-page__middle .news-post-sm__up,
  .tv-program__block .news-post-sm__up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width:1366px) {
  .grid-post-uncollapse {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 16px
  }
}

@media (max-width:1200px) {
  .page-header {
    margin: 0
  }

  .page-header .logo {
    min-width: inherit
  }

  .grid-post-uncollapse {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px
  }

  .news-post-sm__up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
  }

  .news-post-sm__img {
    margin-bottom: 0
  }

  .grid-post-collapse {
    grid-template-columns: repeat(2, 1fr)
  }

  .first-screen {
    padding-bottom: 0;
    margin-top: 0
  }

  .first-screen .container {
    padding: 0
  }

  .first-screen__wrapper {
    display: block
  }

  .first-screen--change .first-screen__left-block,
  .first-screen__left-block {
    max-width: inherit
  }

  .first-screen__right-block {
    padding: 24px 56px
  }

  .first-screen--change .first-screen-slider__block {
    background-position: center top
  }

  .first-screen-news {
    max-height: 480px;
    border: 1px solid #e7e9ec
  }

  .grid-inner__wrapper {
    grid-template-columns: repeat(2, 1fr)
  }

  .grid-inner__wrapper .link-row-all {
    grid-column: span 2/auto
  }

  .grid-inner__wrapper--two-columns {
    grid-template-columns: repeat(4, 1fr)
  }

  .grid-inner__wrapper--two-columns .news-post-big {
    grid-column: span 2/auto;
    grid-row: span 1/auto
  }

  .grid-inner__wrapper--two-columns .news-post-md {
    grid-column: span 1/auto;
    grid-row: span 1/auto
  }

  .grid-inner__wrapper--two-columns .link-row-all {
    grid-column: span 4/auto
  }

  .hash-slider__container {
    margin-right: -200px;
    padding-right: 200px
  }

  .video-sect__down {
    display: block
  }

  .video-sect__tab {
    -webkit-flex-basis: inherit;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    width: 100%;
    padding: 16px 56px
  }

  .grid-inner--change .grid-inner__wrapper {
    grid-template-columns: repeat(4, 1fr)
  }

  .issues-wrapper .grid-inner__wrapper {
    grid-gap: 16px
  }

  .fixed-header__name-page {
    display: none
  }

  .grid-inner__wrapper--offset {
    margin-bottom: 16px
  }
}

@media (max-width:1120px) {
  .center-wrap .container {
    padding: 0 56px;
    max-width: 100%
  }
}

@media (max-width:991px) {
  .grid-inner__wrapper--two-columns {
    grid-template-columns: repeat(2, 1fr)
  }

  .grid-inner__wrapper--two-columns .link-row-all,
  .grid-inner__wrapper--two-columns .news-post-big {
    grid-column: span 2/auto
  }

  .center-wrap .container {
    padding: 0 56px
  }

  .video-block {
    display: block;
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: auto;
    height: auto
  }

  .video-block__wrapper {
    max-width: 375px;
    width: 100%;
    height: auto;
    max-height: inherit
  }

  .hiden {
    padding: 0
  }

  .mob-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 110
  }

  .mob-menu__up {
    min-height: 100px
  }

  .mob-menu .logo__img {
    max-width: 108px;
    width: 100%
  }

  .show-flack img {
    min-height: 96px
  }

  .first-screen .container {
    max-width: inherit
  }

  .first-screen__right-block {
    margin: 0 56px;
    padding: 24px 0
  }

  .first-screen-slider__wrap-text {
    max-width: 656px;
    margin: 0 auto
  }

  .first-screen-slider__block {
    padding: 0 0 33px
  }

  .first-screen-slider__arrow {
    width: auto;
    border: 0
  }

  .first-screen-slider__arrow--next,
  .first-screen-slider__arrow--prev {
    padding-right: 20px;
    padding-left: 20px
  }

  .first-screen-news__title {
    padding: 17px 31px 11px
  }

  .first-screen-news__row {
    padding: 16px 31px 0
  }

  .sidebar-page {
    display: none
  }

  .page-header__wrapper {
    grid-template-areas: "program program""logo nav";
    grid-template-columns: 168px 1fr
  }

  .page-header__down {
    padding-right: 56px
  }

  .nav,
  .news-post-big__title br {
    display: none
  }

  .logo {
    padding-left: 56px
  }

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 7px 11px;
    margin-left: 24px
  }

  .burger__line {
    width: 24px;
    height: 1px;
    background-color: #fff
  }

  .burger__line:last-child {
    width: 12px
  }

  .page-footer {
    overflow: hidden
  }

  .page-footer__left-block {
    display: grid;
    grid-template-areas: 'one three''two three''two three'
  }

  .page-footer__wrap {
    padding: 37px 0 25px 23px;
    margin: 0;
    position: relative;
    border: 0
  }

  .page-footer__wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 1000px;
    background-color: rgba(255, 255, 255, .1)
  }

  .page-footer__caption {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px
  }

  .page-footer__text {
    max-width: 242px;
    font-size: 12px;
    line-height: 16px
  }

  .footer-list {
    padding: 0
  }

  .footer-list:first-child {
    grid-area: one
  }

  .footer-list:nth-child(2) {
    grid-area: two
  }

  .footer-list:last-child {
    grid-area: three
  }

  .social-search {
    padding: 31px 23px
  }

  .interesting .container {
    max-width: inherit;
    padding: 0 56px
  }

  .six-columns__wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px
  }

  .six-columns .news-post-md:first-child {
    grid-column: span 4/auto;
    position: relative
  }

  .six-columns .news-post-md:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(40, 46, 51, 0)), to(#282e33));
    background: -webkit-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
    background: -moz-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
    background: -o-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
    background: linear-gradient(180deg, rgba(40, 46, 51, 0) 50%, #282e33 100%);
    z-index: 10
  }

  .six-columns .news-post-md:first-child .news-post-md__img {
    max-height: 376px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }

  .six-columns .news-post-md:first-child .news-post-md__wrap-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff
  }

  .six-columns .news-post-md:first-child .news-post-md__title {
    font-size: 24px;
    line-height: 24px
  }

  .six-columns .news-post-md:first-child .news-post-md__date {
    color: #fff;
    opacity: .5
  }

  .six-columns .news-post-big {
    grid-column: span 2/auto
  }

  .six-columns .news-post-big--change .news-post-big__wrap-text {
    padding-bottom: 21px
  }

  .six-columns .news-post-big--change .news-post-big__title {
    font-size: 18px;
    line-height: 20px
  }

  .six-columns .news-post-big--change .news-post-big__date {
    font-size: 12px;
    line-height: 13px;
    margin: 0
  }

  .six-columns .link-row-all {
    grid-column: span 4/auto
  }

  .news-post-big__wrap-text {
    padding: 0 25px
  }

  .tv-program {
    padding-bottom: 30px
  }

  .tv-program__wrap {
    width: 50%
  }

  .tv-program__wrap .select+.ui-selectmenu-button {
    width: 100%
  }

  .tv-program__middle {
    grid-template-columns: repeat(2, 1fr)
  }

  .video-block__close {
    opacity: 1
  }

  .projects-wrapper .grid-inner__wrapper {
    grid-gap: 16px
  }

  .projects-wrapper .news-post-big {
    grid-column: span 1/auto
  }

  .article-inner__wrapper-down {
    display: block
}

  .autor-name {
    margin-left: 0
  }
}

@media (max-width:800px) {
  .tv-program__middle {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media (max-width:767px) {
  .my-modal__wrap-video {
    height: 220px
  }

  .my-modal__wrap-text {
    padding: 15px
  }

  .page-header {
    max-height: 120px
  }
  .center-wrap .container {
    padding: 0 20px
  }

  .modal-video .my-modal__close {
    left: auto;
    right: 0
  }

  .page-header__down {
    padding-right: 15px
  }

  .page-header .logo__img {
    max-height: 60px;
    min-height: 1px
  }

  .page-header .search-icon__svg {
    max-height: 16px;
    min-height: 1px
  }

  .logo {
    padding-left: 15px
  }

  .first-screen__right-block {
    padding: 26px 15px 35px;
    margin: 0
  }

  .first-screen--change .first-screen-slider__block {
    padding: 0 15px
  }

  .first-screen--change .first-screen-slider__wrap {
    background-color: transparent
  }

  .first-screen--change .first-screen-slider__caption {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: block
  }

  .first-screen-slider__block {
    padding: 0
  }

  .first-screen-news::after,
  .first-screen-news::before,
  .first-screen-slider__arrow,
  .news-post-big--change .news-post-big__wrap-text::before {
    display: none
  }

  .first-screen-slider__wrap-text {
    max-width: inherit;
    width: 100%
  }

  .first-screen-slider__wrap-text .category-flag {
    margin-left: 20px;
    margin-bottom: 0
  }

  .first-screen-slider__wrap {
    background-color: #fdcd08;
    width: 100%;
    padding: 14px 20px 26px
  }

  .first-screen-slider__caption {
    color: #282e33;
    display: inline;
    font-size: 16px;
    line-height: 20px;
    margin-right: 15px
  }

  .first-screen-slider .date {
    display: inline;
    color: rgba(40, 46, 51, .5);
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap
  }

  .first-screen-news {
    border: 0
  }

  .first-screen-news .scrollbar-track,
  .first-screen-news .scrollbar-track.show {
    opacity: 0
  }

  .first-screen-news__title {
    background-color: transparent;
    font-size: 24px;
    line-height: normal;
    padding: 0 0 5px
  }

  .first-screen-news__row {
    padding: 8px 0 0
  }

  .first-screen-news__row:first-child {
    padding-top: 0
  }

  .grid-post-uncollapse {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px
  }

  .news-post-big {
    grid-column: span 1/auto;
    grid-row: span 1/auto
  }

  .news-post-big__wrap-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 19px 25px 32px;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    background-color: #282e33
  }

  .news-post-big__wrap-text::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(40, 46, 51, 0)), to(#282e33));
    background: -webkit-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
    background: -moz-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
    background: -o-linear-gradient(top, rgba(40, 46, 51, 0) 50%, #282e33 100%);
    background: linear-gradient(180deg, rgba(40, 46, 51, 0) 50%, #282e33 100%);
    height: 100%
  }

  .news-post-big__date {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .news-post-big__title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 16px
  }

  .news-post-big__row {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    position: absolute;
    bottom: 100%;
    left: 20px;
    z-index: 10
  }

  .news-post-big--change {
    border: 1px solid #e7e9ec
  }

  .news-post-big--change .news-post-big__wrap-text {
    padding-bottom: 20px;
    background-color: #fff
  }

  .news-post-big--change .news-post-big__title {
    margin: 0 0 16px;
    color: #282e33;
    font-size: 18px;
    line-height: 24px
  }

  .news-post-big--change .news-post-big__date {
    color: rgba(40, 46, 51, .5);
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0
  }

  .grid-post-collapse .news-post-big,
  .grid-post-collapse .news-post-md,
  .grid-post-collapse .post-sm-wrap,
  .news-post-md {
    grid-row: span 1/auto
  }

  .news-post-sm {
    min-height: 175px
  }

  .grid-post-collapse {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px
  }

  .grid-post-collapse .link-row-all {
    grid-row: span 1/auto;
    grid-column: span 1/auto
  }

  .grid-post-collapse .post-sm-wrap .news-post-sm {
    margin-bottom: 20px
  }

  .grid-post-collapse .post-sm-wrap .news-post-sm:last-child {
    margin-bottom: 0
  }

  .sect-category,
  .show-ba-sect {
    margin-bottom: 30px
  }

  .show-ba-sect--no-offset {
    margin-bottom: 0
  }

  .page-footer__wrap {
    margin: 0
  }

  .interesting .container {
    padding: 0 15px
  }

  .grid-inner__wrapper {
    grid-template-columns: repeat(1, 1fr)
  }

  .grid-inner__wrapper .link-row-all {
    grid-column: span 1/auto
  }

  .grid-inner__wrapper--two-columns .link-row-all,
  .grid-inner__wrapper--two-columns .news-post-big {
    grid-column: span 2/auto
  }

  .grid-inner--change .grid-inner__wrapper,
  .grid-inner__wrapper--two-columns {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px
  }

  .grid-inner--change .grid-inner__wrapper .news-post-big__img,
  .tv-program__block .news-post-sm {
    min-height: inherit
  }

  .popular-issues::after,
  .popular-issues::before {
    width: 15px
  }

  .video-sect__tab {
    padding: 15px !important
  }

  .title-row .title-page {
    margin-top: 2px
  }

  .news-post-big--white-platform .news-post-big__title {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -moz-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit
  }

  .issues-wrapper .news-post-big--white-platform .news-post-big__wrap-text {
    padding-top: 0
  }
}

@media (max-width:575px) {

  .date-field__calendar .ui-datepicker .ui-datepicker-calendar tbody td a,
  .date-field__calendar .ui-datepicker .ui-datepicker-calendar tbody td span {
    padding: 5px 0
  }

  .video-block {
    left: 32px
  }

  .video-block__wrapper {
    max-width: inherit
  }

  .page-header__down {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .first-screen__right-block {
    padding: 26px 20px 35px
  }

  .first-screen--change .first-screen-slider__wrap {
    padding: 15px 0
  }

  .first-screen--change .first-screen__right-block {
    padding-bottom: 15px
  }

  .first-screen-slider__block {
    min-height: 325px
  }

  .first-screen-news {
    max-height: inherit
  }

  .container {
    padding: 0 20px
  }

  .news-post-big__wrap-text {
    padding: 19px 20px 32px
  }

  .news-post-big__title {
    font-size: 16px;
    line-height: 20px
  }

  .news-post-big__date {
    text-transform: uppercase
  }

  .news-post-md__wrap-text {
    padding: 23px 20px 20px
  }

  .news-post-md .play-block {
    left: 20px
  }

  .news-post-sm {
    padding: 25px 20px 18px
  }

  .page-footer {
    background: 0 0
  }

  .page-footer .container {
    padding: 0
  }

  .page-footer__wrapper {
    display: block
  }

  .page-footer__left-block {
    background-color: #55585a;
    padding: 32px 20px 40px;
    width: 100%
  }

  .page-footer__right-block {
    background-color: #414548;
    width: 100%
  }

  .page-footer__wrap {
    padding: 37px 20px 25px
  }

  .footer-down {
    padding-bottom: 60px
  }

  .footer-list {
    border: 0
  }

  .footer-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer-list__item .rec-cicle {
    position: static
  }

  .footer-list__link {
    padding: 0
  }

  .social-search {
    padding: 31px 20px
  }

  .interesting-slider__wrap-text {
    min-height: 255px
  }

  .burger,
  .interesting-slider__arrow,
  .six-columns .news-post-big::before {
    display: none
  }

  .show-ba-sect img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }

  .nav-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }

  .mob-menu__middle {
    padding: 25px 20px
  }

  .menu-soc-row,
  .mob-menu__down-row {
    padding: 15px 20px
  }

  .mob-menu .logo__img {
    max-width: 95px;
    width: 100%
  }

  .menu-soc-row__wrap {
    margin-bottom: 20px
  }

  .close-menu {
    width: 25px;
    height: 25px
  }

  .six-columns {
    padding-bottom: 20px
  }

  .six-columns__wrapper {
    display: block
  }

  .six-columns .news-post-md {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #e7e9ec;
    padding-bottom: 16px;
    margin-bottom: 20px
  }

  .six-columns .news-post-md:first-child::before {
    display: none
  }

  .six-columns .news-post-big:last-child,
  .six-columns .news-post-md:last-child {
    margin-bottom: 0
  }

  .six-columns .news-post-md__wrap-img {
    max-width: 90px;
    min-width: 90px;
    max-height: 65px;
    margin: 0
  }

  .six-columns .news-post-md__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }

  .six-columns .news-post-md__wrap-text {
    position: static !important;
    color: #282e33;
    padding: 0 0 0 20px
  }

  .six-columns .news-post-md__title {
    color: #282e33 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 11px
  }

  .six-columns .news-post-md__date {
    opacity: .5;
    color: #282e33 !important
  }

  .six-columns .news-post-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #e7e9ec;
    padding-bottom: 16px;
    margin-bottom: 20px
  }

  .six-columns .news-post-big--change .news-post-big__img,
  .six-columns .news-post-big__img {
    max-width: 90px;
    min-width: 90px;
    max-height: 65px;
    margin: 0;
    min-height: inherit
  }

  .six-columns .news-post-big__wrap-text {
    position: static !important;
    color: #282e33
  }

  .six-columns .news-post-big__title {
    color: #282e33 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 11px
  }

  .six-columns .news-post-big__date {
    opacity: .5;
    color: #282e33 !important
  }

  .six-columns .news-post-big--change {
    border: 0;
    border-bottom: 1px solid #e7e9ec
  }

  .six-columns .news-post-big--change .news-post-big__wrap-text {
    position: static !important;
    color: #282e33;
    padding: 0 0 0 20px
  }

  .six-columns .news-post-big--change .news-post-big__title {
    color: #282e33 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 11px
  }

  .six-columns .news-post-big--change .news-post-big__date {
    opacity: .5;
    color: #282e33 !important
  }

  .title-inner {
    font-size: 26px;
    line-height: 30px
  }

  .search-drop {
    padding: 30px 0
  }

  .search-drop .container {
    position: static
  }

  .search-drop__wrapper {
    display: block;
    padding-bottom: 20px
  }

  .search-drop__left {
    margin-bottom: 20px
  }

  .search-drop__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .search-drop__close {
    position: absolute;
    top: 10px;
    right: 10px
  }

  .row-title-inner__wrapper {
    display: block
  }

  .row-title-inner__wrapper .title-inner {
    margin-bottom: 17px
  }

  .date-field {
    max-width: inherit
  }

  .search-page__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }

  .search-page__wrap .link-row-all {
    max-width: 23%
  }

  .search-page .news-post-sm__play-wrap::before,
  .search-page__wrap .link-row-all__text {
    display: none
  }

  .search-page__wrap .link-row-all__arrow {
    margin-left: 0
  }

  .search-page__field {
    width: 100%;
    padding: 23px 24px;
    font-size: 24px
  }

  .search-page__field::-webkit-input-placeholder {
    font-size: 24px
  }

  .search-page__field:-moz-placeholder,
  .search-page__field::-moz-placeholder {
    font-size: 24px
  }

  .search-page__field:-ms-input-placeholder,
  .search-page__field::-ms-input-placeholder {
    font-size: 24px
  }

  .search-page__field::placeholder {
    font-size: 24px
  }

  .search-page .news-post-sm {
    min-height: auto
  }

  .search-page .news-post-sm__play-wrap {
    margin-top: 4px
  }

  .search-page .news-post-sm__down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 12px
  }

  .grid-inner__wrapper--two-columns {
    grid-template-columns: repeat(1, 1fr)
  }

  .grid-inner__wrapper--two-columns .link-row-all,
  .grid-inner__wrapper--two-columns .news-post-big {
    grid-column: span 1/auto
  }

  .grid-inner__wrapper--change-offset {
    grid-gap: 16px;
    grid-template-columns: repeat(1, 1fr) !important
  }

  .popular-issues__arrow {
    display: none
  }

  .video-sect__row-air {
    left: 15px
  }

  .center-wrap .container {
    padding: 0 20px
  }

  .breadcrumbs {
    display: none
  }

  .breadcrumbs__mob-arrow {
    width: 40px;
    background-color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .breadcrumbs--mob,
  .breadcrumbs__mob-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }

  .breadcrumbs--mob .breadcrumbs__list {
    padding: 0 4px 0 0
  }

  .breadcrumbs__item {
    display: none
  }

  .breadcrumbs__item--mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }

  .fixed-header__wrapper {
    display: block
  }

  .fixed-header .breadcrumbs__link {
    padding: 12px
  }

  .fixed-header__right {
    border-top: 1px solid rgba(40, 46, 51, .1);
    margin: 0 -20px;
    padding: 0 20px
  }

  .fixed-header .social__item:first-child .social__link {
    border: 0;
    border-left: 1px solid rgba(40, 46, 51, .1)
  }

  .post-slider__arrow {
    width: 40px
  }

  .post-slider__arrow svg {
    width: 20px;
    height: 20px
  }

  .article-inner__flex-post {
    display: block
  }

  .article-inner__wrap-text h2,
  .article-inner__wrap-text h3,
  .article-inner__wrap-text h4 {
    font-size: 22px;
    line-height: 28px
  }

  .article-inner__wrap-text blockquote {
    font-size: 20px;
    line-height: 26px;
    padding: 15.5px 26px
  }

  .article-inner-video__wrap-svg {
    width: 60px;
    height: 60px;
    margin-bottom: 50px
  }

  .not-found-page__text,
  .not-found-page__text a {
    font-size: 18px;
    line-height: 26px
  }

  .fixed-header__left {
    display: none
  }

  .news-post-big--white-platform .news-post-big__title {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -moz-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit
  }
}