

/* Start:/local/components/ranepa/content.card/templates/image/style.css?16418230392026*/
.tile_border{
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1.9rem;
    color: #000;
}
.tile_black {
    color:#000;
}
.tile_border:hover {
    filter: brightness(90%)
}

.tile__image .noimg{
    width: initial;
}
.tile_border:hover .tile__title span, .tile_black:hover .tile__title span, .tile_border .tile__title span,.tile_black .tile__title span {
    border-bottom:0;
}

/* .tile:hover .tile__image::after {
    visibility: hidden;
} */
.tile_border.tile::after, .tile_black.tile::after {
    background: url(/_static/media/assets/svg/button-arrow.svg) no-repeat;
}
.tile_border .tile__image {
    border-radius: 0;
}
.tile_border .tile__title span {
    transition: all .2s ease-in-out;
    border-bottom:0;
}
.content__custom .container .tile__title {
    font-size: 2.125rem;
}

.content__custom .container .tile__content{
    left: 2rem;
    bottom: 2rem;
}

.content__custom .container .tile__content p, main .contentText .tile__content p{
    margin-bottom: 0rem;
}
body .tile__content-relative {
    position: relative;
}

.tile__sticker-center {
    /*top: 3rem;*/ /*TASK 14403 5rem from styles.css .tile__sticker*/
    right: 0;
    text-align: center;
    width: 100%;
}
.tile__sticker-center img{
   max-width: 200px;
}
.tile_lead {
    padding-top:14px;
}
.tile-radius {
    border-radius:1.9rem;
}

.tile__content__flex {
    top: 1.7rem;
    left: 1.7rem;
    position: absolute;
    height: calc(100% - 3.4rem);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
body .tile__sticker_custom {
    top: 3rem;
}
body .tile:hover .tile__image img[src=""] {
    transform: none;
}

/* .tile-sticker__radius {
    border-radius: 50%;
    overflow: hidden;
} */
/* body .tile__sticker_custom:hover {
    transform: scale(1);
} */
body .tile__sticker:hover {
    transform: none;
}
@media all and (max-width:768px) {
    .tile__image__full img{
        min-height: 100%;
    }

    .tile__image img{
        object-position: initial;
    }
}
/* End */


/* Start:/local/components/ranepa/content.card.contacts/templates/.default/style.css?1643809697891*/
.info.bg-white.no-border{
    border: none;
    padding:0;
}
.info a.link-red.link{
    border-width:1px ;
    border-bottom-style: solid;
    border-color: transparent;
}
.info a.link-red.link:hover{
    border-color: rgba(215,44,51,.2);
}
.info {
    min-height: initial;
    display: block; 
}
.info h3, main .contentText .info h3{
    font-size: 1.75rem;
    line-height: normal;
    margin-top:1.125rem;
    margin-bottom: 2rem;
}
.contentText .info .info__title {
    margin-top: 0.1875rem;

}
@media (max-width:667px)
{
    .info h3, main .contentText .info h3{
        font-size: 1.45rem;
        line-height: 140%;
    }
    .info {
        padding:1.2rem 1.5rem 1.5rem 1.5rem;
    }
}
@media (max-width:374px)
{
    .info {
        padding:1rem 1.25rem 1.25rem 1.25rem;
    }
    .info h3, main .contentText .info h3{
        font-size: 1.125rem;
        line-height: 140%;
    }
}
/* End */


/* Start:/local/components/ranepa/content.card.contacts.double/templates/.default/style.css?1637932292316*/
.contacts_double{
    border-radius: 1.9rem;
    padding:2rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}



.contacts_double__item{
    padding-top:2rem;
    padding-right: 2rem;
}

@media only screen and (min-width:48em)
{
    .contacts_double__wrapper.horizontal{
        display: flex;
    }
}
/* End */
/* /local/components/ranepa/content.card/templates/image/style.css?16418230392026 */
/* /local/components/ranepa/content.card.contacts/templates/.default/style.css?1643809697891 */
/* /local/components/ranepa/content.card.contacts.double/templates/.default/style.css?1637932292316 */
