@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700,800&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=cyrillic");
.animated {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.single-tags span:not(:last-child) {
  margin-right: 0.5em;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  overflow-x: hidden;
  max-width: 100vw;
}

body.backBlur::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 0, 28, 0.85);
  backdrop-filter: blur(60px);
  z-index: 99;
}

body.overlayShow {
  overflow-y: hidden;
}

@media screen and (min-width: 769px) {
  body.overlayShow,
  body.overlayShow header {
    padding-right: 15px;
  }
}
.m_lnk {
  display: none;
}
.container {
  max-width: 1240px;
  width: 92.5%;
  margin: 0 auto;
}
.wrap-container {
  display: flex;
  margin-top: 2rem;
  min-height: 10rem;
  padding: 2rem 7.5rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.mt {
  margin-top: 1.25rem;
}

.mb {
  margin-bottom: 1.25rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 2.625rem;
  line-height: 3rem;
}

h2,
.h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.375rem;
}

.text2-color {
  color: rgba(0, 0, 0, 0.4);
}

.switcher {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.switcher input {
  display: none;
}
.switcher input:checked + .wrap {
  background: rgba(48, 127, 226, 0.2);
}
.switcher input:checked + .wrap::after {
  margin-left: auto;
}
.switcher .wrap {
  height: 1.625em;
  width: 3.25em;
  border: 1px solid #cecece;
  background: #f4f4f4;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  transition: all 0.15s;
}
.switcher .wrap::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: #ffffff;
  border: 1px solid #cecece;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-left: -2px;
  margin-top: -1px;
  transition: all 0.15s;
}
.switcher > .label {
  color: #242424;
  opacity: 0.4;
  line-height: 1.5em;
  font-weight: 600;
}
.switcher > .label:first-child {
  margin-right: 1.5em;
}

/* btn */
.btn {
  color: #fff;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  border-radius: 27px;
  border: 1px solid transparent;
  padding: 1rem 1.75rem 1rem;
  text-transform: uppercase;
  display: inline-block;
  border-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.btn:hover {
  border-color: #fff;
}
.btn:active {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.btn.btn-empty {
  border-color: rgba(0, 0, 0, 0.4);
}
.btn.btn-empty.btn-empty-white {
  border-color: rgba(255, 255, 255, 0.4);
}
.btn.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.btn.btn-white:hover {
  box-shadow: 0px 0px 10px #ef3340;
}
.btn.btn-white:active {
  box-shadow: 0px 0px 10px rgba(239, 51, 64, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.btn.btn-white2 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.btn.btn-primary {
  background: #ef3340;
  border: 0;
  box-shadow: 0px 0px 20px rgba(14, 0, 43, 0.5);
}
.btn.btn-primary:hover {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    #ef3340;
}
.btn.btn-primary:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    #ef3340;
  color: rgba(255, 255, 255, 0.8);
}

.btn:focus {
  outline: none;
}

/*.icon img, .svg {
  display: none; }

/* badge */
.badge {
  color: #fff;
  font-size: 0.75rem;
  padding: 0.6em 1.1em;
  border-radius: 13px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  width: auto;
  width: fit-content;
}

.badge-red {
  background: #ef3340;
}

.badge-purple {
  background: #c41d9f;
}

.badge-orange {
  background: #e57d0f;
}

.badge-green {
  background: #1bbb5f;
}

.badge-blue {
  background: #307fe2;
}

main {
  padding-top: 3.75rem;
}

/* header */
header {
  display: block;
  height: 3.75rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  max-width: 100vw;
}
header .bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.75rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-left: -0.25rem;
  padding: 0.25rem;
}
header .bars > div {
  width: 100%;
  height: 2px;
  background: #000;
}
header.overlayShow {
  z-index: 98;
}
header .logo {
  height: 3.25rem;
  min-width: 10em;
}
header .logo svg {
  max-height: 3.25rem !important;
  width: auto !important;
  max-width: 10em;
}
header.scrolled {
  box-shadow: 0 0px 12px 4px rgba(0, 0, 0, 0.15);
}
header > .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
header .nav {
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
}
header .nav > li {
  height: 100%;
}
header .nav > li + li {
  margin-left: 2.5rem;
}
header .nav > li > a {
  color: #000;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0.625rem;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  height: 100%;
  display: flex;
  align-items: center;
}
header .nav > li > a:hover {
  color: rgba(0, 0, 0, 0.4);
}
header .nav > .current_page_item > a,
header .nav > .current-menu-item > a,
header .nav > .current-menu-parent > a {
  border-top-color: #ef3340;
}
header .header-icons {
  display: flex;
}
header .header-icons > .icon {
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
header .header-icons > .icon.profile {
  width: auto;
  border-radius: 17px;
  padding-left: 1rem;
  padding-right: 0.75rem;
}
header .header-icons > .icon.profile svg {
  height: 10px;
  margin-left: 1.75rem;
}
header .header-icons > .icon.icon-text {
  font-size: 0.75rem;
  font-weight: bold;
}
header .header-icons > .icon:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
}
header .header-icons > .icon:hover svg path {
  fill: rgba(0, 0, 0, 0.4);
}
header .header-icons > .icon + .icon {
  margin-left: 1rem;
}
header .dropdownWrap {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  padding: 2.5rem 0 3.125rem;
  opacity: 0;
  visibility: hidden;
}
header li.item-dd-show .dropdownWrap {
  opacity: 1;
  visibility: visible;
}
header .btn {
  display: block;
  width: fit-content;
  margin: 2.5rem auto 0 auto;
}

.confirmCookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 0, 43, 0.9);
  backdrop-filter: blur(4px);
  color: #fff;
  z-index: 99;
  padding: 33px 0;
  line-height: 1.6em;
  font-size: 1rem;
}

.confirmCookie .container {
  display: flex;
  align-items: center;
}

.confirmCookie .btn {
  margin-left: 122px;
}

.confirmCookie a {
  color: #ff727c;
}

.confirmCookie .closeIcon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.confirmCookie .closeIcon::before,
.confirmCookie .closeIcon::after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% / 3 * 2);
  top: 50%;
  left: 50%;
  margin-left: calc(-100% / 6);
  margin-top: -1px;
  background: #fff;
}
.confirmCookie .closeIcon::before {
  transform: rotate(45deg);
}
.confirmCookie .closeIcon::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1440px) {
  .confirmCookie .closeIcon {
    right: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .confirmCookie {
    padding: 40px 0 25px 0;
  }

  .confirmCookie .container p {
    padding-right: 50px;
  }

  .confirmCookie .btn {
    margin-left: 50px;
  }

  .confirmCookie .closeIcon {
    right: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .confirmCookie {
    font-size: 0.875rem;
  }

  .confirmCookie {
    padding: 20px 0;
  }

  .confirmCookie .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .confirmCookie .container p {
    padding-right: 30px;
  }

  .confirmCookie .btn {
    margin-left: 0;
    margin-top: 20px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .confirmCookie {
    font-size: 10px;
  }

  .confirmCookie .btn {
    font-size: 10px;
    padding: 0.75rem 1.25rem;
  }

  .confirmCookie .closeIcon {
    position: absolute;
    width: 30px;
    height: 30px;
  }
}

/* footer */
footer {
  background: #0e002b;
  color: #fff;
  padding: 2.5em 0 2em;
  margin-top: 5rem;
  max-width: inherit;
  overflow-x: hidden;
}
footer .listSocials {
  display: flex;
  align-items: center;
}
footer .listSocials > .item:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .listSocials > .item:hover > .icon svg path {
  fill: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
footer .listSocials > .item > .icon {
  height: 1.25rem;
  text-align: center;
}
footer .listSocials > .item > .icon svg path {
  fill: #fff;
  opacity: 1;
}
footer .listSocials > .item > .label {
  margin-top: 1em;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
}
footer .listSocials > .item + .item {
  margin-left: 4.625rem;
}
footer .copyright {
  margin-top: 2.5rem;
  font-size: 0.875em;
  line-height: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  display: flex;
  flex-flow: wrap;
}
footer .copyright a:hover {
  text-decoration: underline;
}
footer .copyright .copyright-item {
  width: 100%;
  margin-bottom: 1rem;
}

/* mainSlider */
.mainSlider {
  width: 100%;
  min-height: 33.75em;
  position: relative;
  overflow-x: hidden;
}
.mainSlider .slides {
  min-height: 33.75em;
  overflow-x: hidden;
}
.mainSlider .slides .slide {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 6px;
  height: 33.75em;
}
.mainSlider .slides .slide > .content {
  position: relative;
  z-index: 2;
  padding-bottom: 2.5em;
  padding-left: 6.5em;
  padding-right: 2.85em;
  margin-top: auto;
  display: flex;
  width: 100%;
}
.mainSlider .slides .slide > .content .mainInfo {
  margin-right: 2rem;
}
.mainSlider .slides .slide > .content .mainInfo .name {
  font-size: 2.625rem;
  font-family: "Roboto Slab", serif;
  line-height: 3rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  max-width: 17em;
  position: relative;
  transition: transform 0.25s;
}
.mainSlider .slides .slide > .content .mainInfo .name > span {
  visibility: hidden;
  opacity: 0;
  padding: 0 5px 0.15em;
}
.mainSlider .slides .slide > .content .mainInfo .name > .row {
  margin-bottom: -1px;
}
.mainSlider .slides .slide > .content .mainInfo .name > .row > div {
  width: 100%;
  height: 100%;
  padding: 0 5px 0.15em;
  background: #fff;
  position: relative;
  display: block;
  transition: transform 0.25s;
}
.mainSlider .slides .slide > .content .mainInfo .name > .row > div::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #ef3340;
  border-style: solid;
  border-width: 0 8px 8px 0;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  transition: all 0.25s;
  z-index: -1;
}
.mainSlider .slides .slide > .content .mainInfo .meta {
  display: flex;
  align-items: flex-start;
  height: 2.5rem;
}
.mainSlider .slides .slide > .content .mainInfo .meta .date {
  color: #fff;
  font-weight: 800;
  font-size: 0.75rem;
  margin-left: 1.25em;
  padding: 0.6em 0;
}
.mainSlider .slides .slide > .content .video {
  display: flex;
  align-items: flex-end;
  width: 17.5rem;
  height: 10rem;
  position: relative;
  margin-left: auto;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  margin-top: 2.5em;
  flex-shrink: 0;
}
.mainSlider .slides .slide > .content .video > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
}
.mainSlider .slides .slide > .content .video > .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainSlider .slides .slide > .content .video::after,
.mainSlider .slides .slide > .content .video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.mainSlider .slides .slide > .content .video > .info {
  display: flex;
  margin-top: auto;
  padding: 1.25rem;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.mainSlider .slides .slide > .content .video > .info > .name {
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
}
.mainSlider .slides .slide:hover {
  cursor: pointer;
}
.mainSlider .slides .slide:hover .mainInfo > .name {
  transform: translate3d(-4px, -4px, 0);
}
.mainSlider .slides .slide:hover .mainInfo > .name > .row > div {
  background: #0e002b !important;
  color: #fff;
}
.mainSlider .slides .slide:hover .mainInfo > .name > .row > div::before {
  right: -2px;
  bottom: -2px;
  transform: translate3d(5px, 5px, 0);
}
.mainSlider .slides .slide > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
}
.mainSlider .slides .slide > .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainSlider .slides .slide > .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(130, 41, 70, 0.3) 0%,
    rgba(14, 0, 43, 0.6) 84.53%
  );
}
.mainSlider .owl-dots {
  display: flex;
  padding: 2rem;
  justify-content: center;
}
.mainSlider .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
}
.mainSlider .owl-dots .owl-dot.active {
  width: 21px;
  background: #ef3340;
  border-radius: 9px;
}
.mainSlider .owl-dots .owl-dot:focus {
  outline: none;
}
.mainSlider .owl-dots .owl-dot + .owl-dot {
  margin-left: 13px;
}

.articles-order {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.articles-order.under {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 7;
}
.articles-order:not(.under)::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #d8d8d8;
  margin-right: 1.875rem;
}

.articles {
  width: 100%;
  position: relative;
  padding-top: 2rem;
}
.articles .articles-order {
  height: 71px;
}
.articles > .as-row {
  display: flex;
  margin-left: -1.25rem;
}
.articles > .as-row + .as-row {
  margin-top: 1.25rem;
}
.articles > .as-row > .item {
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  margin-left: 1.25rem;
  position: relative;
  min-height: 25em;
  display: flex;
  flex-direction: column;
  transition: all 0.215s;
}
.articles > .as-row > .item.type-1:hover,
.articles > .as-row > .item.type-2:hover {
  background: #0e002b;
  color: #fff;
}
.articles > .as-row > .item.type-1:hover .icons > .icon path,
.articles > .as-row > .item.type-2:hover .icons > .icon path {
  fill: #fff;
  opacity: 0.5;
}
/* .articles > .as-row > .item.type-2:hover > .header > .imgs::before {
        background: #EF333D !important;
        opacity: .7; }
      .articles > .as-row > .item.type-2:hover > .header > .imgs::after {
        background: #000DA6 !important;
        opacity: .6;
        z-index: 4; } */
.articles > .as-row > .item .icons > .icon:hover {
  cursor: pointer;
}
.articles > .as-row > .item .icons > .icon:hover svg path {
  fill: #ef3340 !important;
  opacity: 1 !important;
  cursor: pointer;
}
body .articles > .as-row > .item.type-2:hover > .body > .main .description {
  color: #fff;
}
.articles > .as-row > .item > .body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.articles > .as-row > .item:hover > .header .imgs::after {
  background: rgba(45, 35, 65, 0.3);
  background-blend-mode: lighten, multiply, normal !important;
}
.articles > .as-row > .item > .header {
  position: relative;
  height: 16.25em;
  border-radius: 3px;
  overflow-x: hidden;
}
.articles > .as-row > .item > .header .imgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
}
.articles > .as-row > .item > .header .imgs::after,
.articles > .as-row > .item > .header .imgs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.articles > .as-row > .item > .header .imgs::after {
  background: linear-gradient(
    0deg,
    rgba(45, 35, 65, 0.8),
    rgba(45, 35, 65, 0.8)
  );
}
.articles > .as-row > .item > .header .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
}
.articles > .as-row > .item > .header .img.cover {
  z-index: 2;
}
.articles > .as-row > .item > .header .img:not(.active) {
  visibility: hidden;
}
.articles > .as-row > .item > .header .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles > .as-row > .item > .header > .info {
  position: relative;
  z-index: 5;
}
.articles > .as-row > .item > .header > .info > .title {
  color: #fff;
}
.articles > .as-row > .item .title {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
.articles > .as-row > .item > .body > .main {
  min-height: 5rem;
}
.articles > .as-row > .item > .body > .main > .description {
  display: none;
}
.articles > .as-row > .item > .body > .main > .interviewer {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
.articles > .as-row > .item > .body > .main > .interviewer > .photo {
  width: 6.5em;
  height: 6.5em;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}
.articles > .as-row > .item > .body > .main > .interviewer > .photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.articles > .as-row > .item > .body > .footer {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 0.75rem;
}
.articles > .as-row > .item > .body > .footer > .date {
  margin-right: auto;
  white-space: nowrap;
}
.articles > .as-row > .item .date {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.articles > .as-row > .item.type-2:hover .date {
  color: rgba(255, 255, 255, 0.4);
}
.articles > .as-row > .item.type-2 .icons .icon {
  opacity: 0.5;
}
.articles > .as-row > .item.type-2 .icons .icon path {
  color: #fff;
}
.articles > .as-row > .item .icons {
  display: flex;
  /*display: none !important; */
  align-items: center;
}
.articles > .as-row > .item .icons > .icon {
  height: 1.25rem;
}
.articles > .as-row > .item .icons > .icon + .icon {
  margin-left: 1.875em;
}
.articles > .as-row > .item.type-1 {
  padding: 1.25em;
}
.articles > .as-row > .item.type-1 > .header > .imgs::after {
  background: linear-gradient(
    0deg,
    rgba(45, 35, 65, 0.8),
    rgba(45, 35, 65, 0.8)
  );
}
.articles > .as-row > .item.type-1 .header .date {
  display: none;
}
.articles > .as-row > .item.type-1 > .body > .main {
  min-height: 4rem;
}
.articles > .as-row > .item.type-1 > .body > .main > .interviewer {
  margin-top: -1.5em;
  padding-left: 1rem;
}
.articles > .as-row > .item.type-1 > .body > .main > .interviewer > .info {
  padding-top: 0.75em;
  margin-left: 0.75em;
}
.articles
  > .as-row
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info
  > .name {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
.articles
  > .as-row
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info
  > .name
  > .middleName {
  display: none;
}
.articles
  > .as-row
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info
  > .category {
  margin-bottom: 0.375rem;
}
.articles > .as-row > .item.type-2 {
  padding: 1.25em;
}
.articles > .as-row > .item.type-2 > .header {
  height: 13.125rem;
}
.articles > .as-row > .item.type-2 > .header > .imgs::after {
  background: linear-gradient(0deg, rgba(14, 0, 43, 0.3), rgba(14, 0, 43, 0.3));
}
.articles > .as-row > .item.type-drop {
  padding: 1em;
  height: 370px;
  min-height: 370px;
}
.articles > .as-row > .item.type-drop > .header {
  height: 11.25rem;
}
.articles > .as-row > .item.type-drop > .header > .imgs::after {
  background: linear-gradient(0deg, rgba(14, 0, 43, 0.3), rgba(14, 0, 43, 0.3));
}
.articles > .as-row > .item.type-drop .main {
  margin-top: 1.375rem;
}
.articles > .as-row > .item.type-drop .main .title {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.articles > .as-row > .item.type-3 > .header {
  height: 100%;
  border-radius: 6px;
}
.articles > .as-row > .item.type-3 > .header > .imgs::after {
  background: linear-gradient(
    0deg,
    rgba(45, 35, 65, 0.8),
    rgba(45, 35, 65, 0.8)
  );
}
.articles > .as-row > .item.type-3 .header > .info {
  padding: 1.25em;
  text-align: center;
}
.articles > .as-row > .item.type-3 .header > .info > .btn {
  background: transparent;
}
.articles > .as-row > .item.type-3 .header > .info .icons {
  justify-content: flex-end;
  margin-bottom: 1.875rem;
  padding: 0 0.375em;
}
.articles > .as-row > .item.type-3 .header > .info .icons > .icon {
  opacity: 0.6;
}
.articles > .as-row > .item.type-3 .header > .info .icons > .icon svg path {
  fill: #fff;
  opacity: 1;
}
.articles > .as-row > .item.type-3 .header > .info > .category {
  margin-bottom: 1.875rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.articles > .as-row > .item.type-3 .header > .info > .title {
  margin-bottom: 1.25rem;
}
.articles > .as-row > .item.type-3 .header > .info > .date {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.875rem;
}
.articles > .as-row > .item.type-4 {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .articles > .as-row > .item.type-4 {
    flex-direction: column;
  }
}
.articles > .as-row > .item.type-4 > .header {
  height: 100%;
  width: 18.5em;
  flex-shrink: 0;
  border-radius: 6px 0 0 6px;
}
.articles > .as-row > .item.type-4 > .header > .imgs::after {
  background: linear-gradient(
    0deg,
    rgba(45, 35, 65, 0.8),
    rgba(45, 35, 65, 0.8)
  );
}
.articles > .as-row > .item.type-4 .header > .info {
  padding: 1.25em;
  text-align: center;
}
.articles > .as-row > .item.type-4 .header > .info .icons {
  justify-content: flex-end;
  margin-bottom: 1.875rem;
  padding: 0 0.375em;
}
.articles > .as-row > .item.type-4 .header > .info .icons > .icon {
  opacity: 0.6;
}
.articles > .as-row > .item.type-4 .header > .info .icons > .icon svg path {
  fill: #fff;
  opacity: 1;
}
.articles > .as-row > .item.type-4 .header > .info > .btn {
  background: transparent;
}
.articles > .as-row > .item.type-4 .header > .info > .category {
  margin-bottom: 1.875rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.articles > .as-row > .item.type-4 .header > .info > .title {
  margin-bottom: 1.25rem;
}
.articles > .as-row > .item.type-4 .header > .info > .date {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.875rem;
}
.articles > .as-row > .item.type-4 > .body > .main {
  padding: 1.25em;
}
.articles > .as-row > .item.type-4 > .body > .main > .it + .it {
  margin-top: 1em;
  border-top: 1px solid #d9d9d9;
  padding-top: 1em;
}
.articles > .as-row > .item.type-4 > .body > .main > .it > .name {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Roboto Slab", serif;
}
.articles > .as-row > .item.type-4 > .body > .main > .it > .name:hover {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.articles > .as-row > .item.compact {
  width: 100%;
  max-width: 820px !important;
  margin: 0 auto;
  min-height: 9.375rem;
}
.articles > .as-row > .item.compact.imgback .title {
  color: #fff;
}
.articles > .as-row > .item.compact.imgback .date {
  color: rgba(255, 255, 255, 0.6);
}
.articles > .as-row > .item.compact > .header {
  display: flex;
  align-items: flex-start;
  position: relative;
  height: auto;
  min-height: inherit;
  padding: 1.25em;
}
.articles > .as-row > .item.compact > .header > .imgs::after {
  background: linear-gradient(
    0deg,
    rgba(45, 35, 65, 0.8),
    rgba(45, 35, 65, 0.8)
  );
}
.articles > .as-row > .item.compact > .header > .info {
  display: flex;
  width: 100%;
}
.articles > .as-row > .item.compact > .header > .info > .info-main > .meta {
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
}
.articles
  > .as-row
  > .item.compact
  > .header
  > .info
  > .info-main
  > .meta
  > .date {
  margin-left: 1rem;
}
.articles > .as-row > .item.compact > .header > .info > .info-main > .title {
  font-size: 1.5rem;
  line-height: 2rem;
}
.articles > .as-row > .item.compact > .header > .info > .media {
  margin-left: auto;
  padding-left: 2em;
  flex-shrink: 0;
}
.articles > .as-row > .item.compact > .header > .info > .media > .img {
  width: 11.25em;
  height: 6.875em;
  border-radius: 3px;
  overflow: hidden;
  position: inherit;
}
.articles > .as-row > .item.compact > .header > .info > .media > .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles > .as-row > .item.compact > .header > .info > .media > .interviewer {
  max-width: 11.25em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articles
  > .as-row
  > .item.compact
  > .header
  > .info
  > .media
  > .interviewer
  > .photo {
  width: 5.125em;
  height: 5.125em;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.articles
  > .as-row
  > .item.compact
  > .header
  > .info
  > .media
  > .interviewer
  > .photo
  > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.articles
  > .as-row
  > .item.compact
  > .header
  > .info
  > .media
  > .interviewer
  > .info
  > .name {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  color: #fff;
}
.articles > .as-row.as-row-4 > .item {
  width: calc((100% - 80px) / 4);
}
.articles > .as-row.as-row-4 > .item.type-1 > .header .info {
  padding: 1.375em 1.25em;
}
.articles
  > .as-row.as-row-4
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info
  > .name {
  font-size: 0.875rem;
  line-height: 1rem;
}
.articles
  > .as-row.as-row-4
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info
  > .name
  > .middleName {
  display: inline;
}
.articles
  > .as-row.as-row-4
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .photo {
  width: 5.5em;
  height: 5.5em;
}
.articles > .as-row.as-row-4 > .item.type-2 > .header {
  height: 11.25rem;
}
.articles > .as-row.as-row-4 > .item.type-2 > .body > .main > .category {
  margin: 0.875rem 0;
}
.articles > .as-row.as-row-4 > .item.type-4 > .header {
  display: none;
}
.articles > .as-row.as-row-4 > .item .title {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.articles > .as-row.as-row-3 > .item {
  width: calc((100% - 60px) / 3);
}
.articles > .as-row.as-row-3 > .item.type-1 > .header .info {
  padding: 1.375em 1.25em;
}
.articles > .as-row.as-row-3 > .item.type-1 > .body > .main > .interviewer {
  margin-top: -2em;
}
.articles
  > .as-row.as-row-3
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info {
  padding-top: 1.25rem;
  margin-left: 0.875em;
}
.articles
  > .as-row.as-row-3
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info
  > .name {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.articles > .as-row.as-row-3 > .item.type-2 > .body > .main > .category {
  margin: 0.875rem 0;
}
.articles > .as-row.as-row-3 > .item.type-4 > .header {
  display: none;
}
.articles > .as-row.as-row-3 > .item .title {
  font-size: 1.5rem;
  line-height: 2rem;
}
.articles > .as-row.as-row-2 > .item {
  width: calc((100% - 40px) / 2);
}
.articles > .as-row.as-row-2 > .item.type-1 > .header {
  height: 18.75em;
}
.articles > .as-row.as-row-2 > .item.type-1 > .header .info {
  padding: 1.875em 1.25em;
}
.articles > .as-row.as-row-2 > .item.type-1 > .header .info > .date {
  display: block;
  margin-bottom: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}
.articles > .as-row.as-row-2 > .item.type-1 > .body > .main {
  height: 1px;
}
.articles > .as-row.as-row-2 > .item.type-1 > .body > .main > .interviewer {
  margin-top: -2.5em;
}
.articles
  > .as-row.as-row-2
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info {
  padding-top: 1.75rem;
  margin-left: 1.25em;
}
.articles
  > .as-row.as-row-2
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info
  > .name {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.articles > .as-row.as-row-2 > .item.type-1 > .body > .footer > .date {
  display: none;
}
.articles > .as-row.as-row-2 > .item.type-1 > .body > .footer > .icons {
  margin-left: auto;
}
.articles > .as-row.as-row-2 > .item.type-2 > .body > .main > .category {
  margin: 0.875rem 0 0.375rem;
}
.articles > .as-row.as-row-2 > .item .title {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.articles > .as-row.as-row-1 > .item {
  width: calc(100% - 20px);
}
.articles > .as-row.as-row-1 > .item.type-1 > .header {
  height: 18.75em;
}
.articles > .as-row.as-row-1 > .item.type-1 > .header .info {
  padding: 1.25em 1.25em;
  text-align: center;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column-reverse;
}
.articles > .as-row.as-row-1 > .item.type-1 > .header .info > .date {
  display: block;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.8);
}
.articles > .as-row.as-row-1 > .item.type-1 > .body > .main {
  height: 1px;
}
.articles > .as-row.as-row-1 > .item.type-1 > .body > .main > .interviewer {
  margin-top: -2.5em;
}
.articles
  > .as-row.as-row-1
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info {
  padding-top: 1.75rem;
  margin-left: 1.25em;
}
.articles
  > .as-row.as-row-1
  > .item.type-1
  > .body
  > .main
  > .interviewer
  > .info
  > .name {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.articles > .as-row.as-row-1 > .item.type-1 > .body > .footer > .date {
  display: none;
}
.articles > .as-row.as-row-1 > .item.type-1 > .body > .footer > .icons {
  margin-left: auto;
}
.articles > .as-row.as-row-1 > .item.type-2 {
  flex-direction: row;
}
.articles > .as-row.as-row-1 > .item.type-2 > .header {
  width: 35.625em;
  height: 100%;
  flex-shrink: 0;
}
.articles > .as-row.as-row-1 > .item.type-2 > .body {
  padding-left: 3.75rem;
  padding-right: 0.875rem;
}
.articles > .as-row.as-row-1 > .item.type-2 > .body > .main {
  display: flex;
  flex-direction: column;
}
.articles > .as-row.as-row-1 > .item.type-2 > .body > .main > .category {
  margin: 0.875rem 0 1.5rem;
}
.articles > .as-row.as-row-1 > .item.type-2 > .body > .main .description {
  font-size: 1rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.4);
  padding-right: 4.25em;
  margin-top: 3em;
  display: block;
  font-weight: 600;
  max-height: 5.5rem;
  overflow: hidden;
}
.articles > .as-row.as-row-1 > .item.type-2 > .body > .main .description > p {
  max-height: 100%;
}
.articles > .as-row.as-row-1 > .item.type-3 .header > .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.articles > .as-row.as-row-1 > .item.type-3 .header > .info .icons {
  padding: 0 0.675rem;
  order: 1;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0.675rem;
}
.articles > .as-row.as-row-1 > .item.type-4 > .header {
  width: 38.125rem;
  max-width: 55%;
}
@media (max-width: 1200px) {
  .articles > .as-row.as-row-1 > .item.type-4 > .header,
  .articles > .as-row.as-row-2 > .item.type-4 > .header {
    width: 100%;
    max-width: unset;
    height: auto;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.articles > .as-row.as-row-1 > .item.type-4 > .body > .main {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
}
.articles > .as-row.as-row-1 > .item.type-4 > .body > .main > .it {
  margin-left: 1.25rem;
  width: calc(100% / 2 - 1.25rem);
}
.articles > .as-row.as-row-1 > .item.type-4 > .body > .main > .it:nth-child(2) {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.articles > .as-row.as-row-1 > .item .title {
  font-size: 2.625rem;
  line-height: 3rem;
}

.bnr-image {
  width: 100%;
  height: 9.375em;
  border-radius: 6px;
  padding: 1em 2.5em;
  display: flex;
  align-items: center;
  position: relative;
}
.bnr-image > .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
}
.bnr-image > .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bnr-image > .img-m {
  display: none;
}
.bnr-image > *:not(.img) {
  position: relative;
  z-index: 2;
}
.bnr-image .btn {
  margin-left: auto;
}

.bnr {
  width: 100%;
  height: 9.375em;
  background: #307fe2;
  color: #fff;
  border-radius: 6px;
  padding: 1em 2.5em;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bnr > .name {
  flex-shrink: 0;
}
.bnr > .name .main {
  font-size: 2.625rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  line-height: 1.05em;
}
.bnr > .name .added {
  font-size: 1.375em;
  line-height: 1.75rem;
  font-weight: 600;
}
.bnr > .img {
  width: 18.125em;
  height: auto;
  transform: rotate(-29deg);
  position: sticky;
  margin: 0 2.5em;
}
.bnr > .description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 18.75em;
}
.bnr .btn {
  margin-left: auto;
}

#article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.75em;
}
#article > .categories {
  margin-bottom: 1.25rem;
}
#article h1.title {
  margin-bottom: 1.25rem;
}
#article > .subtitle {
  font-weight: bold;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Roboto Slab", serif;
  line-height: 1.625rem;
}
#article > .main-img {
  width: 100%;
  height: 20em;
  border-radius: 6px;
  overflow: hidden;
  margin: 2.25rem 0;
}
#article > .main-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#article .wrapContent {
  max-width: 43.75rem;
  width: 100%;
  margin: 0 auto;
}
#article > .wrapContent > .description,
#article > .description {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  line-height: 1.625rem;
}
#article .hr,
#article hr {
  width: 100%;
  margin: 3.75rem 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
}
#article .sub {
  width: 100%;
}
#article .sub .bnr {
  margin: 3.75rem 0;
}
#article .sub > .wrapContent a[href] {
  color: #105990;
  border-bottom: 1px solid #a0d0f5;
}
#article .sub > .wrapContent a[href]:hover {
  color: #cd192e;
  border-bottom: 1px solid #f6b4bc;
}
.wp-block-advgb-button a.wp-block-advgb-button_link {
  color: #fff !important;
}
.wp-block-advgb-button a.wp-block-advgb-button_link:hover {
  color: #fff !important;
}
#article .sub h2 {
  font-size: 2.625rem;
  line-height: 3rem;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  margin-bottom: 1.875rem;
}
#article .sub h4 {
  font-size: 1rem;
  line-height: 1.625em;
  margin-top: 0.125rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
#article .sub h2 + h4 {
  margin-top: -1.75em;
  margin-bottom: 1.875rem;
}
#article .sub h3 {
  margin-bottom: 0.5em;
}
#article .sub h2:not(:first-child) {
  margin-top: 2.5rem;
}
#article .sub p {
  line-height: 1.625em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
#article .sub p:not(:last-child) {
  margin-bottom: 1.875rem;
}
#article .sub .is-type-video,
#article .sub figure {
  width: 100%;
  margin-bottom: 2.5rem;
}
#article .sub .is-type-video > iframe,
      #article .sub .is-type-video .wp-block-embed__wrapper,
      #article .sub figure > iframe/*,
      #article .sub figure .wp-block-embed__wrapper*/ {
  width: 100%;
  height: 23.75rem;
  border: 0;
}
#article .sub .is-type-video > iframe iframe,
#article .sub .is-type-video .wp-block-embed__wrapper iframe,
#article .sub figure > iframe iframe {
  width: 100%;
  height: 100%;
}
#article .sub ol,
#article .sub ul {
  margin-left: 1.625rem;
}
#article .sub ol li ol,
#article .sub ul li ul {
  margin-top: 1rem;
}
#article .sub ol li,
#article .sub ul li {
  line-height: 1.625em;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-left: 0.625rem;
}

#article .sub .is-type-video .wp-block-embed__wrapper + figcaption,
#article .sub figure .wp-block-embed__wrapper + figcaption {
  font-size: 0.875em;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 1.25rem;
  font-weight: 600;
  text-align: left;
}
#article .sub blockquote {
  margin: 2.5rem 0.625rem;
  padding: 2.875rem 4.5rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#article .sub blockquote::before,
#article .sub blockquote::after {
  content: "";
  position: absolute;
  height: 2.25rem;
  width: 2.5rem;
  background: url(../img/icon/quote.svg);
  background-position: -0.1rem -0.1rem;
}
#article .sub blockquote::before {
  transform: rotate(-180deg);
  top: 1.875rem;
  left: -0.95rem;
}
#article .sub blockquote::after {
  bottom: 1.875rem;
  right: -0.95rem;
}
#article .sub blockquote p {
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  font-size: 1.125em;
  color: #000;
}
#article .sub blockquote p:not(:last-child) {
  margin-bottom: 0;
}
#article .sub blockquote p + p {
  margin-top: 2.375rem;
}
#article .sub blockquote cite {
  margin-top: 0;
  font-size: 1rem;
  font-style: normal;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.625rem;
  font-weight: 600;
}
#article .sub .h1 {
  margin-bottom: 1.125em;
  color: #242424;
}
#article .sub .people {
  display: flex;
  align-items: center;
}
#article .sub .people .img {
  width: 6em;
  height: 6em;
  border: 5px solid #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  overflow: hidden;
}
#article .sub .people .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#article .sub .people .info {
  margin-left: 1.5rem;
}
#article .sub .people .info .name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
#article .sub .people .info .position {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
#article .sub p.author {
  color: rgba(0, 0, 0, 0.4);
}
#article .sub .article-metrics {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  font-weight: 600;
}
#article .sub .article-metrics .item {
  display: flex;
  align-items: center;
}
#article .sub .article-metrics .item .icon {
  height: 1rem;
  margin-right: 0.625rem;
}
#article .sub .article-metrics .item .icon svg {
  height: 100%;
  width: auto;
}
#article .sub .article-metrics .item .icon svg path {
  opacity: 1;
  fill: rgba(0, 0, 0, 0.3);
}
#article .sub .article-metrics .item .icon.icon-flag svg path {
  opacity: 0.3;
}
#article .sub .article-metrics .item .label {
  font-size: 1rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.4);
}
#article .sub .article-metrics .item + .item {
  margin-left: 1.875rem;
}
#article .sub .article-metrics .rating {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#article .sub .article-metrics .rating .plus,
#article .sub .article-metrics .rating .minus {
  height: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#article .sub .article-metrics .rating .plus svg,
#article .sub .article-metrics .rating .minus svg {
  height: inherit;
  width: auto;
}
#article .sub .article-metrics .rating .plus svg path,
#article .sub .article-metrics .rating .minus svg path {
  opacity: 1;
  fill: rgba(0, 0, 0, 0.3);
}
#article .sub .article-metrics .rating .plus {
  margin-left: 10px;
  transform: rotate(180deg);
}
#article .sub .article-metrics .rating .minus {
  margin-right: 10px;
}
#article .sub .article-metrics .rating .count {
  font-size: 1rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.4);
}
#article .sub .article-metrics .rating.positive .count {
  color: #1bbb5f;
}
#article .sub .article-metrics .rating.negative .count {
  color: #ef3340;
}
#article .sub .article-metrics .rating .plus:hover svg path,
#article .sub .article-metrics .rating .plus.active svg path {
  fill: #1bbb5f;
}
#article .sub .article-metrics .rating .minus:hover svg path,
#article .sub .article-metrics .rating .minus.active svg path {
  fill: #ef3340;
}
#article .sub .article-footer {
  margin-top: 1.25rem;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  height: 5em;
}
#article .sub .article-footer > .wrapContent {
  display: inherit;
  align-items: center;
}
#article .sub .article-footer .label {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-right: 3rem;
}
#article .sub .article-footer .listIcons {
  display: flex;
  align-items: center;
}
#article .sub .article-footer .listIcons > .item > .icon {
  height: 1.25rem;
  text-align: center;
  display: flex;
  align-items: center;
}
#article .sub .article-footer .listIcons > .item > .icon path {
  fill: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
#article .sub .article-footer .listIcons > .item + .item {
  margin-left: 2.25rem;
}

.otherArticlesHeader {
  color: #242424;
  font-size: 2.625rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}

.categoryInfo {
  margin-top: 7em;
  position: relative;
  padding: 0 5.625rem 2.25rem;
  display: flex;
  align-items: flex-start;
}
.categoryInfo .name,
.categoryInfo .info {
  z-index: 2;
}
.categoryInfo .name {
  color: #242424;
  width: 22.5rem;
  padding-right: 2.5rem;
  flex-shrink: 0;
}
.categoryInfo .info .title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.categoryInfo .info .text {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.625rem;
  font-weight: 600;
}
.categoryInfo > div.fill {
  position: absolute;
  top: 1.675rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 0, 34, 0.04);
  z-index: 1;
}

.searchWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
}
.searchWrap:not(.show) {
  display: none;
}
.searchWrap .container {
  position: relative;
}
.searchWrap .close {
  position: absolute;
  right: 0;
  top: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.searchWrap .close::before,
.searchWrap .close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.searchWrap .close::before {
  transform: rotate(45deg);
}
.searchWrap .close::after {
  transform: rotate(-45deg);
}
.searchWrap .searchContent {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 6.25rem 0 2rem 0;
}
.searchWrap form {
  position: relative;
}
.searchWrap form input {
  width: 100%;
  background: transparent;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 3.45rem;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 0.3125rem 0;
}
.searchWrap form button {
  background: transparent;
  position: absolute;
  right: 1rem;
  height: 2rem;
  border: 0;
  top: 50%;
  margin-top: -1rem;
}
.searchWrap form button svg {
  height: 100%;
  width: auto;
}
.searchWrap form button svg path {
  opacity: 1;
  fill: #fff;
}
.searchWrap form button:focus,
.searchWrap form input:focus {
  outline: none;
}
.searchWrap .searchListArticles {
  margin-top: 6.25rem;
}
.searchWrap .searchListArticles .item {
  display: flex;
  align-items: flex-start;
}
.searchWrap .searchListArticles .item + .item {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #fff;
}
.searchWrap .searchListArticles .item .img {
  width: 11.25rem;
  height: 6.875rem;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
}
.searchWrap .searchListArticles .item .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchWrap .searchListArticles .item .info {
  flex-grow: 1;
  margin-right: 2.5rem;
}
.searchWrap .searchListArticles .item .info .meta {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.searchWrap .searchListArticles .item .info .meta .category {
  margin-right: 1.125rem;
}
.searchWrap .searchListArticles .item .info .meta .date {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}
.searchWrap .searchListArticles .item .info .title {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 1rem 0;
}

.overlay:not(.show) {
  display: none;
}

.modal {
  width: 32.5em;
  max-width: 90%;
  background: #307fe2;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  padding-top: 2em;
  padding-bottom: 1.5em;
  position: relative;
}
.modal:not(.show) {
  display: none;
}
.modal.modal-white {
  padding: 1.5rem;
  background: #fff;
}
.modal.modal.sliderVideoModal {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  width: 65rem;
  height: 37.14286em;
  max-height: 90%;
}
.modal.modal.sliderVideoModal iframe {
  width: 100% !important;
  height: 100% !important;
}
.modal:not(.modal-white)::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 3.75rem;
  background: #ef3340;
  border-radius: 5px;
  top: 1.5rem;
  left: 0;
  transform: translateX(-50%);
}
.modal > .close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  opacity: 0.4;
}
.modal > .close:hover {
  opacity: 1;
}
.modal.over > .close {
  display: none;
}
.modal > .close::before,
.modal > .close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.modal > .close::before {
  transform: rotate(45deg);
}
.modal > .close::after {
  transform: rotate(-45deg);
}
.modal > .back {
  position: absolute;
  top: 3rem;
  left: 2.375rem;
  width: 1.25rem;
  transform: rotate(-180deg);
  opacity: 0.4;
}
.modal > .back svg path {
  opacity: 1;
  fill: #fff;
}
.modal > .back:hover {
  opacity: 1;
  cursor: pointer;
}
.modal:not(.over) > .back {
  display: none;
}
.modal .title {
  font-size: 2rem;
  line-height: 2.625rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-weight: bold;
}
.modal .modalWrap {
  width: 22.5em;
  margin: 0 auto;
}
.modal .listSocialBtns {
  display: flex;
}
.modal .listSocialBtns > .socBtn {
  width: 100%;
  height: 2.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #fff;
  cursor: pointer;
  border-radius: 18px;
  border: 1px solid #fff;
  font-weight: bold;
  display: flex;
  transition: all 0.2s;
}

.modal .listSocialBtns > .socBtn:hover {
  color: #307fe2;
  background: #fff;
}

.modal .listSocialBtns > .socBtn:hover svg path {
  fill: #307fe2;
  opacity: 1;
}

.modal .listSocialBtns > .socBtn .icon {
  max-width: 1.75rem;
  height: 1rem;
  margin-right: 2rem;
}
.modal .listSocialBtns > .socBtn svg path {
  fill: #fff;
  opacity: 1;
  transition: all 0.2s;
}
.modal .listSocialBtns > .socBtn + .socBtn {
  margin-left: 2.5rem;
}
.modal .modalSeparator {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.modal .modalSeparator > div {
  margin: 0 1.675rem;
}
.modal .modalSeparator::after,
.modal .modalSeparator::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(9, 0, 28, 0.2);
}

.form {
  width: 100%;
  display: block;
}
.form .field + .field {
  margin-top: 1.875rem;
}
.form .field input,
.form .field select,
.form .field textarea {
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
.form .field input:focus,
.form .field select:focus,
.form .field textarea:focus {
  outline: none;
}

.modalText {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #82b2ed;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.form.modalForm .field {
  padding-top: 1rem;
  position: relative;
}
.form.modalForm .field + .field {
  margin-top: 1.25rem;
}
.form.modalForm .field input {
  position: relative;
  z-index: 2;
}
.form.modalForm .field input + .label {
  position: absolute;
  bottom: 10px;
  left: 2px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  transition: all 0.15s;
}
.form.modalForm .field input:focus + .label,
.form.modalForm .field input.not-empty + .label {
  top: 0;
  bottom: unset;
}

.form.modalForm input,
.form.modalForm select,
.form.modalForm textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(9, 0, 28, 0.2);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 7px 2px;
}

.form.modalForm ::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form.modalForm .mf-footer {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #82b2ed;
  text-align: center;
  font-weight: 600;
}
.form.modalForm .mf-footer p + p {
  margin-top: 1.125rem;
}
.form.modalForm .mf-footer .mf-footer-small {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.form.modalForm .mf-footer .mf-lnk {
  color: #ff727c;
  cursor: pointer;
}

.form.modalForm .field-pass .icon {
  position: absolute;
  bottom: 10px;
  right: 2px;
  opacity: 0.4;
  z-index: 6;
}
.form.modalForm .field-pass .icon svg path {
  opacity: 1;
  fill: #fff;
}
.form.modalForm .field-pass .icon:hover {
  opacity: 1;
  cursor: pointer;
}

.form.modalForm .field.field-center {
  display: flex;
  justify-content: center;
}

.form.modalForm .field.field-submit {
  position: absolute;
  margin-top: 0;
  right: -1.25rem;
  z-index: 7;
}

.form.modalForm .field.field-submit:not(.field-submit-after) {
  margin-top: 1.75rem;
}

.comments {
  margin-top: 3.75rem;
}
.comments .cms-wrap {
  width: 44.75rem;
  max-width: 100%;
}
.comments .cms-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.comments .cms-header .cms-count {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 800;
  display: flex;
}
.comments .cms-header .cms-wrap {
  display: flex;
  align-items: center;
}
.comments .cms-header .tabs-fields {
  display: flex;
  margin-left: auto;
}
.comments .cms-header .tabs-fields label {
  display: block;
}
.comments .cms-header .tabs-fields label input {
  display: none;
}
.comments .cms-header .tabs-fields label input + div {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: calc(1rem - 6px) 0;
  font-weight: 600;
  border: 6px solid transparent;
  border-width: 6px 0;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.comments .cms-header .tabs-fields label input:checked + div {
  color: #000;
  font-weight: bold;
  border-bottom-color: #ef3340;
  cursor: auto;
}
.comments .cms-header .tabs-fields label + label {
  margin-left: 2.375rem;
}
.comments .cms-content {
  margin-top: 2.5rem;
}
.comments .cms-content .form-comment {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
}
.comments .cms-content .form-comment:not(.open) .submit,
.comments .cms-content .form-comment:not(.open) .cancel_comment,
.comments .cms-content .form-comment:not(.open) .cancel_comment_main {
  display: none;
}
.cancel_comment,
.cancel_comment_main {
  font-size: 14px;
  font-weight: 600;
}
.comments .cms-content .form-comment.reply {
  margin-top: 1.25rem;
}
.comments .cms-content .form-comment .text {
  flex-grow: 1;
}
.comments .cms-content .form-comment .text textarea {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border: 0;
  width: 100%;
  resize: none;
  height: 1.375rem;
}
.comments .cms-content .form-comment .text textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.comments .cms-content .form-comment .text textarea:focus {
  outline: none;
}
.comments .cms-content .form-comment .actions {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
.comments .cms-content .form-comment .actions .icons {
  display: none !important;
}
.comments .cms-content .form-comment .actions .icons > .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.comments .cms-content .form-comment .actions .icons > .icon svg {
  height: 0.875rem;
  width: auto;
}
.comments
  .cms-content
  .form-comment
  .actions
  .icons
  > .icon.icon-picture
  svg
  path {
  opacity: 1;
  fill: #1bbb5f;
}
.comments .cms-content .form-comment .actions .icons > .icon.icon-play svg {
  margin-right: -3px;
}
.comments
  .cms-content
  .form-comment
  .actions
  .icons
  > .icon.icon-play
  svg
  path {
  opacity: 1;
  fill: #ef3340;
}
.comments .cms-content .form-comment .actions .icons > .icon + .icon {
  margin-left: 0.625rem;
}
.comments .cms-content .form-comment.open {
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 1rem;
}
.comments .cms-content .form-comment.open .text {
  width: 100%;
}
.comments .cms-content .form-comment.open .text textarea {
  height: 5.5rem;
}
.comments .cms-content .form-comment.open .actions {
  margin-top: 0.5rem;
  width: auto;
  padding-left: 0;
}
.comments .cms-content .form-comment.open .actions .cancel {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  line-height: 1.25em;
  border-bottom: 1px dashed;
}
.comments .cms-content .form-comment.open .actions .submit {
  margin-left: auto;
  width: 10rem;
}
.comments .cms-content .form-comment.open .actions .cancel + .submit {
  margin-left: 2rem;
}
.comments .form-comment + .cms-list {
  margin-top: 3.875rem;
}
.comments .cms-list + .form-comment {
  margin-top: 2rem;
}
.comments .cms-list .cms-item {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.comments .cms-list .cms-item + .cms-item {
  margin-top: 2.5rem;
}
.comments .cms-list .cms-item.with-sub + .cms-item {
  margin-top: 0.25rem;
}
.comments .cms-list .cms-item > .cms-list {
  border-left: 1px dashed rgba(0, 0, 0, 0.3);
  padding-top: 0.5rem;
  padding-left: 2.5rem;
  margin: 36px 0px;
}
.comments
  .cms-list
  .cms-item
  > .cms-list
  > .cms-item:not(.with-sub):last-child {
  padding-bottom: 2rem;
}
.comments .cms-list .cms-item .cmsi-wrap {
  position: relative;
}
.comments .cms-list .cms-item .cmsi-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.comments .cms-list .cms-item .cmsi-header > .author {
  display: flex;
  align-items: flex-start;
}
.comments .cms-list .cms-item .cmsi-header > .author > .avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.625rem;
}
.comments .cms-list .cms-item .cmsi-header > .author > .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comments .cms-list .cms-item .cmsi-header > .author > .mainInfo {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.comments .cms-list .cms-item .cmsi-header > .author > .mainInfo > .name {
  display: flex;
  align-items: center;
}
.comments
  .cms-list
  .cms-item
  .cmsi-header
  > .author
  > .mainInfo
  > .name
  > span {
  font-weight: 800;
  color: #000;
}
.comments .cms-list .cms-item .cmsi-header > .author > .mainInfo > .date {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
.comments .cms-list .cms-item .cmsi-header .replyTo {
  margin-left: 1.25rem;
  display: flex;
  align-items: center;
}
.comments .cms-list .cms-item .cmsi-header .replyTo .icon svg {
  width: 1rem;
  height: auto;
  opacity: 0.3;
}
.comments .cms-list .cms-item .cmsi-header .replyTo .icon svg path {
  opacity: 1;
  fill: #000;
}
.comments .cms-list .cms-item .cmsi-header .replyTo .to {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  margin-left: 3px;
}
.comments .cms-list .cms-item .cmsi-header .rating {
  margin-left: auto;
  position: relative;
  padding: 0 3rem;
  margin-right: -1rem;
  height: 100%;
}
.comments .cms-list .cms-item .cmsi-header .rating .counter {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.4);
  min-width: 2rem;
  justify-content: center;
  display: flex;
  padding: 2px 0.25rem;
  background: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  position: relative;
}
.comments .cms-list .cms-item .cmsi-header .rating .plus:hover,
.comments .cms-list .cms-item .cmsi-header .rating .plus.active {
  display: flex;
  cursor: pointer;
}
.comments .cms-list .cms-item .cmsi-header .rating .plus:hover svg path,
.comments .cms-list .cms-item .cmsi-header .rating .plus.active svg path {
  fill: #1bbb5f;
}
.comments .cms-list .cms-item .cmsi-header .rating .minus:hover,
.comments .cms-list .cms-item .cmsi-header .rating .minus.active {
  display: flex;
  cursor: pointer;
}
.comments .cms-list .cms-item .cmsi-header .rating .minus:hover svg path,
.comments .cms-list .cms-item .cmsi-header .rating .minus.active svg path {
  fill: #ef3340;
}
.comments .cms-list .cms-item .cmsi-header .rating:hover .plus,
.comments .cms-list .cms-item .cmsi-header .rating:hover .minus {
  display: flex;
  cursor: pointer;
}
.comments .cms-list .cms-item .cmsi-header .rating .plus,
.comments .cms-list .cms-item .cmsi-header .rating .minus {
  position: absolute;
  top: 50%;
  height: 10px;
  margin-top: -5px;
  display: none;
  align-items: center;
}
.comments .cms-list .cms-item .cmsi-header .rating .plus svg,
.comments .cms-list .cms-item .cmsi-header .rating .minus svg {
  height: inherit;
  width: auto;
}
.comments .cms-list .cms-item .cmsi-header .rating .plus svg path,
.comments .cms-list .cms-item .cmsi-header .rating .minus svg path {
  fill: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.comments .cms-list .cms-item .cmsi-header .rating .minus {
  right: 100%;
  margin-right: 10px;
}
.comments .cms-list .cms-item .cmsi-header .rating .plus {
  left: 100%;
  margin-left: 10px;
  transform: rotate(180deg);
}
.comments .cms-list .cms-item .cmsi-header .rating.negative > .counter {
  background: rgba(239, 51, 64, 0.1);
  color: #ef3340;
}
.comments .cms-list .cms-item .cmsi-header .rating.positive > .counter {
  background: rgba(27, 187, 95, 0.1);
  color: #1bbb5f;
}
.comments .cms-list .cms-item .cmsi-content {
  padding: 0.5rem 0;
}
.comments .cms-list .cms-item .cmsi-footer .actions {
  display: flex;
  align-items: center;
}
.comments .cms-list .cms-item .cmsi-footer .actions .item {
  color: rgba(0, 0, 0, 0.4);
  max-height: 1.25rem;
  display: flex;
  align-items: center;
}
.comments .cms-list .cms-item .cmsi-footer .actions .item svg path {
  opacity: 1;
  fill: rgba(0, 0, 0, 0.4);
}
.comments .cms-list .cms-item .cmsi-footer .actions .item.icon-flag svg path {
  opacity: 0.3;
}
.comments .cms-list .cms-item .cmsi-footer .actions .item + .item {
  margin-left: 1.25rem;
}

.link {
  color: #ef3340;
}

.link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.infoPageMessage {
  display: flex;
  align-items: center;
  min-height: 40rem;
  padding: 2rem 7.5rem;
}
.infoPageMessage .info .title {
  margin-bottom: 2.5rem;
}
.infoPageMessage .info .desc-pt {
  padding-top: 1.25rem;
}
.infoPageMessage .graphic {
  display: flex;
  align-items: flex-end;
}
.infoPageMessage .graphic > img {
  max-width: 100%;
}
.infoPageMessage:not(.list) {
  margin-top: -7.5rem;
}
.infoPageMessage:not(.list) .info {
  margin-top: -2.5rem;
  width: 50%;
}
.infoPageMessage:not(.list) .graphic {
  flex-grow: 1;
  padding-top: 15rem;
  justify-content: flex-end;
}
.infoPageMessage.list {
  flex-direction: column;
}
.infoPageMessage.list .info {
  margin-top: 3.5rem;
  text-align: center;
}
.infoPageMessage.list .graphic {
  max-width: 100%;
}
.infoPageMessage.list .graphic .img-404 {
  margin-right: -4.75rem;
}

.emptySearch {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin-bottom: 6.25rem;
}
.emptySearch .title {
  margin-bottom: 1.25rem;
  text-align: center;
}
.emptySearch .description {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  text-align: center;
}
.emptySearch .description + .btn {
  margin-top: 5rem;
}
.emptySearch .description + .graphic {
  margin-top: 2.5rem;
}
.emptySearch .graphic {
  max-width: 11.5rem;
}
.emptySearch .graphic > img {
  max-width: 100%;
}
.emptySearch .graphic + .title {
  margin-top: 2.5rem;
}

.shareModal {
  width: 20rem;
}
.shareModal .h3 {
  margin-bottom: 1.25rem;
  text-align: center;
}
.shareModal .listIcons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shareModal .listIcons .item {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shareModal .listIcons .item svg {
  max-width: 1.125rem;
  max-height: 1.125rem;
}
.shareModal .listIcons .item svg path {
  opacity: 1;
  fill: #fff;
}
.shareModal .listIcons .item + .item {
  margin-left: 1rem;
}
.shareModal .listIcons .item.share_fb {
  background: #3b5998;
}
.shareModal .listIcons .item.share_vk {
  background: #45668e;
}
.shareModal .listIcons .item.share_tw {
  background: #00aced;
}

.modalForm .errorText {
  background: #ef3340;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem;
  border-radius: 6px;
  color: #fff;
}

#mc_embed_signup {
  background: inherit;
  font-family: inherit;
  line-height: inherit;
  clear: left;
  width: fit-content;
  min-width: 20rem;
  max-width: 380px;
  margin: 0 auto;
}
#mc_embed_signup .btn {
  width: 10rem;
  margin: 1.5rem auto 0;
}
#mc_embed_signup label {
  margin-bottom: 0.5rem;
}

.form.form-primary input[type="text"],
.form.form-primary input[type="email"] {
  font-family: inherit;
  padding: 0.875rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-radius: 3px;
  border: 1px solid #fff;
  text-align: left;
  font-weight: bold;
  height: 2.75rem;
}
.form.form-primary input[type="text"]::placeholder,
.form.form-primary input[type="email"]::placeholder {
  font-size: 0.75rem;
}
.form.form-primary input[type="text"]:focus,
.form.form-primary input[type="email"]:focus {
  box-shadow: 0px 0px 20px #307fe2;
}

.titleArticleTyping {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 20px;
  transform: translateY(-50%);
  display: none;
  white-space: nowrap;
  z-index: 4;
  font-size: 5.25rem;
  line-height: 6rem;
  color: rgba(255, 121, 131, 0.8);
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

header .overlay-nav {
  display: none;
}

/*umbokc customizations*/
.articles > .as-row > .item > .body {
  position: relative;
}
.articles > .as-row > .item.type-2 .date {
  position: absolute;
  right: 0;
  top: 20px;
}
.articles > .as-row > .item.type-2:hover .date {
  color: rgba(255, 255, 255, 0.4);
}

.articles > .as-row > .item.type-1:hover .date {
  color: rgba(255, 255, 255, 0.4);
}

.articles > .as-row > .item .tags {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.articles > .as-row > .item:hover .tags {
  color: rgba(255, 255, 255, 0.4);
}

.articles > .as-row > .item.type-2 .tags .the-a {
  margin-top: 0.375em;
}

.articles > .as-row.as-row-2 > .item.type-1 > .header .info > .date {
  display: inline-block;
}
.articles > .as-row.as-row-2 > .item.type-1 > .header .info > .tags {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-left: 10px;
}
.articles > .as-row > .item.type-3 .header > .info > .tags {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.875rem;
}
.articles > .as-row.as-row-1 > .item.type-1 > .header .info > .date {
  margin-top: 0.875rem;
}
.articles > .as-row.as-row-1 > .item.type-1 > .header .info > .tags {
  display: block;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

header #menu-main-menu-ru.nav > li {
  position: relative;
}

header #menu-main-menu-ru.nav > li.menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjEwOTkxMSAwLjYxODUwNkwwLjY2MDk3NSAwLjEwMzEyNkMwLjczNDQwMyAwLjAzNDMwMzIgMC44MTg5ODkgMCAwLjkxNDYxNyAwQzEuMDEwMDEgMCAxLjA5NDU2IDAuMDM0MzAzMiAxLjE2Nzk5IDAuMTAzMTI2TDUuNDk5OTQgNC4xNTQ2M0w5LjgzMTcgMC4xMDMyMzVDOS45MDUxNyAwLjAzNDQxMTYgOS45ODk3MiAwLjAwMDEwODI2NyAxMC4wODUyIDAuMDAwMTA4MjY3QzEwLjE4MDggMC4wMDAxMDgyNjcgMTAuMjY1MyAwLjAzNDQxMTYgMTAuMzM4OCAwLjEwMzIzNUwxMC44ODk3IDAuNjE4NjVDMTAuOTYzMyAwLjY4NzMyOSAxMSAwLjc2NjQwNyAxMSAwLjg1NTc3NkMxMSAwLjk0NTA3MyAxMC45NjMyIDEuMDI0MTUgMTAuODg5NyAxLjA5MjgzTDUuNzUzNDcgNS44OTY5NUM1LjY4MDA0IDUuOTY1NjYgNS41OTU0NSA2IDUuNDk5OTQgNkM1LjQwNDQzIDYgNS4zMiA1Ljk2NTY2IDUuMjQ2NjEgNS44OTY5NUwwLjEwOTkxMSAxLjA5MjgzQzAuMDM2NDgxOSAxLjAyNDExIDAgMC45NDUwMzcgMCAwLjg1NTc3NkMwIDAuNzY2NDA3IDAuMDM2NDgxOSAwLjY4NzMyOSAwLjEwOTkxMSAwLjYxODUwNloiIGZpbGw9IiMwRTAwMkIiLz4KPC9zdmc+Cg==");
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  right: -8px;
}
header #menu-main-menu-ru.nav > li.menu-item-has-children > a:hover:after {
  opacity: 0.4;
}
header #menu-main-menu-ru.nav > li .sub-menu {
  position: absolute;
  width: 220px;
  background: #f5f5f7;
  box-shadow: 0px 8px 10px rgba(9, 0, 28, 0.2);
  list-style-type: none;
  padding-left: 20px;
  display: none;
}
header #menu-main-menu-ru.nav > li .sub-menu > li {
  border-bottom: 1px solid #dedde3;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0e002b;
}
header #menu-main-menu-ru.nav > li .sub-menu > li a {
  padding: 20px;
  padding-left: 0;
  width: 100%;
  display: inline-block;
}
header #menu-main-menu-ru.nav > li .sub-menu > li a:hover {
  color: rgba(0, 0, 0, 0.4);
}
header #menu-main-menu-ru.nav > li .sub-menu > li:last-child {
  border-bottom: none;
}

header #menu-main-menu-ru.nav > li.menu-item-has-children > .sub-menu:hover,
header
  #menu-main-menu-ru.nav
  > li.menu-item-has-children
  > a:hover
  + .sub-menu {
  display: block;
}

.new-footer-wrap {
}
.new-foot-links {
  flex: 0 0 33%;
  max-width: 33%;
  margin-top: 7px;
}

.new-footer-wrap .listSocials {
  flex-direction: column;
  align-items: baseline;
  float: left;
  width: 50%;
}
.new-footer-wrap .listSocials > .item + .item {
  margin-left: 0;
}

.foot-nav {
  list-style-type: none;
}

.new-footer-wrap .listSocials > .item,
.foot-nav li a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 0;
  display: inline-block;
  margin: 4px 0;
}

.foot-nav li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer-menu {
  float: left;
  width: 50%;
}

.new-footer-wrap .footer-center {
  width: 35%;
}

.new-footer-wrap .subscribe-desc {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0.4;
  margin-top: 16px;
  padding: 0;
}

.new-footer-wrap #mc_embed_signup {
  max-width: 100%;
}

.new-footer-wrap #mc_embed_signup .field {
  width: 340px;
  margin: 0 auto;
}
.new-footer-wrap #mc_embed_signup .field input[type="email"] {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #fff;
}
.new-footer-wrap #mc_embed_signup .field .subscribe-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.new-footer-wrap .footer-right {
  flex: 0 0 32%;
  width: 32%;
}
.new-footer-wrap .copyright {
  width: 240px;
  margin-left: auto;
  margin-top: 15px;
}

#article .sub .is-type-video .wp-block-embed__wrapper {
  height: auto;
}

#article .sub .is-type-video .wp-block-embed__wrapper iframe {
  min-height: 391px;
}

.item .tags .the-a:hover {
  text-decoration: underline;
}

.item .tags .the-a + .the-a {
  margin-left: 4px;
}
.articles > .as-row > .item .tags {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.new-foot-links {
  display: flex;
  flex-direction: column-reverse;
}
.new-foot-links .footer-menu {
  width: 100%;
}
.new-foot-links .footer-menu .foot-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 108px;
}
.new-foot-links .footer-menu .foot-nav li {
  width: 50%;
  display: block;
}

.new-footer-wrap .listSocials {
  padding-top: 28px;
  display: block;
  width: 100%;
}

.new-footer-wrap .listSocials > .item {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff40;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 0 !important;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}
.new-footer-wrap .listSocials > .item:hover {
  background: #3e3355;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 24px rgba(189, 16, 224, 0.4);
  opacity: 1;
}

.new-footer-wrap .listSocials > .item img {
  max-width: 18px;
  height: 18px;
  object-fit: contain;
}

/* ##mediascreens */
@media screen and (min-width: 1025px) {
  header .bars {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  header .bars {
    margin-right: 0.75rem;
  }
  header .bars > div {
    transition: all 0.2s;
  }
  header .bars.open {
    position: relative;
    align-items: flex-end;
  }
  header .bars.open > div:first-child {
    transform: rotate(45deg);
  }
  header .bars.open > div:nth-child(2) {
    display: none;
  }
  header .bars.open > div:last-child {
    transform: rotate(-45deg);
  }
  header .bars.open > div {
    width: 1.25rem;
    position: absolute;
    top: 50%;
  }
  header .overlay-nav.open {
    display: block;
    position: fixed;
    top: 3.75rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 0, 28, 0.85);
    backdrop-filter: blur(60px);
    z-index: 1;
  }
  header .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid #efefef;
    z-index: 100;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    padding: 0.75rem 0;
    transition: all 0.15s;
    opacity: 0;
    visibility: hidden;
  }
  header .nav > li > a {
    padding: 0.75rem 2.5vw;
    border-top: 0;
    border-bottom: 0;
    border-left: 6px solid transparent;
  }
  header .nav > li.current-menu-item > a,
  header .nav > li.current_page_item > a,
  header .nav > li.current-menu-parent > a {
    border-left-color: #ef3340;
  }
  header .nav > li + li {
    margin-left: 0;
  }
  header .nav.open {
    opacity: 1;
    visibility: visible;
  }
  header .container {
    justify-content: start;
  }
  header .header-icons {
    margin-left: auto;
  }
  .mainSlider .slides .slide > .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .articles > .as-row {
    flex-wrap: wrap;
  }
  .articles > .as-row > .item.compact {
    max-width: calc(100% - 20px);
    transform: translateX(10px);
  }
  .articles > .as-row > .item.type-2 > .header {
    height: 9rem;
  }
  .articles > .as-row.as-row-4 > .item {
    width: calc((100% - 40px) / 2);
  }
  .articles > .as-row.as-row-4 > .item:nth-child(n + 3) {
    margin-top: 1.25rem;
  }
  .articles > .as-row.as-row-1 > .item.type-2 > .header {
    max-width: 40%;
  }
  .bnr {
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .bnr > *:not(.img) {
    position: relative;
    z-index: 2;
  }
  .bnr .img {
    position: absolute;
    left: 0;
    opacity: 0.2;
    z-index: 1;
  }
  .bnr .description {
    margin: 0 1.5em;
  }
  .categoryInfo {
    flex-wrap: wrap;
    margin-top: 5em;
  }
  .categoryInfo .name {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 3rem;
  }
  .categoryInfo > div.fill {
    top: 7.675rem;
  }

  /*header #menu-main-menu-ru.nav > li.menu-item-has-children > a{*/
  /*display: none;*/
  /*}*/

  header #menu-main-menu-ru.nav > li .sub-menu {
    /*display: block;*/
    box-shadow: none;
    position: static;
    background: none;
    padding: 0;
    padding-left: 30px;
  }
  header #menu-main-menu-ru.nav > li .sub-menu > li {
    border-bottom: 0;
    position: relative;
  }
  header #menu-main-menu-ru.nav > li .sub-menu > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 45%;
    transform: translateY(-50%);
  }
  header .nav > li > a {
    width: 85%;
  }
  header #menu-main-menu-ru.nav > li.menu-item-has-children > a:after {
    right: 15px;
    display: none;
  }
  header .sub-menu .m_lnk {
    display: none;
  }
  .m_lnk {
    display: block;
    position: relative;
    width: 40px;
    height: 25px;
  }
  .m_lnk:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjEwOTkxMSAwLjYxODUwNkwwLjY2MDk3NSAwLjEwMzEyNkMwLjczNDQwMyAwLjAzNDMwMzIgMC44MTg5ODkgMCAwLjkxNDYxNyAwQzEuMDEwMDEgMCAxLjA5NDU2IDAuMDM0MzAzMiAxLjE2Nzk5IDAuMTAzMTI2TDUuNDk5OTQgNC4xNTQ2M0w5LjgzMTcgMC4xMDMyMzVDOS45MDUxNyAwLjAzNDQxMTYgOS45ODk3MiAwLjAwMDEwODI2NyAxMC4wODUyIDAuMDAwMTA4MjY3QzEwLjE4MDggMC4wMDAxMDgyNjcgMTAuMjY1MyAwLjAzNDQxMTYgMTAuMzM4OCAwLjEwMzIzNUwxMC44ODk3IDAuNjE4NjVDMTAuOTYzMyAwLjY4NzMyOSAxMSAwLjc2NjQwNyAxMSAwLjg1NTc3NkMxMSAwLjk0NTA3MyAxMC45NjMyIDEuMDI0MTUgMTAuODg5NyAxLjA5MjgzTDUuNzUzNDcgNS44OTY5NUM1LjY4MDA0IDUuOTY1NjYgNS41OTU0NSA2IDUuNDk5OTQgNkM1LjQwNDQzIDYgNS4zMiA1Ljk2NTY2IDUuMjQ2NjEgNS44OTY5NUwwLjEwOTkxMSAxLjA5MjgzQzAuMDM2NDgxOSAxLjAyNDExIDAgMC45NDUwMzcgMCAwLjg1NTc3NkMwIDAuNzY2NDA3IDAuMDM2NDgxOSAwLjY4NzMyOSAwLjEwOTkxMSAwLjYxODUwNloiIGZpbGw9IiMwRTAwMkIiLz4KPC9zdmc+Cg==");
    display: block;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .m_lnk.active:after {
    transform: rotate(180deg);
  }
  header #menu-main-menu-ru.nav > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  header #menu-main-menu-ru.nav > li .sub-menu {
    width: 100%;
  }
  header #menu-main-menu-ru.nav > li .sub-menu > li a,
  header #menu-main-menu-ru.nav > li .sub-menu > li a {
    padding: 0.75rem 2.5vw;
    border-top: 0;
    border-bottom: 0;
    border-left: 6px solid transparent;
    width: 90%;
  }
}
button.slick-prev {
  background: no-repeat;
  border: none;
  outline: none;
  font-size: 25px;
  top: 50%;
  position: absolute;
  left: 0;
  z-index: 2;
  color: #a5a1a1;
}
button.slick-next {
  background: no-repeat;
  border: none;
  outline: none;
  font-size: 25px;
  top: 50%;
  position: absolute;
  right: 0;
  z-index: 2;
  color: #a5a1a1;
}
@media screen and (max-width: 768px) {
  .new-foot-links .footer-menu {
    display: none;
  }
  .new-footer-wrap .listSocials > .item {
    width: 80px;
    height: 80px;
  }
  .new-footer-wrap .listSocials > .item img {
    max-width: 100%;
    height: auto;
  }
  #article .sub .is-type-video .wp-block-embed__wrapper iframe {
    min-height: calc(100vw / 1.8);
  }
  header .nav li {
    width: 100%;
  }
  .articles > .as-row > .item {
    min-height: 20rem;
    display: flex;
    flex-direction: column;
  }
  .articles > .as-row > .item > .header {
    flex-grow: 1;
    min-height: 15em !important;
    height: unset !important;
  }
  .articles > .as-row > .item > .body {
    flex-grow: 0;
  }
  .articles > .as-row > .item.type-1 > .header {
    height: 15rem;
  }
  .articles > .as-row > .item.type-1 > .header > .info {
    justify-content: center;
    padding: 1.25em;
    height: 100%;
  }
  .articles > .as-row > .item.type-2 > .header {
    height: 15rem;
  }
  .articles > .as-row > .item.type-4 {
    min-height: unset;
  }
  .articles > .as-row > .item.type-4 > .header {
    /* display: none;  */
  }
  .articles > .as-row.as-row-3 > .item {
    width: calc(100% - 20px);
  }
  .articles > .as-row.as-row-3 > .item:nth-child(n + 2) {
    margin-top: 1.25rem;
  }
  .articles > .as-row.as-row-1 > .item {
    width: calc(100% - 20px);
  }
  .articles > .as-row.as-row-1 > .item.type-2 {
    flex-direction: column;
  }
  .articles > .as-row.as-row-1 > .item.type-2 > .header {
    width: 100%;
    max-width: unset;
    height: 15rem;
  }
  .articles > .as-row.as-row-1 > .item.type-2 > .body {
    padding-left: 0;
    padding-right: 0;
  }
  .articles > .as-row.as-row-1 > .item.type-2 > .body > .main > .description {
    display: none;
  }
  .articles > .as-row.as-row-1 > .item.type-2 > .body > .main > .category {
    margin: 1rem 0;
  }
  .comments .cms-list .cms-item > .cms-list {
    padding-left: 1.75rem;
  }
  .bnr-image {
    height: 60vw;
    justify-content: center;
    align-items: flex-start;
    padding: 2.5em 1em;
  }
  .bnr-image > .img:not(.img-m) {
    display: none;
  }
  .bnr-image .img-m {
    display: block;
  }
  .bnr-image .btn {
    margin-left: 0;
    margin-top: auto;
  }
  .infoPageMessage {
    min-height: unset;
    align-items: flex-start;
  }
  .infoPageMessage:not(.list) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: 0;
  }
  .infoPageMessage:not(.list) .info {
    margin-top: 0;
  }
  .infoPageMessage:not(.list) .graphic {
    padding-top: 7rem;
  }
  .mainSlider .slides .slide,
  .mainSlider .slides .slide:hover {
    cursor: pointer;
  }
  .mainSlider .slides .slide > .content .mainInfo > .name,
  .mainSlider .slides .slide:hover > .content .mainInfo > .name {
    transform: translate3d(0, 0, 0);
  }
  .mainSlider .slides .slide > .content .mainInfo > .name > .row > div,
  .mainSlider .slides .slide:hover > .content .mainInfo > .name > .row > div {
    background: #0e002b !important;
    color: #fff;
  }
  .mainSlider .slides .slide > .content .mainInfo > .name > .row > div::before,
  .mainSlider
    .slides
    .slide:hover
    > .content
    .mainInfo
    > .name
    > .row
    > div::before {
    right: -2px;
    bottom: -2px;
    transform: translate3d(5px, 5px, 0);
  }
  .comments .cms-list .cms-item {
    position: relative;
  }
  .comments .cms-list .cms-item .cmsi-header .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .comments .cms-list .cms-item .cmsi-header .rating .minus,
  .comments .cms-list .cms-item .cmsi-header .rating .plus {
    display: flex;
  }
  footer .listSocials {
    justify-content: center;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright .copyright-item:first-child,
  footer .copyright .copyright-item:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 50%;
    text-align: center;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
  }
  footer .copyright .copyright-item:first-child::after {
    content: "";
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 0;
    top: 10%;
  }

  .new-footer-wrap .footer-right {
    width: 100%;
    flex: 0 0 100%;
    order: 3;
  }
  .new-footer-wrap .copyright {
    width: 100%;
  }
  .new-footer-wrap .footer-center {
    width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
  .new-footer-wrap #mc_embed_signup {
    max-width: 80%;
  }

  .new-foot-links {
    width: 100%;
    flex: 0 0 100%;
    order: 2;
    max-width: 100%;
  }
  .new-footer-wrap .listSocials,
  .foot-nav {
    flex-direction: row;
    align-items: center;
    width: 100%;
    float: none;
    justify-content: space-around;
    margin: 10px 0;
    padding: 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .footer-menu {
    loat: none;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .new-footer-wrap .listSocials {
    padding: 0;
  }

  .new-footer-wrap .listSocials > .item {
    display: flex;
    width: 15vw;
    height: 15vw;
    min-width: unset;
    float: none;
  }
  .new-footer-wrap .listSocials > .item img {
    max-width: 55%;
    max-height: 70%;
  }

  body.overlayShow,
  body.overlayShow header {
    padding-right: 0;
  }
  .mnone {
    display: none !important;
  }
  header .container {
    justify-content: flex-start;
    width: 100%;
  }
  header .header-icons {
    margin-left: auto;
    height: 100%;
  }
  header .logo {
    margin-right: 0.375rem;
    height: 3em;
  }
  header .logo svg {
    max-height: 3em !important;
    max-width: 10em !important;
  }
  header .bars,
  header .header-icons > .icon {
    width: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    margin-left: 0;
  }
  header .bars {
    border-right: 1px solid #efefef;
    margin-right: 0.375rem;
  }
  header {
    box-shadow: 0 0px 12px 4px rgba(0, 0, 0, 0.15);
  }
  header .header-icons > .icon {
    border-radius: 0;
    border: 0;
    border-left: 1px solid #efefef;
  }
  header .header-icons > .icon:not(.in-m) {
    display: none;
  }
  header .header-icons > .icon + .icon {
    margin-left: 0;
  }
  header .header-icons > .icon svg {
    height: 1.75rem;
    width: auto;
  }
  header .header-icons > .icon.icon-text {
    font-size: 1rem;
  }
  header .bars > div {
    width: 1.25rem;
  }
  header .bars > div + div {
    margin-top: 5px;
  }
  header .bars.open {
    align-items: center;
  }
  header .bars.open > div:last-child {
    margin-top: 0;
  }
  header .nav {
    padding-top: 0.75rem;
    padding-bottom: 0;
  }
  header .nav li:not(.added-item) + .added-item {
    margin-top: 0.75rem;
  }
  header .nav li.added-item {
    height: 3.75rem;
    border-top: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .nav li.added-item > .item-label {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
  }
  header .nav li.added-item > .icon {
    margin-right: 0.75rem;
    height: 1.25rem;
  }
  header .nav li.added-item > .icon svg {
    height: inherit;
    width: auto;
  }
  header .nav .articles-order {
    width: 100%;
    height: 100%;
  }
  header .nav .articles-order::before {
    display: none;
  }
  header .nav .articles-order .switcher {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  header .nav .articles-order .label {
    font-size: 0.875rem;
  }
  footer {
    margin-top: 1.25rem;
  }
  .mainSlider .slides .slide > .content {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .mainSlider .slides .slide > .content .mainInfo {
    width: 100%;
    margin-right: 0;
  }
  .mainSlider .slides .slide > .content .mainInfo .meta {
    padding-left: 1rem;
  }
  .mainSlider .slides .slide > .content .mainInfo .name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .mainSlider .slides .slide > .content .video {
    display: none;
  }
  body .articles .articles-order.under {
    display: none;
  }
  body .articles .as-row {
    margin-left: 0;
    flex-wrap: wrap;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact),
  body .articles .as-row.as-row-2 > .item:not(.compact),
  body .articles .as-row.as-row-3 > .item:not(.compact),
  body .articles .as-row.as-row-4 > .item:not(.compact) {
    width: 100%;
    margin-left: 0;
    min-height: 17.5rem;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact) .title,
  body .articles .as-row.as-row-2 > .item:not(.compact) .title,
  body .articles .as-row.as-row-3 > .item:not(.compact) .title,
  body .articles .as-row.as-row-4 > .item:not(.compact) .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact) + .item,
  body .articles .as-row.as-row-2 > .item:not(.compact) + .item,
  body .articles .as-row.as-row-3 > .item:not(.compact) + .item,
  body .articles .as-row.as-row-4 > .item:not(.compact) + .item {
    margin-top: 1.25rem;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-1
    .body
    > .main
    > .interviewer
    > .info
    > .name
    > .middleName,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-1
    .body
    > .main
    > .interviewer
    > .info
    > .name
    > .middleName,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-1
    .body
    > .main
    > .interviewer
    > .info
    > .name
    > .middleName,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-1
    .body
    > .main
    > .interviewer
    > .info
    > .name
    > .middleName {
    display: none;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact).type-1 > .header .info,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-1 > .header .info,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-1 > .header .info,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-1 > .header .info {
    padding: 1.5em 1.25em 3.5em;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-1
    > .header
    .info
    > .date,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-1
    > .header
    .info
    > .date,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-1
    > .header
    .info
    > .date,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-1
    > .header
    .info
    > .date {
    display: none;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-1
    > .header
    .info
    .title,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-1
    > .header
    .info
    .title,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-1
    > .header
    .info
    .title,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-1
    > .header
    .info
    .title {
    text-align: left;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-1
    > .body
    > .footer,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-1
    > .body
    > .footer,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-1
    > .body
    > .footer,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-1
    > .body
    > .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-1
    > .body
    > .footer
    > .date,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-1
    > .body
    > .footer
    > .date,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-1
    > .body
    > .footer
    > .date,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-1
    > .body
    > .footer
    > .date {
    display: block;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-1
    > .body
    > .main
    > .interviewer
    > .info
    > .name,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-1
    > .body
    > .main
    > .interviewer
    > .info
    > .name,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-1
    > .body
    > .main
    > .interviewer
    > .info
    > .name,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-1
    > .body
    > .main
    > .interviewer
    > .info
    > .name {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact).type-2,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-2,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-2,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-2 {
    flex-direction: column;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact).type-2 > .header,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-2 > .header,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-2 > .header,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-2 > .header {
    height: 16.25em;
    width: 100%;
    max-width: unset;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact).type-2 > .body,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-2 > .body,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-2 > .body,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-2 > .body {
    padding-right: 0;
    padding-left: 0;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-2
    > .body
    > .main
    .description,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-2
    > .body
    > .main
    .description,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-2
    > .body
    > .main
    .description,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-2
    > .body
    > .main
    .description {
    display: none;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-2
    > .body
    > .footer,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-2
    > .body
    > .footer,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-2
    > .body
    > .footer,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-2
    > .body
    > .footer {
    order: -1;
    padding-top: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-2
    > .body
    > .footer
    .category,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-2
    > .body
    > .footer
    .category,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-2
    > .body
    > .footer
    .category,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-2
    > .body
    > .footer
    .category {
    margin-right: 0.75rem;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact).type-2 > .body > .main,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-2 > .body > .main,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-2 > .body > .main,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-2 > .body > .main {
    min-height: unset;
    padding-bottom: 0.5rem;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-2
    > .body
    > .main
    > .category,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-2
    > .body
    > .main
    > .category,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-2
    > .body
    > .main
    > .category,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-2
    > .body
    > .main
    > .category {
    display: none;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact).type-3,
  body .articles .as-row.as-row-1 > .item:not(.compact).type-4,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-3,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-4,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-3,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-4,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-3,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-4 {
    min-height: 14rem;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact).type-3 > .header,
  body .articles .as-row.as-row-1 > .item:not(.compact).type-4 > .header,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-3 > .header,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-4 > .header,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-3 > .header,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-4 > .header,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-3 > .header,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-4 > .header {
    min-height: inherit;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5em 1.25em;
    justify-content: space-between;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    > .category,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    > .date,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    > .category,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    > .date,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    > .category,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    > .date,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    > .category,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    > .date,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    > .category,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    > .date,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    > .category,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    > .date,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    > .category,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    > .date,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    > .category,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    > .date,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    > .btn {
    display: none;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    > .btn {
    display: block;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    > .title {
    order: -1;
    text-align: left;
    margin-top: auto;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    margin-top: auto;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .category,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .category,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .category,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .category,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .category,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .category,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .category,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .category {
    margin-right: 0.75rem;
  }
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .date {
    margin-right: auto;
    color: rgba(255, 255, 255, 0.6);
  }
  body .articles .as-row.as-row-1 > .item:not(.compact).type-4,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-4,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-4,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-4 {
    flex-direction: column;
  }
  body .articles .as-row.as-row-1 > .item:not(.compact).type-4 > .header,
  body .articles .as-row.as-row-2 > .item:not(.compact).type-4 > .header,
  body .articles .as-row.as-row-3 > .item:not(.compact).type-4 > .header,
  body .articles .as-row.as-row-4 > .item:not(.compact).type-4 > .header {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 6px 6px 0 0;
  }
  body .articles .as-row.as-row-1 > .item.compact,
  body .articles .as-row.as-row-2 > .item.compact,
  body .articles .as-row.as-row-3 > .item.compact,
  body .articles .as-row.as-row-4 > .item.compact {
    width: 100%;
    transform: none;
  }
  body .articles .as-row.as-row-1 > .item.compact > .header,
  body .articles .as-row.as-row-2 > .item.compact > .header,
  body .articles .as-row.as-row-3 > .item.compact > .header,
  body .articles .as-row.as-row-4 > .item.compact > .header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  body .articles .as-row.as-row-1 > .item.compact > .header > .info > .media,
  body .articles .as-row.as-row-2 > .item.compact > .header > .info > .media,
  body .articles .as-row.as-row-3 > .item.compact > .header > .info > .media,
  body .articles .as-row.as-row-4 > .item.compact > .header > .info > .media {
    padding-left: 0.5rem;
  }
  body
    .articles
    .as-row.as-row-1
    > .item.compact
    > .header
    > .info
    > .media
    > .img,
  body
    .articles
    .as-row.as-row-2
    > .item.compact
    > .header
    > .info
    > .media
    > .img,
  body
    .articles
    .as-row.as-row-3
    > .item.compact
    > .header
    > .info
    > .media
    > .img,
  body
    .articles
    .as-row.as-row-4
    > .item.compact
    > .header
    > .info
    > .media
    > .img {
    width: 5.25rem;
    height: 5.25rem;
  }
  body
    .articles
    .as-row.as-row-1
    > .item.compact
    > .header
    > .info
    > .info-main
    > .title,
  body
    .articles
    .as-row.as-row-2
    > .item.compact
    > .header
    > .info
    > .info-main
    > .title,
  body
    .articles
    .as-row.as-row-3
    > .item.compact
    > .header
    > .info
    > .info-main
    > .title,
  body
    .articles
    .as-row.as-row-4
    > .item.compact
    > .header
    > .info
    > .info-main
    > .title {
    font-size: 1.25rem;
    line-height: 1.675rem;
  }
  #article {
    padding-top: 1rem;
  }
  #article > .category {
    margin-bottom: 1rem;
  }
  #article > .main-img {
    margin: 1.75rem 0;
  }
  #article h1.title {
    text-align: center;
  }
  #article h1,
  #article .h1,
  #article .otherArticlesHeader {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  #article hr,
  #article .hr {
    margin: 2rem 0;
  }
  #article .sub blockquote {
    padding: 1rem 2.5rem;
  }
  #article .sub .article-footer {
    padding: 0 1.5rem;
  }
  #article .sub .article-footer .wrapContent {
    justify-content: space-between;
  }
  #article .sub .article-footer .label {
    margin-right: 0.5rem;
  }
  .comments {
    width: 100%;
  }
  .comments .cms-content {
    width: 100%;
  }
  .comments .cms-content .form-comment:not(.reply) {
    border-width: 0 0 1px 0;
  }
  .comments .cms-header .cms-count {
    display: flex;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
    align-items: center;
  }
  .comments .cms-header .cms-count .icon {
    height: 1rem;
    margin-right: 0.625rem;
  }
  .comments .cms-header .cms-count svg {
    height: 100%;
    width: auto;
  }
  .comments .cms-header .cms-count svg path {
    opacity: 1;
    fill: rgba(0, 0, 0, 0.3);
  }
  .comments .cms-list .cms-item + .cms-item,
  .comments .cms-list .cms-item.with-sub + .cms-item {
    margin-top: 1.25rem;
  }
  .comments .cms-list .cms-item > .cms-list {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
  }
  .comments
    .cms-list
    .cms-item
    > .cms-list
    > .cms-item:not(.with-sub):last-child {
    margin-bottom: 1.25rem;
  }
  .searchWrap .searchContent {
    width: 95%;
    padding-top: 4rem;
  }
  .searchWrap .searchContent form input {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .searchWrap .searchContent .searchListArticles {
    margin-top: 3rem;
  }
  .searchWrap .searchContent .searchListArticles .item .img {
    width: 6rem;
    height: 6rem;
  }
  .searchWrap .searchContent .searchListArticles .item .info {
    margin-right: 1rem;
  }
  .searchWrap .searchContent .searchListArticles .item .info .title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .categoryInfo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  footer .listSocials {
    flex-wrap: wrap;
    margin-left: -2em;
    margin-right: -2em;
    margin-top: -2rem;
    justify-content: center;
  }
  footer .listSocials > .item {
    padding: 0 2em;
    margin-top: 2rem;
  }
  footer .listSocials > .item + .item {
    margin-left: 0;
  }
  .bnr-image {
    padding: 1em;
  }
  .modal {
    margin: 6rem auto;
  }
  .modal .modalWrap {
    width: 85%;
  }
  .modal .listSocialBtns > .socBtn .icon {
    margin-right: 1.5rem;
  }
  .modal .m-underModal {
    position: absolute;
    top: 100%;
    margin-top: 1.25rem !important;
    left: 10%;
    right: 10%;
  }
  .form.modalForm .field.field-submit:not(.field-submit-m) {
    display: none;
  }
  .form.modalForm .field.field-submit-m {
    display: block;
    display: flex;
    justify-content: center;
    padding-top: 0;
    margin-top: 2rem;
  }
  .form.modalForm .field.field-submit-m .btn {
    min-width: 65%;
  }
  .infoPageMessage {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .infoPageMessage.list .graphic .img-404 {
    max-width: unset;
    width: 110vw;
    margin-right: 0;
    margin-left: -1.5vw;
  }
  .infoPageMessage:not(.list) {
    flex-direction: column;
    margin-top: 0;
  }
  .infoPageMessage:not(.list) .info {
    margin-top: 0;
    width: 100%;
  }
  .infoPageMessage:not(.list) .graphic {
    flex-direction: column;
    padding-top: 3rem;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .infoPageMessage:not(.list) .graphic > img + .btn {
    margin-top: 3rem;
  }
  .emptySearch .title {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .emptySearch .description {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .emptySearch .description + .btn {
    margin-top: 2.5rem;
  }
  .m-none {
    display: none !important;
  }
  #article .sub .is-type-video .wp-block-embed__wrapper {
    height: 12.75rem;
  }
  .articles .articles-order {
    display: none;
  }
  .mainSlider {
    margin-top: 1rem;
    min-height: 50vh;
  }
  .mainSlider .slides {
    min-height: 50vh;
  }
  .mainSlider .slides .slide {
    height: 50vh;
  }
  body .modal .listSocialBtns > .socBtn + .socBtn {
    margin-left: 1rem;
  }

  .new-footer-wrap .listSocials,
  .foot-nav {
    justify-content: center;
    flex-wrap: wrap;
  }
  .new-footer-wrap .listSocials {
    justify-content: space-around;
  }
  #article .sub .is-type-video .wp-block-embed__wrapper {
    height: auto;
  }
}

@media screen and (min-width: 481px) {
  .m {
    display: none !important;
  }
}
header .nav_en > li + li {
  margin-left: 1.5rem;
}
@media screen and (max-width: 1240px) {
  header .nav_en > li + li {
    margin-left: 0.7rem;
  }
  header .nav_en a {
    font-size: 10px !important;
    padding: 10px 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  header .nav_en > li + li {
    margin-left: 0;
  }
  header .nav_en a {
    padding: 0.75rem 2.5vw !important;
    font-size: 0.75rem !important;
  }
}
.aligncenter img,
.aligncenter .twitter-tweet {
  margin: 0 auto !important;
  display: block;
}
.alignright {
  float: right !important;
  width: auto !important;
  display: block;
  margin-bottom: 0 !important;
}
.alignleft {
  float: left !important;
  width: auto !important;
  margin-bottom: 0 !important;
}
.comm_list {
  margin: 40px 0;
}
.comm_list_i {
  display: block;
  margin: 36px 0;
}
.comm_in_c {
  line-height: 16px;
}
.comm_name {
  color: black;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
}
.comm_date {
  color: black;
  opacity: 0.4;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.blog-inner-comm-like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
}
.blog-inner-comm-like a {
  border: none !important;
  font-size: 14px;
  color: black !important;
  cursor: pointer;
}
.blog-inner-comm-like span {
  margin: 0 4px;
}
.reply__btn {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  align-items: center;
  color: #105990;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.reply__btn:hover {
  color: #cd192e !important;
}
.reply_btn_title {
  color: black;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  opacity: 0.4;
}
.w100 {
  width: 100%;
}
.reply__btn:hover {
  opacity: 0.5;
}
.comm_reply {
  margin: 10px 0;
}

.like i {
  color: #4caf50;
}
.dislike i {
  color: #f44336;
}

.btn2.loadPosts {
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px auto 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 27px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  width: 200px;
  padding: 1rem 1.75rem 1rem;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.btn2.loadPosts:hover {
  border: 1px solid #f44336;
  box-shadow: 0px 0px 10px #ef3340;
  color: #000;
}
.comm_in {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  color: #9e9e9e;
  margin-bottom: 10px;
}
.comment_child {
  border-left: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 5px 0 0 40px;
  margin: 30px 0;
}
@media screen and (max-width: 700px) {
  .alignright {
    float: none !important;
    margin-bottom: 10px !important;
  }
  .alignleft {
    float: none !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 400px) {
  header .logo svg {
    max-width: 9em !important;
  }
  header .logo {
    min-width: 9em;
  }
}

@media screen and (max-width: 480px) {
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons {
    justify-content: space-between;
    margin-bottom: 25px;
  }

  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons
    > .date,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons
    > .date {
    margin-right: 0;
  }

  body .articles .as-row.as-row-3 > .item:not(.compact).type-4 > .header {
    display: none;
  }

  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    > .title,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    > .title {
    text-align: center !important;
  }

  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    .icons,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    .icons {
    order: -1 !important;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 0;
  }

  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-3
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-1
    > .item:not(.compact).type-4
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-3
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-2
    > .item:not(.compact).type-4
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-3
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-3
    > .item:not(.compact).type-4
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-3
    > .header
    > .info
    > .btn,
  body
    .articles
    .as-row.as-row-4
    > .item:not(.compact).type-4
    > .header
    > .info
    > .btn {
    display: block;
    margin-top: 25px;
  }
}

@media screen and (max-width: 360px) {
  header .logo svg {
    max-width: 8em !important;
  }
  header .logo {
    min-width: 8em;
  }
}
@media screen and (max-width: 350px) {
  header .logo svg {
    max-width: 6em !important;
  }
  header .logo {
    min-width: 6em;
  }
}

/*
* ����������� � �����
* Comments
*/

.form__comment {
  margin-top: 39px;
}
.comm_avatar {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.comm_in_c {
  /* padding-left:10px; */
}
.comm_bottom {
  margin-bottom: 25px;
}
.comm_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
.reply_btn_icon {
  margin-left: 20px;
}
.reply_btn_more {
  margin-left: 20px;
  padding-bottom: 7px;
}
.cms-img {
  margin-right: 10px;
  margin-top: 4px;
}

/**
* �������
*/
.article-metrics-comm {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.5rem;
  color: #000;
  opacity: 0.6;
  font-weight: 600;
}
/*
.article-metrics-comm .raiting{
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	height:20px;
	width:auto;
}
.article-metrics-comm .minus{
width: 20px;
}
.article-metrics-comm .count{
	width: 20px;
	height:20px;
}
.article-metrics-comm .plus{
	width: 20px;
}
*/

.article-metrics-comm .item {
  display: flex;
  align-items: center;
}
.article-metrics-comm .item .icon {
  height: 1rem;
  margin-right: 0.625rem;
}
.article-metrics-comm .item .icon svg {
  height: 100%;
  width: auto;
}
.article-metrics-comm .item .icon svg path {
  opacity: 1;
  fill: rgba(0, 0, 0, 0.3);
}
.article-metrics-comm .item .icon.icon-flag svg path {
  opacity: 0.3;
}
.article-metrics-comm .item .label {
  font-size: 1rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.4);
}
.article-metrics-comm .item + .item {
  margin-left: 1.875rem;
}
.article-metrics-comm .rating {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.article-metrics-comm .rating .plus,
.article-metrics-comm .rating .minus {
  height: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.article-metrics-comm .rating .plus svg,
.article-metrics-comm .rating .minus svg {
  height: inherit;
  width: auto;
}
.article-metrics-comm .rating .plus svg path,
.article-metrics-comm .rating .minus svg path {
  opacity: 1;
  fill: rgba(0, 0, 0, 0.3);
}
.article-metrics-comm .rating .plus {
  margin-left: 10px;
  transform: rotate(180deg);
}
.article-metrics-comm .rating .minus {
  margin-right: 10px;
}

.article-metrics-comm .rating .minus:hover {
  fill: #ef3340;
  color: #ef3340;
}

.article-metrics-comm .rating .count {
  font-size: 1rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.4);
}
.article-metrics-comm .rating.positive .count {
  color: #1bbb5f;
}
.article-metrics-comm .rating.negative .count {
  color: #ef3340;
}

.article-metrics-comm .rating .plus:hover svg path,
.article-metrics-comm .rating .plus.active svg path {
  fill: #1bbb5f;
}
.article-metrics-comm .rating .minus:hover svg path,
.article-metrics-comm .rating .minus.active svg path {
  fill: #ef3340;
}

@media screen and (max-width: 640px) {
  .cms-count .m-none {
    display: none;
  }
}

.tags-info {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.tags-info .the-a:hover {
  text-decoration: underline;
}
.articles > .as-row > .type-4:hover > .header .imgs::after {
  background: #0e002b !important;
}

body
  .articles
  .as-row.as-row-1
  > .item:not(.compact).type-4
  > .header
  > .info
  > .title,
body
  .articles
  .as-row.as-row-2
  > .item:not(.compact).type-4
  > .header
  > .info
  > .title {
  order: 0 !important;
}

.articles > .as-row.as-row-1 > .item.type-2 > .body > .main {
  display: block;
}

.avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.625rem;
  position: relative;
}

.avatar img {
  width: 100%;
}
