.main-banner {
    background: linear-gradient(0deg, #09192B, #09192B), linear-gradient(90deg, #1F5BCF 1.39%, #00A7FF 100%), #006848;
    z-index: 1;
}

.main-banner__wrapper {
    display: flex;
    height: 415px;
}

@media (max-width: 1023px) {
    .main-banner__wrapper {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .main-banner__wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 440px;
    }
}

.main-banner__text-box {
    height: 100%;
    max-width: 570px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 140%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    z-index: 1;
}

@media (max-width: 1023px) {
    .main-banner__text-box {
        max-width: 420px;
        font-size: 32px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .main-banner__text-box {
        width: 280px;
        font-size: 24px;
        line-height: 120%;
        margin-top: 40px;
        text-align: center;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}

.main-banner__text-bold {
    font-weight: 500;
}

.main-banner__image {
    background-image: url(../images/certificates-mir-desktop.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 415px;
}

@media (max-width: 1024px) {
    .main-banner__image {
        background-image: url(../images/certificates-mir-tablet.png);
        left: 250px;
    }
}

@media (max-width: 768px) {
    .main-banner__image {
        background-image: url(../images/certificates-mir-tablet.png);
        left: 0px;
    }
}

@media (max-width: 767px) {
    .main-banner__image {
        background-image: url(../images/certificates-mir-mobile-v2.png);
        background-size: 100%;
        max-width: 100%;
        height: 475px;
    }
}

.certification_methods {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-top: 0px;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .certification_methods {
        justify-content: center;
    }
}

@media (max-width: 429px) {
    .certification_methods {
        display: block;
    }
}

.certification_methods__wrapper {
    text-align: left;
    max-width: 100%;
}

.certification_methods__text-header h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 145%;
    text-align: left;
}

@media (max-width: 768px) {
    .certification_methods__text-header h2 {
        font-size: 32px;
        line-height: 120%;
    }
}

@media (max-width: 429px) {
    .certification_methods__text-header h2 {
        text-align: left;
        font-size: 24px;
        line-height: 120%;
    }
}

.certification_methods__text-header {
    margin-bottom: 20px;
    text-align: left;
}

@media (max-width: 768px) {
    .certification_methods__text-header {

    }
}

.certification_methods__text {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #0D0D0D;
    margin-top: 15px;
}

@media (max-width: 429px) {
    .certification_methods__text {
        text-align: left;
        font-size: 14px;
        line-height: 150%;
    }
}

.certification_methods__text-width {
    width: 230px;
}

.certification_methods__lists {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px;
    gap: 20px;
}

@media (max-width: 768px) {
    .certification_methods__lists {
        gap: 20px;
        padding-left: 0px;
    }
}

@media (max-width: 429px) {
    .certification_methods__lists {
        flex-direction: row;
        padding: 0px;
    }
}

.certification_methods__list-item__icon {
    width: 40px;
    height: 40px;
}

@media (max-width: 1024px) {
    .certification_methods__list-item__icon {
        width: 40px;
        height: 40px;
    }
}

.certification_methods__list-item {

}

@media (max-width: 768px) {
    .certification_methods__list-item {
        width: auto;
    }
}

@media (max-width: 429px) {
    .certification_methods__list-item {
        width: auto;
    }
}

.certification_methods__list-item--line {
    align-self: center;
    width: 1049px;
    height: 0px;
    border: 1px solid #C4C4C4;
    flex: none;
    order: 2;
    flex-grow: 0;
}

@media (max-width: 1024px) {
    .certification_methods__list-item--line {
        width: calc(100% - 60px);
    }
}

@media (max-width: 429px) {
    .certification_methods__list-item--line {
        margin-bottom: 0px;
    }
}

.certification_methods__one {
    display: flex;
    list-style: none;
    padding: 0px;
}

@media (max-width: 768px) {
    .certification_methods__one {
        flex-direction: column;
    }
}
.certification_methods__two {
    display: flex;
    list-style: none;
    padding: 0px;
}

@media (max-width: 768px) {
    .certification_methods__two {
        flex-direction: row;
    }
}
@media (max-width: 429px) {
    .certification_methods__two {
        flex-direction: column;
    }
}

.certification_methods__one-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    width: 500px;
    align-self: center;
}

@media (max-width: 768px) {
    .certification_methods__one-title {
        width: auto;
        align-self: flex-start;
    }
}
@media (max-width: 429px) {
    .certification_methods__one-title {
        font-size: 14px;
    }
}
.certification_methods__two-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    width: 500px;
    align-self: center;
}

@media (max-width: 768px) {
    .certification_methods__two-title {
        width: 500px;
        margin-bottom: 0px;
        align-self: center;
    }
}
@media (max-width: 429px) {
    .certification_methods__two-title {
        font-size: 14px;
        width: auto;
        margin-bottom: 20px;
    }
}
.certification_methods__one-icon {
    margin-right: 20px;
}
@media (max-width: 429px) {
    .certification_methods__one-icon {
        margin-right: 0px;
        text-align: center;
    }
}

.certification_methods__one-icon_ya {
    width: 120px;
    height: 120px;
}

@media (max-width: 429px) {
    .certification_methods__one-icon_ya {
        width: 60px;
        height: 60px;
    }
}
.certification_methods__one-icon_gos {
    width: 120px;
    height: 120px;
}
@media (max-width: 429px) {
    .certification_methods__one-icon_gos {
        width: 60px;
        height: 60px;
    }
}
.certification_methods__one-icon_atom {
    width: 120px;
    height: 120px;
}

@media (max-width: 429px) {
    .certification_methods__one-icon_atom {
        width: 60px;
        height: 60px;
    }
}

.certification_methods__one-figcaption {
    font-size: 14px;
    line-height: 140%;
    align-self: center;
    width: 126px;
}
@media (max-width: 429px) {
    .certification_methods__one-figcaption {
        text-align: center;
        font-size: 12px;
        line-height: 140%;
    }
}
.certification_methods__one-figcaption-gos {
    font-size: 14px;
    line-height: 140%;
    align-self: center;
    width: 100%;

}
@media (max-width: 429px) {
    .certification_methods__one-figcaption-gos {
        text-align: left;
        font-size: 12px;
        line-height: 140%;
        width: 126px;
        margin-bottom: 0px;
        margin-left: 10px;
    }
}
.certification_methods__one-text {
    font-size: 18px;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 429px) {
    .certification_methods__one-text {
        font-size: 14px;
    }
}
.certification_methods__card-group {
    display: flex;
}

@media (max-width: 768px) {
    .certification_methods__card-group {
        justify-content: space-around;
    }
}

.certification_methods__card-ya {
    align-self: center;
    display: flex;
}
@media (max-width: 429px) {
    .certification_methods__card-ya {
        flex-direction: column;
    }
}
.certification_methods__card-gos {
    align-self: center;
    display: flex;
}
@media (max-width: 429px) {
    .certification_methods__card-gos {
        flex-direction: row;
    }
}
.certification_methods__card-atom {
    align-self: center;
    display: flex;
}
@media (max-width: 429px) {
    .certification_methods__card-atom {
        flex-direction: column;
    }
}
.faq {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-top: 35px;
    justify-content: flex-start;
    margin-bottom: 38px;
}

.faq__wrapper {
    text-align: left;
    width: 100%;
}

@media (max-width: 1024px) {
    .faq__wrapper {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .faq__wrapper {
        display: flex;
        flex-direction: column;
    }
}

.faq__text-header h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 120%;
    text-align: left;
}

@media (max-width: 768px) {
    .faq__text-header h2 {
        font-size: 24px;
        line-height: 120%;
    }
}

@media (max-width: 429px) {
    .faq__text-header h2 {
        line-height: 140%;
        text-align: left;
    }
}

.faq__text-header {
    margin-bottom: 40px;
    text-align: left;
}

.faq__lists {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px;
    gap: 20px;
}

@media (max-width: 429px) {
    .faq__lists {
        gap: 65px;
        flex-direction: column;
    }
}

.faq__list-item__icon {
    margin-bottom: 32px;
    width: 120px;
    height: 120px;
}

.faq__list-item {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 32px 40px;
    width: 550px;
    height: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media (max-width: 768px) {
    .faq__list-item {
        justify-content: flex-end;
        width: 354px;
        height: 400px;
        padding: 0;
    }
}

@media (max-width: 429px) {
    .faq__list-item {
        width: auto;
        height: 355px;
    }
}

.faq__list-item p {
    color: #FFFFFF;
    text-align: left;
    width: 186px;
}

@media (max-width: 768px) {
    .faq__list-item p {
        width: 186px;
        margin-bottom: 34px;
    }
}

@media (max-width: 429px) {
    .faq__list-item p {
        width: auto;
        margin-bottom: 32px;
    }
}

.faq__lists li:nth-child(1) {
    background: linear-gradient(88.46deg, #00B1FF 1.78%, #0060DB 100.39%);
}

.faq__lists li:nth-child(2) {
    background: linear-gradient(88.46deg, #1740AB 1.78%, #450F90 100.39%);
}

.faq__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
}

@media (max-width: 768px) {
    .faq__title {
        font-size: 18px;
        line-height: 130%;
    }
}

.size-web-site {
    width: 340px;
    height: 320px;
}

@media (max-width: 1024px) {
    .size-web-site {
        width: 272px;
        height: 298px;
    }
}

@media (max-width: 768px) {
    .size-web-site {
        width: 354px;
        height: 254px;
        margin-bottom: -11px;
    }
}

@media (max-width: 429px) {
    .size-web-site {
        width: 335px;
        height: 240px;
    }
}

.size-mobile-app {
    width: 345px;
    height: 320px;
}

@media (max-width: 1024px) {
    .size-mobile-app {
        width: 286px;
        height: 240px;
    }
}

@media (max-width: 768px) {
    .size-mobile-app {
        width: 354px;
        height: 254px;
    }
}

@media (max-width: 429px) {
    .size-mobile-app {
        width: 335px;
        height: 240px;
    }
}

.faq__icon {
    position: absolute;
    left: 210px;
    top: 0px;
}

@media (max-width: 1024px) {
    .faq__icon {
        top: auto;
    }
}

@media (max-width: 768px) {
    .faq__icon {
        display: none;
    }
}

.faq__icon-md {
    display: none;
}

@media (max-width: 768px) {
    .faq__icon-md {
        display: flex;
    }
}

@media (max-width: 429px) {
    .faq__icon-md {
        align-self: center;
    }
}

.faq__group__store {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .faq__group__store {
        display: none;
    }
}

.faq__paddingLeft {
    display: flex;
    flex-direction: column;
    gap: 85px;
}

@media (max-width: 768px) {
    .faq__paddingLeft {
        padding: 32px 40px;
        gap: 0px;
    }
}

@media (max-width: 429px) {
    .faq__paddingLeft {
        padding: 32px 20px;
        gap: 0px;
    }
}

.faq__paddingRight {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

@media (max-width: 768px) {
    .faq__paddingRight {
        padding: 32px 40px;
        gap: 0px;
    }
}

@media (max-width: 429px) {
    .faq__paddingRight {
        padding: 20px 20px 32px;
        gap: 0px;
    }
}

.certificates {
    min-height: 246px;
    margin-top: 80px;
    margin-bottom: 30px;
    color: #5b5a5b;
    position: relative;
    z-index: 1;
}

.certificates__wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .certificates__wrapper {
        flex-direction: column-reverse;
        height: auto;
    }
}

.certificates__title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .certificates__title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .certificates__title {
        font-size: 20px;
        line-height: 26px;
    }
}

.certificates__text {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #0D0D0D;
    width: 549px;
}

@media (max-width: 1024px) {
    .certificates__text {
        width: 430px;
    }
}

@media (max-width: 1023px) {
    .certificates__text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .certificates__text {
        width: auto;
    }
}

@media (max-width: 767px) {
    .certificates__text {
        line-height: 21px;
    }
}

@media (max-width: 429px) {
    .certificates__text {
        text-align: left;
        font-size: 14px;
        line-height: 150%;
        width: auto;
    }
}

.certificates__text:last-child {
    margin-bottom: 40px;
}

@media (max-width: 429px) {
    .certificates__text:last-child {
        margin-bottom: 0px;
    }
}

.certificates__images {
    width: 335px;
    height: 84px;
    margin-left: -20px;
}

.certificates__images__phone {
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .certificates__images__phone {
        margin-bottom: 0px;
    }
}

@media (max-width: 429px) {
    .certificates__images__phone {
        display: none;
    }
}

.certificates__images__phone-mobile {
    display: none;
}

@media (max-width: 429px) {
    .certificates__images__phone-mobile {
        display: flex;
    }
}

.certificates__wrapper-item {
    align-self: center;
}

@media (max-width: 429px) {
    .certificates__wrapper-item {
        margin-bottom: 20px;
    }
}
.btnDownlodsYA {
    text-decoration: none;
    color: #000000;
}
.btnDownlodsAT {
    text-decoration: none;
    color: #000000;
}
.btnDownlodsGOS {
    text-decoration: none;
    color: #000000;
}
.btnDownlodsYA:hover {
    text-decoration: none;
    color: #016848;
}
.btnDownlodsAT:hover {
    text-decoration: none;
    color: #016848;
}
.btnDownlodsGOS:hover {
    text-decoration: none;
    color: #016848;
}
/* Стили для подложки */

.overlay {

    /* Скрываем подложку  */
    opacity: 0;
    visibility: hidden;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 20;
    transition: .3s all;
}


/* Стили для модальных окон */

.modal {

    /* Скрываем окна  */
    opacity: 0;
    visibility: hidden;


    /*  Установаем ширину окна  */
    width: 100%;
    max-width: 516px;
    height: 224px;

    /*  Центрируем и задаем z-index */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30; /* Должен быть выше чем у подложки*/

    /*  Побочные стили   */
    text-align: center;
    padding: 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: linear-gradient(80.49deg, #006848 0%, #008452 82.29%);
    transition: 0.3s all;
}

@media (max-width: 429px) {
    .modal {
        max-width: 280px;
        height: 350px;
    }
}

/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active {
    opacity: 1;
    visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 40px;
    right: 32px;
    fill: #FFFFFF;
    cursor: pointer;
}

.modal__title {
    font-weight: 350;
    font-size: 22px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    width: 432px;
}

@media (max-width: 429px) {
    .modal__title {
        justify-content: center;
        width: auto;

    }

    .modal__title-display {
        display: none;
    }
}

.modal__lists__store {
    display: flex;
}

.modal__link__to__store {
    text-align: left;
}

@media (max-width: 429px) {
    .modal__link__to__store {
        text-align: center;
    }
}

.modal__icon-store:nth-child(1) {
    margin-bottom: 12px;
    margin-right: 12px;
}

.modal__icon-store:nth-child(2) {
    margin-bottom: 12px;
}

.modal__icon-store:nth-child(3) {
    margin-right: 12px;
}

@media (max-width: 429px) {
    .modal__icon-store:nth-child(1) {
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .modal__icon-store:nth-child(2) {
        margin-bottom: 15px;
    }

    .modal__icon-store:nth-child(3) {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

.qr-code-size {
    width: 101px;
    height: 101px;
}

@media (max-width: 429px) {
    .qr-code-size {
        display: none;
    }
}
.faq__answer {
    display: none;
    transition: opacity .3s;
    margin-bottom: 60px;
    margin-top: -40px;
}

.faq__answer.active {
    display: block;
    transition: opacity .3s;
}
.faq__question__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0;
}
@media (max-width: 429px) {
    .faq__question__text {
        font-size: 14px;
    }
}
.faq__answer__text {
    font-size: 14px;
    line-height: 20px;
}
.faq__question {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.faq__question .faq__question__text:focus {
    color: #016848;
}
.faq__question .faq__question__text:hover {
    color: #016848;
}
