body
.shab {
    padding-top: 20px;
}
.header-h3_3 {
    margin-top: 20px;
    font-size: 18px;
}
.usl {
    text-align: right;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 40px;
}
.block_zamers {
    margin-bottom: 40px;
}
.block_zam_n {
    display: flex;
    padding-top: 30px;
}
.box_zam_n  {
    width: 33.33%;
    position: relative;
}
.box_zam_n img {
    width: 95%;
    margin-bottom: 10px;
}
.szms {
    padding: 30px 0px 70px;
}
.num_box {
    position: absolute;
    font-size: 30px;
    left: 25px;
    top: 10px;
    font-family: 'NeoSansPro-Regular';
}
.zam_txt_box {
    font-size: 14px;
    font-family: 'NeoSansPro-Regular';
    text-align: center;
    padding: 0px 8px;
}
.rezbox {
    padding: 30px 0px;
    background: #ffcc00;
}
.rezbox .zam_txt_box {
    line-height: 150%;
}
.rezbox .zam_txt_box a {
    color: #E62F2F;
}
.block_instr {
    display: flex;
    margin-top: 50px;
}
.int_box {
    width: 33.33%;
    text-align: center;
}
.int_box img {
    margin-bottom: 30px;
}
.uhod {
    padding: 30px 0px 70px;
}
.uhod .header-h3_3 {
    font-weight: bold;
    margin-top: 30px;
}
.txt_instr {
    font-size: 14px;
    font-family: 'NeoSansPro-Regular';
    line-height: 25px;
    padding: 0px 15px;
    padding-top: 15px;
    text-align: justify;
}
.flex {
    display: flex;
}
.flex p {
    padding-left: 60px;
}
.downl_ins {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 460px;
    margin: 0px auto;
    background: #f7ce36;
    border-radius: 45px;
    padding: 15px 30px;
    box-sizing: border-box;
    color: #000000;
    margin-top: 40px;
    font-size: 20px;
    line-height: 22px;
    font-family: 'NeoSansPro-Regular';
    text-align: left;
}

.downl_ins img {
    margin-right: 10px;
}

.btn {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
    color: #151616;
    height: 38px;
    line-height: 36px;
    padding: 0 17px;
    background: #fff;
    border: 1px solid #ffcc00;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;

}
.btn:hover {
    background: #ffcc00;
}

@media (max-width: 768px) {
    .downl_ins  {
        width: 280px;
        font-size: 16px;
    }
    .uhod .header-h3_3 {
        font-size: 16px;
    }
    .zam_txt_box {
        font-size: 12px;
    }   
    .header-h {
        font-size: 18px;
    }
    .header-h3_3 {
        font-size: 14px;
    }
    .num_box {
        font-size: 14px;
    }
}