html, body {
    overflow-x: hidden;
}

.article {
    background: #fff;
}

.article .article-autor {
  background: #fff;
}

.wrapper--with-aside {
  display: flex;
  align-items: flex-start;
}

.wrapper--with-aside * {
  box-sizing: border-box;
}

.wrapper--with-aside .yasr-vv-stats-text-container {
  display: none;
}

.wrapper--with-aside .time-read {
  display: flex;
  justify-content: center;
  align-items:center;
}

.wrapper--with-aside .yasr-custom-text-vv-before {
  font-weight: bold;
  font-family: opensans_bold;
}

.time-read img{
  margin: 0 8px;
}

.wrapper--with-aside .wrapper--article-content {
  max-width: 750px;
}

.wrapper--with-aside .wrapper--article-content p{
  word-break: break-word;

}



.wrapper--with-aside .wrapper__myaside {

  margin-top: 75px;
  height: auto;
  width: 100%;
  max-width: 330px;
  min-width: 330px;
  margin-left: 30px;
  position: relative;
}
.wrapper--with-aside  .wrapper__myaside .wrapper__myaside--content  {

  position: relative;
  padding: 20px 15px 20px;
}


.wrapper--with-aside .wrapper__myaside--content:after {
  position: absolute;
  content: '';
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 0;
  border-right: 2px solid #dededd;
  border-bottom: 2px solid #dededd;
}

.wrapper--with-aside .wrapper__myaside h3 {
  font-size: 24px;
  text-align: left;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}

.wrapper--with-aside .wrapper__myaside ul {
  color: #2c97ce;
  padding-left: 0px;
  z-index: 2;
  position: relative;
}

.wrapper--with-aside .wrapper__myaside ul li:before{
  content: "";
}

.wrapper--with-aside .wrapper__myaside ul li {
  color: #000;
  position: relative;
  display: block;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dededd;
}

.wrapper--with-aside .wrapper__myaside ul li:last-child {
  border: none;
  margin-bottom:  0px;

}

.wrapper--with-aside .wrapper__myaside ul li span {
  color: #606060;
  font-size: 15px;
}

.wrapper--with-aside .wrapper__myaside ul li img {
  width: 100px;
  height: auto;
  margin-left: -35px;
  margin-right: 17px;
  height: 80px;
  object-fit: cover;
}

.wrapper--with-aside .wrapper__myaside ul li a {
  text-decoration: none!important;
  line-height: 22px;
}

.wrapper--with-aside .wrapper__myaside ul li a:hover {
  text-decoration: underline!important;
}

.content-share {
  margin-left: -720px;
}


@media(max-width: 991px) {
  .wrapper--with-aside {
    flex-direction: column;
  }

  .wrapper--with-aside .wrapper__myaside {
    margin: 0 auto;
    max-width: calc(600px - 30px);
  }

  .wrapper--with-aside .wrapper--article-content {
    max-width: 100%;
  }
}

.article-head.wrapper.mobile {
  display: none;
  
  min-height: 53vw
}

@media(max-width: 768px) {

  .article-head.wrapper.desktop {
    display: none;
  }

  .article-head.wrapper.mobile {
    display: block;;
  }

  .header-hero {
    position: static;
    background: #19214f;
    padding: 0 30px 30px 40px;
    margin: 0;
  }
  
  .header-slider__item .shadow {
    position: static;
  
  }
  
  .header-slider__item>img {
    max-width: 100%;
    min-width: inherit;
  }
  
  .header-slider__list ul {
    background: #19214f;
  }


  .wrapper--with-aside .wrapper__myaside {
    margin: 0 auto;
    max-width: calc(100% - 30px);
  }

  .wrapper--with-aside .wrapper__myaside {

    margin-top: 75px;
    height: auto;
    width: 100%;
    max-width: 330px;
    min-width: inherit;
    padding-left: 5px;
    position: relative;
  }
}

.nav__primary .nav__item a .svg-hover {
  display: none;
}

.nav__primary .nav__item a:hover .svg-hover {
  display: inline-block;
}

.nav__primary .nav__item a:hover .svg-normal {
  display: none;
}

@media (max-width: 991px) {
  .img-mobile-header__wrap {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
  }
}