

/* Start:/local/templates/agymn/components/bitrix/news.list/profiles/style.css?17876703602712*/
.profiles-links__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 30px;
}

.profiles-links__link {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 24px;
    min-height: 225px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: var(--color-default);
    -webkit-filter: drop-shadow(2px 2px 20px rgba(0, 55, 96, 0.1));
    filter: drop-shadow(2px 2px 20px rgba(0, 55, 96, 0.1));
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.profiles-links__link:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
}

.profiles-link__icon img {
    max-width: 60px !important;
    max-height: 80px !important;
}

.profiles-link__text {
    font-weight: 600;
}

.profiles-links__link:hover span {
    position: absolute;
    display: block;
    background: attr(data-color);
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.profiles-links__link .profiles-links__back {
    position: absolute;
    display: block;
    background-color: #e243ff;
    background: -webkit-linear-gradient(7.85deg, #e6e414 0%, #e243ff 100%);
    background: -moz-linear-gradient(7.85deg, #e6e414 0%, #e243ff 100%);
    background: -o-linear-gradient(7.85deg, #e6e414 0%, #e243ff 100%);
    background: linear-gradient(82.15deg, #e6e414 0%, #e243ff 100%);
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.profiles-links__link:hover .profiles-links__back {
    width: 225%;
    height: 300%;
}

/* End */
/* /local/templates/agymn/components/bitrix/news.list/profiles/style.css?17876703602712 */
