.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;
    box-shadow: #ccc 0px 0px 20px 0px;
}

.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;
    }
}