.articles-main-banner[data-v-e4163a80] {
  align-items: flex-end;
  background-image: url(//cdn.technopark.ru/source/custom_images/newsite/pages/articles/main-banner-m.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  display: flex;
  height: 390px;
  justify-content: center;
  padding: 30px 18px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .articles-main-banner[data-v-e4163a80] {
    align-items: center;
    background-image: url(//cdn.technopark.ru/source/custom_images/newsite/pages/articles/main-banner-t.jpg);
    height: 500px;
    justify-content: flex-start;
    padding-left: 75px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .articles-main-banner[data-v-e4163a80] {
    background-image: url(//cdn.technopark.ru/source/custom_images/newsite/pages/articles/main-banner-d.jpg);
    padding-left: 266px;
  }
}
@media (min-width: 768px) {
  .articles-main-banner__title[data-v-e4163a80] {
    font-size: 29px;
  }
}
@media (min-width: 960px) {
  .articles-main-banner__title[data-v-e4163a80] {
    font-size: 47px;
  }
}
.articles-main-banner__description[data-v-e4163a80] {
  max-width: 270px;
}
@media (min-width: 960px) {
  .articles-main-banner__description[data-v-e4163a80] {
    max-width: 335px;
  }
}
.articles-category-icons__item[data-v-49ddf9d6] {
  background-color: #0d1115;
  border-radius: 18px;
  color: #fff;
  padding: 12px 12px 18px;
}
@media (min-width: 960px) {
  .articles-category-icons__item[data-v-49ddf9d6] {
    padding-bottom: 12px;
  }
}
.articles-category-icons__icon[data-v-49ddf9d6] {
  height: 60px;
  width: 60px;
}
.video-modal {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.video-modal__box {
  height: 0;
  left: 50%;
  padding-top: 56.25%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media (min-width: 960px) {
  .video-modal__box {
    height: 92%;
    padding-top: 0;
    position: static;
    transform: translate(0);
    width: 80%;
  }
}
.video-modal__box .ftp__video,
.video-modal__box iframe {
  background-color: #000;
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.articles-video {
  -webkit-touch-callout: none;
  cursor: pointer;
  height: 155px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 277px;
}
.articles-video__logo {
  left: 14px;
  position: absolute;
  top: 14px;
}
.articles-video__logo .tp-icon {
  color: #0093c4;
}
.articles-video__poster {
  border-radius: 8px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.articles-video__play {
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 42px;
}
.articles-video__play,
.articles-video__play:after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.articles-video__play:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  content: "";
  height: 0;
  width: 0;
}
.articles-main-wrapper {
  flex-grow: 1;
  margin-top: 36px;
}
.articles-main-wrapper--no-margin {
  margin-top: 0;
}
.articles-main-wrapper__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.articles-main-wrapper__head .tp-arrow-link {
  color: #0093c4;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.articles-main-wrapper__head .tp-arrow-link__icon {
  bottom: 3px;
  top: auto;
}
.articles-page__section[data-v-9423ec3a]:not(:last-child) {
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .articles-page__section[data-v-9423ec3a]:not(:last-child) {
    margin-bottom: 60px;
  }
}
.articles-page__title-wrapper[data-v-9423ec3a] {
  align-items: center;
  display: flex;
  height: 44px;
}
@media (min-width: 1192px) {
  .articles-page__title-wrapper[data-v-9423ec3a] {
    height: auto;
  }
}
.articles-page__title[data-v-9423ec3a] {
  width: 100%;
}
.articles-page__title[data-v-9423ec3a] .page-title__title {
  font-size: 18px;
}
.articles-page__breadcrumbs[data-v-9423ec3a] {
  margin: 30px 0;
}
@media (max-width: 959px) {
  .articles-page__breadcrumbs[data-v-9423ec3a] {
    display: none;
  }
}
@media (min-width: 1192px) {
  .articles-page__articles-wrapper[data-v-9423ec3a] .articles-wrapper__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
