.header {
    background-image: url(mainbanner_576.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.firsthome {
    padding: 106px 0;
}

.firsthome__title {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}
.firsthome__text {
    font-size: 16px;

    font-weight: 500;
    line-height: 1.5;
}
.firsthome__btn {
    width: 211px;
    padding: 0;
    font-size: 12px;
    margin-top: 40px;
}
.gradient {display: none;}

.firsthomelink {
    padding-bottom: 0;
}
.firsthomelink__list {
    margin: 0 -10px;
}
.firsthomelink__item  {
    width: 25%;
    min-width: 180px;
    flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-negative: 0;
    padding: 0 10px;
}
.firsthomelink__object {
    border-radius: 5px;
    padding: 15px;
    background: radial-gradient(116.3% 110.91% at 6.83% -8.64%, rgba(78, 78, 230, 0.60) 0%, rgba(78, 78, 230, 0.00) 100%), radial-gradient(110.75% 105.74% at 71% -3.64%, rgba(78, 230, 135, 0.60) 0%, rgba(78, 230, 135, 0.00) 100%), #BCBCBC;
    text-align: center;
    height: 100%;
    display: block;
    text-decoration: none;
}
.firsthomelink-item__text {
    display: none;
}
.firsthomelink-item__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 0;
}

.firsthomelink-item__icon {
   
}
/* .sertificats {
    background: linear-gradient(180deg, #EBECF3 0%, #F3F4F7 13.59%, #F3F4F7 13.59%);
} */
@media (min-width:576px){
    .header {
        background-image: url(mainbanner_992.webp);
    }
}


@media (min-width:992px){ 
    .header {
        background-image: url(mainbanner.webp);
    }
    .firsthome {
        padding: 52px 0 311px;
    }
    .firsthome__title {
        text-align: center;
        font-size: 48px;
        margin-bottom: 7px;
    }
    .firsthome__text {
        font-size: 20px;
        text-align: center;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;;
        font-weight: 400;
    }
    .firsthome__btn {
        width: 235px;
        font-size: 14px;
    }

    .firsthomelink {
        padding: 0;
        margin-top: -232px;
        margin-bottom: 10px;
    }
    .firsthomelink__list {
        margin: 0 -15px;
    }
    .firsthomelink__item  {
        padding: 0 15px;
    }
    .firsthomelink__object {
        border-radius: 5px 5px 0px 0px;
        background: rgba(255, 255, 255, 0.50);

        box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.10) inset;
        backdrop-filter: blur(25px);
        height: 202px;
        margin-top: 30px;
        text-align: left;
        padding: 30px;
        
    }
    .firsthomelink__item.item-4 .firsthomelink__object {
        height: 232px;
        margin-top: 0;
    }
    .firsthomelink__object:hover {
        background: radial-gradient(116.3% 110.91% at 6.83% -8.64%, rgba(78, 78, 230, 0.60) 0%, rgba(78, 78, 230, 0.00) 100%), radial-gradient(110.75% 105.74% at 71% -3.64%, rgba(78, 230, 135, 0.60) 0%, rgba(78, 230, 135, 0.00) 100%), rgba(255, 255, 255, 0.50);

    }
    .firsthomelink-item__text {
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: #fff;
        margin-top: 15px;

    }
    .firsthomelink-item__title {
        display: none;
    }
}


@media (min-width: 1200px){
    .nav__link {
        color: #fff;
    }
    .nav__link:hover, .nav__link.nav__link-active, .nav__item.nav__item-parent:hover > .nav__link {
        color: #4E4EE6;
    }
}