.p-home__top {
    position: relative;
    color: white;
}


.p-home__top {
    position: relative;
    z-index: 2;
    padding: 160px 0px 154px;
}

.p-home__title {
    margin-bottom: 44px;
    font-size: 50px;
    font-weight: bold;
    line-height: 0.89;
    letter-spacing: 1.4px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.p-home__description {
    position: relative;
    color: #fff;
    max-width: 1077px;
    z-index: 2;
    text-align: center;
    margin: 0 auto 60px;
    width: 90%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
}


.p-home__links {
    z-index: 1;
    position: relative;
    text-align: center;
    max-width: 463px;
    margin: 0 auto;
    justify-content: space-between;
    width: 95%;
}

.p-home__links>div {
    width: 47%;
}

.p-home__link_contact a {
    padding: 14px 20px;
    font-size: 17px;
    line-height: 1.5;
    background: rgb(72, 191, 197);
    background: linear-gradient(0deg, rgb(33 121 126) 0%, rgb(12 62 118) 100%);
    position: relative;
    box-sizing: border-box;
    border: 3px solid white;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 100%;

}

.p-home__link_contact a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(44, 110, 182, 1) 0%, rgba(72, 191, 197, 1) 100%);
    transition: opacity 1s ease-out;
    z-index: -1;

    opacity: 0;
}

.p-home__link_contact a:hover {
    background: transparent;
}

.p-home__link_contact a:hover:before {
    opacity: 1;

}

.p-home__link_partner a {
    padding: 14px 17px;
    font-size: 17px;
    line-height: 1.5;
    border: 3px solid white;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    color: #fff;
    display: inline-block;
    width: 100%;
}


.p-home__link_partner a:hover {
    background: white;
    color: black;
    transition: 3s;
}


.particles_button {
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    color: #fff;
    display: inline-block;
}


.p-home__title-our-services {
    text-align: center;
    font-family: var(--font_bebas);
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 11px;
}

.p-home__description-our-services {
    text-align: center;
    font-family: var(--font_poppins);
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    max-width: 285px;
    margin: 0 auto 32px;
}

.section.services {
    padding: 48px 0 74px;
}

@media (max-width: 790px) {

    .p-home__top {
        padding: 129px 0px 154px;
    }

    .p-home__description {
        font-size: 16px;
        margin: 0 auto 50px;
    }

    .p-home__title {
        font-size: 41px;
        margin-bottom: 34px;
    }

    .b-our_services__title {
        font-size: 32px;
    }

    .p-home__our-services {
        margin: 0 -5px;
    }

}

@media (max-width: 500px) {
    .p-home__description-our-services {
        margin: 0 auto 16px;
    }

    .b-our_services__title {
        line-height: 28px;
        font-size: 28px;
    }

    .p-home__top {
        padding: 76px 0px 86px;
    }

    .p-home__title {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .p-home__description {
        font-size: 14px;
    }

    .p-home__link_contact a,
    .p-home__link_partner a {

        font-size: 15px;
    }

    .p-home__links>div {
        width: 48%;
    }

    .p-home__link_contact a,
    .p-home__link_partner a {
        padding: 14px 2px;
    }


    .p-home__title-our-services {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 4px;
    }
}

@media (max-width: 376px) {



    .p-home__link_contact a,
    .p-home__link_partner a {

        font-size: 12px;
    }

    .p-home__description {
        font-size: 13px;
        margin: 0 auto 30px;
    }

    .p-home__title {
        font-size: 28px;
        margin-bottom: 13px;
    }

    .p-home__top {
        padding: 37px 0px 44px;
    }

    .p-home__link_contact a,
    .p-home__link_partner a {
        padding: 10px 2px;
    }


}