body {
  color: #323c3c;
  font-family: 'Noto Sans', sans-serif;
  line-height: normal;
  font-size: 16px;
}
.color-red {
  color: #ed1c24;
}
.w-auto {
  width: auto!important;
}
.h-auto {
  height: auto!important;
}
a {
  color: #323c3c;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #ed1c24 !important;
  text-decoration: none;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.preloader span {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/loader.svg) #323c3c;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.preloader-cube-white {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  margin-top: 49px;
  position: relative;
  transform: rotateZ(45deg);
}
.preloader-cube-white .cube {
  display: block;
  position: relative;
  transform: rotateZ(45deg);
  width: 50%;
  height: 50%;
  float: left;
  transform: scale(1.1);
}
.preloader-cube-white .cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  animation: cube-loader 3.76s infinite linear both;
  transform-origin: 100% 100%;
}
.preloader-cube-white .cube.loader-2 {
  transform: scale(1.1) rotateZ(90deg);
}
.preloader-cube-white .cube.loader-3 {
  transform: scale(1.1) rotateZ(180deg);
}
.preloader-cube-white .cube.loader-4 {
  transform: scale(1.1) rotateZ(270deg);
}
.preloader-cube-white .cube.loader-2:before {
  animation-delay: 0.35s;
}
.preloader-cube-white .cube.loader-3:before {
  animation-delay: 0.69s;
}
.preloader-cube-white .cube.loader-4:before {
  animation-delay: 1.04s;
}
.preloader-cube {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  margin-top: 49px;
  position: relative;
  transform: rotateZ(45deg);
}
.preloader-cube .cube {
  display: block;
  position: relative;
  transform: rotateZ(45deg);
  width: 50%;
  height: 50%;
  float: left;
  transform: scale(1.1);
}
.preloader-cube .cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323c3c;
  animation: cube-loader 3.76s infinite linear both;
  transform-origin: 100% 100%;
}
.preloader-cube .cube.loader-2 {
  transform: scale(1.1) rotateZ(90deg);
}
.preloader-cube .cube.loader-3 {
  transform: scale(1.1) rotateZ(180deg);
}
.preloader-cube .cube.loader-4 {
  transform: scale(1.1) rotateZ(270deg);
}
.preloader-cube .cube.loader-2:before {
  animation-delay: 0.35s;
}
.preloader-cube .cube.loader-3:before {
  animation-delay: 0.69s;
}
.preloader-cube .cube.loader-4:before {
  animation-delay: 1.04s;
}
@keyframes cube-loader {
  0%,
  10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f42 {
  font-size: 42px;
}
.ff-ns-ecb {
  font-family: 'Noto Sans ExtCond Bold';
}
.bg-num-day {
  background-color: #fcf0cc;
}
.gradient.type_1 {
  background: #eedcf7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eedcf7 1%, #def7f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eedcf7', endColorstr='#def7f2', GradientType=0);
  /* IE6-9 */
}
.gradient.type_2 {
  background: #eedcf7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eedcf7 1%, #def7f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eedcf7', endColorstr='#def7f2', GradientType=0);
  /* IE6-9 */
  width: calc(100% - 20px);
}
.gradient.type_2:before,
.gradient.type_2:after {
  content: "";
  background: #eedcf7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eedcf7 1%, #def7f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eedcf7', endColorstr='#def7f2', GradientType=0);
  /* IE6-9 */
  width: 8px;
  height: calc(100% - 20px);
  position: absolute;
  right: -10px;
  top: 10px;
}
.gradient.type_2:after {
  height: calc(100% - 40px);
  position: absolute;
  right: -20px;
  top: 20px;
}
.gradient.type_3 {
  background: #eedcf7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eedcf7 1%, #def7f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eedcf7', endColorstr='#def7f2', GradientType=0);
  /* IE6-9 */
}
.gradient.type_3:before,
.gradient.type_3:after {
  content: "";
  background: #eedcf7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eedcf7 1%, #def7f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eedcf7 1%, #def7f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eedcf7', endColorstr='#def7f2', GradientType=0);
  /* IE6-9 */
  width: calc(100% + 24px);
  height: calc(100% - 20px);
  position: absolute;
  right: 12px;
  left: -12px;
  top: 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: -1;
}
.gradient.type_3:after {
  width: calc(100% + 40px);
  height: calc(100% - 40px);
  position: absolute;
  right: -20px;
  left: -20px;
  top: 20px;
  overflow: hidden;
  z-index: -2;
  border: 0;
}
.gradient.type_4 {
  background: #e5f5e5;
  /* Old browsers */
  background: -moz-linear-gradient(right, #e5f5e5 1%, #fde8e9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #e5f5e5 1%, #fde8e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5f5e5 1%, #fde8e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f5e5', endColorstr='#fde8e9', GradientType=0);
  /* IE6-9 */
}
.gradient.type_5 {
  background: #e5f5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5f5e5 1%, #fde8e9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5f5e5 1%, #fde8e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #e5f5e5 1%, #fde8e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f5e5', endColorstr='#fde8e9', GradientType=0);
  /* IE6-9 */
}
.gradient.type_litegreen {
  background: #e5f8e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5f8e5 1%, #e5eefc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5f8e5 1%, #e5eefc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5f8e5 1%, #e5eefc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f8e5', endColorstr='#e5eefc', GradientType=0);
  /* IE6-9 */
}
.gradient.type_green {
  background: #00be03;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00be03 1%, #005be6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00be03 1%, #005be6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00be03 1%, #005be6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00be03', endColorstr='#005be6', GradientType=0);
  /* IE6-9 */
}
.gradient.type_blue {
  background-color: #0000ff;
}
.gradient.type_grey {
  background-color: #e5e5ff;
}
.bg-blue {
  background-color: #00b8d4;
}
.bg-grey {
  background-color: #eaebeb;
}
.modal-shadow {
  background-color: #323c3c;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  display: none;
}
.modal-shadow.active {
  display: block;
}
.block-video {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.block-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .top_photos img {
  height: 52px;
}
header .age_rating_top {
  top: 10px;
  right: 0;
  font-family: 'Noto Sans ExtCond Med';
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
}
header .top_header_menu {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  header .top_header_menu {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
header .top_header_menu .logo {
  width: 193px;
  height: 45px;
  margin-right: 70px;
  display: block;
  background: url('../images/logo.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1px) and (max-width: 767px) {
  header .top_header_menu .logo {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top_header_menu .logo {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .top_header_menu .logo {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  header .top_header_menu .logo {
    margin-right: 70px;
  }
}
header .top_header_menu .toggle {
  width: 25px;
  display: inline-block;
  margin: auto 0;
  margin-right: 20px;
}
header .top_header_menu .toggle span {
  border-radius: 2px;
  background-color: #323c3c;
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  display: block;
  transition: all 0.3s ease;
}
header .top_header_menu .toggle span:nth-child(1) {
  transition: all 0 ease;
}
header .top_header_menu .toggle span:nth-last-child(1) {
  margin-bottom: 0;
}
header .top_header_menu .toggle.active {
  z-index: 100;
}
header .top_header_menu .toggle.active span {
  background-color: #FFFFFF;
}
header .top_header_menu .toggle.active span:nth-child(1) {
  transform: rotate(-90deg);
  background-color: #323c3c;
}
header .top_header_menu .toggle.active span:nth-child(2) {
  transform: rotate(45deg);
}
header .top_header_menu .toggle.active span:nth-last-child(1) {
  transform: rotate(-45deg);
  margin-top: -8px;
}
@media (max-width: 767px) {
  header .top_header_menu .toggle {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .top_header_menu .toggle {
    margin-left: auto;
    margin-right: 0;
  }
}
header .top_header_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  header .top_header_menu .menu {
    display: none;
  }
}
header .top_header_menu .menu.active {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #323c3c;
}
header .top_header_menu .menu.active .nav {
  max-width: 226px;
}
header .top_header_menu .menu.active .nav .nav-item .nav-link {
  color: #FFFFFF;
  line-height: 48px;
  padding: 0;
}
header .top_header_menu .menu.active .nav .nav-item .nav-link:hover,
header .top_header_menu .menu.active .nav .nav-item .nav-link.active {
  color: #ed1c24;
}
header .top_header_menu .menu.active .nav.hidden {
  visibility: visible;
}
header .top_header_menu .menu.active .nav:nth-child(1) .nav-item .nav-link {
  padding-right: 40px;
}
header .top_header_menu .menu.active .nav:nth-child(2) {
  border-left: 3px solid #5a6164;
  border-right: 3px solid #5a6164;
}
header .top_header_menu .menu.active .nav:nth-child(2) .nav-item .nav-link {
  padding-left: 40px;
  padding-right: 40px;
}
header .top_header_menu .menu.active .nav:nth-child(3) .nav-item .nav-link {
  padding-left: 40px;
}
header .top_header_menu .menu.active .nav:nth-child(3) .nav-item:nth-child(2) .nav-link {
  line-height: normal;
}
@media (max-width: 767px) {
  header .top_header_menu .menu.active {
    flex-flow: column;
  }
  header .top_header_menu .menu.active .nav {
    max-width: none;
  }
  header .top_header_menu .menu.active .nav:nth-child(n) {
    border: 0;
  }
  header .top_header_menu .menu.active .nav:nth-child(n) .nav-item .nav-link {
    padding: 0 1rem;
  }
}
header .top_header_menu .nav .nav-item .nav-link {
  padding-left: 0px;
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 26px;
  color: #323c3c;
}
header .top_header_menu .nav .nav-item .nav-link:hover {
  color: #00b8d4;
}
header .online_block {
  margin-bottom: 30px;
  position: relative;
}
header .online_block .line {
  background-color: #ed1c24;
  color: #FFFFFF;
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 18px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  position: relative;
}
header .online_block .line:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFFFFF;
  transition: all 0.3s ease;
}
header .online_block .online_info {
  background-color: #323c3c;
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  z-index: 2;
  opacity: 0.95;
}
header .online_block .online_info .online_info_text {
  max-width: 900px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Noto Sans ExtCond';
  font-size: 18px;
  line-height: 22px;
}
header .online_block .online_info .online_info_text .block-images,
header .online_block .online_info .online_info_text .block-video {
  margin-bottom: 30px;
}
header .online_block .online_info .online_info_text .block-text p {
  margin: 0;
}
header .online_block.active .line:before {
  transform: rotate(90deg);
  margin-top: 5px;
}
header .online_block.active .line:after {
  border-top: 10px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
@media (max-width: 768px) {
  footer {
    margin-top: 30px;
  }
}
footer .bottom_menu {
  height: 50px;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
footer .bottom_menu .link {
  margin: auto 0;
}
footer .bottom_menu .link .nav .nav-item .nav-link {
  padding-left: 0px;
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 18px;
  color: #323c3c;
}
footer .bottom_menu .link .nav .nav-item .nav-link:hover {
  color: #00b8d4;
}
footer .bottom_menu .social_block .link {
  margin: auto 0;
}
footer .bottom_menu .social_block .link .nav-item {
  height: 32px;
  margin-left: 5px;
}
footer .bottom_menu .social_block .link .nav-item .nav-link {
  width: 31px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  background-size: 100% 100%;
}
footer .bottom_menu .social_block .link .nav-item .nav-link.fb {
  background-image: url('../images/fb.svg');
}
footer .bottom_menu .social_block .link .nav-item .nav-link.vk {
  background-image: url('../images/vk.svg');
}
footer .bottom_menu .social_block .link .nav-item .nav-link.tw {
  background-image: url('../images/tw.svg');
}
footer .bottom_menu .social_block .link .nav-item .nav-link.tg {
  background-image: url('../images/tg.svg');
}
footer .bottom_menu .social_block .link .nav-item .nav-link.fb-w {
  background-image: url('../images/fb-w.svg');
}
footer .bottom_menu .social_block .link .nav-item .nav-link.vk-w {
  background-image: url('../images/vk-w.svg');
}
footer .bottom_menu .social_block .link .nav-item .nav-link.tw-w {
  background-image: url('../images/tw-w.svg');
}
footer .bottom_menu .social_block .link .nav-item .nav-link.tg-w {
  background-image: url('../images/tg-w.svg');
}
@media (max-width: 767px) {
  footer .bottom_menu {
    display: none;
  }
}
footer .block_info {
  font-family: 'Noto Sans ExtCond';
  font-size: 14px;
  padding: 25px 0;
}
footer .block_info .item {
  width: 25%;
  padding-right: 30px;
}
footer .block_info .item p {
  margin-bottom: 10px;
}
footer .block_info .item a {
  color: #004bb0;
  text-decoration: none;
}
footer .block_info .item a:hover {
  color: #ed1c24;
}
footer .block_info .item.designer {
  text-align: right;
  padding-right: 0px;
  font-size: 16px;
}
footer .block_info .item.designer span {
  margin: auto 0;
  margin-left: auto;
}
footer .block_info .item.designer a {
  font-family: 'Noto Sans ExtCond Bold';
}
footer .block_info .item.designer .d-flex:before {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 25px;
  height: 25px;
  background: url('../images/formograph.svg');
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  footer .block_info {
    border-top: 2px solid #e4e4e4;
    padding: 10px 0;
  }
  footer .block_info .item {
    width: 100%;
  }
}
.search_btn {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url('../images/search.svg');
  background-size: 100% 100%;
  background-position: center;
}
.top_search {
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top_search .search_form {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top_search .search_form {
    margin-top: 20px;
  }
}
.top_search .search_form .search_close {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
}
.top_search .search_form .search_close:before,
.top_search .search_form .search_close:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 2px;
  background-color: #FFF;
  width: 24px;
  height: 4px;
  left: 8px;
  top: 16px;
  transition: all 0.75s ease;
}
.top_search .search_form .search_close:before {
  transform: rotate(-45deg);
}
.top_search .search_form .search_close:after {
  transform: rotate(45deg);
}
.top_search .search_form .search_close:hover:before {
  transform: rotate(45deg);
}
.top_search .search_form .search_close:hover:after {
  transform: rotate(-45deg);
}
.top_search .search_form .search_text {
  color: #31393d;
  font-size: 26px;
  height: 36px;
  padding: 0 10px 0 36px;
  outline: none;
  font-family: 'Noto Sans ExtCond Bold';
  width: 100%;
}
.top_search .search_form .search_btn {
  position: absolute;
  top: 8px;
  left: 8px;
}
.top_search .search_result {
  padding: 25px 0;
}
.top_search .search_result .btn_link_content {
  border: 3px solid #FFFFFF;
}
.top_search .search_result .search_section_title {
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 42px;
  color: #787878;
}
.top_search .search_result .item-element {
  color: #FFFFFF;
  margin-right: 30px;
  max-width: 262px;
  flex: 1 1 auto;
  margin-bottom: 30px;
  height: auto;
}
@media (max-width: 576px) {
  .top_search .search_result .item-element {
    margin-right: 0px;
  }
}
.top_search .search_result .item-element .picture.video_ico {
  position: relative;
}
.top_search .search_result .item-element .picture.video_ico:before,
.top_search .search_result .item-element .picture.video_ico:after {
  display: block;
  content: '';
  position: absolute;
  border: 0px solid transparent;
}
.top_search .search_result .item-element .picture.video_ico::before {
  width: 8px;
  height: 15px;
  background: transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #ed1c24;
  border-bottom: 8px solid transparent;
  top: -6px;
  z-index: 2;
}
.top_search .search_result .item-element .picture.video_ico:after {
  width: 20px;
  height: 20px;
  background-color: #8c9fa8;
  top: 0;
  left: 0;
  background: #FFF;
  border-top: 10px solid transparent;
  border-right: 10px solid #8c9fa8;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #8c9fa8;
}
.top_search .search_result .item-element .body .title a {
  color: #FFFFFF;
  font-size: 24px;
  line-height: normal;
}
.top_search .search_result .item-element .body .title a:hover {
  color: #ed1c24;
}
.top_search .search_result .item-element .body .text {
  font-size: 16px;
  line-height: 24px;
}
.top_search .search_result .item-element .body .text p {
  margin: 0;
}
.top_search .search_result .item-element .body .autor .name {
  font-size: 16px;
  line-height: 24px;
}
.top_search .search_result .item-element a {
  color: #FFFFFF;
}
.top_search .search_result .item-element a:hover {
  color: #ed1c24;
}
.top_search .search_result .item-element.grey_theme {
  background-color: #464d51;
}
.top_search .search_result .item-element:nth-child(4n) {
  margin-right: 0px;
}
.top_search .search_result .no_result {
  color: #FFF;
  width: 100%;
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 24px;
}
.top_header_title {
  margin-bottom: 30px;
  color: #d6d8d8;
  line-height: 30px;
  font-size: 42px;
  font-family: 'Noto Sans ExtCond SemBd';
}
@media (max-width: 767px) {
  .top_header_title {
    line-height: normal;
  }
}
.top_header_title .title {
  line-height: 30px;
}
.top_header_title .subtitle {
  font-size: 18px;
  font-family: 'Noto Sans ExtCond SemBd';
  color: #323c3c;
  margin-left: 30px;
}
.top_header_title .filter {
  line-height: normal;
  height: 30px;
  font-size: 20px;
  margin-left: 40px;
  z-index: 10;
}
.top_header_title .filter .select_filter {
  position: relative;
  font-size: 19px;
  background-color: #323c3c;
  color: #FFFFFF;
  padding: 0 25px;
  margin: 0;
  outline: 0;
  min-width: 150px;
}
.top_header_title .filter .select_filter .title {
  cursor: pointer;
}
.top_header_title .filter .select_filter .title:before {
  content: '';
  height: 30px;
  width: 10px;
  display: inline-block;
  position: absolute;
  background: url('../images/arrow_w.svg') no-repeat;
  background-size: 100% 100%;
  left: 7px;
}
.top_header_title .filter .select_filter .title.active:before {
  transform: rotate(90deg);
}
.top_header_title .filter .select_filter .nav {
  left: 0;
  padding-bottom: 10px;
  background-color: #323c3c;
}
.top_header_title .filter .select_filter .nav .nav-item {
  padding: 0 10px;
  background-color: #323c3c;
}
.top_header_title .filter .select_filter .nav .nav-item:hover {
  background-color: #d6d8d8;
}
.top_header_title .filter .select_filter .nav .nav-item:hover .nav-link {
  color: #323c3c;
}
.top_header_title .filter .select_filter .nav .nav-item .nav-link {
  color: #FFFFFF;
}
.top_header_title .filter select {
  font-size: 19px;
  height: 30px;
  background-color: #323c3c;
  color: #FFFFFF;
  padding: 0 25px;
  margin: 0;
  outline: 0;
}
.top_header_title .filter ul li a {
  max-height: 30px;
  padding: 0 1rem;
  line-height: 30px;
}
.top_header_title .filter ul li:hover,
.top_header_title .filter ul li.active {
  background-color: #323c3c;
}
.top_header_title .filter ul li:hover a,
.top_header_title .filter ul li.active a {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .top_header_title .filter {
    margin: 0;
    padding: 20px 0;
    order: 2;
  }
}
.top_header_title .type_view {
  width: 30px;
  height: 30px;
  margin: auto;
}
.top_header_title .type_view.list {
  background-image: url(../images/filtr_2.svg);
  background-size: 100%;
}
.top_header_title .type_view.plitka {
  background-image: url(../images/filtr_1.svg);
  background-size: 100%;
}
.top_header_title .rating_title {
  text-align: center;
  margin-top: 30px;
}
.top_header_title .rating_title h1 {
  font-family: 'Noto Sans ExtCond SemBd';
  max-width: 500px;
  margin: 0 auto;
  color: #323c3c;
  line-height: 40px;
  font-size: 40px;
}
.top_header_title .rating_title:before {
  display: block;
  content: '';
  width: 45px;
  height: 45px;
  background-image: url(../images/reiting.svg);
  background-size: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top_header_title .rating_title {
    margin-top: 0;
    order: 1;
  }
  .top_header_title .rating_title:before {
    margin: 0;
    margin-right: 20px;
  }
  .top_header_title .rating_title h1 {
    font-size: 20px;
    line-height: normal;
    max-width: none;
    text-align: left;
    margin: 0;
    flex: 1;
  }
}
.item-element {
  width: 100%;
  margin-bottom: 30px;
}
.item-element.news {
  min-width: 262px;
  max-width: calc(25% - 15px);
}
.item-element.news-big {
  max-width: 555px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-element.news-big {
    max-width: 375px;
  }
}
.item-element.news-big .body {
  font-family: 'Noto Sans ExtCond SemBd';
}
.item-element.news-big .body .title {
  font-size: 36px;
  line-height: 36px;
}
.item-element.analitika {
  min-width: 263px;
  max-width: calc(25% - 15px);
}
.item-element.analitika .body .title,
.item-element.analitika .body .title a {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}
.item-element.analitika .body .text {
  font-size: 16px;
  line-height: normal;
}
.item-element.analitika .body .text p {
  margin: 0;
}
.item-element.analitika .body .text br {
  display: none;
}
.item-element.analitika .body .autor .name {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
.item-element.analitika-comment {
  min-width: 263px;
  max-width: calc(25% - 15px);
  padding: 20px;
  background-color: #eaebeb;
}
.item-element.analitika-comment .body {
  font-family: 'Noto Sans ExtCond SemBd';
}
.item-element.analitika-comment .body .date {
  color: #787878;
  font-size: 16px;
}
.item-element.analitika-comment .body .title {
  font-size: 20px;
}
.item-element.analitika-big {
  max-width: 555px;
  position: relative;
  line-height: 36px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-element.analitika-big {
    max-width: 375px;
  }
}
.item-element.analitika-big .body {
  font-family: 'Noto Sans ExtCond SemBd';
}
@media (min-width: 1200px) {
  .item-element.analitika-big .body {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.item-element.analitika-big .body .title {
  font-size: 36px;
  line-height: 36px;
}
.item-element.rating {
  max-width: 263px;
}
.item-element.rating .top_face {
  background-color: #eff1f1;
  padding: 20px;
}
.item-element.rating .top_face img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}
.item-element.rating .top_face .lider,
.item-element.rating .top_face .luser {
  position: relative;
}
.item-element.rating .top_face .lider:after,
.item-element.rating .top_face .luser:after,
.item-element.rating .top_face .lider:before,
.item-element.rating .top_face .luser:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
}
.item-element.rating .top_face .lider:after {
  top: -12px;
  right: -12px;
  border-top: 10px solid #008223;
  border-right: 10px solid #008223;
}
.item-element.rating .top_face .luser:before {
  bottom: -12px;
  left: -12px;
  border-bottom: 10px solid #ed1c24;
  border-left: 10px solid #ed1c24;
}
.item-element.rating .title {
  font-size: 20px;
  line-height: 24px;
}
.item-element.rating .period {
  color: #ed1c24;
  font-size: 16px;
  line-height: 24px;
}
.item-element.rating .text {
  font-size: 16px;
  line-height: normal;
}
.item-element.rating .text p {
  margin: 0;
}
@media (max-width: 575px) {
  .item-element.rating {
    max-width: 280px!important;
    margin: 0 auto 1rem auto;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .item-element.rating {
    max-width: 245px!important;
    margin: 0 auto 1rem 0;
  }
  .item-element.rating:nth-child(2n) {
    margin-right: 0;
  }
  .item-element.rating .top_face img {
    width: 90px;
    height: 90px;
  }
}
.item-element .title_block {
  height: 33px;
  background-color: #e0e1e2;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s ease;
}
.item-element .title_block .title_link {
  height: 33px;
  font-size: 24px;
  font-family: 'Noto Sans ExtCond Bold';
  text-decoration: none;
  color: #323c3c;
}
.item-element .title_block .social_link {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/ico_socline.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-left: 10px;
  cursor: pointer;
}
.item-element .title_block:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 20px solid #323c3c;
  border-left: 20px solid transparent;
  border-right: 0px solid #323c3c;
  border-bottom: 0px solid transparent;
  z-index: 3;
  top: 100%;
  left: 0;
}
.item-element .title_block.marker-white:before {
  top: 32px;
  border-top: 20px solid #FFFFFF;
  border-left: 20px solid transparent;
  border-right: 0px solid #FFFFFF;
  border-bottom: 0px solid transparent;
}
.item-element .title_block_element {
  height: 33px;
  background-color: #e0e1e2;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s ease;
  background-color: #ed1c24;
}
.item-element .title_block_element .title_link {
  height: 33px;
  font-size: 24px;
  font-family: 'Noto Sans ExtCond Bold';
  text-decoration: none;
  color: #323c3c;
}
.item-element .title_block_element .social_link {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/ico_socline.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-left: 10px;
  cursor: pointer;
}
.item-element .title_block_element:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 20px solid #323c3c;
  border-left: 20px solid transparent;
  border-right: 0px solid #323c3c;
  border-bottom: 0px solid transparent;
  z-index: 3;
  top: 100%;
  left: 0;
}
.item-element .title_block_element.marker-white:before {
  top: 32px;
  border-top: 20px solid #FFFFFF;
  border-left: 20px solid transparent;
  border-right: 0px solid #FFFFFF;
  border-bottom: 0px solid transparent;
}
.item-element .title_block_element .title_link {
  color: #FFF;
}
.item-element .picture {
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.item-element .picture.video_ico:before,
.item-element .picture.video_ico:after {
  display: block;
  content: '';
  position: absolute;
  border: 0px solid transparent;
}
.item-element .picture.video_ico::before {
  width: 8px;
  height: 15px;
  background: transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #ed1c24;
  border-bottom: 8px solid transparent;
  top: -6px;
  z-index: 2;
}
.item-element .picture.video_ico:after {
  width: 20px;
  height: 20px;
  background-color: #8c9fa8;
  top: 0;
  left: 0;
  background: #FFF;
  border-top: 10px solid transparent;
  border-right: 10px solid #8c9fa8;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #8c9fa8;
}
.item-element .body {
  font-family: 'Noto Sans ExtCond SemBd';
}
.item-element .body .date,
.item-element .body .age {
  color: #787878;
  font-size: 16px;
}
.item-element .body .title {
  font-size: 20px;
  line-height: 24px;
}
.item-element .body .title a {
  text-decoration: none;
  color: #323c3c;
}
.item-element .body .text {
  font-family: 'Noto Sans Cond';
  font-size: 16px;
  line-height: 24px;
}
.item-element .body .text p {
  margin: 0;
}
.item-element .body .autor .autor-title {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #787878;
  font-size: 16px;
  line-height: normal;
}
.item-element .body .autor .name {
  font-family: 'Noto Sans ExtCond SemBd';
}
.item-element .body .autor-face {
  line-height: normal;
  margin: 0 -10px;
  margin-top: 10px;
}
.item-element .body .autor-face .pict img {
  border-radius: 50%;
}
.item-element .body .autor-face .info {
  width: calc(100% - 90px);
  margin-left: 10px;
}
.item-element .body .autor-face .info .name {
  font-family: 'Noto Sans ExtCond ExtBd';
  font-size: 16px;
  font-weight: bold;
}
.item-element .body .autor-face .info .text {
  font-family: 'Noto Sans ExtCond Med';
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 575px) {
  .item-element {
    max-width: none!important;
    margin-bottom: 15px;
  }
  .item-element .picture img {
    width: 100%;
  }
  .item-element .body {
    line-height: 24px!important;
  }
  .item-element .body .title {
    font-size: 20px!important;
    line-height: 24px!important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .item-element {
    max-width: calc(50% - 15px) !important;
  }
}
.special-element {
  width: 100%;
  max-width: 555px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .special-element {
    max-width: 375px;
  }
}
.special-element.theme_block .body {
  padding: 0 20px;
}
.special-element.theme_block .body .title_body {
  font-size: 36px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: 36px;
  padding-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .special-element.theme_block .body .title_body {
    padding-top: 15px;
    font-size: 24px;
    line-height: 28px;
  }
}
.special-element.theme_block .body .list_elemets .item_elemets {
  width: 50%;
  margin-bottom: 20px;
  font-family: 'Noto Sans ExtCond SemBd';
  color: #323c3c;
  text-decoration: none;
}
.special-element.theme_block .body .list_elemets .item_elemets:nth-child(2n) {
  padding-left: 30px;
}
.special-element.theme_block .body .list_elemets .item_elemets .date {
  color: #787878;
  font-size: 16px;
}
.special-element.theme_block .body .list_elemets .item_elemets .text {
  font-size: 20px;
}
@media (max-width: 576px) {
  .special-element.theme_block .body .list_elemets .item_elemets {
    width: 100%;
  }
  .special-element.theme_block .body .list_elemets .item_elemets:nth-child(2n) {
    padding-left: 0px;
  }
}
.special-element.theme_block .body .list_elemets .col-md-6 .item_elemets {
  width: 100%;
}
.special-element.theme_block .body .list_elemets .col-md-6 .item_elemets:nth-child(2n) {
  padding-left: 0;
}
.special-element.theme_block .body.spec_bg {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.special-element.theme_block .body.spec_bg .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top center;
}
.special-element.theme_block .body.spec_bg a:hover {
  color: #323c3c !important;
}
.special-element.wiki_block .body {
  padding: 20px;
  position: relative;
}
.special-element.wiki_block .body .slider_list .slide .title_elemets {
  width: 242px;
}
.special-element.wiki_block .body .slider_list .slide .title_elemets .picture {
  margin-bottom: 20px;
}
.special-element.wiki_block .body .slider_list .slide .title_elemets .title {
  font-family: 'Noto Sans ExtCond SemBd';
  font-size: 20px;
}
.special-element.wiki_block .body .slider_list .slide .list_elemets {
  padding-left: 30px;
  width: calc(100% - 242px);
}
.special-element.wiki_block .body .slider_list .slide .list_elemets .item_elemets {
  width: 50%;
  margin-bottom: 20px;
  font-family: 'Noto Sans ExtCond SemBd';
  color: #323c3c;
  text-decoration: none;
}
.special-element.wiki_block .body .slider_list .slide .list_elemets .item_elemets:nth-child(2),
.special-element.wiki_block .body .slider_list .slide .list_elemets .item_elemets:nth-child(4) {
  padding-left: 30px;
}
.special-element.wiki_block .body .slider_list .slide .list_elemets .item_elemets .date {
  color: #787878;
  font-size: 16px;
}
.special-element.wiki_block .body .slider_list .slide .list_elemets .item_elemets .text {
  font-size: 20px;
}
@media (max-width: 576px) {
  .special-element.wiki_block .body .slider_list .slide .list_elemets .item_elemets {
    width: 100%;
  }
  .special-element.wiki_block .body .slider_list .slide .list_elemets .item_elemets:nth-child(2),
  .special-element.wiki_block .body .slider_list .slide .list_elemets .item_elemets:nth-child(4) {
    padding-left: 0px;
  }
}
@media (max-width: 576px) {
  .special-element.wiki_block .body .slider_list .slide .list_elemets {
    padding-left: 0px;
    padding-top: 20px;
    width: 100%!important;
  }
}
.special-element.wiki_block .body .navigation {
  margin-top: 20px;
  margin-bottom: 20px;
}
.special-element.wiki_block .body .navigation li {
  height: 2px;
  width: 25px;
  margin-right: 5px;
  background-color: #323c3c;
  line-height: 2px;
  position: relative;
}
.special-element.wiki_block .body .navigation li button {
  position: absolute;
  outline: 0;
  border: 0;
  font-size: 0;
  height: 2px;
  width: 25px;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.special-element.wiki_block .body .navigation li.slick-active {
  background-color: #ed1c24;
}
.special-element.question_block .body {
  padding: 0 20px;
}
.special-element.question_block .body .title_body {
  font-size: 36px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: normal;
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .special-element.question_block .body .title_body {
    padding-top: 15px;
    font-size: 24px;
    line-height: 28px;
  }
}
.special-element.question_block .body.spec_bg {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.special-element.question_block .body.spec_bg .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top center;
}
.special-element.question_block .body.spec_bg a:hover {
  color: #323c3c !important;
}
.special-element.rating_block .body {
  padding: 0 20px;
}
.special-element.rating_block .body .title_body {
  font-size: 36px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: 36px;
  padding-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .special-element.rating_block .body .title_body {
    padding-top: 15px;
    font-size: 24px;
    line-height: 28px;
  }
}
.special-element.rating_block .body .list_rating {
  padding-bottom: 20px;
}
.special-element.rating_block .body .list_rating .title_list {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Noto Sans ExtCond Bold';
  margin-bottom: 10px;
}
.special-element.rating_block .body .list_rating .member {
  margin-bottom: 10px;
}
.special-element.rating_block .body .list_rating .member .photo {
  display: block;
  position: relative;
  width: 80px;
  margin-right: 20px;
}
.special-element.rating_block .body .list_rating .member .photo img {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 2;
  object-fit: cover;
}
.special-element.rating_block .body .list_rating .member .photo:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 1;
}
.special-element.rating_block .body .list_rating .member .info {
  font-family: 'Noto Sans ExtCond Bold';
}
.special-element.rating_block .body .list_rating .member .info .name {
  font-size: 16px;
}
.special-element.rating_block .body .list_rating .member .info .description {
  line-height: 18px;
  font-size: 14px;
}
.special-element.rating_block .body .list_rating .list_lider {
  max-width: 250px;
}
.special-element.rating_block .body .list_rating .list_lider .title_list {
  color: #008223;
}
.special-element.rating_block .body .list_rating .list_lider .photo:after {
  top: -7px;
  right: -7px;
  border-top: 5px solid #008223;
  border-right: 5px solid #008223;
}
.special-element.rating_block .body .list_rating .list_luser {
  max-width: 250px;
}
.special-element.rating_block .body .list_rating .list_luser .title_list {
  color: #ed1c24;
}
.special-element.rating_block .body .list_rating .list_luser .photo:after {
  bottom: -7px;
  left: -7px;
  border-bottom: 5px solid #ed1c24;
  border-left: 5px solid #ed1c24;
}
.special-element.rating_block.size1-2 .body .title_body {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 576px) {
  .special-element.rating_block .body .title_body {
    font-size: 24px;
    line-height: 24px;
  }
}
.special-element.infografika_block .body {
  position: relative;
}
.special-element.infografika_block .body .content {
  z-index: 2;
  position: relative;
}
.special-element.infografika_block .body .opacity_bg {
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.special-element.infografika_block .body .title_infographic {
  line-height: 36px;
  font-size: 36px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: 67px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .special-element.infografika_block .body .title_infographic {
    font-size: 30px;
    line-height: 30px;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .special-element.infografika_block .body .title_infographic {
    font-size: 28px;
    line-height: 30px;
    padding: 20px;
  }
}
.special-element.infografika_block .body .lines {
  height: 98px;
  position: relative;
}
.special-element.infografika_block .body .lines .bg_lines {
  position: absolute;
  height: 100%;
  z-index: -1;
}
.special-element.infografika_block .body .lines .block_num {
  font-family: 'Noto Sans ExtCond ExtBd';
  line-height: normal;
  width: 150px;
  text-align: right;
  padding-right: 20px;
}
.special-element.infografika_block .body .lines .block_num .num {
  font-size: 48px;
  line-height: 48px;
}
.special-element.infografika_block .body .lines .block_num .title {
  font-size: 18px;
  line-height: 18px;
}
.special-element.infografika_block .body .lines .block_text {
  width: calc(100% - 150px);
  padding-right: 15px;
  font-size: 18px;
  font-family: 'Noto Sans ExtCond SemBd';
}
.special-element.infografika_block .body .lines .block_text p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .special-element.infografika_block .body .lines .block_text {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .special-element.infografika_block .body .lines .block_text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .special-element.infografika_block .body .lines {
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .special-element.infografika_block .body .lines .block_num {
    width: 100%;
    text-align: left;
    padding: 20px 0;
    padding-left: 20px;
  }
  .special-element.infografika_block .body .lines .block_text {
    width: 100%;
    padding-left: 20px;
  }
}
.special-element.infografika_block .body .footer_text {
  font-size: 24px;
  font-family: 'Noto Sans ExtCond SemBd';
  text-align: center;
  padding: 0 20px;
}
.special-element.infografika_block .body .footer_number {
  text-align: center;
  padding-bottom: 10px;
}
.special-element.infografika_block .body .footer_number .num {
  font-size: 72px;
  line-height: 72px;
  font-family: 'Noto Sans ExtCond SemBd';
  margin-right: 10px;
}
.special-element.infografika_block .body .footer_number .title {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Noto Sans ExtCond SemBd';
}
.special-element.infografika_block .body.type_litegreen .lines_list .lines .bg_lines {
  background-color: rgba(0, 206, 9, 0.3);
}
.special-element.infografika_block .body.type_litegreen .lines_list .lines:nth-of-type(2) .bg_lines {
  background-color: rgba(0, 206, 9, 0.15);
}
.special-element.infografika_block .body.type_green {
  color: #FFFFFF;
}
.special-element.infografika_block .body.type_green .lines_list .lines .bg_lines {
  background-color: rgba(0, 111, 4, 0.5);
}
.special-element.infografika_block .body.type_green .lines_list .lines:nth-of-type(2) .bg_lines {
  background-color: rgba(0, 111, 4, 0.7);
}
.special-element.infografika_block .body.type_blue {
  color: #FFFFFF;
}
.special-element.infografika_block .body.type_blue .lines_list .lines .bg_lines {
  background-color: rgba(255, 255, 255, 0.15);
}
.special-element.infografika_block .body.type_blue .lines_list .lines:nth-of-type(2) .bg_lines {
  background-color: rgba(255, 255, 255, 0.2);
}
.special-element.infografika_block .body.type_grey .lines_list .lines .bg_lines {
  background-color: rgba(255, 0, 255, 0.15);
}
.special-element.infografika_block .body.type_grey .lines_list .lines:nth-of-type(2) .bg_lines {
  background-color: rgba(255, 0, 255, 0.3);
}
.special-element.infografika_block .gradient_line_blue {
  position: relative;
  height: 10px;
  background-color: #ff00ff;
}
.special-element.infografika_block .gradient_line_blue:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 10px;
  background-color: #0000ff;
}
.special-element.infografika_block .gradient_line_green {
  position: relative;
  height: 10px;
  background-color: #0059bf;
}
.special-element.infografika_block .gradient_line_green:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 125px;
  height: 10px;
  background-color: #00ce09;
}
.special-element.photo_block .body {
  font-family: 'Noto Sans ExtCond SemBd';
}
.special-element.photo_block .body .title {
  font-size: 36px;
  line-height: 36px;
}
.special-element.video_block .body {
  font-family: 'Noto Sans ExtCond SemBd';
}
.special-element.video_block .body .title {
  font-size: 36px;
  line-height: 36px;
}
.special-element.num_day_block {
  max-width: 555px;
}
.special-element.num_day_block .body {
  padding: 20px;
  background-color: #fcf0cc;
  font-family: 'Noto Sans ExtCond SemBd';
  max-height: none;
}
.special-element.num_day_block .body .number {
  position: relative;
}
.special-element.num_day_block .body .number .num {
  font-size: 76px;
  line-height: 120px;
}
.special-element.num_day_block .body .number .text {
  font-size: 28px;
  line-height: 36px;
  text-align: center!important;
}
.special-element.num_day_block .body .num_day_title {
  font-size: 26px;
  margin: auto 15px;
}
.special-element.num_day_block .body .social_block {
  margin-left: 15px;
  margin-right: 15px;
}
.special-element.num_day_block .body.spec_bg {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.special-element.num_day_block .body.spec_bg .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top center;
}
.special-element.num_day_block .body.spec_bg a:hover {
  color: #323c3c !important;
}
.special-element.num_day_block.size1-2 .body .number {
  margin-bottom: 20px;
}
.special-element.num_day_block.size1-2 .body .number .text {
  text-align: left;
}
.special-element.num_day_block.size1-2 .body .text .num_day_title,
.special-element.num_day_block.size1-2 .body .text .social_block {
  margin-left: 0px;
  margin-right: 0px;
}
.special-element.num_day_block.size1-2 .body .text .num_day_title {
  font-size: 20px;
}
.special-element.quote_day_block {
  max-width: 555px;
}
.special-element.quote_day_block .body {
  padding: 20px;
  background-color: #e5f9eb;
  max-height: none;
}
.special-element.quote_day_block .body .photo {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fcf0cc;
}
.special-element.quote_day_block .body .photo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}
.special-element.quote_day_block .body .text {
  width: calc(100% - 80px);
}
.special-element.quote_day_block .body .text .quote_text {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Noto Sans ExtCond SemBd';
}
.special-element.quote_day_block .body .text .autor_info {
  margin: 20px 0;
  display: block;
}
.special-element.quote_day_block .body .text .autor_info .name {
  font-size: 18px;
  font-family: 'Noto Sans ExtCond SemBd';
}
.special-element.quote_day_block .body .text .autor_info .text {
  font-size: 14px;
}
.special-element.quote_day_block .body .text .social_block .title {
  margin-top: 0;
}
.special-element.quote_day_block .body.spec_bg {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.special-element.quote_day_block .body.spec_bg .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top center;
}
.special-element.quote_day_block .body.spec_bg a:hover {
  color: #323c3c !important;
}
@media (max-width: 767px) {
  .special-element.quote_day_block .body .text {
    font-size: 30px;
    line-height: 30px;
  }
}
.special-element.quote_day_block.size1-2 .body .text {
  width: 100%;
}
.special-element.quote_day_block.size1-2 .body .text .quote_text {
  margin-top: 20px;
}
.special-element .title_block {
  height: 33px;
  background-color: #e0e1e2;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s ease;
}
.special-element .title_block .title_link {
  height: 33px;
  font-size: 24px;
  font-family: 'Noto Sans ExtCond Bold';
  text-decoration: none;
  color: #323c3c;
}
.special-element .title_block .social_link {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/ico_socline.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-left: 10px;
  cursor: pointer;
}
.special-element .title_block:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 20px solid #323c3c;
  border-left: 20px solid transparent;
  border-right: 0px solid #323c3c;
  border-bottom: 0px solid transparent;
  z-index: 3;
  top: 100%;
  left: 0;
}
.special-element .title_block.marker-white:before {
  top: 32px;
  border-top: 20px solid #FFFFFF;
  border-left: 20px solid transparent;
  border-right: 0px solid #FFFFFF;
  border-bottom: 0px solid transparent;
}
.special-element > .body {
  max-height: calc(100% - 30px);
}
.special-element .social_block {
  padding-bottom: 20px;
}
.special-element .social_block .title {
  margin: 30px 0 5px 0;
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 16px;
}
.special-element .social_block .link .nav-item {
  margin-left: 0;
  margin-right: 5px;
  height: 23px;
}
.special-element .social_block .link .nav-item .nav-link {
  width: 22px;
  height: 23px;
  line-height: 23px;
  padding: 0;
}
.special-element .social_block.absolute {
  top: -35px;
  width: 100px;
  height: 100px;
  z-index: 5;
  padding-bottom: 0;
  position: absolute;
  right: -35px;
}
.special-element .social_block.absolute .link .nav-item {
  margin: 0;
  margin-bottom: 5px;
  height: 30px;
}
.special-element .social_block.absolute .link .nav-item .nav-link {
  width: 30px;
  height: 30px;
  line-height: 40px;
  padding: 0;
  background-color: #d6d8da;
}
@media (max-width: 576px) {
  .special-element {
    width: 100%!important;
    margin-bottom: 15px;
  }
}
.authors_list {
  columns: auto 4;
  margin-bottom: 30px;
}
.authors_list .letter_block {
  margin-bottom: 1rem;
}
.authors_list .letter_block .letter-title {
  color: #ed1c24;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Noto Sans Cond Bd';
}
.authors_list .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Noto Sans Cond Bd';
}
@media (max-width: 767px) {
  .authors_list {
    columns: auto auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .authors_list {
    columns: auto 3;
  }
}
.type_list .item-element {
  margin-bottom: 10px;
}
.type_list .analitika-element .body .text p {
  margin: 0;
}
.swipe_nav {
  height: 30px;
}
.swipe_nav .nav-item .nav-link {
  font-size: 0;
  padding: 0;
  height: 2px;
  background: #323c3c;
  margin: 0 0.25rem;
}
.swipe_nav .nav-item .nav-link.active {
  background: #ed1c24;
}
.swipe_section {
  width: 100%;
}
.swipe_section > .left_block {
  max-width: 263px;
}
.swipe_section > .content {
  margin: 0 30px;
}
.swipe_section > .right_block {
  max-width: 262px;
}
@media (max-width: 768px) {
  .swipe_section > .left_block,
  .swipe_section .content,
  .swipe_section .right_block {
    padding: 0;
    max-width: none;
  }
  .swipe_section > .left_block {
    margin-right: 30px;
  }
  .swipe_section > .right_block {
    margin-left: 30px;
  }
  .swipe_section > .content {
    margin: 0;
  }
}
main {
  overflow: hidden;
}
main.index_page {
  overflow: hidden;
}
main.index_page .analitika_list_block {
  margin-right: 30px;
}
main.index_page .analitika_list {
  width: 100%;
  max-width: 878px;
}
@media (max-width: 576px) {
  main.index_page .analitika_list {
    max-width: calc(100vw - 30px);
  }
}
main.index_page .news_list {
  width: 100%;
  max-width: 262px;
}
@media (max-width: 576px) {
  main.index_page .news_list {
    max-width: calc(100vw - 30px);
  }
}
main.index_page .swipe_nav {
  height: auto;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
main.index_page .swipe_nav .nav-item {
  margin-right: 1rem;
}
main.index_page .swipe_nav .nav-item:nth-last-child(1) {
  margin-right: 0;
}
main.index_page .swipe_nav .nav-item .nav-link-text {
  color: #d6d8d8 !important;
  font-size: 20px;
  font-family: 'Noto Sans ExtCond SemBd';
  border-bottom: 2px solid #323c3c;
  padding-bottom: 5px;
}
main.index_page .swipe_nav .nav-item .nav-link-text.active {
  font-size: 42px;
  border-bottom: 2px solid #ed1c24;
  line-height: 45px;
}
main.page_question .list_question > .item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  padding: 20px;
  background-color: #efefef;
}
main.page_question .list_question > .item.actual {
  background-color: #f3e5f9;
}
main.page_question .list_question > .item .question > .title {
  font-size: 36px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: normal;
  padding-top: 10px;
  margin-bottom: 20px;
}
main.page_question .list_question > .item .question .social_block .title {
  margin: 30px 0 5px 0;
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 16px;
}
main.page_question .list_question > .item .question .social_block .link .nav-item {
  margin-left: 0;
  margin-right: 5px;
  height: 23px;
}
main.page_question .list_question > .item .question .social_block .link .nav-item .nav-link {
  width: 22px;
  height: 23px;
  line-height: 23px;
}
main.page_question .list_question > .item_question {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  background-color: #efefef;
}
main.page_question .list_question > .item_question .body > .text {
  display: none;
}
main.page_question .list_question > .item_question .title_question {
  background-color: #efefef;
}
main.page_question .list_question > .item_question.actual {
  background-color: #f3e5f9;
}
main.page_question .list_question > .item_question.actual .title_question {
  background-color: #e8ccf4;
}
main.page_question .list_elemets .item {
  width: calc(50% - 15px);
}
main.page_question .list_elemets .item .item_block {
  margin-right: 0;
  margin-bottom: 30px;
  width: calc(50% - 15px);
}
main.page_question .list_elemets .item .item_block.grey_theme {
  height: auto;
}
main.page_question .item_question {
  margin-bottom: 30px;
  width: 75%;
}
@media (max-width: 991px) {
  main.page_question .item_question {
    width: 100%;
  }
}
main.page_question .item_question .title_question {
  padding: 0 20px;
  background-color: #e8ccf4;
  font-size: 36px;
  font-family: 'Noto Sans ExtCond SemBd';
}
main.page_question .item_question .body {
  padding: 20px;
}
main.page_question .item_question .body .text {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Noto Sans ExtCond';
}
main.page_question .item_question .body .text p {
  margin: 0;
}
main.page_question .item_question .body .question_polls {
  font-size: 24px;
  font-family: 'Noto Sans ExtCond SemBd';
  margin-bottom: 30px;
}
main.page_question .item_question .body .question_polls .form-group {
  margin-bottom: 0;
}
main.page_question .item_question .body .question_polls .form-submit {
  margin-top: 30px;
}
main.page_question .item_question .body .question_polls label {
  cursor: pointer;
  line-height: 38px;
  margin-bottom: 0;
  position: relative;
}
main.page_question .item_question .body .question_polls label:hover {
  color: #ed1c24;
}
main.page_question .item_question .body .question_polls label:before,
main.page_question .item_question .body .question_polls label:after {
  content: "";
  display: inline-block;
}
main.page_question .item_question .body .question_polls label:before {
  margin: auto 0;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  border: 4px solid #323c3c;
}
main.page_question .item_question .body .question_polls input[type=radio]:checked + label {
  color: #ed1c24;
}
main.page_question .item_question .body .question_polls input[type=radio]:checked + label:before {
  border: 4px solid #d6d8d8;
}
main.page_question .item_question .body .question_polls input[type=radio]:checked + label:after {
  position: absolute;
  top: 5px;
  width: 25px;
  height: 17px;
  background-image: url('../images/checkbox_on.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
main.page_question .item_question .body .question_polls_result {
  margin-bottom: 30px;
}
main.page_question .item_question .body .question_polls_result .item .text {
  font-size: 24px;
  line-height: 35px;
  font-family: 'Noto Sans ExtCond SemBd';
  margin-bottom: 0px;
}
main.page_question .item_question .body .question_polls_result .item .text span {
  color: #8b00c8;
}
main.page_question .item_question .body .question_polls_result .item .text.win span {
  color: #ed1c24;
}
main.page_question .item_question .body .question_polls_result .item .line {
  height: 3px;
  background-color: #8b00c8;
}
main.page_question .item_question .body .question_polls_result .item .line.win {
  background-color: #ed1c24;
}
main.page_question .item_question .body .question_end {
  font-size: 24px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: normal;
  margin-top: 1rem;
}
main.page_question .item_question .body .social_block .title {
  margin-bottom: 5px;
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 16px;
}
main.page_question .subtitle {
  font-size: 30px;
  font-family: 'Noto Sans ExtCond SemBd';
  color: #d6d8d8;
  margin-bottom: 30px;
}
main.page_infographic .list_infographic .item {
  width: calc(50% - 15px);
  color: #323c3c;
  margin-bottom: 30px;
  position: relative;
}
main.page_infographic .list_infographic .item.white_text {
  color: #FFFFFF;
}
main.page_infographic .list_infographic .item > .title {
  position: relative;
}
main.page_infographic .list_infographic .item > .title span {
  padding: 0 20px;
  padding-right: 0px;
  font-size: 24px;
  background-color: #e0e1e2;
  color: #323c3c;
  line-height: 40px;
  display: inline-block;
  font-family: 'Noto Sans ExtCond SemBd';
}
main.page_infographic .list_infographic .item > .title:after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 40px;
  background-image: url('../images/ico_socline.png');
  background-position: center;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: #e0e1e2;
}
main.page_infographic .list_infographic .item .boby {
  height: calc(100% - 50px);
  overflow: hidden;
  padding-bottom: 10px;
}
main.page_infographic .list_infographic .item .boby .opacity_bg {
  opacity: 0.3;
}
main.page_infographic .list_infographic .item .boby .content {
  z-index: 2;
  position: relative;
}
main.page_infographic .list_infographic .item .boby .title_infographic {
  line-height: 36px;
  font-size: 36px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: 67px;
  padding-left: 20px;
}
main.page_infographic .list_infographic .item .boby.gradient_green {
  background: #00be03;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00be03 1%, #005be6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00be03 1%, #005be6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00be03 1%, #005be6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00be03', endColorstr='#005be6', GradientType=0);
  /* IE6-9 */
}
main.page_infographic .list_infographic .item .boby.gradient_green .lines_list .lines .bg_lines {
  background-color: rgba(0, 111, 4, 0.5);
}
main.page_infographic .list_infographic .item .boby.gradient_green .lines_list .lines:nth-of-type(2) .bg_lines {
  background-color: rgba(0, 111, 4, 0.7);
}
main.page_infographic .list_infographic .item .boby.gradient_blue {
  background-color: #0000ff;
}
main.page_infographic .list_infographic .item .boby.gradient_blue .lines_list .lines .bg_lines {
  background-color: rgba(255, 255, 255, 0.15);
}
main.page_infographic .list_infographic .item .boby.gradient_blue .lines_list .lines:nth-of-type(2) .bg_lines {
  background-color: rgba(255, 255, 255, 0.2);
}
main.page_infographic .list_infographic .item .boby.gradient_grey {
  background-color: #e5e5ff;
}
main.page_infographic .list_infographic .item .boby.gradient_grey .lines_list .lines .bg_lines {
  background-color: rgba(255, 0, 255, 0.15);
}
main.page_infographic .list_infographic .item .boby.gradient_grey .lines_list .lines:nth-of-type(2) .bg_lines {
  background-color: rgba(255, 0, 255, 0.3);
}
main.page_infographic .list_infographic .item .boby.gradient_litegreen {
  background: #e5f8e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5f8e5 1%, #e5eefc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5f8e5 1%, #e5eefc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5f8e5 1%, #e5eefc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f8e5', endColorstr='#e5eefc', GradientType=0);
  /* IE6-9 */
}
main.page_infographic .list_infographic .item .boby.gradient_litegreen .lines_list .lines .bg_lines {
  background-color: rgba(0, 206, 9, 0.3);
}
main.page_infographic .list_infographic .item .boby.gradient_litegreen .lines_list .lines:nth-of-type(2) .bg_lines {
  background-color: rgba(0, 206, 9, 0.15);
}
main.page_infographic .list_infographic .item .boby .lines {
  height: 98px;
  position: relative;
}
main.page_infographic .list_infographic .item .boby .lines .bg_lines {
  position: absolute;
  height: 100%;
  z-index: -1;
}
main.page_infographic .list_infographic .item .boby .lines .block_num {
  font-family: 'Noto Sans ExtCond ExtBd';
  line-height: normal;
  width: 150px;
  text-align: right;
  padding-right: 20px;
}
main.page_infographic .list_infographic .item .boby .lines .block_num .num {
  font-size: 48px;
  line-height: 48px;
}
main.page_infographic .list_infographic .item .boby .lines .block_num .title {
  font-size: 18px;
  line-height: 18px;
}
main.page_infographic .list_infographic .item .boby .lines .block_text {
  width: calc(100% - 150px);
  padding-right: 15px;
  font-size: 18px;
  font-family: 'Noto Sans ExtCond SemBd';
}
main.page_infographic .list_infographic .item .boby .lines .block_text p {
  margin-bottom: 0;
}
main.page_infographic .list_infographic .item .boby .footer_text {
  font-size: 24px;
  font-family: 'Noto Sans ExtCond SemBd';
  text-align: center;
  padding: 0 20px;
}
main.page_infographic .list_infographic .item .boby .footer_number {
  text-align: center;
  padding-bottom: 10px;
}
main.page_infographic .list_infographic .item .boby .footer_number .num {
  font-size: 72px;
  line-height: 72px;
  font-family: 'Noto Sans ExtCond SemBd';
  margin-right: 10px;
}
main.page_infographic .list_infographic .item .boby .footer_number .title {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Noto Sans ExtCond SemBd';
}
main.page_infographic .list_infographic .item .gradient_line_blue {
  position: relative;
  height: 10px;
  background-color: #ff00ff;
}
main.page_infographic .list_infographic .item .gradient_line_blue:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 10px;
  background-color: #0000ff;
}
main.page_infographic .list_infographic .item .gradient_line_litegreen {
  position: relative;
  height: 10px;
  background-color: #0059bf;
}
main.page_infographic .list_infographic .item .gradient_line_litegreen:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 125px;
  height: 10px;
  background-color: #00ce09;
}
main.page_photo .container {
  background-color: #323c3c;
}
main.page_photo .container .item {
  padding: 60px 0;
  color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto;
}
main.page_photo .container .item > .top_info {
  font-size: 16px;
  font-family: 'Noto Sans ExtCond SemBd';
}
main.page_photo .container .item > .title {
  font-size: 40px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: normal;
  margin-bottom: 30px;
}
main.page_photo .container .item > .subtitle {
  font-size: 20px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: normal;
  margin-bottom: 30px;
}
main.page_photo .container .item .text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Noto Sans ExtCond';
}
main.page_photo .container .item .text p {
  margin-bottom: 5px;
}
main.page_photo .container .block_photo {
  margin-bottom: 20px;
}
main.page_photo .container .line_photo {
  margin-bottom: 10px;
  position: relative;
}
main.page_photo .container .line_photo a {
  display: block;
  margin-bottom: 20px;
}
main.page_photo .container .social_block .title {
  font-size: 16px;
  font-family: 'Noto Sans ExtCond SemBd';
  margin-bottom: 10px;
}
main.page_video .container {
  background-color: #323c3c;
}
main.page_video .container .item {
  padding: 60px 0;
  color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto;
}
main.page_video .container .item > .top_info {
  font-size: 16px;
  font-family: 'Noto Sans ExtCond SemBd';
}
main.page_video .container .item > .title {
  font-size: 40px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: normal;
  margin-bottom: 30px;
}
main.page_video .container .item > .subtitle {
  font-size: 20px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: normal;
  margin-bottom: 30px;
}
main.page_video .container .item .text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Noto Sans ExtCond';
}
main.page_video .container .item .text p {
  margin-bottom: 5px;
}
main.page_video .block_photo {
  margin-bottom: 20px;
}
main.page_video .social_block .title {
  font-size: 16px;
  font-family: 'Noto Sans ExtCond SemBd';
  margin-bottom: 10px;
}
main.rating_detail .rating-header .date,
main.rating_detail .rating-header .age {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #787878;
  font-size: 16px;
  line-height: normal;
}
main.rating_detail .rating-header .views {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #787878;
  font-size: 16px;
  line-height: normal;
}
main.rating_detail .rating-header .rating-info {
  height: 24px;
  line-height: 24px;
}
main.rating_detail .rating-header .rating-title {
  margin-bottom: 20px;
}
main.rating_detail .rating-header .rating-title .title {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #323c3c;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 0;
}
main.rating_detail .rating-header .rating-title .title:before {
  content: '';
  width: 75px;
  height: 75px;
  display: inline-block;
  background-image: url(../images/reiting.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 15px;
  margin-right: 30px;
}
main.rating_detail .rating-header .rating-title .rating-period {
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 24px;
  line-height: 40px;
  color: #ed1c24;
}
@media (max-width: 768px) {
  main.rating_detail .rating-header:before {
    content: '';
    width: 75px;
    height: 75px;
    display: inline-block;
    background-image: url(../images/reiting.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 15px;
    margin-right: 30px;
  }
  main.rating_detail .rating-header .rating-title .title {
    font-size: 20px;
  }
  main.rating_detail .rating-header .rating-title .title:before {
    display: none;
  }
}
main.rating_detail .rating-description {
  font-family: 'Noto Sans ExtCond SemBd';
  font-size: 18px;
  margin-bottom: 20px;
}
main.rating_detail .rating-text .block {
  width: 50%;
}
main.rating_detail .rating-text .block.lider h2.title {
  color: #00a000;
}
main.rating_detail .rating-text .block.lider .rating-item .face .photo img {
  margin: 10px 10px 0 0;
}
main.rating_detail .rating-text .block.lider .rating-item .face .photo:after {
  background-color: #00a000;
  right: 0;
}
main.rating_detail .rating-text .block.luser h2.title {
  color: #ed1c24;
}
main.rating_detail .rating-text .block.luser .rating-item .face .photo img {
  margin: 0 0 10px 10px;
}
main.rating_detail .rating-text .block.luser .rating-item .face .photo:after {
  background-color: #ed1c24;
  left: 0;
  bottom: 0;
}
main.rating_detail .rating-text .block:nth-child(1) {
  padding-right: 10px;
}
main.rating_detail .rating-text .block h2.title {
  font-family: 'Noto Sans Cond SemBd';
  font-size: 30px;
  margin-bottom: 1rem;
}
main.rating_detail .rating-text .block .rating-item .face .photo {
  width: 110px;
  height: 110px;
  margin-right: 20px;
  position: relative;
}
main.rating_detail .rating-text .block .rating-item .face .photo img {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  object-fit: cover;
  object-position: center;
}
main.rating_detail .rating-text .block .rating-item .face .photo:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: -1;
}
main.rating_detail .rating-text .block .rating-item .face .info {
  font-family: 'Noto Sans ExtCond SemBd';
}
main.rating_detail .rating-text .block .rating-item .face .info .name {
  font-size: 32px;
}
main.rating_detail .rating-text .block .rating-item .face .info .position {
  font-size: 20px;
}
main.rating_detail .rating-text .block .rating-item .rating-quotes .quote-item {
  margin-bottom: 1rem;
}
main.rating_detail .rating-text .block .rating-item .rating-quotes .quote-item .text {
  font-family: 'Noto Sans Cond';
  line-height: 22px;
}
main.rating_detail .rating-text .block .rating-item .rating-quotes .quote-item .text:before,
main.rating_detail .rating-text .block .rating-item .rating-quotes .quote-item .text:after {
  font-size: 30px;
  line-height: 26px;
  display: inline-block;
  vertical-align: text-bottom;
  font-family: 'Noto Sans ExtCond SemBd';
}
main.rating_detail .rating-text .block .rating-item .rating-quotes .quote-item .text:before {
  content: '«';
  margin-right: 5px;
}
main.rating_detail .rating-text .block .rating-item .rating-quotes .quote-item .text:after {
  content: '»';
  margin-left: 5px;
}
main.rating_detail .rating-text .block .rating-item .rating-quotes .quote-item .autor {
  font-family: 'Noto Sans Cond SemBd';
}
main.rating_detail .rating-expert {
  margin-bottom: 1rem;
}
main.rating_detail .rating-expert .title {
  font-family: 'Noto Sans Cond SemBd';
  font-size: 18px;
  color: #ed1c24;
}
main.rating_detail .rating-expert .expert {
  font-family: 'Noto Sans Cond';
  font-size: 16px;
  line-height: 24px;
}
.size1-1 {
  max-width: 262.5px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .size1-1 {
    max-width: none!important;
  }
}
.size1-2 {
  max-width: 262.5px !important;
}
.size1-2 .size1-1:nth-child(2) {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .size1-2 {
    max-width: none!important;
  }
}
.size2-1 {
  width: 100%;
  max-width: 555px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .size2-1 {
    max-width: 375px;
  }
}
.size2-2 {
  width: 100%;
  max-width: 555px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .size2-2 {
    max-width: 375px;
  }
}
.size3-1 {
  width: 100%;
}
@media (max-width: 576px) {
  .size1-1,
  .size1-2,
  .size2-1,
  .size2-2 {
    max-width: none!important;
  }
}
.brown_theme {
  background-color: #3d2110;
}
.brown_theme .picture {
  position: relative;
}
.brown_theme .picture:before {
  content: "";
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(61, 33, 16, 0) 50%, rgba(61, 33, 16, 0.6) 80%, #3d2110 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(61, 33, 16, 0) 30%, rgba(61, 33, 16, 0.6) 80%, #3d2110 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(61, 33, 16, 0) 50%, rgba(61, 33, 16, 0.6) 80%, #3d2110 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d2110', endColorstr='#3d2110', GradientType=0);
  /* IE6-9 */
}
.brown_theme .body {
  padding: 20px;
}
.brown_theme .body .date,
.brown_theme .body .title,
.brown_theme .body a {
  color: #FFFFFF;
}
.dark_theme {
  background-color: #31393d;
}
.dark_theme .picture {
  position: relative;
}
.dark_theme .picture:before {
  content: "";
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(49, 57, 61, 0) 50%, rgba(49, 57, 61, 0.6) 80%, #31393d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(49, 57, 61, 0) 30%, rgba(49, 57, 61, 0.6) 80%, #31393d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(49, 57, 61, 0) 50%, rgba(49, 57, 61, 0.6) 80%, #31393d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0031393d', endColorstr='#31393d', GradientType=0);
  /* IE6-9 */
}
.dark_theme .body {
  padding: 20px;
}
.dark_theme .body .date,
.dark_theme .body .title,
.dark_theme .body a {
  color: #FFFFFF;
}
.this_color {
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.this_color .picture {
  position: relative;
}
.this_color .picture:after {
  content: "";
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(254, 254, 254, 0) 50%, rgba(254, 254, 254, 0.6) 80%, #fefefe 100%);
  background: -webkit-linear-gradient(top, rgba(254, 254, 254, 0) 50%, rgba(254, 254, 254, 0.6) 80%, #fefefe 100%);
  background: linear-gradient(to bottom, rgba(254, 254, 254, 0) 50%, rgba(254, 254, 254, 0.6) 80%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(254,254,254,0)", endColorstr="rgb(254,254,254)", GradientType=0);
}
.this_color .body {
  padding: 20px;
}
.this_color .body .date,
.this_color .body .title,
.this_color .body a {
  color: #323c3c;
}
.this_color.white_text .body .date,
.this_color.white_text .body .title,
.this_color.white_text .body a {
  color: #FFFFFF;
}
.blue_theme {
  background-color: #00b8d4;
}
.blue_theme .picture {
  position: relative;
}
.blue_theme .picture:after {
  content: "";
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 184, 212, 0) 30%, rgba(0, 184, 212, 0.6) 80%, #00b8d4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 184, 212, 0) 30%, rgba(0, 184, 212, 0.6) 80%, #00b8d4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 184, 212, 0) 50%, rgba(0, 184, 212, 0.6) 80%, #00b8d4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b8d405', endColorstr='#00b8d4', GradientType=0);
  /* IE6-9 */
}
.blue_theme .body {
  padding: 20px;
}
.blue_theme .body .date,
.blue_theme .body .title,
.blue_theme .body a {
  color: #FFFFFF;
}
.orange_theme {
  background-color: #f63a05;
}
.orange_theme .picture {
  position: relative;
}
.orange_theme .picture:before {
  content: "";
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(246, 58, 5, 0) 30%, rgba(246, 58, 5, 0.6) 80%, #f63a05 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(246, 58, 5, 0) 30%, rgba(246, 58, 5, 0.6) 80%, #f63a05 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(246, 58, 51, 0) 50%, rgba(246, 58, 5, 0.6) 80%, #f63a05 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f63a05', endColorstr='#f63a05', GradientType=0);
  /* IE6-9 */
}
.orange_theme .body {
  padding: 20px;
}
.orange_theme .body .date,
.orange_theme .body .title,
.orange_theme .body a {
  color: #FFFFFF;
}
.white_theme .body {
  padding: 20px;
}
.white_theme .body .date,
.white_theme .body .title,
.white_theme .body a {
  color: #FFFFFF;
}
.block_mentions {
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 14px;
  margin: 10px 0 5px 0;
}
.block_liked a {
  width: 80px;
  height: 30px;
  background-color: rgba(50, 60, 60, 0.1);
  justify-content: center;
  text-decoration: none;
}
.block_liked a:hover {
  background-color: #323c3c;
  color: #FFFFFF !important;
}
.block_liked a:hover:after {
  -webkit-filter: invert(100%);
  /* Safari 6.0 - 9.0 */
  filter: invert(100%);
}
.block_liked a span {
  margin: auto 0;
  font-size: 12px;
  font-family: 'Noto Sans ExtCond Bold';
}
.block_liked a:after {
  content: '';
  display: block;
  width: 18px;
  height: 17px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto 3px;
}
.block_liked a.like {
  margin-right: 1px;
}
.block_liked a.like:after {
  margin-bottom: 8px;
  background-image: url('../images/like.svg');
}
.block_liked a.like.on:after {
  background-image: url('../images/like_on.svg');
}
.block_liked a.dislike:after {
  margin-bottom: 4px;
  background-image: url('../images/dislike.svg');
}
.block_liked a.dislike.on:after {
  background-image: url('../images/dislike_on.svg');
}
.social_block .link .nav-item {
  margin-right: 5px;
}
.social_block .link .nav-item .nav-link {
  background-size: 100% 100%;
  padding: 0;
  min-width: 22px;
  min-height: 22px;
}
.social_block .link .nav-item .nav-link.fb {
  background-image: url('../images/fb.svg');
}
.social_block .link .nav-item .nav-link.vk {
  background-image: url('../images/vk.svg');
}
.social_block .link .nav-item .nav-link.tw {
  background-image: url('../images/tw.svg');
}
.social_block .link .nav-item .nav-link.tg {
  background-image: url('../images/tg.svg');
}
.social_block .link .nav-item .nav-link.fb-w {
  background-image: url('../images/fb-w.svg');
}
.social_block .link .nav-item .nav-link.vk-w {
  background-image: url('../images/vk-w.svg');
}
.social_block .link .nav-item .nav-link.tw-w {
  background-image: url('../images/tw-w.svg');
}
.social_block .link .nav-item .nav-link.tg-w {
  background-image: url('../images/tg-w.svg');
}
.btn_link_content {
  cursor: pointer;
  background-color: #31393d;
  color: #FFFFFF;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  font-size: 24px;
  font-family: 'Noto Sans ExtCond Bold';
  transition: all 0.3s ease;
  border: 3px solid #31393d;
}
.btn_link_content:hover {
  background-color: #FFFFFF;
  border: 3px solid #31393d;
  color: #31393d !important;
  text-decoration: none;
}
.wiki-slider {
  position: relative;
}
.wiki-slider .gradient {
  min-height: 355px;
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 30px;
  position: relative;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 767px) {
  .wiki-slider.one_slides .gradient {
    width: calc(100% - 10px);
    padding: 15px;
  }
}
.wiki-slider .one_slide {
  outline: none;
}
.wiki-slider .one_slide .picture {
  flex: 1 1 auto;
  max-width: 455px;
}
.wiki-slider .one_slide .text_elemets {
  flex: 1 1 auto;
  max-width: calc(100% - 460px);
  margin-left: 30px;
}
.wiki-slider .one_slide .text_elemets .elemet_title {
  font-family: 'Noto Sans ExtCond SemBd';
  font-size: 30px;
  line-height: normal;
}
.wiki-slider .one_slide .text_elemets .elemet_blocks {
  margin-bottom: 5px;
}
.wiki-slider .one_slide .text_elemets .elemet_blocks .block_mentions {
  margin-top: 0;
}
.wiki-slider .one_slide .text_elemets .elemet_text {
  font-family: 'Noto Sans ExtCond';
  font-size: 18px;
}
.wiki-slider .one_slide .text_elemets .elemet_text p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wiki-slider .one_slide .text_elemets {
    max-width: none;
    margin-left: 0;
  }
}
.wiki-slider .slider_arrow {
  height: 100%;
  width: 100%;
  position: absolute;
}
.wiki-slider .slider_arrow .prev,
.wiki-slider .slider_arrow .next {
  cursor: pointer;
  background-image: url('../images/arrow.png');
  height: 42px;
  width: 30px;
}
.wiki-slider .slider_arrow .next {
  transform: rotate(-180deg);
}
.wiki-slider .navigation {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wiki-slider .navigation li {
  height: 2px;
  width: 45px;
  margin-right: 5px;
  background-color: #323c3c;
  line-height: 2px;
  position: relative;
}
.wiki-slider .navigation li a,
.wiki-slider .navigation li button {
  position: absolute;
  outline: 0;
  border: 0;
  font-size: 0;
  height: 2px;
  width: 45px;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 374px) {
  .wiki-slider .navigation li:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 409px) {
  .wiki-slider .navigation li:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 424px) {
  .wiki-slider .navigation li:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 991px) {
  .wiki-slider .navigation li:nth-child(n+12) {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wiki-slider .navigation li:nth-child(n+18) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wiki-slider .navigation li:nth-child(n+22) {
    display: none;
  }
}
.wiki-slider .navigation li.slick-active {
  background-color: #ed1c24;
}
.wiki-slider .slide_title {
  font-family: 'Noto Sans ExtCond SemBd';
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.wiki-slider .slide_title span {
  font-size: 24px;
  color: #c8c8c8;
}
.wiki-slider .slide_all_link {
  margin-bottom: 10px;
}
.wiki-slider .slide_all_link a {
  font-family: 'Noto Sans ExtCond SemBd';
  font-size: 18px;
  line-height: 30px;
}
.wiki-slider.full {
  margin-bottom: 30px;
}
.wiki-slider.full .gradient {
  padding: 20px;
  width: calc(100% - 36px);
}
.wiki-slider.full .slider_arrow {
  display: none;
}
.wiki-slider.full .slider_list .slick-track {
  margin-left: 0;
}
.wiki-slider.full .slider_list .slide {
  transition: all 0.3s ease;
  opacity: 0.1;
}
.wiki-slider.full .slider_list .slide.slick-active {
  opacity: 1;
}
.wiki-slider.full .slider_list .slide .item_block {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
}
.wiki-header .title {
  font-family: 'Noto Sans ExtCond SemBd';
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.subscribe_block {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #323c3c;
  font-size: 24px;
  line-height: 28px;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}
.subscribe_block:hover {
  color: #ed1c24;
}
.analytics-detail-old {
  margin-bottom: 20px;
}
.analytics-detail-old .analytics-header .date {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #787878;
  font-size: 16px;
  line-height: normal;
}
.analytics-detail-old .analytics-header .views {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #787878;
  font-size: 16px;
  line-height: normal;
}
.analytics-detail-old .analytics-header .analytics-info {
  height: 24px;
  line-height: 24px;
}
.analytics-detail-old .analytics-header .analytics-title {
  margin-bottom: 20px;
}
.analytics-detail-old .analytics-header .analytics-title .title {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #323c3c;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 0;
}
.analytics-detail-old .detail-picture {
  margin-bottom: 1rem;
}
.analytics-detail-old .detail-picture .author-picture {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans ExtCond';
  color: #787878;
}
.analytics-detail-old .detail-text {
  margin-bottom: 20px;
}
.analytics-detail-old .detail-text a {
  color: #004bb0;
  text-decoration: none;
  border-bottom: 1px solid #004bb0;
}
.analytics-detail-old .detail-text a:hover {
  color: #ed1c24;
  border-bottom: 1px solid #ed1c24;
}
.analytics-detail-old .detail-text p {
  font-family: 'Noto Sans Cond';
  font-size: 16px;
  line-height: normal;
  color: #323c3c;
}
.analytics-detail-old .detail-text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.analytics-detail-old .autor {
  margin: 0;
  margin-bottom: 1rem;
}
.analytics-detail-old .autor .text {
  width: 50%;
}
.analytics-detail-old .autor-face {
  margin-bottom: 1rem;
  line-height: normal;
  margin: 0 -10px;
  margin-top: 10px;
}
.analytics-detail-old .autor-face .pict img {
  border-radius: 50%;
}
.analytics-detail-old .autor-face .info {
  width: calc(100% - 90px);
  margin-left: 10px;
}
.analytics-detail-old .autor-face .info .autor-title {
  font-family: 'Noto Sans Cond';
  font-size: 16px;
  line-height: normal;
  color: #323c3c;
}
.analytics-detail-old .autor-face .info .name {
  font-family: 'Noto Sans ExtCond ExtBd';
  font-size: 16px;
  font-weight: bold;
}
.analytics-detail-old .autor-face .info .text {
  font-family: 'Noto Sans ExtCond Med';
  font-size: 14px;
  line-height: normal;
}
.analytics-detail-old .social_block {
  margin-bottom: 20px;
}
.analytics-detail-old .social_block .title {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #b4b4b4;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.element-detail .element-header .theme_title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  font-family: 'Noto Sans ExtCond SemBd';
}
.element-detail .element-header .element-info {
  height: 24px;
  line-height: 24px;
}
.element-detail .element-header .element-info .date {
  text-transform: lowercase;
}
.element-detail .element-header .element-info .age,
.element-detail .element-header .element-info .date {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #787878;
  font-size: 16px;
  line-height: normal;
}
.element-detail .element-header .element-info .views {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #787878;
  font-size: 16px;
  line-height: normal;
}
.element-detail .element-header .element-title {
  margin-bottom: 20px;
}
.element-detail .element-header .element-title .title {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #323c3c;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .element-detail .element-header .element-title .title {
    font-size: 23px;
    line-height: 22px;
  }
}
.element-detail .detail-picture {
  margin-bottom: 20px;
}
.element-detail .detail-picture .author-picture {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans ExtCond';
  color: #787878;
}
.element-detail .detail-text {
  margin-bottom: 20px;
  position: relative;
  font-family: 'Noto Sans Cond';
  font-size: 16px;
  line-height: normal;
}
.element-detail .detail-text a {
  color: #004bb0;
  text-decoration: none;
  border-bottom: 1px solid #004bb0;
}
.element-detail .detail-text a:hover {
  color: #ed1c24;
  border-bottom: 1px solid #ed1c24;
}
.element-detail .detail-text p {
  font-family: 'Noto Sans Cond';
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
}
.element-detail .detail-text figure,
.element-detail .detail-text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.element-detail .detail-text .quote_insert {
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 30px;
  padding: 0 10px 0 20px;
  margin-bottom: 1rem;
  border-left: 2px solid #eaebeb;
}
.element-detail .detail-text .quote_autor_insert {
  margin-bottom: 1rem;
}
.element-detail .detail-text .quote_autor_insert .photo {
  width: 140px;
  padding-right: 20px;
}
.element-detail .detail-text .quote_autor_insert .text {
  flex: 1;
}
.element-detail .detail-text .quote_autor_insert .text .quote_text {
  font-family: 'Noto Sans ExtCond Med';
  font-size: 18px;
  margin-bottom: 1rem;
}
.element-detail .detail-text .quote_autor_insert .text .autor_info .name {
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 18px;
}
.element-detail .detail-text .quote_autor_insert .text .autor_info .position {
  font-size: 16px;
}
.element-detail .detail-text .read_more {
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-top: 2px solid #e0e1e2;
  border-bottom: 2px solid #e0e1e2;
}
.element-detail .detail-text .read_more .read_more_title {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Noto Sans Cond SemBd';
  color: #b4b4b4;
}
.element-detail .detail-text-online {
  margin-bottom: 20px;
  position: relative;
  font-family: 'Noto Sans Cond';
  font-size: 16px;
  line-height: normal;
}
.element-detail .detail-text-online .online_row {
  margin-bottom: 20px;
}
.element-detail .detail-text-online .online_row.hidden {
  display: none;
}
.element-detail .detail-text-online .date {
  color: #ed1c24;
  font-size: 18px;
  font-family: 'Noto Sans ExtCond SemBd';
}
.element-detail .autor {
  margin: 0;
  margin-bottom: 20px;
}
.element-detail .autor .name {
  font-family: 'Noto Sans ExtCond ExtBd';
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.element-detail .autor .text {
  font-family: 'Noto Sans ExtCond Med';
  font-size: 14px;
  line-height: normal;
}
.element-detail .social_block {
  margin-bottom: 20px;
}
.element-detail .social_block .title {
  font-family: 'Noto Sans ExtCond SemBd';
  color: #b4b4b4;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .element-detail .social_block .title {
    font-size: 23px;
  }
}
.element-detail .online_end {
  font-family: 'Noto Sans ExtCond Bold';
  font-size: 20px;
  color: #ed1c24;
  margin-bottom: 10px;
}
.video-page {
  background-color: #31393d;
  color: #ffffff;
}
.video-page .element-detail {
  max-width: 1000px;
  margin: auto;
  padding: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-page .element-detail {
    max-width: 690px;
    padding: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .video-page .element-detail {
    max-width: 510px;
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  .video-page .element-detail {
    max-width: 100%;
    padding: 20px;
  }
}
.video-page .element-detail .element-header .element-info .age,
.video-page .element-detail .element-header .element-info .date,
.video-page .element-detail .element-header .element-info .views,
.video-page .element-detail .element-header .element-title .title {
  color: #ffffff;
}
.video-page .element-detail .social_block .title {
  font-size: 16px;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.video-page .detail-text {
  padding-top: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .video-page {
    margin: 0 -15px;
  }
}
iframe {
  width: 100%!important;
  height: 100%!important;
  max-width: 900px;
  min-height: 500px;
}
@media (min-width: 992px) and (max-width: 1319px) {
  iframe {
    min-height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  iframe {
    min-height: 334px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  iframe {
    min-height: 320px;
  }
}
@media (min-width: 320px) and (max-width: 639px) {
  iframe {
    min-height: 200px;
  }
}
.old-content figure,
.old-content img {
  max-width: 100%!important;
  height: auto;
  margin-bottom: 1rem;
}
.old-content .alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}
.old-content p {
  margin: 0 0 10px;
}
.old-content p > .alignright,
.old-content p > .alignleft {
  margin-top: 0px;
}
.old-content ol,
.old-content ul,
.old-content dl {
  margin-bottom: 10px;
  display: inline-block;
  padding-inline-start: 15px;
}
.form-style .form-group .form-title {
  font-size: 18px;
  font-family: 'Noto Sans ExtCond SemBd';
}
.form-style .form-group .form-control:-webkit-autofill,
.form-style .form-group .form-control:-webkit-autofill:hover,
.form-style .form-group .form-control:-webkit-autofill:focus,
.form-style .form-group .form-control {
  font-size: 18px;
  font-family: 'Noto Sans ExtCond SemBd';
  background-color: #eaebeb;
  color: #323c3c;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.form-style .form-group input[type="checkbox"] {
  display: none;
}
.form-style .form-group input[type="checkbox"]:checked + .form-checkbox:before {
  border: 4px solid #d6d8d8;
}
.form-style .form-group input[type="checkbox"]:checked + .form-checkbox:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 17px;
  background-image: url('../images/checkbox_on.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.form-style .form-group .form-checkbox {
  cursor: pointer;
  font-size: 14px;
  font-family: 'Noto Sans ExtCond';
}
.form-style .form-group .form-checkbox a {
  border-bottom: 1px solid;
  display: inline-block;
}
.form-style .form-group .form-checkbox:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 4px solid #787878;
}
.form-style .form-group .form-btn {
  font-size: 18px;
  font-family: 'Noto Sans ExtCond SemBd';
  border: none;
  border-radius: 0;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  background-color: #787878;
  cursor: pointer;
}
.form-style .form-group .form-btn:disabled {
  background-color: #d6d8d8;
  cursor: not-allowed;
}
.modal-dialog {
  max-width: 585px;
}
.modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: 0 0 3rem 1rem rgba(0, 168, 255, 0.4);
}
.modal-dialog .modal-header {
  padding: 0;
  border: 0;
}
.modal-dialog .modal-header .modal-title {
  font-size: 36px;
  font-family: 'Noto Sans ExtCond SemBd';
  line-height: 36px;
  text-align: center;
  margin: 20px auto;
  padding: 0 2rem;
  word-break: break-word;
}
@media (max-width: 767px) {
  .modal-dialog .modal-header .modal-title {
    font-size: 28px;
    line-height: 26px;
    padding: 0 1rem;
    margin: 30px auto 0 auto;
  }
}
.modal-dialog .modal-header .close {
  right: 0.5rem;
  top: 0;
  opacity: 1;
  margin: 0;
  padding: 0;
}
.modal-dialog .modal-header .close span {
  font-size: 48px;
}
.modal-backdrop {
  background: #fff;
}
.modal-backdrop.show {
  opacity: 0.25;
}
.author_header:after,
.author_header:before {
  content: '';
  display: inline-block;
  margin: auto 0;
  background-color: #d6d8d8;
  height: 2px;
  flex: 1;
}
@media (max-width: 767px) {
  .author_header:after,
  .author_header:before {
    display: none;
  }
}
.author_header .photo {
  border-radius: 50%;
  margin-right: 20px;
}
.author_header .info .title {
  font-family: 'Noto Sans ExtCond SemBd';
  font-size: 24px;
  line-height: 24px;
}
.author_header .info .work {
  font-family: 'Noto Sans ExtCond';
  font-size: 16px;
  line-height: 16px;
}
eight: 16px;
}
