

/* Start:/local/components/ranepa/content.card.contacts/templates/.default/style.css?1715598977891*/
.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.soc/templates/.default/style.css?1715598986130*/
.info .social__list .social__item a:hover, .social__item a:hover {
    border: 0; 
}

.social__item a {
    margin-right: 2px;
}


/* End */


/* Start:/local/components/ranepa/content.card/templates/image/style.css?17155989923952*/
.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-content-container {
    max-height: 400px;
    min-height: 400px; 
    height: 100%;
    position: relative;
}
.tile-content-container .tile__image {
    position: absolute;
}
/* .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:1000px) {
    .tiles-grid .tile_long {
        grid-column: span 2;
      }
} */

.tile__image {
    width:100%
}


.tile-div.tile:hover .tile__image::after {
    opacity: 0;
}
.tile-div.tile:hover .tile__image img {
    transform: unset;
}
.tile-div.tile:hover .tile__title span {
    border-bottom: unset;
}
.tile-div.tile .tile__title span {
    transition: all .2s ease-in-out;
    border-bottom: unset;
  }
@media (max-width: 1024px) {
    .tile-content-container {
        max-height: 280px !important;
    }
    
}
@media all and (max-width:1023px) {
    .tiles-grid .tile_long {
        grid-column: span 1;
    }
}
@media all and (max-width:768px) {
    .tile__image__full img{
        min-height: 100%;
    }
    .tiles-grid .tile .tile-content-container .tile__sticker.tile__sticker-center {
        padding-top: 0;
    }
    .tile__image img{
        object-position: initial;
        
    }
    .tile__image {
        width:100%;
        height:100%;
    }
    .tile-content-container {
        /* padding: 1rem; */
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    
    .tile .tile-content-container .tile__sticker {
        position: static;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .tile__sticker img {
        display: block;
    }
    .tile .tile-content-container  .tile__content {
        position: relative;
        padding:  0 1rem 1rem 1rem;
        left: 0;
        bottom: 0;
    }

    .tile .tile-content-container  .tile__content.tile__content__flex {
        right: 1rem;
        bottom: 1rem;
        position: absolute;
    }
    
}

img.mobile-img {
    display: none;
}


@media all and (max-width:576px) { 
	img.mobile-img {
		display:block;
	}
	img.desctop-img {
		display:none;
	}
}
/* End */
/* /local/components/ranepa/content.card.contacts/templates/.default/style.css?1715598977891 */
/* /local/components/ranepa/content.card.soc/templates/.default/style.css?1715598986130 */
/* /local/components/ranepa/content.card/templates/image/style.css?17155989923952 */
