.ni-1nyzrua {
    display: none;
}

.content-main {
    background-color: #010279;
    border: 1px solid #010279;
    border-radius: 18px;
    padding: 30px;
}

.content-main .title {
    color: #fff;
    font-family: Mont SemiBold, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    width: 1131px;
    z-index: 2;
}

.description-item {
    /* align-items: flex-start; */
    align-items: center;
    display: flex;
    margin-bottom: 40px;
}

.description-item__title {
    color: #fff;
    font-family: Mont SemiBold, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-left: 0;
    text-transform: uppercase;
}

.description-text {
    text-align: left;
    color: #fff;
}

.questions-main {
    background-color: #010279;
    border: 1px solid #010279;
    border-radius: 18px;
    padding: 55px 30px;
}

.questions-main .title {
    color: #fff;
    font-family: Mont SemiBold, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.questions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.question-item {
    margin-bottom: 25px;
    width: 40%;
}

.question-item p {
    border-bottom: 2px solid #e50011;
    color: #fff;
    font-family: Mont, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 15px 5px 0;
    width: -moz-fit-content;
    width: fit-content;
}

.question-item:nth-child(odd) {
    width: 57%;
}

.answers {
    margin-top: 30px;
}

.answers p {
    color: #fff;
    margin-bottom: 20px;
}



.description-item:last-of-type {
    margin-bottom: 0;
}

.description__image {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    height: 150px;
    min-width: 150px;
    padding: 15px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 44px;
}

.only-white {
    display: none;
}

.description__content {
    font-size: 14px;
    line-height: 18px;
}

.content-section {
    margin: 27px auto;
}

.footer {
    margin-top: 2rem;
    padding-bottom: 61px;
}

.footer-nav__list {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.footer-nav__item {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 5px;
    position: relative;
    text-align: center;
}

.footer-copyright__img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 52px auto 25px;
    gap: 1rem;
    flex-wrap: wrap;
}

/* .footer-copyright__img img {
    width: 40px;
} */

.footer-copyright__text {
    color: #b1a7db;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
    width: 596px;
}

.footer-copyright__text p {
    margin-bottom: 18px;
}

@media (max-width: 1250px) {
    .description__content {
        font-size: 14px;
        line-height: 18px;
    }

    .description__image {
        margin-right: 18px;
    }

    .description-item__title {
        margin-bottom: 8px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-copyright__img {
        height: auto;
        margin-bottom: 18px;
        margin-top: 35px;
        /* width: 194px; */
    }

}

@media (max-width: 1023px) {
    .description-item {
        display: block;
    }

    .description__image {
        margin-bottom: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .description-item__title {
        font-size: 18px;
        line-height: 105.8%;
        margin-bottom: 8px;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .description-text {
        text-align: center;
    }

    .question-item p {
        border-bottom: 2px solid #fff;
    }

    .question-item,
    .question-item:nth-child(odd) {
        width: 100%;
    }

    .footer {
        padding-bottom: 25px;
    }

    .footer-nav__list {
        -ms-grid-columns: 1fr 23px 1fr;
        grid-gap: 23px;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: unset;
    }

    .footer-nav__item {
        align-items: center;
        display: flex;
        flex-direction: row;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        width: 100%;
    }

    .footer-nav__item a {
        display: block;
        font-weight: 400;
        min-width: 100%;
        white-space: normal;
        width: 100%;
    }
}

@media (max-width: 500px) {

    .content-main,
    .questions-main {
        border: 1px solid #00f0ff;
    }
}