.uslugi{
    width: 100%;
    display: flex;
    justify-content: center;
}

.uslugi-width{
    width: 1280px;
}

.uslugi-heading{
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    color: #333333;
}

.uslugi-main{
    width: 100%;
    display: flex;
    justify-content: center;
}

.uslugi-main-width{
    width: 1280px;
    background: #747b8f;
    border-radius: 20px;
    padding: 50px 30px;
    box-sizing: border-box;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.uslugi-heading-main{
    font-weight: 600;
    font-size: 35px;
    color: #ffffff;
    text-align: left;
}

.uslugi-main-width-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #ffffff;
    text-align: left;
}

.uslugi-main-width ul{
    padding-left: 20px;
}

.uslugi-main-width ul li{
    color: #ffffff;
}

.uslugi-main-width ul li a{
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.uslugi-main-width ul li a:hover{
    opacity: 0.7;
}

.uslugi-main-width-text-mail{
    padding-top: 20px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 156%;
    color: #c2c5ce;
}

.uslugi-main-width-text-mail:hover{
    opacity: 0.7;
}

.uslugi-center{
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.uslugi-center-width{
    width: 1280px;
}

.uslugi-heading-center{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #333333;
}

.uslugi-center-width-content {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}

.uslugi-center-width-content-link{
    padding: 20px 20px 25px 20px;
    box-sizing: border-box;
    background: #eaecee;
    border-radius: 20px;
    width: 33.333%;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

.uslugi-center-width-content-link:hover{
    opacity: 0.7;
}

.uslugi-center-width-content-block-text{
    font-weight: 600;
    font-size: 22px;
    color: #333333;
}

.uslugi-center-width-content-block-text-smoll{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.uslugi-center-width-content-block{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.uslugi-center-width-content-link-color{
    background: #747b8f;
}

.uslugi-center-width-content-block-text-color{
    color: #ffffff;
}

.uslugi-center-width-content-block-text-smoll-color{
    color: #ffffff;
}

.uslugi-center-width-content-block img{
    width: 28px;
}

.uslugi-center-width-content-margin{
    margin-top: 15px;
}

.uslugi-center-width-contenting{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.uslugi-center-width-contenting-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #333;
}

.uslugi-center-width-contenting-mar{
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.uslugi-center-width-contenting-bold{
    font-weight: 700;
    font-size: 30px;
    line-height: 83%;
    color: #333;
}

.uslugi-center-width-contenting ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.uslugi-center-width-contenting  ul li a{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s;
}

.uslugi-center-width-contenting  ul li a:hover{
    opacity: 0.7;
}

@media (max-width: 1280px) {

    .uslugi-main-width {
        width: 90%;
        padding: 25px 16px;
        margin-top: 30px;
    }

    .uslugi-heading-main{
        font-weight: 600;
        font-size: 22px;
    }

    .uslugi-main-width-text{
        font-weight: 500;
        font-size: 16px;
    }

    .uslugi-main-width ul {
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .uslugi-main-width ul li a{
        font-weight: 500;
        font-size: 16px;
    }

    .uslugi-main-width-text-mail {
        font-weight: 500;
        font-size: 16px;
        line-height: 119%;
    }

    .uslugi-center-width {
        width: 90%;
    }

    .uslugi-center-width-content {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px;
    }

    .uslugi-center-width-content-link {
        width: 100%;
    }

    .uslugi-center-width-content-block-text {
        font-size: 21px;
    }

    .uslugi-center-width-content-margin{
        margin-top: 8px;
    }

    .uslugi-heading-center{
        font-weight: 600;
        font-size: 22px;
    }

    .uslugi-heading {
        font-weight: 600;
        font-size: 25px;
    }

    .uslugi-center {
        margin-top: 50px;
    }

    .uslugi-center-width-contenting-mar{
        margin-top: 50px;
        gap: 30px;
    }

    .uslugi-center-width-contenting  ul li a{
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
    }

    .uslugi-center-width-contenting-bold {
        font-weight: 600;
        font-size: 25px;
    }

}