.antidoping-page {
  background-color: #fff;
  color: #171715;
  padding: 40px 30px 30px 30px; }
  @media (max-width: 639px) {
    .antidoping-page {
      padding: 20px; } }
  .antidoping-page__header {
    margin-bottom: 30px; }
  .antidoping-page__title {
    font-size: 24px;
    font-weight: 500;
    color: #171715;
    text-align: left;
    text-transform: none;
    margin: 0; }
    @media (max-width: 639px) {
      .antidoping-page__title {
        font-size: 20px; } }
  .antidoping-page__text {
    font-size: 14px;
    line-height: 150%;
    color: #000; }
    .antidoping-page__text p {
      margin-bottom: 10px; }

.antidoping-main-page__img {
  max-width: 1020px;
  margin-bottom: 30px; }
  .antidoping-main-page__img img {
    width: 100%; }
.antidoping-main-page__menu {
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 20px 30px; }
  @media (max-width: 991px) {
    .antidoping-main-page__menu {
      flex-direction: column; } }
  .antidoping-main-page__menu-item {
    min-width: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D52B1E; }
    @media (max-width: 991px) {
      .antidoping-main-page__menu-item {
        flex-direction: column; } }
    .antidoping-main-page__menu-item:hover {
      color: #fff; }
.antidoping-main-page__contacts h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 30px; }
  @media (max-width: 639px) {
    .antidoping-main-page__contacts h3 {
      font-size: 20px;
      line-height: 1; } }
.antidoping-main-page__contacts-items {
  display: flex;
  gap: 30px 30px; }
  @media (max-width: 639px) {
    .antidoping-main-page__contacts-items {
      flex-direction: column; } }
.antidoping-main-page__contacts-item {
  max-width: 210px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500; }
  .antidoping-main-page__contacts-item-name {
    margin-bottom: 5px;
    text-transform: uppercase; }
  .antidoping-main-page__contacts-item-position {
    margin-bottom: 15px;
    font-size: 14px;
    color: #888; }
  .antidoping-main-page__contacts-item-email {
    color: #888; }

.antidoping-sportsmen-page {
  max-width: 850px; }
  .antidoping-sportsmen-page__preview {
    margin-bottom: 30px; }
  .antidoping-sportsmen-page__img {
    margin-bottom: 30px; }
  .antidoping-sportsmen-page__menu-item {
    border-bottom: 1px solid #EEE;
    padding-bottom: 5px;
    margin-bottom: 10px; }
    .antidoping-sportsmen-page__menu-item-name {
      color: #171715;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer; }
      .antidoping-sportsmen-page__menu-item-name::after {
        display: block;
        content: '';
        transition: transform 0.3s;
        width: 14px;
        height: 10px;
        background: url(img/red-arrow.svg) no-repeat;
        transform: rotate(90deg);
        background-size: cover;
        flex-shrink: 0;
        margin-left: 10px; }
  .antidoping-sportsmen-page__menu-item--active .antidoping-sportsmen-page__menu-item-name::after {
    transform: rotate(0deg); }
  .antidoping-sportsmen-page__menu-item--active .antidoping-sportsmen-page__menu-subitems {
    display: block;
    margin-top: 10px; }
  .antidoping-sportsmen-page__menu-text a {
    color: #d52b1e;
    text-decoration: underline; }
    .antidoping-sportsmen-page__menu-text a:hover {
      text-decoration: none; }
  .antidoping-sportsmen-page__menu-subitems {
    display: none; }
  .antidoping-sportsmen-page__menu-subitem {
    margin-bottom: 5px; }
    .antidoping-sportsmen-page__menu-subitem a {
      color: #D52B1E;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: underline; }
      .antidoping-sportsmen-page__menu-subitem a:hover {
        text-decoration: none; }

.antidoping-blacklist-page__body {
  display: flex;
  gap: 30px 20px;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #888; }
  @media (max-width: 991px) {
    .antidoping-blacklist-page__body {
      flex-direction: column;
      justify-content: flex-start; } }
.antidoping-blacklist-page__content {
  max-width: 850px; }
  .antidoping-blacklist-page__content ul {
    padding-left: 25px; }
.antidoping-blacklist-page__right {
  width: 207px;
  flex-shrink: 0; }
  @media (max-width: 991px) {
    .antidoping-blacklist-page__right {
      width: 100%;
      flex-shrink: 1; } }
@media (max-width: 991px) {
  .antidoping-blacklist-page__links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 30px;
    max-width: 470px;
    width: 100%; } }
.antidoping-blacklist-page__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  text-align: center;
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .antidoping-blacklist-page__link {
      margin-bottom: 0;
      border-bottom: 1px solid #EEE !important;
      width: calc(50% - 30px); } }
  .antidoping-blacklist-page__link:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .antidoping-blacklist-page__link:hover {
    text-decoration: none; }
  .antidoping-blacklist-page__link::before {
    content: '';
    display: block;
    width: 23px;
    height: 28px;
    background: url(img/file.svg) no-repeat;
    background-size: cover;
    margin-bottom: 10px; }
.antidoping-blacklist-page__products {
  margin-top: 20px; }
  .antidoping-blacklist-page__products-title {
    color: #171715;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px; }
  .antidoping-blacklist-page__products-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 15px; }
  .antidoping-blacklist-page__products-item {
    width: calc(100% / 4 - 15px);
    padding: 15px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column; }
    @media (max-width: 991px) {
      .antidoping-blacklist-page__products-item {
        width: calc(100% / 3 - 10px); } }
    @media (max-width: 639px) {
      .antidoping-blacklist-page__products-item {
        width: calc(100% / 2 - 10px); } }
    @media (max-width: 375px) {
      .antidoping-blacklist-page__products-item {
        width: 100%; } }
    .antidoping-blacklist-page__products-item--hidden {
      display: none; }
    .antidoping-blacklist-page__products-item_thumb {
      margin-bottom: 14px;
      position: relative;
      height: 0;
      padding-bottom: 50.9%; }
      .antidoping-blacklist-page__products-item_thumb img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center; }
    .antidoping-blacklist-page__products-item_info {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.5;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .antidoping-blacklist-page__products-item_name {
      color: #888;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.5;
      text-transform: uppercase;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      margin-bottom: 5px; }
    .antidoping-blacklist-page__products-item_date {
      margin-top: auto;
      border-top: 1px solid #EEE;
      padding-top: 5px;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.5;
      text-transform: uppercase; }
  .antidoping-blacklist-page__products-footer {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
  .antidoping-blacklist-page__products-more {
    outline: none;
    background-color: #D52B1E;
    height: 44px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    cursor: pointer; }

.antidoping-blacklist-product-page__img {
  margin-bottom: 40px; }
  .antidoping-blacklist-product-page__img img {
    max-width: 100%; }
.antidoping-blacklist-product-page__content {
  max-width: 768px; }
.antidoping-blacklist-product-page__top {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px; }
.antidoping-blacklist-product-page__text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5; }
  .antidoping-blacklist-product-page__text p {
    margin-bottom: 20px; }

.antidoping-materials-page__title {
  margin-bottom: 20px;
  color: #EEE;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5; }
.antidoping-materials-page__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px; }
.antidoping-materials-page__item {
  width: calc(100% / 5 - 16px);
  padding: 15px;
  background: #FFF;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .antidoping-materials-page__item {
      width: calc(100% / 4 - 16px); } }
  @media (max-width: 639px) {
    .antidoping-materials-page__item {
      width: calc(100% / 2 - 16px); } }
  @media (max-width: 375px) {
    .antidoping-materials-page__item {
      width: 100%; } }
  .antidoping-materials-page__item-thumb {
    margin-bottom: 5px;
    position: relative;
    height: 0;
    padding-bottom: 109%; }
    .antidoping-materials-page__item-thumb::before {
      width: 23px;
      height: 19px;
      z-index: 1;
      display: block;
      content: '';
      background: #fff url(img/rec.svg) no-repeat left bottom;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 0; }
    .antidoping-materials-page__item-thumb img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top; }
    .antidoping-materials-page__item-thumb--stub img {
      object-fit: contain; }
  .antidoping-materials-page__item-name {
    color: #171715;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px; }
  .antidoping-materials-page__item-footer {
    margin-top: auto; }
  .antidoping-materials-page__item-download {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-decoration: underline;
    color: #D52B1E; }
    .antidoping-materials-page__item-download:hover {
      text-decoration: none; }
  .antidoping-materials-page__item-show {
    height: 39px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D52B1E;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500; }

.antidoping-sertificates-page__img {
  max-width: 100%;
  margin-bottom: 30px; }
  .antidoping-sertificates-page__img img {
    width: 100%; }
.antidoping-sertificates-page__body {
  display: flex;
  gap: 30px 20px;
  justify-content: space-between;
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .antidoping-sertificates-page__body {
      flex-direction: column;
      justify-content: flex-start; } }
.antidoping-sertificates-page__content {
  max-width: 850px; }
.antidoping-sertificates-page__right {
  width: 207px;
  flex-shrink: 0; }
  @media (max-width: 991px) {
    .antidoping-sertificates-page__right {
      width: 100%;
      flex-shrink: 1; } }
.antidoping-sertificates-page__text ul {
  list-style: none;
  padding-left: 0px; }
  .antidoping-sertificates-page__text ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE; }
    .antidoping-sertificates-page__text ul li::before {
      content: "";
      width: 7px;
      height: 7px;
      background: #D52B1E;
      border-radius: 50%;
      position: absolute;
      left: 0px;
      top: 0.6em; }
@media (max-width: 991px) {
  .antidoping-sertificates-page__links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 30px;
    max-width: 470px;
    width: 100%; } }
.antidoping-sertificates-page__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  text-align: center;
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .antidoping-sertificates-page__link span {
      display: block;
      max-width: 120px;
      margin: 0 auto; } }
  @media (max-width: 991px) {
    .antidoping-sertificates-page__link {
      margin-bottom: 0;
      border-bottom: 1px solid #EEE !important;
      width: calc(50% - 30px); } }
  .antidoping-sertificates-page__link:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .antidoping-sertificates-page__link:hover {
    text-decoration: none; }
  .antidoping-sertificates-page__link::before {
    content: '';
    display: block;
    width: 23px;
    height: 28px;
    background: url(img/file.svg) no-repeat;
    background-size: cover;
    margin-bottom: 10px; }

.trainer-sertification-main {
  background: #fff;
  display: flex; }

.adoping_video {
  position: relative;
  height: 0;
  padding-top: 56.26%; } 

.adoping_video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.trainer-sertification-main__img {
  min-width: 585px;
  margin-right: 20px; }
  .trainer-sertification-main__img img {
    width: 100%; }

@media (max-width: 991px) {
  .trainer-sertification-main {
    flex-direction: column; }

  .trainer-sertification-main__img {
    min-width: 350px;
    margin-right: 0px;
    margin-bottom: 20px; } }
.trainer-sertification-main__description {
  padding: 15px 20px 5px 10px;
  line-height: 1.5;
  font-size: 14px; }
  .trainer-sertification-main__description a {
    color: #3737a1; }

@media (max-width: 1120px) {
  .trainer-sertification-main__description {
    line-height: 1.3; }
    .trainer-sertification-main__description p {
      margin-bottom: 5px !important;
      margin-top: 5px; } }
@media (max-width: 991px) {
  .trainer-sertification-main__description {
    line-height: 1.5; } }
