html {
  scroll-behavior: smooth;
}

/* общие */
.athlex-blog__container {
  color: #181818;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto 140px auto;
}
.athlex-blog__container * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}
.athlex-blog__container img {
  width: 100%;
  height: auto;
  display: block;
  scale: 100%;
  transition: all 0.25s;
}
.athlex-centered {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.athlex-blog__margin--80 {
  margin-bottom: 80px;
}
.athlex-blog__links {
  display: flex;
  gap: 16px;
}
.athlex-blog__a {
  display: inline-block;
  padding: 12px 32px;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #181818;
  border-radius: 16px 0px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  transition: all 0.25s linear;
  white-space: nowrap;
}
.athlex-blog__a:hover {
  background-color: #f4f4f4;
}
@media (min-width: 1280px) {
  .athlex-text-column {
    margin: 0 auto;
    max-width: 797px;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .athlex-blog__container {
    margin-bottom: 100px;
  }
  .athlex-centered {
    width: 95%;
  }
  .athlex-blog__margin--80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .athlex-blog__container {
    margin-bottom: 68px;
  }
  .athlex-centered {
    width: 87.5%;
  }
  .athlex-blog__links {
    width: 100%;
  }
  .athlex-blog__a {
    padding: 14px 20px;
    border-radius: 12px 0px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.12px;
    width: 100%;
  }
}

/* hashtag + h1 + img */
.athlex-blog__top {
  align-items: flex-end;
  color: #fff;
  display: flex;
  height: 480px;
  justify-content: flex-start;
  padding-bottom: 80px;
  margin-bottom: 80px;
  position: relative;
  background: 50% / cover no-repeat #181818;
}
.athlex-blog__hashtag {
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.athlex-blog__h1 {
  font-family: "TT Runs";
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 661px;
}
@media (max-width: 1279px) {
  .athlex-blog__top {
    padding-bottom: 30px;
    background: 50% / cover no-repeat #181818;
  }
}
@media (max-width: 767px) {
  .athlex-blog__top {
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
  .athlex-blog__h1 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.5px;
    max-width: 100%
  }
}

/* Блок: h3 + Текст */
.athlex-blog__paragraph {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.athlex-blog__paragraph-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.athlex-blog__paragraph-wrap .athlex-blog__links {
  margin-top: 16px;
}
.athlex-blog__wrapper .athlex-blog__h3 {
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #1a1a1b;
}
.athlex-blog__wrapper .athlex-blog__p {
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #1a1a1b;
}
.athlex-blog__wrapper .athlex-blog__p a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1a1a1b;
}
.athlex-blog__wrapper .athlex-blog__p--top {
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #181818;
}
@media (max-width: 767px) {
  .athlex-blog__paragraph {
    gap: 12px;
  }
  .athlex-blog__paragraph-wrap {
    gap: 12px;
  }
  .athlex-blog__wrapper .athlex-blog__h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .athlex-blog__wrapper .athlex-blog__p {
    font-size: 16px;
    line-height: 22px;
  }
  .athlex-blog__wrapper .athlex-blog__p--top {
    font-size: 18px;
    line-height: 20px;
  }
}

/* Блок: Текст + изображение 50х50  */
.athlex-blog__paragraph-img-50 {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.athlex-blog__cont-50--img {
  display: block;
  overflow: hidden;
  width: 36.1%;
  border-radius: 32px 0px;
}
.athlex-blog__cont-50--img-wrapper {
  border-radius: 32px 0px;
  overflow: hidden;
}
.athlex-blog__cont-50--img img {
  scale: 100%;
  transition: all 0.25s;
}
a.athlex-blog__cont-50--img:hover img {
  scale: 105%;
}
.athlex-blog__cont-50--text {
  width: 59.5%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.athlex-blog__cont-50--text .athlex-blog__links {
  margin-top: 16px;
}
@media (max-width: 1279px) {
  .athlex-blog__cont-50--img {
    width: 31.2%;
  }
  .athlex-blog__cont-50--img-wrapper {
    border-radius: 16px 0px;
  }
  .athlex-blog__cont-50--text {
    width: 61.4%;
  }
}
@media (max-width: 767px) {
  .athlex-blog__paragraph-img-50 {
    flex-direction: column;
    gap: 32px;
  }
  .athlex-blog__cont-50--img {
    width: 100%;
    order: 1;
  }
  .athlex-blog__cont-50--text {
    width: 100%;
    order: 2;
    gap: 12px;
  }
  .athlex-blog__cont-50--text .athlex-blog__links {
    margin-top: 24px;
  }
}

/* Одиночное изображение */
.athlex-blog__img {
  display: block;
  border-radius: 32px 0px;
  overflow: hidden;
}
.athlex-blog__img img {
  scale: 100%;
  transition: all 0.25s;
}
a.athlex-blog__img:hover img {
  scale: 105%;
}
@media (max-width: 767px) {
  .athlex-blog__img {
    border-radius: 24px 0px;
  }
}

/* Блок: цитата */
.athlex-blog__wrapper .athlex-blog__h2 {
  font-family: "TT Runs";
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #181818;
}
@media (max-width: 767px) {
  .athlex-blog__wrapper .athlex-blog__h2 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
}

/* Блок: свайпер */
.athlex-blog__swiper {
  display: flex;
  flex-direction: column;
}
.athlex-blog__wrapper .athlex-blog__swiper-h3 {
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #1a1a1b;
  margin-bottom: 16px;
}
.athlex-blog__swiper-cont {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.athlex-blog__swiper-card {
  display: flex;
  flex-direction: column;
}
.athlex-blog__swiper-card--column-2 {
  grid-column: 2;
}
.athlex-blog__swiper-card--column-3 {
  grid-column: 3;
}
.athlex-blog__swiper-card-img {
  border-radius: 16px 0px;
  overflow: hidden;
}
.athlex-blog__swiper-card-img img {
  scale: 100%;
  transition: all 0.25s;
}
a.athlex-blog__swiper-card:hover img {
  scale: 105%;
}
.athlex-blog__wrapper .athlex-blog__swiper-card-p {
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #181818;
  margin-top: 16px;
}
.athlex-blog__wrapper .athlex-blog__swiper-card-p--bot {
  margin-top: 8px;
}
@media (max-width: 1279px) {
  .athlex-blog__swiper-cont {
    grid-gap: 12px;
  }
}
@media (max-width: 767px) {
  .athlex-blog__wrapper .athlex-blog__swiper-h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .athlex-blog__swiper-cont {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .athlex-blog__swiper-card {
    width: 138px;
    flex-shrink: 0;
  }
  .athlex-blog__wrapper .athlex-blog__swiper-card-p {
    font-size: 12px;
    line-height: 14px;
  }
  .athlex-blog__wrapper .athlex-blog__swiper-card-p--bot {
    margin-top: 4px;
  }
}

/* ul/ol списки */
.athlex-blog__wrapper ol.athlex-blog__list {
  list-style: decimal;
}
.athlex-blog__wrapper ul.athlex-blog__list {
  list-style: disc;
}
.athlex-blog__wrapper .athlex-blog__ul-ol-cont {
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #1a1a1b;
}
.athlex-blog__wrapper .athlex-blog__ul-ol-cont a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1a1a1b;
}
.athlex-blog__wrapper ol.athlex-blog__list li {
  margin-left: 25px;
}
.athlex-blog__wrapper ul.athlex-blog__list li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .athlex-blog__wrapper .athlex-blog__ul-ol-cont {
    font-size: 16px;
    line-height: 22px;
  }
  .athlex-blog__wrapper ol.athlex-blog__list li {
    margin-left: 20px;
  }
  .athlex-blog__wrapper ul.athlex-blog__list li {
    margin-left: 25px;
  }
}

/* video */
.athlex-blog__video-yt {
  position: relative;
  width: 100%;
  padding-bottom: calc(100% * (340 / 590));
}

.athlex-blog__video-rol {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}

.athlex-blog__video-rol-yt {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .athlex-blog__video-yt {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: calc(100% * (160 / 280));
  }
}
@media (max-width: 1279px) {
  .athlex-blog__video-yt {
    padding-bottom: calc(100% * (353 / 707));
  }
}