/* Design & Develop by Spiral Design Center / www.spiraldesign.org */ /* Colors */
.main-blog {
  padding: 0;
  overflow: hidden;
}

.blog-section {
  padding: 10px;
}
.blog-section_green-bg {
  background-color: #eff5f5;
}
.blog-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.blog-section-header_audio .blog-section-header__title:before {
  background-image: url(../img/svg/podcast-red.svg);
}
.blog-section-header_audio .blog-section-header__line {
  background-color: #FF5959;
}
.blog-section-header_audio .blog-section-header__all {
  color: #FF5959;
}
.blog-section-header_audio .blog-section-header__all:after {
  background-image: url(../img/svg/arrow-red.svg);
}
.blog-section-header_video .blog-section-header__title:before {
  background-image: url(../img/svg/videocam-blue.svg);
}
.blog-section-header_video .blog-section-header__line {
  background-color: #3D64E5;
}
.blog-section-header_video .blog-section-header__all {
  color: #3D64E5;
}
.blog-section-header_video .blog-section-header__all:after {
  background-image: url(../img/svg/arrow-blue.svg);
}
.blog-section-header__title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.blog-section-header__title:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url(../img/svg/report-green.svg) center no-repeat;
  background-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.blog-section-header__line {
  display: none;
  flex: 1;
  height: 1px;
  background-color: #ddaa00;
  margin: 0 15px;
}
.blog-section-header__all {
  color: #ddaa00;
  font-size: 12px;
  line-height: 19px;
}
.blog-section-header__all:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(../img/svg/arrow-green.svg) center no-repeat;
  background-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.blog-hash-tag {
  padding: 9px 14px;
  font-size: 12px;
  line-height: 19px;
  border: 1px solid #ddaa00;
  border-radius: 19px;
  margin: 0 0 4px 4px;
}
.blog-hash-tag_green-darker {
  color: #008000;
  border-color: #008000;
}
.blog-hash-tag_orange {
  color: #ef8e26;
  border-color: #ef8e26;
}
.blog-hash-tag_blue {
  color: #3D64E5;
  border-color: #3D64E5;
}
.blog-hash-tag_purple {
  color: #bc32d9;
  border-color: #bc32d9;
}
.blog-hash-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.instagram-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #404040 url(/images/instagram-bg.svg?3d6eae6429ae42095e28d223455d979d) 100% 100% no-repeat;
  background-size: 183px;
  font-size: 18px;
  line-height: 30px;
  padding: 14.5% 0;
  border-radius: 15px;
}
.instagram-box:hover, .instagram-box:focus {
  color: #fff;
}
.instagram-box__logo {
  width: 46px;
  margin-bottom: 4px;
}
.instagram-box__media {
  direction: ltr;
  font-weight: 300;
  line-height: 24px;
  margin-top: 4px;
}

.container-xs-0 {
  padding-right: 0;
  padding-left: 0;
}
.container-xs-0 .row {
  margin-right: 0;
  margin-left: 0;
}
.container-xs-0 .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}

html[lang=auto] .blog-section-header__title:before,
.translated-ltr .blog-section-header__title:before {
  margin-left: unset;
  margin-right: 5px;
}
html[lang=auto] .blog-section-header__all:after,
.translated-ltr .blog-section-header__all:after {
  margin-right: unset;
  margin-left: 5px;
  transform: scaleX(-1);
}
html[lang=auto] .blog-hash-tag,
.translated-ltr .blog-hash-tag {
  margin: 0 4px 4px 0;
}
html[lang=auto] .instagram-box__media,
.translated-ltr .instagram-box__media {
  direction: rtl;
}

/* responsive */
@media (min-width: 768px) {
  .instagram-box {
    flex-direction: row;
    padding: 2.4% 0;
    margin-bottom: 35px;
  }
  .instagram-box__logo {
    margin-left: 10px;
  }
  .instagram-box__media {
    margin-right: 100px;
  }
  .blog-section_green-bg {
    background-color: #fff;
  }
  html[lang=auto] .instagram-box__logo,
.translated-ltr .instagram-box__logo {
    margin-left: unset;
    margin-right: 10px;
  }
  html[lang=auto] .instagram-box__media,
.translated-ltr .instagram-box__media {
    margin-right: unset;
    margin-left: 100px;
  }
}
@media (min-width: 1024px) {
  .container-xs-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-xs-0 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .container-xs-0 .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-section {
    padding: 10px 0;
  }
  .blog-section-header {
    margin-bottom: 22px;
  }
  .blog-section-header__title {
    font-size: 16.5px;
    line-height: 18px;
  }
  .blog-section-header__title-icon {
    width: 30px;
  }
  .blog-section-header__line {
    display: block;
  }
  .blog-section-header__all {
    font-size: 13px;
    line-height: 22px;
  }
  .blog-section-header__all-icon {
    width: 9px;
  }
}
.blog-nav {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  overflow: hidden;
  overflow-x: scroll;
}
.blog-nav::after, .blog-nav::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: -1152px;
  height: 1px;
  width: 1140px;
  background-color: #ddaa00;
}
.blog-nav::after {
  right: unset;
  left: -1152px;
}
.blog-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.blog-nav::-webkit-scrollbar-track {
  background: transparent;
}
.blog-nav-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.blog-nav-link {
  flex: 0 0 auto;
  border: 1px solid #ddaa00;
  padding: 9px 14px;
  border-radius: 19px;
  margin: 0 3px;
}
.blog-nav-link:hover, .blog-nav-link.active {
  color: #fff;
  background-color: #ddaa00;
}
.blog-nav-link:first-child {
  margin-right: 10px;
}
.blog-nav-link:last-child {
  margin-left: 10px;
}

.blog-navigation {
  position: relative;
}

html[lang=auto] .blog-nav::after, html[lang=auto] .blog-nav::before,
.translated-ltr .blog-nav::after,
.translated-ltr .blog-nav::before {
  left: -1152px;
}
html[lang=auto] .blog-nav::after,
.translated-ltr .blog-nav::after {
  left: unset;
  right: -1152px;
}
html[lang=auto] .blog-nav-link:first-child,
.translated-ltr .blog-nav-link:first-child {
  margin-right: unset;
  margin-left: 10px;
}
html[lang=auto] .blog-nav-link:last-child,
.translated-ltr .blog-nav-link:last-child {
  margin-left: unset;
  margin-right: 10px;
}

/* responsive */
@media (min-width: 1024px) {
  .blog-nav {
    overflow: unset;
    overflow-x: unset;
  }
  .blog-nav::after, .blog-nav::before {
    display: block;
  }
  .blog-nav-wrapper {
    justify-content: center;
    margin-bottom: 19px;
  }
  .blog-nav-link {
    padding: 7px 11px;
    border-radius: 18px;
    margin: 0 2px;
  }
  .blog-nav-link:first-child {
    margin-right: 3px;
  }
  .blog-nav-link:last-child {
    margin-left: 3px;
  }
  html[lang=auto] .blog-nav-link:first-child,
.translated-ltr .blog-nav-link:first-child {
    margin-right: unset;
    margin-left: 3px;
  }
  html[lang=auto] .blog-nav-link:last-child,
.translated-ltr .blog-nav-link:last-child {
    margin-left: unset;
    margin-right: 3px;
  }
}
.blog-post {
  display: flex;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 10px 10px 10px 0;
  margin-bottom: 10px;
  background-color: #fff;
}
.blog-post_video .blog-post__subtitle:before, .blog-post_audio .blog-post__subtitle:before, .blog-post_report .blog-post__subtitle:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../img/svg/report-green.svg) center no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.blog-post_audio .blog-post__subtitle:before {
  background-image: url(../img/svg/podcast-red.svg);
}
.blog-post_video .blog-post__subtitle:before {
  background-image: url(../img/svg/videocam-blue.svg);
}
.blog-post_audio .blog-post__arrow {
  background-color: #faf0f0;
  background-image: url(../img/svg/arrow-curve-left-red.svg);
}
.blog-post_video .blog-post__arrow {
  background-color: #eff1fa;
  background-image: url(../img/svg/arrow-curve-left-blue.svg);
}
.blog-post_type-2 .blog-post__image-wrapper {
  flex: 0 0 83px;
}
.blog-post_type-2 .blog-post__number {
  color: #AAAAAA;
  font-size: 19px;
  line-height: 31px;
  margin-top: 4px;
  margin-bottom: 0;
}
.blog-post_type-2 .blog-post__subtitle {
  color: #FF5959;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 0;
}
.blog-post_type-2 .blog-post__subtitle:before {
  display: none;
}
.blog-post_type-2 .blog-post__arrow {
  background-color: #faf0f0;
  background-image: url(../img/svg/arrow-curve-left-red.svg);
}
.blog-post__image {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-post__image-wrapper {
  flex: 0 0 111px;
  margin-left: 10px;
}
.blog-post__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-post__number {
  color: #FF5959;
}
.blog-post__subtitle {
  font-size: 10px;
  line-height: 16px;
  max-height: 32px;
  margin-bottom: 10px;
  color: #AAAAAA;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-post__title {
  font-size: 14px;
  line-height: 24px;
  max-height: 72px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-post__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 13px;
  height: 19px;
  margin: 0 10px 0 0;
  background-color: #e2f5f3;
  border-radius: 0 5px 5px 0;
  background: #e2f5f3 url(../img/svg/arrow-curve-left-green.svg) center no-repeat;
  background-size: 5px;
}
.blog-post-big {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}
.blog-post-big__content {
  display: flex;
  justify-content: center;
  flex: 1;
}
.blog-post-big__image {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.blog-post-big__image-wrapper {
  width: auto;
  position: relative;
  padding: 7px;
  border-bottom: 1px solid #f5f5f5;
}
.blog-post-big__bottom {
  display: flex;
  flex: 1;
  position: relative;
  height: 65px;
  color: #000;
  background-color: #fff;
  font-size: 10px;
  line-height: 16px;
  padding: 12px 7px 12px 17px;
}
.blog-post-big__number {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 25px;
  font-size: 19px;
  line-height: 31px;
  color: rgba(0, 0, 0, 0.35);
}
.blog-post-big__subtitle {
  color: #FF5959;
}
.blog-post-big__title {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-post-big__title_podcast {
  font-size: 16px;
  line-height: 27px;
  margin-top: 0;
}
.blog-post-big__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 40px;
}
.blog-post-big__description {
  display: none;
  color: #676767;
  font-size: 14px;
  line-height: 22px;
}
.blog-post-big__button {
  display: flex;
  align-self: flex-end;
  align-items: center;
  height: 32px;
  color: #fff;
  background-color: #FF5959;
  font-size: 10px;
  line-height: 16px;
  padding: 8px 8px 8px 37px;
  margin-bottom: 3px;
  border-radius: 7px;
  background: #FF5959 url(../img/svg/arrow.svg) left 10px center no-repeat;
  z-index: 1;
}
.blog-post-big__button:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(../img/svg/podcast.svg) center no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.blog-post-video {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}
.blog-post-video__image {
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.blog-post-video__image-wrapper {
  width: auto;
  position: relative;
}
.blog-post-video__image-icon {
  position: absolute;
  width: 24px;
  top: 10px;
  right: 10px;
}
.blog-post-video__bottom {
  display: flex;
  flex-direction: column;
  color: #000;
  background-color: #fff;
}
.blog-post-video__content {
  padding: 10px 10px 7px;
}
.blog-post-video__subtitle {
  font-size: 8px;
  line-height: 13px;
  max-height: 26px;
  margin-bottom: 6px;
  color: #AAAAAA;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-post-video__title {
  font-size: 12px;
  line-height: 19px;
  max-height: 38px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-post-video__button {
  display: flex;
  justify-content: center;
  color: #3D64E5;
  background-color: #eff1fa;
  font-size: 10px;
  line-height: 16px;
  padding: 6px;
}
.blog-post-video__button-icon {
  width: 12px;
  margin-right: 10px;
}
.blog-post-video-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.blog-post-video-big {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}
.blog-post-video-big__image {
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.blog-post-video-big__image-wrapper {
  width: auto;
  position: relative;
}
.blog-post-video-big__image-icon {
  position: absolute;
  width: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-post-video-big__bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000;
  background-color: #fff;
  font-size: 10px;
  line-height: 16px;
  padding: 12px 15px 12px 0;
}
.blog-post-video-big__subtitle {
  color: #AAAAAA;
}
.blog-post-video-big__title {
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-post-video-big__title_podcast {
  font-size: 16px;
  line-height: 27px;
  margin-top: 0;
}
.blog-post-video-big__title-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.blog-post-video-big .blog-post__arrow {
  background-color: #eff1fa;
  background-image: url(../img/svg/arrow-curve-left-blue.svg);
}
.blog-post-more {
  display: block;
  border-radius: 10px;
  border: 1px solid #ddaa00;
  padding: 9;
  font-size: 12px;
  line-height: 19px;
  width: 100%;
}

html[lang=auto] .blog-post,
.translated-ltr .blog-post {
  padding: 10px 0 10px 10px;
}
html[lang=auto] .blog-post_video html[lang=auto] .blog-post, html[lang=auto] .blog-post .translated-ltr .blog-post__subtitle:before, html[lang=auto] .blog-post_audio html[lang=auto] .blog-post, html[lang=auto] .blog-post .translated-ltr .blog-post__subtitle:before, html[lang=auto] .blog-post_report html[lang=auto] .blog-post, html[lang=auto] .blog-post .translated-ltr .blog-post__subtitle:before,
.translated-ltr .blog-post_video html[lang=auto] .blog-post,
.translated-ltr .blog-post .translated-ltr .blog-post__subtitle:before,
.translated-ltr .blog-post_audio html[lang=auto] .blog-post,
.translated-ltr .blog-post .translated-ltr .blog-post__subtitle:before,
.translated-ltr .blog-post_report html[lang=auto] .blog-post,
.translated-ltr .blog-post .translated-ltr .blog-post__subtitle:before {
  margin-left: unset;
  margin-right: 4px;
}
html[lang=auto] .blog-post__image-wrapper,
.translated-ltr .blog-post__image-wrapper {
  margin-left: unset;
  margin-right: 10px;
}
html[lang=auto] .blog-post__arrow,
.translated-ltr .blog-post__arrow {
  margin: 0 0 0 10px;
  transform: scaleX(-1);
}
html[lang=auto] .blog-post-big__bottom,
.translated-ltr .blog-post-big__bottom {
  padding: 12px 17px 12px 7px;
}
html[lang=auto] .blog-post-big__title-wrapper,
.translated-ltr .blog-post-big__title-wrapper {
  padding-right: unset;
  padding-left: 40px;
}
html[lang=auto] .blog-post-big__button,
.translated-ltr .blog-post-big__button {
  padding: 8px 37px 8px 8px;
}
html[lang=auto] .blog-post-big__button:before,
.translated-ltr .blog-post-big__button:before {
  margin-left: unset;
  margin-right: 3px;
}
html[lang=auto] .blog-post-video__image-icon,
.translated-ltr .blog-post-video__image-icon {
  right: unset;
  left: 10px;
}
html[lang=auto] .blog-post-video__content,
.translated-ltr .blog-post-video__content {
  padding: 10px 10px 7px;
}
html[lang=auto] .blog-post-video__button-icon,
.translated-ltr .blog-post-video__button-icon {
  margin-right: unset;
  margin-left: 10px;
  transform: scaleX(-1);
}
html[lang=auto] .blog-post-video-big__bottom,
.translated-ltr .blog-post-video-big__bottom {
  padding: 12px 0 12px 15px;
}

/* responsive */
@media (min-width: 768px) {
  .blog-post-video-wrapper {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .blog-post {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .blog-post_video .blog-post__subtitle:before, .blog-post_audio .blog-post__subtitle:before, .blog-post_report .blog-post__subtitle:before {
    display: block;
    background-size: 16px;
    margin-bottom: 10px;
  }
  .blog-post_type-2 {
    height: unset;
    border-radius: 19px;
    margin-bottom: 34px;
    padding: 12px 12px 12px 0;
  }
  .blog-post_type-2 .blog-post__image-wrapper {
    flex: 0 0 28.5%;
  }
  .blog-post_type-2 .blog-post__image {
    border-radius: 10px;
  }
  .blog-post_type-2 .blog-post__subtitle {
    margin-bottom: 8px;
  }
  .blog-post_type-2 .blog-post__title {
    font-size: 16px;
    line-height: 28px;
  }
  .blog-post_type-2 .blog-post__number {
    font-size: 22px;
    line-height: 37px;
    margin: 0 0 8px;
  }
  .blog-post__subtitle {
    font-size: 10px;
    line-height: 16px;
    max-height: 58px;
  }
  .blog-post-big {
    flex-direction: row;
    margin-bottom: 30px;
    border-radius: 22px;
  }
  .blog-post-big__image-wrapper {
    width: 58.2%;
  }
  .blog-post-big__bottom {
    height: unset;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog-post-big__number {
    position: unset;
    height: unset;
    margin-left: 17px;
    font-size: 33px;
    line-height: 55px;
  }
  .blog-post-big__title {
    font-size: 22px;
    line-height: 38px;
    padding-top: 9px;
  }
  .blog-post-big__title-wrapper {
    flex: unset;
    padding-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blog-post-big__subtitle {
    flex: 0 0 100%;
    font-size: 12px;
    line-height: 20px;
  }
  .blog-post-big__description {
    display: block;
  }
  .blog-post-big__button {
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 11px;
    background: #FF5959 url(../img/svg/arrow.svg) left 13px center no-repeat;
    background-size: 15px;
  }
  .blog-post-big__button:before {
    width: 20px;
    height: 20px;
    margin-left: 42px;
  }
  .blog-post-video {
    border-radius: 22px;
    margin-bottom: 30px;
  }
  .blog-post-video__content {
    padding: 10px 15px 7px;
  }
  .blog-post-video__subtitle {
    font-size: 10px;
    line-height: 18px;
    max-height: 36px;
    margin-bottom: 0;
  }
  .blog-post-video__title {
    font-size: 16px;
    line-height: 28px;
    max-height: 56px;
    margin: 0;
  }
  .blog-post-video__button {
    font-size: 14px;
    line-height: 23px;
    padding: 8px 6px;
  }
  .blog-post-video__button-icon {
    width: 15px;
  }
  .blog-post-video-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .blog-post-video-small {
    order: -1;
  }
  .blog-post-video-big {
    border-radius: 22px;
    margin-bottom: 30px;
  }
  .blog-post-video-big__bottom {
    padding: 50px 26px 34px 0;
  }
  .blog-post-video-big__title {
    font-size: 21px;
    line-height: 34px;
  }
  .blog-post-video-big__subtitle {
    font-size: 15px;
    line-height: 24px;
  }
  .blog-post-video-big .blog-post__arrow {
    width: 23px;
    height: 34px;
    background-size: 8px;
  }
  html[lang=auto] .blog-post_type-2,
.translated-ltr .blog-post_type-2 {
    padding: 12px 0 12px 12px;
  }
  html[lang=auto] .blog-post-big__number,
.translated-ltr .blog-post-big__number {
    margin-left: unset;
    margin-right: 17px;
  }
  html[lang=auto] .blog-post-big__title-wrapper,
.translated-ltr .blog-post-big__title-wrapper {
    padding-right: 40px;
    padding-left: 0;
  }
  html[lang=auto] .blog-post-big__button:before,
.translated-ltr .blog-post-big__button:before {
    margin-left: unset;
    margin-right: 42px;
  }
  html[lang=auto] .blog-post-video-big__bottom,
.translated-ltr .blog-post-video-big__bottom {
    padding: 50px 0 34px 26px;
  }
}
.blog-slider {
  position: relative;
  padding: 10px 0 28px !important;
  background-color: #f2f0f0;
}
.blog-slider::after, .blog-slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background-image: linear-gradient(to left, #f2f0f0 0, transparent 100%);
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}
.blog-slider::before {
  left: 0;
  right: auto;
  background-image: linear-gradient(to left, transparent 0, #f2f0f0 100%);
  z-index: 2;
}
.blog-slider__wrapper {
  height: unset !important;
}
.blog-slider__navigation {
  display: none;
}
.blog-slider__navigation .swiper-button-next, .blog-slider__navigation .swiper-button-prev {
  top: calc(100% - 25px);
  width: 27px;
  height: 27px;
}
.blog-slider__navigation .swiper-button-next:after, .blog-slider__navigation .swiper-button-prev:after {
  font-size: 27px;
  color: #ddaa00;
}
.blog-slider-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 70.4% !important;
  border-radius: 10px;
  overflow: hidden;
}
.blog-slider-item__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-slider-item__image-wrapper {
  position: relative;
}
.blog-slider-item__bottom {
  display: flex;
  justify-content: space-between;
  height: 105px;
  color: #fff;
  background-color: #000;
  font-size: 10px;
  line-height: 16px;
  padding: 5px 15px 0 12px;
}
.blog-slider-item__number {
  display: block;
  flex: 0 0 35px;
  font-size: 30px;
  line-height: 50px;
  margin: -5px 5px 0 0;
  color: rgba(255, 255, 255, 0.35);
}
.blog-slider-item__subtitle {
  color: rgba(255, 255, 255, 0.6);
  max-height: 32px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-slider-item__title {
  font-size: 16px;
  line-height: 27px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-slider-item__title_podcast {
  font-size: 16px;
  line-height: 27px;
  margin-top: 0;
}
.blog-slider-item__title-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-slider-item__button {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 15px;
  left: 15px;
  height: 32px;
  color: #fff;
  background-color: #ddaa00;
  font-size: 10px;
  line-height: 16px;
  padding: 8px 8px 8px 37px;
  border-radius: 7px;
  background: #ddaa00 url(../img/svg/arrow.svg) left 10px center no-repeat;
  z-index: 1;
}
.blog-slider-item__button:hover {
  color: #fff;
}
.blog-slider-item__button:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(../img/svg/report.svg) center no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.blog-slider-item__button_audio {
  background-color: #FF5959;
}
.blog-slider-item__button_audio:before {
  background-image: url(../img/svg/podcast.svg);
}
.blog-slider-item__button_video {
  background-color: #3D64E5;
}
.blog-slider-item__button_video:before {
  background-image: url(../img/svg/videocam.svg);
}
.blog-slider-item__button-icon {
  width: 16px;
  margin-left: 3px;
}
.blog-slider-item__button-arrow {
  width: 12px;
  margin-right: 15px;
}
.blog-slider .swiper-pagination-bullet {
  opacity: 1;
  background: #ddd;
}
.blog-slider .swiper-pagination-bullet-active {
  background: #008000;
}

.swiper-rtl .blog-slider__navigation .swiper-button-next {
  left: calc(50% - 100px);
}

.swiper-rtl .blog-slider__navigation .swiper-button-prev {
  right: calc(50% - 100px);
}

html[lang=auto] .blog-slider::after, html[lang=auto] .blog-slider::before,
.translated-ltr .blog-slider::after,
.translated-ltr .blog-slider::before {
  right: unset;
  left: 0;
}
html[lang=auto] .blog-slider::before,
.translated-ltr .blog-slider::before {
  left: auto;
  right: 0;
}
html[lang=auto] .blog-slider-item__bottom,
.translated-ltr .blog-slider-item__bottom {
  padding: 5px 12px 0 15px;
}
html[lang=auto] .blog-slider-item__number,
.translated-ltr .blog-slider-item__number {
  margin: -5px 0 0 5px;
}
html[lang=auto] .blog-slider-item__button,
.translated-ltr .blog-slider-item__button {
  left: 15px;
  padding: 8px 37px 8px 8px;
}
html[lang=auto] .blog-slider-item__button:before,
.translated-ltr .blog-slider-item__button:before {
  margin-left: unset;
  margin-right: 3px;
}
html[lang=auto] .blog-slider-item__button-icon,
.translated-ltr .blog-slider-item__button-icon {
  margin-left: unset;
  margin-right: 3px;
}
html[lang=auto] .blog-slider-item__button-arrow,
.translated-ltr .blog-slider-item__button-arrow {
  margin-right: unset;
  margin-left: 15px;
}
html[lang=auto] .swiper-rtl .blog-slider__navigation .swiper-button-next,
.translated-ltr .swiper-rtl .blog-slider__navigation .swiper-button-next {
  left: unset;
  right: calc(50% - 100px);
}
html[lang=auto] .swiper-rtl .blog-slider__navigation .swiper-button-prev,
.translated-ltr .swiper-rtl .blog-slider__navigation .swiper-button-prev {
  right: unset;
  left: calc(50% - 100px);
}

/* responsive */
@media (min-width: 1024px) {
  .blog-slider {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 3px 20px 0 inset rgba(0, 0, 0, 0.16);
    padding: 42px 0 66px !important;
    margin-bottom: 20px;
  }
  .blog-slider::after, .blog-slider::before {
    width: 10.5%;
  }
  .blog-slider__navigation {
    display: block;
  }
  .blog-slider-item {
    flex-direction: row;
    border-radius: 22px;
    width: 61.5% !important;
  }
  .blog-slider-item__image-wrapper {
    width: 65%;
  }
  .blog-slider-item__bottom {
    height: unset;
    flex-direction: column;
    width: 35%;
    padding-bottom: 5%;
    justify-content: flex-end;
  }
  .blog-slider-item__number {
    font-size: 51px;
    line-height: 85px;
    margin: 0;
    order: -1;
  }
  .blog-slider-item__subtitle {
    display: block;
    font-size: 16px;
    line-height: 26px;
    max-height: 104px;
  }
  .blog-slider-item__title {
    font-size: 18px;
    line-height: 30px;
  }
  .blog-slider-item__title-wrapper {
    flex: unset;
    padding-top: 73px;
  }
  .blog-slider-item__button {
    top: 22px;
    left: 22px;
    height: 39px;
    font-size: 11px;
    line-height: 18px;
    padding: 10px 12px 13px 45px;
    border-radius: 11px;
    background-size: 15px;
  }
  .blog-slider .swiper-pagination {
    bottom: 27px !important;
  }
  .blog-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
  }
  html[lang=auto] .blog-slider-item__button,
.translated-ltr .blog-slider-item__button {
    left: unset;
    right: 22px;
    padding: 10px 45px 13px 12px;
  }
}
