*, :after, :before {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

ol, ul {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

body, html {
    height: 100%;
    line-height: 1
}

button, input, textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

button {
    background-color: inherit;
    cursor: pointer
}

body {
    background-color: #231651;
    color: #f6f5fa;
    font-family: Montserrat, sans-serif;
    line-height: 140%;
    position: relative
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden
}

.wrapper > main {
    flex-grow: 1
}

.container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative
}

.header-logo__img {
    height: 56px;
    width: 165px
}

@media (max-width: 1024px) {
    .header-logo__img {
        height: 40px;
        width: 116px
    }
}

.header__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    padding: 7px 15px;
    width: 100%
}

@media (max-width: 1024px) {
    .header__container {
        flex-direction: column;
        padding: 15px 0
    }
}

.header__container-menu {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(35, 22, 81, .5);
    position: absolute;
    width: 100%;
    z-index: 999
}

.header__container-menu nav {
    display: flex;
    justify-content: space-around
}

.header__container-menu nav ul {
    display: flex
}

.header__container-menu nav li {
    padding: 18px 10px
}

.header__container-menu nav li a {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .header__container-menu {
        display: none
    }
}

.header__container-mobile {
    display: none
}

@media (max-width: 1024px) {
    .header__mobile_block {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        width: 100%
    }

    .header__container-mobile {
        background-color: #180f38;
        display: block;
        width: 100%
    }

    .header__container-mobile nav {
        margin-left: 0;
        width: 100%
    }

    .header__container-mobile nav ul {
        display: none;
        flex-direction: column;
        height: 100vh;
        justify-content: flex-start;
        padding: 48px 15px 0
    }

    .header__container-mobile nav li {
        border-bottom: 1px solid #d6fff6;
        border-top: 1px solid #d6fff6;
        padding: 16px 0;
        text-align: center
    }

    .header__container-mobile nav a, .header__container-mobile nav span {
        font-size: 14px;
        font-weight: 600;
        gap: 14px;
        text-transform: uppercase
    }

    .header .burger {
        background-color: transparent;
        border-radius: 4px;
        cursor: pointer;
        height: 24px;
        width: auto;
        z-index: 999
    }

    .header .burger .icon {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        padding-top: 12px
    }

    .header .burger .icon span {
        background-color: #f2f2f2;
        display: block;
        height: 2px;
        transition: all .3s;
        width: 24px
    }
}

.header__buttons {
    display: flex;
    gap: 8px
}

@media (max-width: 1024px) {
    .header__buttons {
        justify-content: space-between;
        padding: 10px 15px 0;
        width: 100%
    }
}

.content {
    margin-bottom: 40px
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
    color: #f6f5fa;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    line-height: 140%;
    font-weight: 700;
}
.content h1 {
    font-size: 34px
}
.content h2 {
    font-size: 28px
}

.content h2, .content h3 {
    font-weight: 700;
    padding-bottom: 8px;
    padding-top: 40px
}

.content h3 {
    font-size: 16px
}

.content p {
    color: #e8e6f0;
    font-size: 14px;
    font-weight: 400
}

.content p a {
    color: #4dccbd
}

.content p a:hover {
    text-decoration: underline
}

.content p a:visited {
    color: #ff8484
}

.content ul {
    list-style: unset;
    padding: 8px 0 8px 20px
}

.content ul li {
    padding-bottom: 10px
}

.content ul li::marker {
    color: #ff8484
}

.content ol {
    counter-reset: item;
    list-style-type: none;
    padding: 8px 0 14px 10px
}

.content ol li {
    margin-left: 25px;
    padding-bottom: 10px;
    text-indent: -25px
}

.content ol li:before {
    background-color: #ff8484;
    border-radius: 4px;
    color: #0f091a;
    content: counter(item) " ";
    counter-increment: item;
    display: inline-block;
    left: -10px;
    padding: 4px 8px 4px 18px;
    position: relative;
    text-align: end;
    top: 0;
    z-index: -1
}

.banner {
    height: 350px;
    margin-bottom: 24px
}

.banner__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
    padding-bottom: 20px
}

@media (max-width: 1024px) {
    .banner__container {
        padding: 5px 15px
    }
}

.banner__container .title {
    color: #f6f5fa;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 8px;
    width: 55%
}

@media (max-width: 1024px) {
    .banner__container .title {
        font-size: 26px;
        width: 80%
    }
}

.banner__img {
    height: auto;
    width: 100%
}

.cover-table {
    margin: 0 0 30px;
    max-width: 100%;
    overflow-x: auto
}

.cover-table table {
    border: 1px solid transparent;
    border-collapse: collapse;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.cover-table table thead {
    background-color: #ff8484;
    color: #0f091a
}

.cover-table table thead tr td {
    padding: 0 12px
}

.cover-table table thead tr td:first-child {
    border-top-left-radius: 5px
}

.cover-table table thead tr td:last-child {
    border-top-right-radius: 5px
}

.cover-table table tbody {
    background-color: #302263;
    color: #e8e6f0
}

.cover-table table tbody tr {
    border-bottom: 1px solid #d6fff6
}

.cover-table table tbody tr:last-child {
    border-bottom: 0
}

.cover-table table tbody tr td {
    padding: 0 12px
}

.cover-table table tbody tr td:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

@media (max-width: 768px) {
    overflow-x: scroll
}

footer {
    background-color: #180f38
}

footer .footer__copyright {
    align-items: center;
    color: #e8e6f0;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    padding: 30px 0
}

.page-404-title, footer .footer__copyright {
    font-style: normal;
    line-height: 140%;
    text-align: center
}

.page-404-title {
    color: #f6f5fa;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 145px
}

@media (max-width: 768px) {
    .page-404-title {
        font-size: 26px
    }
}

.page-404-banner {
    background: url(/wp-content/themes/240199/assets/dist/images/404.png?deabb3d32828643a4b392d47ead400fe);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 840px
}

@media (max-width: 768px) {
    .page-404-banner {
        background: url(/wp-content/themes/240199/assets/dist/images/404-mobile.png?40c215f52658b6a3af3c42059e09ca71);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.btn {
    align-items: center;
    background-color: #2374ab;
    border-radius: 10px;
    color: #f6f5fa;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    padding: 16px 32px;
    text-decoration: none;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .btn {
        display: inline-block;
        padding: 16px 0;
        text-align: center;
        width: 50%
    }
}

.btn__light {
    background-color: #4dccbd
}

.btn__light:hover {
    box-shadow: 0 6px 8px 0 rgba(77, 204, 189, .5)
}

.btn:hover {
    box-shadow: 0 6px 8px 0 rgba(35, 116, 171, .5)
}

.banner_btns {
    display: flex
}

@media (max-width: 1024px) {
    .banner_btns .btn {
        padding: 16px 32px;
        width: auto
    }
}
article img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid white;
}

/*# sourceMappingURL=style.min.css.map*/