.articles {
  padding-top: 0;
}
.articles__sections {
  margin-bottom: 10px;
}
.articles__read {
  font-size: 15px;
  color: #33CC00;
}
.articles__read:active {
  color: #33CC00;
}
.articles__hero-left {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.articles__hero-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles__hero {
  margin-top: 40px;
}
.articles__hero-title {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.25;
  color: #3E4146;
  margin-bottom: 12px;
}
.articles__hero p {
  margin-bottom: 32px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  color: #3E4146;
}
.articles__hero-info {
  margin-bottom: 15px;
}
.articles__hero-info span,
.topic__item-info span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  color: #939393;
}
.articles__hero-info span img,
.topic__item-info span img {
  display: inline-block;
  vertical-align: baseline;
}
.articles__hero-info span:last-child,
.topic__item-info span:last-child {
  margin-right: 0;
}
.topic-w-slider .topic__items {
  margin-left: -15px;
  margin-right: -15px;
}
.topic {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F2F2F2;
}
.topic__items {
  font-size: 0;
}
.topic__items.topic__items--full .topic__item {
  display: flex;
  width: 100%;
  margin-right: 0;
  flex-direction: column;
  margin-bottom: 40px;
}
.topic__items.topic__items--full .topic__item .topic__item-pic {
  margin-bottom: 15px;
}
.topic__items.topic__items--full .topic__item .topic__item-pic img {
  width: 100%;
}
.topic__items.topic__items--full .topic__item .topic__item-title {
  font-size: 18px;
}
.topic__items.topic__items--full .topic__item .topic__item-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topic__items.topic__items--full .topic__item-pic {
  margin-bottom: 0;
}
.topic__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
}
.topic__title {
  font-weight: 800;
  font-size: 25px;
  line-height: 1.2;
  color: rgba(62, 65, 70, 0.5);
}
.topic__item {
  outline: none;
  margin-bottom: 20px;
}
.topic__item-pic {
  margin-bottom: 10px;
  overflow: hidden;
}
.topic__item-pic a {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.topic__item-pic img {
  width: 100%;
}
.topic__item-preview {
  font-size: 15px;
  color: #3E4146;
  margin-bottom: 15px;
}
.topic__item-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25;
  color: #3E4146;
  margin-bottom: 12px;
}
.topic__item-title a {
  color: inherit;
}
.topic__item-title a:hover {
  text-decoration: none;
  color: inherit;
}
.topic__more {
  border: 1px solid #33CC00;
  border-radius: 5px;
  color: #33CC00;
  font-size: 16px;
  max-width: 100%;
  width: 290px;
  padding: 12px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topic__more:hover,
.topic__more:focus,
.topic__more:active {
  background: #33CC00;
  color: #fff;
}
.topic-w-slider .topic__item {
  padding: 0 5px;
}
.topic__nav-prev,
.topic__nav-next {
  position: relative;
  display: inline-block;
  font-family: fontello;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #33CC00;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
}
.topic__nav-prev:hover,
.topic__nav-next:hover {
  color: #2ba200;
}
.topic__nav-prev i,
.topic__nav-next i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 26px;
}
.topic__nav-prev {
  margin-right: 5px;
}
.article__title {
  text-align: left;
  margin-bottom: 0;
}
.article__content {
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 10px;
}
.article__content-top {
  padding: 20px 15px 20px;
}
.article__content-text {
  padding: 0 15px 5px;
  border-bottom: 1px solid #F2F2F2;
}
.article__content-text p {
  font-size: 15px;
  color: #3E4146;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 15px;
}
.article__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #3E4146;
  margin-top: 25px;
  margin-bottom: 14px;
}
.article__sidebar {
  border: 1px solid #F2F2F2;
  border-radius: 10px;
}
.article .topic__item-info {
  margin-bottom: 15px;
}
.article__navi {
  padding: 15px;
  border: 1px solid #F2F2F2;
}
.article__navi ul {
  list-style: none;
}
.article__navi ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.article__navi ul li a {
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  color: #3E4146;
}
.article__navi ul li a:hover {
  color: #238b00;
}
.article__navi-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  color: #3E4146;
  margin-bottom: 17px;
}
.article__photo img {
  width: 100%;
}
.articles__search {
  margin-bottom: 10px;
}
.articles__search form {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 41px;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.articles__search-input {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  border: none;
  outline: none;
}
.articles__search-btn {
  border: none;
  background: none;
}
.articles__search-btn:hover {
  color: #33CC00;
}
.articles__search-clear {
  border: none;
  background: none;
  padding: 0 10px;
}
.articles__search-clear:hover {
  color: #33CC00;
}
.articles__sections-links {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.articles__sections-links .slick-prev {
  left: 16px;
}
.articles__sections-links .slick-prev:before {
  content: '\E803';
  font-family: fontello;
  color: #33CC00;
}
.articles__sections-links .slick-next {
  right: 16px;
}
.articles__sections-links .slick-next:before {
  content: '\E804';
  font-family: fontello;
  color: #33CC00;
}
.articles__sections-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
.articles__sections-item:first-child {
  margin-left: 0;
}
.articles__sections-link {
  display: inline-block;
  height: 34px;
  padding: 8px 12px;
  border: 1px solid #F2F2F2;
  border-radius: 41px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: rgba(62, 65, 70, 0.5);
  outline: none;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.articles__sections-link.active {
  background: #FF0066;
  border-color: #FF0066;
  color: #fff;
}
.article .articles__search {
  padding: 0 15px;
  margin-bottom: 20px;
}
.fixed-nav {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 3;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #E9E9E9;
  /* ����� ��� ���������� ������ ���������� */
  /* ����� ��� ���������� ������ ���������� */
}
.fixed-nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  display: flex;
}
.fixed-nav a {
  text-decoration: none;
  color: inherit;
}
.fixed-nav__left {
  position: relative;
  font-weight: normal;
  font-size: 13px;
  line-height: 125%;
  color: #292929;
}
.fixed-nav__left span {
  display: inline-block;
  vertical-align: middle;
}
.fixed-nav__left a {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0 8px 20px;
  line-height: 1;
}
.fixed-nav__left:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 2px;
  background: #33CC00;
}
.fixed-nav__left img {
  width: 19px;
  margin-right: 20px;
}
.fixed-nav__center {
  display: none;
}
.fixed-nav__right {
  position: relative;
  padding-right: 20px;
}
.fixed-nav__share-text {
  display: none;
}
.fixed-nav__share-img {
  width: 19px;
}
.fixed-nav__social {
  display: none;
  position: absolute;
  right: 15px;
  top: 100%;
  margin-top: 10px;
  font-size: 0;
  flex-direction: column;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.fixed-nav__social--shown {
  display: flex;
}
.fixed-nav__social .push {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 5px;
}
.fixed-nav__social .facebook {
  background-color: #3b5998;
}
.fixed-nav__social .facebook:hover {
  background-color: #2d4373;
  color: #fff;
  text-decoration: none;
}
.fixed-nav__social .google {
  background-color: #dd4b39;
}
.fixed-nav__social .google:hover {
  background-color: #c23321;
  color: #fff;
  text-decoration: none;
}
.fixed-nav__social .pinterest {
  background-color: #bd081c;
}
.fixed-nav__social .pinterest:hover {
  background-color: #881f12;
  color: #fff;
  text-decoration: none;
}
.fixed-nav__social .viber {
  background-color: #665cac;
}
.fixed-nav__social .viber:hover {
  background-color: #881f12;
  color: #fff;
  text-decoration: none;
}
.fixed-nav__social .twitter {
  background-color: #55acee;
}
.fixed-nav__social .twitter:hover {
  background-color: #2795e9;
  color: #fff;
  text-decoration: none;
}
.fixed-nav__social .vkontakte {
  background-color: #1878a2;
}
.fixed-nav__social .vkontakte:hover {
  background-color: #176085;
  color: #fff;
  text-decoration: none;
}
.fixed-nav__social .ok {
  background-color: #FFCC00;
}
.fixed-nav__social .ok:hover {
  background-color: #a05f20;
  color: #fff;
  text-decoration: none;
}
.fixed-nav__social .inst {
  background-color: #FF005C;
}
.fixed-nav__social .inst:hover {
  background-color: #b30041;
  color: #fff;
  text-decoration: none;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .articles {
    padding-top: 20px;
  }
  .topic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .topic__top {
    margin-bottom: 35px;
  }
  .topic__title {
    font-size: 30px;
  }
  .topic__item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 40px;
    margin-right: 4%;
  }
  .topic__item:nth-child(2n) {
    margin-right: 0;
  }
  .articles__search form {
    width: 300px;
  }
  .articles__sections {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .articles__search {
    padding-right: 20px;
  }
  .articles__sections-links {
    text-align: right;
  }
  .topic__items.topic__items--full .topic__item {
    flex-direction: row;
  }
  .topic__items.topic__items--full .topic__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .topic__items.topic__items--full .topic__item .topic__item-pic {
    margin-bottom: 0;
    flex: 0 0 auto;
  }
  .topic__items.topic__items--full .topic__item .topic__item-pic img {
    width: 250px;
  }
  .topic__items.topic__items--full .topic__item .topic__item-title {
    font-size: 26px;
  }
  .topic__items.topic__items--full .topic__item .topic__item-desc {
    padding-left: 25px;
  }
}
@media all and (min-width: 992px) {
  #articles-sections-menu {
    max-width: none;
  }
  .articles__hero {
    display: flex;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .articles__hero-left {
    flex: 1 1 auto;
    margin: 0;
  }
  .articles__hero-right {
    flex: 0 0 373px;
    padding: 30px 70px 30px 40px;
  }
  .articles__hero-title {
    margin-bottom: 20px;
  }
  .articles__hero p {
    margin-bottom: 72px;
  }
  .articles__hero-info {
    margin-bottom: 20px;
  }
  .articles__read {
    font-weight: 600;
    line-height: 1;
  }
  .articles__read:hover {
    text-decoration: none;
    color: #2ba200;
  }
  .topic {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .topic__top {
    margin-bottom: 33px;
    border-bottom: none;
  }
  .topic__title {
    font-size: 30px;
  }
  .topic__item {
    display: inline-block;
    vertical-align: top;
    width: 31.6%;
    margin-bottom: 40px;
    margin-right: 2.6%;
  }
  .topic__item:nth-child(2n) {
    margin-right: 2.6%;
  }
  .topic__item:nth-child(3n) {
    margin-right: 0;
  }
  .topic__item-title {
    flex: 1 1 auto;
    margin-bottom: 18px;
  }
  .topic__item-pic,
  .topic__item-info {
    flex: 0 0 auto;
  }
  .topic-w-slider {
    padding-top: 40px;
  }
  .topic-w-slider .topic__item {
    width: auto;
    padding: 0 15px;
  }
  .article {
    padding-bottom: 70px;
    border-bottom: 1px solid #F2F2F2;
  }
  .article__content {
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 1px solid #F2F2F2;
  }
  .article__content-top {
    order: 1;
    flex-direction: column;
    padding: 30px 30px 22px;
    border-bottom: none;
  }
  .article__photo {
    order: 2;
    flex-direction: column;
  }
  .article__content-text {
    order: 3;
    padding: 10px 100px 40px 40px;
    border-bottom: none;
  }
  .article__subtitle {
    margin-top: 35px;
    font-size: 20px;
  }
  .article__sidebar {
    margin-bottom: 30px;
  }
  .article__sidebar-block {
    padding: 30px 40px 30px 40px;
    border-bottom: 1px solid #F2F2F2;
  }
  .article__sidebar-block:last-child {
    border-bottom: none;
  }
  .article__sidebar-title {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 7px;
    color: #3E4146;
  }
  .article__sidebar-banner {
    border-radius: 10px;
    overflow: hidden;
  }
  .article__sidebar-banner img {
    width: 100%;
  }
  .article .sidebar-sections {
    overflow-y: auto;
    max-height: 315px;
  }
  .article .sidebar-sections::-webkit-scrollbar {
    width: 3px;
  }
  .article .sidebar-sections::-webkit-scrollbar-track {
    background: #fff;
  }
  .article .sidebar-sections::-webkit-scrollbar-thumb {
    background: #33CC00;
    border-radius: 1px;
  }
  .article .sidebar-sections ul {
    list-style: none;
  }
  .article .sidebar-sections ul li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 200%;
    color: #3E4146;
  }
  .article .sidebar-sections ul li a:hover {
    color: #238b00;
  }
  .article .read-list {
    list-style: none;
  }
  .article .read-list li {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 15px;
  }
  .article .read-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .article .read-list li a {
    text-decoration: none;
  }
  .article .read-list li a p {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.25;
    color: #3E4146;
  }
  .article .read-list li a:hover p {
    color: #238b00;
  }
  .fixed-nav__left {
    flex: 0 0 302px;
    font-size: 15px;
  }
  .fixed-nav__left a {
    padding: 16.5px 0 16.5px 20px;
  }
  .fixed-nav__left:after {
    width: 100%;
  }
  .fixed-nav__left img {
    width: auto;
  }
  .fixed-nav__center {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 30px;
    font-weight: 600;
    font-size: 15px;
    line-height: 125%;
    color: #292929;
  }
  .fixed-nav__right {
    display: flex;
    align-items: center;
    flex: 0 0 302px;
    padding-right: 0;
  }
  .fixed-nav__share {
    font-weight: normal;
    font-size: 15px;
    line-height: 125%;
    color: #292929;
    margin-right: 15px;
  }
  .fixed-nav__share-img {
    width: auto;
  }
  .fixed-nav__share-text {
    display: inline-block;
    margin-right: 15px;
  }
  .fixed-nav__share-btn {
    display: none;
  }
  .fixed-nav__social {
    display: flex;
    position: relative;
    right: auto;
    top: auto;
    flex-direction: row;
    margin-top: 0;
    box-shadow: none;
  }
  .topic__items.topic__items--full .topic__item .topic__item-pic img {
    width: 360px;
    aspect-ratio: 1.77;
  }
}
@media all and (min-width: 1200px) {
  .article__sidebar-block {
    padding: 30px 82px 30px 40px;
  }
  .articles__sections-links {
    overflow: visible;
    white-space: normal;
    width: auto;
    display: block;
    font-size: 0;
    padding: 0;
  }
  .articles__sections-item {
    margin-bottom: 10px;
  }
  .articles__sections-link {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .articles__sections-link:first-child {
    margin-left: 0;
  }
  .articles__sections-link:hover {
    text-decoration: none;
  }
  .articles__sections-link:not(.active):hover,
  .articles__sections-link:not(.active):active {
    background-color: #6666CC;
    border-color: #6666CC;
    color: #fff;
  }
}
/*# sourceMappingURL=redesign-articles.css.map */