.clinic-trophy {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto 0;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #FCFBF9;
}

.trophy__container {
    display: flex;
}

.trophy__block-first {
    max-width: 400px;
    display: flex;
    align-items: center;
    width: 100%;
}

.trophy__description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trophy__header {
    font-size: 38px;
    line-height: 45px;
    color: #292929;
    margin: 0 0 50px;
    text-align: center;
}

.trophy__subheader {
    color: #7A7A7A;
    font-size: 20px;
    line-height: 24px;
    text-align: start;
}

.trophy__text {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}

.trophy__text:before {
    position: absolute;
    content: "";
    background-image: url(/img/confirm-icon.svg);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trophy__header span {
    font-weight: 600;
}

.trophy__block-second {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.image__komsomol-trophy {
    max-height: 150px;
    position: relative;
    bottom: 30px;
    right: -60px;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: #ccc 0px 0px 20px 0px;
}

.image__yandex-trophy {
    max-height: 600px;
}

.image__prodoctorov-trophy {
    max-height: 120px;
    position: relative;
    left: -200px;
    bottom: -20px;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: #ccc 0px 0px 20px 0px;
}

.image__top32-trophy {
    max-height: 250px;
    position: relative;
    left: -180px;
    bottom: 110px;
    transition: transform 0.3s ease-in-out;
    border-radius: 15px;
    box-shadow: #ccc 0px 0px 20px 0px;
}

.image__rang-trophy {
    max-height: 210px;
    position: relative;
    left: -850px;
    bottom: 200px;
    transition: transform 0.3s ease-in-out;
    border-radius: 15px;
}

.image__granpri-trophy {
    max-height: 150px;
    position: relative;
    left: -520px;
    bottom: 380px;
    transition: transform 0.3s ease-in-out;
    border-radius: 15px;
    box-shadow: #ccc 0px 0px 20px 0px;
}

.image__granpri-trophy:hover {
    transform: scale(2);
    z-index: 1;
}

.image__rang-trophy:hover {
    transform: scale(2.5);
    z-index: 1;
}

.image__komsomol-trophy:hover {
    transform: scale(2.5);
    z-index: 1;
}
    
    .image__prodoctorov-trophy:hover {
    transform: scale(2.7);
    z-index: 1;
}
    
    .image__top32-trophy:hover {
    transform: scale(2);
    z-index: 1;
}

.trophy__medal-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trophy__medal-text {
    text-align: center;
    padding: 10px 20px 25px;
    border-radius: 15px;
    background-color: #eee;
    font-size: 20px;
    line-height: 24px;
}

.trophy__medal-tooltip {
    position: relative;
    top: -25px;
    width: 25px;
    
}

[data-tooltip]:hover::after {
    display: block;
    position: absolute;
    text-align: center;
    right: -45px;
    top: 120px;
    content: attr(data-tooltip);
    background-color: #eee;
    border-radius: 15px;
    padding: 10px 20px;
    width: 300px;
    z-index: 500;
    font-size: 18px;
    line-height: 24px;
  }

.trophy__medal-image {
    background-color: #eee;
    margin-bottom: 20px;
    border-radius: 30px;
    margin-top: -25px;
}

@media screen and (max-width: 1200px) {
    .image__komsomol-trophy {
        max-height: 100px;
        right: -10px;
    }
    .image__yandex-trophy {
        max-height: 400px;
    }
    .image__prodoctorov-trophy {
        max-height: 90px;
        left: -100px;
    }
    .image__top32-trophy {
        max-height: 150px;
        left: -135px;
    }

    .image__rang-trophy {
        max-height: 120px;
        left: -560px;
        bottom: 150px;
    }

    .image__granpri-trophy {
        max-height: 110px;
        left: -350px;
        bottom: 270px;
    }
}

@media screen and (max-width: 991px) {
    .trophy__container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .trophy__medal-image {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .trophy__header {
        font-size: 26px;
        line-height: 120%;
    }
    .trophy__subheader {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .image__komsomol-trophy {
        border-radius: 5px;
        max-height: 60px;
        right: -10px;
        bottom: 20px;
    }
    .image__yandex-trophy {
        max-height: 250px;
    }
    .image__prodoctorov-trophy {
        border-radius: 5px;
        max-height: 50px;
        left: -60px;
        bottom: -10px;
    }
    .image__top32-trophy {
        border-radius: 5px;
        max-height: 100px;
        left: -75px;
        bottom: 70px;
    }

    .image__rang-trophy {
        border-radius: 5px;
        max-height: 80px;
        left: -350px;
        bottom: 90px;
    }

    .image__granpri-trophy {
        border-radius: 5px;
        max-height: 60px;
        left: -220px;
        bottom: 180px;
    }
}

@media screen and (max-width: 424px) {
    .trophy__header {
        font-size: 20px;
    }
}

.exclusive {
  padding: 50px 0;
}

.exclusive__wrap {
  display: flex;
  gap: 50px;
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 30px 50px;  
}

.exclusive__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.exclusive__plate {
  width: max-content;
  background-color: #FF0000;
  border-radius: 20px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.exclusive__title {
  font-weight: 700;
  font-size: 25px;
  color: #2F2F2F;
}

.exclusive__title span {
  color: #03aaa1;
}

.exclusive__content {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 15px;
}

.exclusive__pros {
  display: flex;
  gap: 20px;
}

.exclusive__plus {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  width: max-content;
}

.exclusive__btn {
  background: #FF0000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: max-content;
  padding: 15px 30px;
  border-radius: 45px;
}

.exclusive__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;  
}

.exclusive__video {
  position: relative;
  max-width: 315px;
  height: 50%;
  border-radius: 10px;
  overflow: hidden;
}

.exclusive__video-stub {
  width: 100%;
  height: 100%;
}

.exclusive__video-svg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.exclusive__nav {
  position: absolute;
  bottom: 0;
  right: -60px;
}


.exclusive__info {
  background-color: #FFFFFF;
  color: #4B4B4B;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  padding: 15px;
}

.exclusive__info-text {
  width: 60%;
  font-weight: 500;
  font-size: 14px;
}

.exclusive__mobileBtn {
  background: #FF0000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: max-content;
  padding: 15px 30px;
  border-radius: 45px;
  display: none;
}

@media screen and (max-width: 1100px) {
  .exclusive__nav {
    right: -100px;
  } 
}
@media screen and (max-width: 950px) {
  .exclusive {
    padding: 25px 0;
  }

  .exclusive__wrap {
    flex-direction: column;
    gap: 30px;
  }

  .exclusive__plate {
    margin: 0 auto;
  }

  .exclusive__title {
    text-align: center;
  }

  .exclusive__info-text {
    width: 85%;
  }

  .exclusive__video {
    max-width: 450px;
  }

  .exclusive__btn {
    display: none;
  }

  .exclusive__mobileBtn {
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .exclusive__wrap {
    padding: 30px 25px;
  } 
  .exclusive__nav {
    right: -85px;
  } 
  .exclusive__info-text {
    width: 75%;
  }
  .exclusive__video {
    max-width: 380px;
  }
}
@media screen and (max-width: 576px) {
  .exclusive__video {
    max-width: 250px;
  }
  .exclusive__pros {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .exclusive__info-text {
    width: 60%;
  }
}