.banner_reviews {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 554px;
    position: relative;
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 40px 20px;
    flex-direction: column;
}

.black_background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner_reviews .title_banner {
    color: white;
    font-size: 49px;
    font-weight: 700;
    z-index: 5;
}

.banner_reviews p {
    color: white;
    max-width: 647px;
    font-size: 25px;
    font-weight: 400;
    z-index: 5;
    text-align: center;
}

@media (max-width: 992px) {
    .banner_reviews {
        height: 453px;
    }

    .banner_reviews .title_banner {
        font-size: 40px;
    }

    .banner_reviews p {
        font-size: 20px;
    }
}

@media (max-width: 579px) {
    .banner_reviews {
        height: 280px;
    }

    .banner_reviews .title_banner {
        font-size: 31px;
        margin-bottom: 9px;
    }

    .banner_reviews p {
        font-size: 16px;
        max-width: 426px;
    }
}

@media (max-width: 579px) {
    .banner_reviews .title_banner {
        font-size: 25px;
    }

    .banner_reviews {
        height: 195px;
        padding: 20px;
    }
}

.instruction {
    padding-top: 63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.instruction .number {
    font-size: 35px;
    color: #8b8b8b;
    width: 46px;
    height: 46px;
    border: 2px solid #959595;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instruction .text_number {
    font-size: 27px;
    padding-bottom: 44px;
    padding-top: 20px;
    text-align: center;
}
.instruction .text_number a{
    color: #004eff;
    text-decoration: underline;
}
.instruction .text_number a:hover{
    text-decoration: none;
}

.instruction .text_number span {
    font-weight: 700;
}

.instruction .my-row {

    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 40px;
    justify-content: center;
}

.instruction .my-row .my_coll {
    width: 25%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.instruction .my-row .my_coll .icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   height: 44px;
}

.instruction .my-row .my_coll .icons img {
    max-height: 44px;
}

.instruction .my-row .my_coll .link_block {
    padding-top: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.instruction .my-row .my_coll .link_block a{
    color: #004eff;
    text-decoration: underline;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 16px;
    display: block;
}
.instruction .my-row .my_coll .link_block a:hover{
    text-decoration: none;
}
@media (max-width: 1066px) {
    .instruction .my-row .my_coll .icons img {
        max-height: 30px;
    }
    .instruction .my-row .my_coll .link_block {
        padding-top: 20px;
    }
    .instruction .my-row .my_coll .link_block a{
        font-size: 20px;
        padding-bottom: 7px;
    }
    .instruction{
        padding-top: 50px;
    }
    .instruction .text_number{
        font-size: 23px;
        padding-bottom: 30px;
    }
}
@media (max-width: 763px) {
    .instruction .my-row .my_coll{
        width: 50%;
    }
    .instruction {
        padding-top: 30px;
    }
    .instruction .number{
        font-size: 24px;
        width: 40px;
        height: 40px;
    }
    .instruction .text_number {
        font-size: 18px;
        padding-bottom: 20px;
        padding-top: 13px;
    }
    .instruction .my-row .my_coll .link_block a {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .instruction .my-row{
        padding-bottom: 27px;
    }
}
@media (max-width: 395px){
    .instruction .my-row .my_coll {
        width: 100%;
    }
}