@font-face {
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    font-display: swap;
    src: local(NotoSans-SemiBold),
    url(../fonts/NotoSans-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "NotoSans-Medium";
    font-weight: 500;
    font-display: swap;
    src: local(NotoSans-Medium),
    url(../fonts/NotoSans-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "NotoSans-Bold";
    font-weight: 700;
    font-display: swap;
    src: local(NotoSans-Bold),
    url(../fonts/NotoSans-Bold.ttf) format('truetype');
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
img,
ol,
ul,
li,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

footer,
header,
menu,
nav,
section,
img {
    display: block
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

html {
    box-sizing: border-box
}

*,
::before,
::after {
    box-sizing: inherit
}

button {
    border: none;
    color: inherit;
    font-size: inherit;
    background-color: transparent;
    cursor: pointer;
    font-family: inherit;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block
}

header li {
    list-style: none
}

html {
    height: 100vh
}

*,
::before,
::after {
    box-sizing: border-box
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

body {
    min-height: 100vh;
    line-height: 1.5;
    display: flex;
    flex-direction: column
}

h1, h2, h3 {
    font-weight: bold;
    line-height: 1.1;
    font-size: 36px;
    margin-top: 35px;
    color: white;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 22px;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor
}

button {
    font: inherit
}

textarea:not([rows]) {
    min-height: 10em
}

:target {
    scroll-margin-block: 5ex
}

main {
    flex: 1 1 auto;
    padding-bottom: 48px
}

body {
    background-color: #13110E;
    color: #DDD9D5;
    font-family: "NotoSans-Medium";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.h2__title,
.h3__title {
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    color: #F9B242;
}

.h2__title {
    font-size: 26px;
    padding-bottom: 12px;
}

.h3__title {
    font-size: 20px;
}

.btn__in,
.btn__main {
    font-family: "NotoSans-Bold";
    font-weight: 700;
    color: #13110E;
    text-transform: uppercase;
}

.btn__main {
    border-radius: 50px;
    background-color: #3DAA45;
    padding: 16px 32px;
    display: inline-block;
    line-height: normal;
}

.btn__main:hover {
    background-color: #5BC863;
}

.btn__main:active {
    background-color: #299631;
}

.btn__in {
    padding: 16px 32px;
    border-radius: 50px;
    background-color: #F9B242;
}

.btn__in:hover {
    border-color: #F5699B;
    background-color: #FFD060;
}

.btn__in:active {
    border-color: #F34B7D;
    background-color: #E59E2E;
}

.btn__main-menu {
    font-size: 10px;
    padding: 12px 24px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.btn__main-menu-reg {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.block-shadow {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(28, 36, 45, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(28, 36, 45, 0.12);
}

.header__logo {
    line-height: normal;
}

.header {
    background-color: #13110E;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.header__menu-block,
.header__control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    margin-right: 20px;
}

.header__menu-block {
    margin: 10px;
}

.header__menu {
    display: flex;
    gap: 8px;
}

.header__menu-link {
    color: #FFF;
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.header__menu-link:hover {
    color: #C45512;
}

.header__social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 24px;
}

.social__name {
    color: #797979;
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

.social__link {
    background-color: #2F2D29;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
}

.nav-menu__burger-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__control-btn {
    display: flex;
    gap: 2px;
}

.burger__button-mob,
.btn__link-mob,
.header__nav-menu {
    display: none;
}

.burger-menu {
    max-width: 100%;
    width: 100%;
}

.header-lang {
    border-radius: 50px;
    padding: 8px;
    background-color: #2F2D29;
}

.header-lang .choose-lang-list {
    position: absolute;
    background-color: #2F2D29;
    visibility: hidden;
    transform: scale(0);
    transition: transform 0.3s ease-out;
    z-index: 1000;
}

.header-lang .choose-lang-list {
    border-radius: 8px;
    width: 232px;
    padding: 16px;
    top: 32px;
    right: 6px;
    transform-origin: top right;
}

.header-lang .choose-lang-list.show {
    visibility: visible;
    transform: scale(1);
}

.header-lang .choose-lang-button {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-lang .choose-lang-button span {
    color: #F9B242;
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    font-size: 12px;
}

.header-lang .flag-lang {
    width: 28px;
    height: 28px;
}

.burger__button-mob {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.close-menu-btn {
    display: none;
}

.choose-lang__item:hover {
    background-color: #1a2651;
    border-radius: 12px;
}

/* Banner */

.banner {
    max-width: 1200px;
    margin: 20px auto;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.banner-img__item {
    display: none;
    align-items: center;
}

.banner__pagination {
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    display: flex;
    gap: 1px;
    background-color: #13110E;
}

.banner__pagination-1,
.banner__pagination-2,
.banner__pagination-3 {
    flex: 1 0 33%;
    border-radius: 28px;
    background-color: #A19D99;
}

.banner__pagination-1.active,
.banner__pagination-2.active,
.banner__pagination-3.active {
    background-color: #3DAA45;
}

.banner-img__list {
    margin: 0 auto;
    overflow: hidden;
}

.banner-img__list li.active {
    display: flex;
}

.banner-img,
.banner-img img {
    width: 100%;
    object-fit: cover;
}

/* Banner */

/* Text block */

.text-block__content {
    padding: 0 16px 20px 16px;
    border-radius: 12px;
    background-color: #201C1A;
}

.text-block__content-title {
    padding: 20px 0 12px;
}

.text-block__content p {
    margin: 6px 0;
}

.text-block__content-button {
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    color: #A19D99;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.text-block__content-hidden {
    display: none;
}

.inline-display {
    display: inline;
}

.toggle-icon {
    transition: transform .3s ease-out;
}

.rotate--90 {
    margin-left: 4px;
    transform: rotate(180deg);
}

/* Text block */

/* Articles block  */

.articles__block {
    border-radius: 12px;
    background-color: #2F2D29;
}

.articles__header-wrapper {
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #201C1A;
    border-radius: 12px;
}

.articles__header-wrapper img {
    transform: rotate(180deg);
}

.articles__header-wrapper img.open {
    transform: rotate(0deg);
}

.articles__items-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.articles__items-wrapper.show {
    max-height: 1000px;
}

.articles-item {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    padding: 12px;
    border-radius: 4px;
}

.articles-item__image {
    border-radius: 4px;
    background-color: #E59E2E;
    padding: 2px;
    margin-right: 8px;
}

.articles-item:hover {
    background: #2c3147;
}

.articles-item-title {
    color: #A19D99;
}

/* Articles block  */

/* Text noblock  */

.text-noblock__content {
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
}

.text-noblock__content p {
    margin: 6px 0;
}

.btn__link-content {
    margin: 24px auto 0;
}

/* Text noblock  */

/* Content info  */
.content-info__inner {
    border-radius: 12px;
    background-color: #201C1A;
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    font-size: 14px;
    color: #DDD9D5;
}

.content-info__row {
    display: flex;
    border-top: 1px solid #13110E;
    margin: 0 16px;
}

.content-info__row:first-child {
    border-top: none;
}

.content-info__block-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.content-info__name-title {
    font-family: "NotoSans-Bold";
    font-weight: 700;
    font-size: 14px;
}

.content-info__name, .content-info__desc {
    padding: 10px 3px;
    flex: 0 0 50%;
}

.content-info__text {
    font-family: "NotoSans-Medium";
    font-weight: 500;
    font-size: 16px;
    padding: 20px 16px;
    color: #DDD9D5;
}

.content-info__text-list {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-info__text-item {
    list-style: auto;
    margin-left: 30px;
}

/* Content info  */

/* FAQ Review*/
.faq-item__box {
    background-color: #2F2D29;
    color: #F9B242;
}

.faq-content, .review-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.faq-item, .review-item {
    cursor: pointer;
    border-radius: 12px;
    background-color: #201C1A;
}

.faq-item-header-wrapper, .review-item-header-wrapper {
    transition: opacity .3s ease-out;
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
}

.faq-item__title {
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    font-size: 16px;
}

.faq-item-content, .review-item-content {
    padding: 12px 16px 16px;
}

.faq-item-content-hidden.open, .review-item-content-hidden.open {
    display: block;
}

.faq-item-content-hidden, .review-item-content-hidden {
    display: none;
}

.rotate-180 {
    transform: rotate(180deg);
}

.faq-content {
    row-gap: 12px;
}

.faq-pagination, .review-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-pagination-prev-button:disabled, .faq-pagination-next-button:disabled, .review-pagination-prev-button:disabled, .review-pagination-next-button:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.faq-pagination-prev-button, .faq-pagination-next-button, .review-pagination-prev-button, .review-pagination-next-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #2F2D29;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(103, 103, 103, 0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(103, 103, 103, 0.3);
    box-shadow: 0px 0px 10px 2px rgba(103, 103, 103, 0.3);
}

.faq-pagination-prev-button img, .review-pagination-prev-button img {
    z-index: 2;
    transform: rotate(90deg);
}

.faq-pagination-next-button img, .review-pagination-next-button img {
    z-index: 2;
    transform: rotate(270deg);
}

.faq-pagination-label, .review-pagination-label {
    font-family: "NotoSans-Bold";
    font-weight: 700;
    font-size: 16px;
    width: 90px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
}

.block-title__user {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-item__title {
    font-family: "NotoSans-Bold";
    font-weight: 700;
    font-size: 16px;
    color: #DDD9D5;
}

.review-item__data {
    font-family: "NotoSans-Medium";
    font-weight: 500;
    font-size: 14px;
    color: #DDD9D5;
}

.review-content {
    row-gap: 8px;
}

.review-item__item {
    padding: 24px 16px;
}

.review-item__top-title, .review-item__rating-list, .review-item__block-title {
    display: flex;
}

.review-item__top-title {
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
}

.review-item__block-title {
    gap: 8px;
}

.review-item__btn-more {
    margin-top: 16px;
}

/* FAQ Review*/

/* Footer */
.footer {
    padding-bottom: 20px;
}

.footer-second,
.footer-third {
    border-radius: 8px;
    background-color: #201C1A;
    padding: 20px 50px;
}

.footer-second {
    margin-top: 20px;
}

.footer-third {
    margin-top: 12px;
}

.footer-first__list,
.footer-third__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 12px;
    justify-content: center;
}

.footer__link {
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    color: #A19D99;
    font-size: 12px;
}

.footer-fourth {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    row-gap: 28px;
}

.footer-fourth__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer__lang-text {
    font-family: "Onest-Regular";
    font-weight: 400;
    font-size: 8px;
    color: #FFF;
    margin-right: 6px;
}

.choose-lang {
    position: relative;
    cursor: pointer;
}

.footer-lang .choose-lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease-out;
    background-color: #141414;
    border-radius: 6px;
    padding: 6px;

}

.footer-lang .choose-lang-list {
    border-radius: 8px;
    width: 232px;
    padding: 16px;
    bottom: 32px;
    right: 6px;
    transform-origin: bottom right;
}

.footer-lang .choose-lang-list {
    position: absolute;
    background-color: #141414;
    visibility: hidden;
    transform: scale(0);
    transition: transform 0.3s ease-out;
    z-index: 1000;
}

.footer-lang .choose-lang-list li {
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.footer-fourth__copyright {
    font-family: "NotoSans-Bold";
    font-weight: 700;
    font-size: 10px;
    color: #A19D99;
    margin-top: 20px;
    text-align: center;
}

.footer-fourth__copyright p {
    padding: 4px 0;
}

.choose-lang-box {
    display: flex;
    gap: 8px;
    width: 100%;
    padding: 9px 16px;
    align-items: center;
}

.choose-lang__country {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.choose-lang__ru {
    font-family: "NotoSans-Bold";
    font-weight: 700;
    font-size: 12px;
    color: #AEB4C8;
}

.choose-lang__item {
    margin: 1px 0;
}

.footer-lang.choose-lang__item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.choose-lang-box.active {
    background-color: #374371;
    border-radius: 12px;
}

.footer__name-block img {
    display: none;
}

/* Footer */

/* 404 */
.nopage {
    padding: 140px 0;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.nopage__text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nopage__image {
    padding: 24px 0;
    max-width: 450px;
}

.nopage__title,
.nopage__desc {
    color: #DDD9D5;
}

.nopage__title {
    font-family: "NotoSans-SemiBold";
    font-weight: 600;
    font-size: 26px;
}

.nopage__desc {
    font-family: "NotoSans-Medium";
    font-weight: 500;
    font-size: 14px;
    padding: 16px 0 44px;
}

.nopage__btn {
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid #000000;
}

.nopage__img {
    width: 100%;
}

/* 404 */

@media (max-width: 1025px) {

    .header__logo,
    .header__menu-block {
        padding-left: 8px;
    }

    .header__control {
        margin-left: auto;
        padding-right: 8px;
    }

    .container {
        padding: 0 8px;
    }

    .container__mob {
        padding: 0;
    }

    .burger-menu.active {
        transition: .5s;
        left: 0;
    }

    .nav-menu__desc {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

    .nopage {
        flex-direction: column-reverse;
    }

    .nopage__text-block {
        text-align: center;
    }

    .header__wrapper {
        flex-wrap: wrap;
    }

    .nav-menu__burger-mob {
        max-width: 300px;
        width: 100%;
        background: #201C1A;
        height: 100vh;
        border-radius: 16px 0 0 16px;
        padding: 28px 24px;
    }

    .nav-menu__burger-mob,
    .header__nav-menu {
        display: flex;
        flex-direction: column;
    }

    .nav-menu__burger-desc {
        align-items: normal;
    }

    .header__control {
        margin: 0;
        padding: 0;
    }

    .header__social {
        display: none;
    }

    .control-mob {
        display: block;
    }

    .burger__button-mob {
        display: block;
        margin-left: 8px;
    }


    .btn__main-menu {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .btn__main-menu-reg {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .close-menu-btn {
        margin-left: auto;
        display: block;
    }

    .header-lang .choose-lang-list {
        position: absolute;
        flex-direction: column;
        border-radius: 8px;
        width: 200px;
        top: -279px;
        right: 43px;
        transform-origin: bottom left;
    }

    .header-lang {
        margin-top: 32px;
        margin-right: auto;
        border-radius: 50px;
        padding: 10px 8px;
    }

    .header__logo {
        padding: 15px;
    }

    .nav-menu__name {
        font-family: "NotoSans-SemiBold";
        font-weight: 600;
        font-size: 16px;
        color: #F9B242;
        padding-top: 32px;
    }

    .nav-menu__link {
        font-family: "NotoSans-Bold";
        font-weight: 700;
        font-size: 12px;
        color: #FFF;
    }

    .header__menu {
        max-width: 500px;
        overflow: auto;
        white-space: nowrap;
    }
}

@media (max-width: 669px) {

    .banner__text {
        width: 292px;
        font-size: 20px;
        margin: 0 auto 24px;
    }

    .banner__text-inner {
        padding-top: 40px;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .articles__items-wrapper {
        flex-direction: column;
    }
}

nav ul {
    display: flex;
    flex-wrap: wrap;
}

nav li {
    margin: 10px;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 14px;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 850px) {
    .header__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banner {
        display: none;
    }
}
main img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 10px auto;
}

table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid whitesmoke;
}

main ul, ol {
    padding-left: 25px;
}