

/* Start:/local/templates/aquatex/components/bitrix/news/services/style.css?177789904861*/
.services-list  ~ .text_after_items {
    margin-top: 41px;
}
/* End */


/* Start:/local/templates/aquatex/components/bitrix/news.list/services-list-bg/style.css?17778990481943*/

.services__crosspage {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.services__crosspage--item {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    border: 1px solid #C7C7CC;
    padding: 32px;
    border-radius: 25px;
    justify-content: space-between;
    background: transparent;
    transition: all 0.3s ease-in;
    position: relative;
    overflow: hidden;
}
.services__crosspage--item::after{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--Light-gradient, linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(136, 211, 242, 0.50) 69.23%, rgba(0, 160, 227, 0.50) 100%));
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.services__crosspage--item:hover .services__crosspage--title{
    color: #393185;
}
.services__crosspage--item:hover::after{
    opacity: 1;
}
.btn{
    transition: all 0.3s ease-in;
}
.services__crosspage--item:hover .btn{
    background: #393185;
    /*border: 2px solid #393185;*/
}
.services__crosspage--item:hover .btn svg use{
    fill: white;
}
.services__crosspage--title {
    font-size: 32px;
    color: #222428;
    line-height: 120%;
}

.services__crosspage--icons {
    display: flex;
    width: 100%;
    height: 100%;
}

.services__crosspage--icons .btn {
    align-self: flex-end;
    width: 32px !important;
    height: 32px;
    border-color: var(--theme-base-color) !important;
    z-index: 1;
}

.services__crosspage--item img {
    height: 85%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
@media (max-width:1023px){
    .services__crosspage{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .services__crosspage--title {
        font-size: 28px;
    }
    .services__crosspage--item {
        min-height: 330px;
        padding: 20px;
    }
}
@media (max-width:600px){
    .services__crosspage{
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/aquatex/css/conditional/grid-row-toggle.min.css?1777899038196*/
.content-row-hidden-hover .content-row-hidden{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.content-row-hidden-hover:hover .content-row-hidden{grid-template-rows:1fr}
/* End */
/* /local/templates/aquatex/components/bitrix/news/services/style.css?177789904861 */
/* /local/templates/aquatex/components/bitrix/news.list/services-list-bg/style.css?17778990481943 */
/* /local/templates/aquatex/css/conditional/grid-row-toggle.min.css?1777899038196 */
