h2 {margin:0;}
.cont {
    font-family: Roboto;
}
.container {
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
    padding: 0 15px;
}
img {
    width: 100%;
}
.block1 {
    background: #222745;
    color: white;
}
.block1__container {
    display: flex;

}
.block1__text {
    display: flex;
    width: 50%;
    flex-direction: column;
    margin: auto 0;
}
.block1__text-frst {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.block1__text-sec {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 20px;
}
.block1__img {
    width: 50%;
}
.block2.container {
    margin-top: 50px;
}
.block2__title {
    margin-bottom: 0px;
}
.block2__title h2 {
    text-align: center;
}
.block2__boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.block2__2box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block2__box {
    border: 2px solid #F3F1F1;
    border-radius: 3px;
    width: 275px;
    padding: 28px 21px;
    margin: 5px;
}
.block2__box__title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px;
}
.block2__box__text {
    margin-bottom: 30px;
}
.block2__box__button--container {
    display: flex;
    justify-content: center;
}
.block2__box__button {
    padding: 10px 25px;
    background-color: #E74B23;
    border-radius: 5px;
}
.block2__box__button div {
    color: white;
    text-decoration: none;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 768px) {
    .block1__container {
        flex-wrap: wrap;
    }
    .block1__text, .block1__img {
        width: 100%;
    }
    .block1__text {
        order: 2;
        margin: 30px 25px;
    }
    .block1__container.container {
        padding: 0;
    }
}

.block3_title h2 {
    text-align: center;
}

.block3_table {
    background-color:#F6F7FB;
    padding-top: 15px;
    margin-top: 20px;
}
.block3__table__rows {
    max-width: 890px;
    margin: auto;
}
.block3__table__rows > div {
    display: flex;
    justify-content: space-around;
    padding: 8px 0px;
}
.block3__table__row--title {
    font-weight: bold;
}
.block3__table__rows > div:nth-child(2n+1) {
    background-color: white;
}
.block3_title {
    margin-bottom: 15px;
}

.block4 {
    background-color: #222745;
    color: white;
    padding: 35px 0px;
    margin-top: 51px;
}

.block4__text1 {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.block4__text2 {
    background-color:#E74B23 ;
    padding:11px 34px;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;


}
.block4__text2--container {
    display: flex;
}

.block5 img {
    max-width: 30px;
    padding-bottom: 5px;
}
.block5-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block5__box {
    border: 2px solid #F3F1F1;
    border-radius: 3px;
    width: 275px;
    padding: 28px 21px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.block5__2box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block5__boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 32px;

}

.block5__box__text {
    text-align: center;
}

.block5__box__title {
    font-weight: bold;
    margin-bottom: 10px;
}

.block5 {
    padding-top: 61px ;
}

.block6 img {
    max-width: 200px;
}

.block6__list__title {
    font-weight: bold;
    padding-left: 40px;
}

.block6__list__ol  button {
    background-color:#222745 ;
    color: white;
    border-radius: 9px;
    padding: 10px 13px;

}

.block6 {
    display: flex;
}

.block6__list__ol li {
    display: flex;
}
.block6__list__ol li > div:nth-child(1) {
    width: 60%;
}

.block7 {
    background-color:#222745 ;
    color: white;
    text-align: center;
    padding: 64px;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.block7_text1{
    font-weight: bold;
    padding-bottom:27px;

}

.block7_text2 {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.block7_button button {
    background-color:#E74B23 ;
    padding: 10px 13px;
    color: white;
    margin-top: 42px ;
}

.block7_red_line {
    border-top: 3px solid #E74B23;
    width: 250px;
    margin-bottom: 15px;
    border-radius: 3px;
}