.second__section h1 {
    width: 87%;
    margin: 28px 0 20px 0;
}

.second__section .fz-31 {
    position: relative;
}

.p__bold, .p__bold span {
    font-weight: 700;
    font-size: 32px;
}

.first__big__img {
    position: relative;
    overflow: hidden;
}

.second__big_img {
    position: relative;
    overflow: hidden;
}

.circle__blue__square {
    position: relative;
    top: 35px;
    left: 55px;
}


.signature {
    position: relative;
    bottom: 620px;
}

.second {
    bottom: 530px;
}

.blue__square {
    padding: 49px 0 49px 52px;
}

.blue__square__second {
    padding: 48px 0 30px 52px;
}

.icon {
    position: relative;

}

.h3__content {
    font-weight: 700;
    font-size: 51px;
}

.cabinet__p {
    margin: 20px 0;
}

.fourth__section .h3__content {
    font-size: 40px;
}

.kovalev__danger {
    display: flex;
    font-size: 35px;
    font-weight: 700;
}

.kovalev__danger img {
    margin-right: 24px;
}

.kovalev__img,
.cabinet__img {
    width: 100%;
    height: 100%;
}

.kovalev__small__img {
    width: 150px;
    height: 196px;
}

.info__img {
    width: 97px;
    height: 97px;
}

.danger__list .first,
.danger__list .second,
.danger__list .third,
.danger__list .fourth,
.danger__list .fifth {
    margin-top: 50px;
}

.danger__list .third p {
    display: flex;
    align-items: center;
}

.danger__list {
    font-size: 33px;
}

.blue__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #61B4F4;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 15px;
}

@media (max-width: 585px) {

    .third__section {
        margin-left: 20px;
    }

    .kovalev__small__img {
        width: 100px;
        height: 130px;
    }

    .p__bold, .p__bold span {
        font-size: 5vw;
    }

    .blue__circle {
        width: 10vw;
        height: 10vw;
        font-size: 5vw;
    }

    .danger__list .first,
    .danger__list .second,
    .danger__list .third,
    .danger__list .fourth,
    .danger__list .fifth {
        margin-top: 20px;
    }

    .info__next__page {
        flex-direction: column;
        gap: 20px;
    }

    .info__img {
        width: 100px;
    }


    .blue__square {
        padding: 40px 0 32px 15px;
        margin: 0 10px;
    }

    .blue__square__second {
        padding: 40px 0 32px 26px;
        margin: 0 10px;
    }
}
