.heroes-icons {
    display: flex;
}
.heroes-icons__item {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.heroes-icons__title {
    display: inline-block;
    font-size: 52px;
    font-weight: 500;
}
.heroes-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 47px;
    padding-bottom: 100px;
}
.heroes-desc p:not(:last-child) {
    margin-bottom: 20px;
}
.heroes-location {
    margin-top: -133px;
}
.heroes-location .RT_location-input__field {
    font-size: 31px;
    font-weight: 500;
}
.h-heroes {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 70px;
}
.h-hero__item {
    width: calc(25% - 14px);
    display: block;
    color: inherit !important;
    margin-bottom: 70px;
}
.h-hero__pic img {
    width: 100%;
}
.h-hero__pic {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}
.h-hero__content {
    display: block;
}
.h-hero__title {
    display: block;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 5px;
}
.h-hero__date {
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
}
.h-hero__desc {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.h-hero__location {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}
.h-hero__info {
    font-size: 17px;
    font-weight: 400;
    display: block;
}
.hero-detail {
    display: flex;
    align-items: flex-start;
}
.hero-detail__info {
    padding-left: 120px;
}
.hero-detail__title {
    display: block;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
}
.hero-detail__date {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.hero-detail__job {
    display: block;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}
.hero-detail__location {
    display: block;
    font-size: 23px;
    font-weight: 500;
}
.hero-detail__content {
    margin-bottom: 50px;
    line-height: 24px;
    font-size: 17px;
    margin-top: 100px;
}
.hero-detail__content p:not(:last-child) {
    margin-bottom: 20px;
}
.hero.heroes-detail-i {
    padding-bottom: 260px;
}
.hero-detail__fact {
    padding-left: 30px;
    position: relative;
    line-height: 24px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}
.hero-detail__fact:before {
    content: '';
    width: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #d0043c;
}
.hero-detail {
    margin-top: -230px;
}
.heroes-icons__item img {
    /*display: none!important;
    */
    max-height: 200px;
}
@media (max-width: 1560px) {
    .hero-detail__job {
        font-size: 20px;
    }
    .hero-detail__location {
        font-size: 20px;
    }
    .hero-detail__info {
        padding-left: 60px;
    }
    .hero-detail__title {
        font-size: 44px;
    }
}
@media (max-width: 1590px) {
    .hero-detail {
        margin-top: -190px;
    }
    .hero.heroes-detail-i {
        padding-bottom: 240px;
    }
    .hero-detail__title {
        font-size: 38px;
    }
}
@media (max-width: 1350px) {
    .hero-detail {
        margin-top: -194px;
    }
    .hero-detail__title {
        font-size: 30px;
    }
    .hero-detail__job {
        font-size: 16px;
    }
    .hero-detail__location {
        font-size: 16px;
    }
    .hero-detail__info {
        padding-left: 80px;
    }
    .h-hero__title {
        font-size: 20px;
    }
    .h-hero__desc {
        font-size: 16px;
    }
    .heroes-icons__title {
        font-size: 32px;
    }
}
@media (max-width: 1280px) {
    .hero.heroes-detail-i {
        padding-bottom: 30px;
    }
    .hero-detail {
        margin-top: 50px;
    }
    .hero-detail__pic {
        width: 500px;
        flex-shrink: 0;
    }
    .hero-detail__pic img {
        max-width: 100%;
    }
    .hero-detail__content {
        margin-top: 40px;
    }
    .heroes-location .RT_location-input__field {
        font-size: 24px;
    }
    .h-hero__item {
        width: calc(33.33333% - 14px);
    }
}
@media (max-width: 1024px) {
    .hero-detail__pic {
        width: 400px;
        flex-shrink: 0;
    }
    .hero-detail__pic img {
        max-width: 100%;
    }
    .hero-detail__info {
        padding-left: 40px;
    }
}
@media (max-width: 990px) {
    .hero-detail {
        flex-wrap: wrap;
    }
    .hero-detail__info {
        padding-bottom: 40px;
    }
    .hero-detail__pic {
        width: 100%;
        margin-bottom: 30px;
    }
    .hero-detail__pic img {
        width: 100%;
    }
    .hero-detail__info {
        padding-left: 0;
    }
    .heroes-icons {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .heroes-icons {
        margin-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .heroes-icons__item {
        width: 100%;
        flex: none;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .h-hero__item {
        width: calc(50% - 14px);
    }
}
@media (max-width: 640px) {
    .heroes-location .RT_location-input__field {
        font-size: 14px;
    }
    .h-hero__item {
        width: 100%;
        margin-bottom: 40px;
    }
}
 
