h2 {margin:0;}
.cont {
    font-family: Roboto;
}
.container {
    margin: 0 auto;
    width: 1170px;
    max-width: 100%;
    padding: 0 15px;
    font-family: Roboto;
}
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: 300;
    font-size: 24px;
    line-height: 100%;
    margin-top: 20px;
}
.block1__img {
    width: 50%;
}
.block2.container {
    margin-top: 35px;
}
.block2__title {
    margin-bottom: 32px;
}
.block2__title h2 {
    text-align: center;
}
.block2__boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px -12px;
}
.block2__2box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block2__box {
    border: 2px solid #F3F1F1;
    border-radius: 3px;
    width: 267px;
    padding: 28px 21px;
    margin: 12px;
}
.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;
}

.block3_title h2 {
    text-align: center;
    margin-top: 0 !important;
}

.block3_table {
    background-color:#F6F7FB;
    margin-top: 50px;
    padding-bottom: 40px;
}
.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 > div {
    width: 50%;
    text-align: center;
}
.block3__table__row > div {
    width: 50%;
    text-align: center;
}

.block3__table__row--title {
    font-weight: bold;
}
.block3__table__rows > div:nth-child(2n+1) {
    background-color: white;
}
.block3_title {
    padding: 25px 0;
}

.block4 {
    background-color: #222745;
    color: white;
    padding: 35px 0px 35px 65px;
    margin-top: 50px;
}

.block4__text1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}

.block4__text2 {
    background-color:#E74B23 ;
    padding:11px 34px;
    font-family: Roboto;
    font-weight: 400;
    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 {
    padding-bottom: 5px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.block5-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block5__box {
    border: 2px solid #F3F1F1;
    border-radius: 3px;
    width: 267px;
    padding: 28px 21px;
    margin: 12px;
    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;
    margin: 0 -12px;
}

.block5__box__text {
    text-align: center;
}

.block5__box__title {
    margin-bottom: 10px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

.block5__box__icon {
    width: 42px;
    height: 42px;
}

.block5 {
    margin-top: 50px;
}

.block6 img {
    max-width: 350px;
}

.block6__list__title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
}

.block6__list__ol button {
    background-color:#222745 ;
    color: white;
    border-radius: 9px;
    padding: 10px 12px;

}

.block6 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.block6__list {
    max-height: 217px;
    width: 67%;
    margin-left: 15px;
}

.block6__list__ol {
    height: calc(100% - 55px);
}

.block6__list__ol ol {
    margin-top: 34px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block6__list__ol a, .block7_button a {
    color: white;
}

.block6__list__ol li {
    display: flex;
}
.block6__list__ol li > div {
    font-family: Roboto;
    font-size: 16px;
    line-height: 100%;
}

.block6__list__ol li > div:nth-child(1) {
    width: 70%;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.block7 {
    background-color:#222745 ;
    color: white;
    text-align: center;
    padding: 64px;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.block7 > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block7_text1{
    font-family: Roboto;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    padding-bottom:27px;
}


.block7_text2 {
    font-family: Roboto;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    margin-top: 20px;
    text-align: center;

}

.block7_button button {
    background-color:#E74B23 ;
    color: white;
    margin-top: 42px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 15px 30px;
    border-radius: 2px;
}

.block7_red_line {
    border-top: 3px solid #E74B23;
    width: 250px;
    margin-bottom: 15px;
    border-radius: 3px;
}

/* FAQ Section */

.section-title {
    text-align: center;
    margin-bottom: 0px;
}


.section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
}


.faq-section {
    padding: 0px 0;
    margin-top: 50px;
}

.accordion {
    max-width: 800px;
    margin: 32px auto;
    font-family: 'Roboto', sans-serif;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #F3F1F1;
}

.accordion-header {
    height: 56px;
    padding: 15px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.accordion-header--plus-minus {
    padding: 17px 25px;
    margin-right: -29px;
    border-radius: 8px;
    transition: 0.3s;
    transform: rotateZ(90deg);
}

.accordion-header:hover {
    background-color: #d6e6f7;
}

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.officials__questions {
    margin-top: 32px;
}

.officials__questions .officials__title {
    text-align: center;
}
.officials__title, .section-title h2, .block2__title h2, .block3_title h2, .block2__title h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    margin-top: 25px;
}
.questions-items {
    margin: 32px -12px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.questions-item {
    width: 267px;
    padding: 23px 25px;
    border: 2px solid #F3F1F1;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 12px;
}
.questions-item__title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;

}
.questions-item__text-main, .questions-item__text-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    line-height: 20px;
}
.questions-item > div {
    margin: 10px 0;
}
.questions-item__icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.questions-item__icon-container {
    width: 35px;
    height: 35px;
}
.questions-item__icon {
    display: flex;
    justify-content: center;
}
.questions-item__text-main {
    height: 60px;
}
.questions-item-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.officials__questions a {
    color: inherit;
}

.questions-item__button {
    display: flex
;
    justify-content: center;
}

.questions-item__button a {
    background-color: #E74B23;
    color: white;
    border-radius: 3px;
    width: 202px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.accordion-content.active {
    padding: 20px 30px;
    max-height: 500px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
}

.documents_prog_loyal-item__icon-container {
    width: 31px;
    height: 31px;
}

.documents_prog_loyal-item__icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.officials__documents_prog_loyal {
    margin-top: 50px;
}

.officials__documents_prog_loyal .officials__title {
    text-align: center;
}
.documents_prog_loyal-item {
    width: 267px;
    padding: 35px 18px 40px;
    border: 2px solid #F3F1F1;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    margin: 12px;
}
.documents_prog_loyal-items {
    margin: 32px -12px 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.documents_prog_loyal-item-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.documents_prog_loyal-item__title {
    margin-left: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}
.documents_prog_loyal-item__text-main {
    margin-left: 44px;
}
.documents_prog_loyal-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.documents_prog_loyal-item__title-container {
    display: flex;
    margin-bottom: 20px;
}
.documents-items_prog_loyal {
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.documents-item_prog_loyal {
    width: 270px;
    padding: 23px 30px;
    border: 2px solid #F3F1F1;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 7px;
}

@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;
    }
    .block6 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .block6__list {
        width: 100%;
    }
    .block6__list__ol li {
        flex-wrap: wrap;
    }
    .block6__list .block6__list__ol {
        height: auto;
    }
    .block6 .block6__list {
        max-height: none;
        margin-top: 35px;
    }
    .block6__list__ol li > div {
        margin: 10px 0;
    }
    .block6__list__ol li > div:nth-child(1) {
        width: 100%;
    }
    .block1__text > div {
        text-align: center;
    }
    .block2__title {
        margin-bottom: 15px;
    }
    .block4__text1 {
        text-align: center;
    }
    .block7 {
        padding: 25px 15px;
        margin: 0 -15px 25px;
    }
    .block4 {
        padding: 25px 15px;
        margin: 50px -15px 25px;
    }
    .accordion-header {
        padding: 15px 25px 15px 15px;
    }
    .officials__title, .section-title h2, .block2__title h2, .block3_title h2, .block2__title h2 {
        font-size: 18px;
        margin-top: 0;
    }
    .block5 {
        margin-top: 10px;
    }
    .questions-items {
        margin: 12px -12px;
    }
    .officials__questions {
        margin-top: 12px;
    }
    .faq-section {
        margin-top: 35px;
    }
    .officials__documents_prog_loyal {
        margin-top: 35px;
    }
    .documents_prog_loyal-items {
        margin: 12px -12px 50px;
    }
    .block6__list__ol ol {
        margin-top: 10px;
    }
}