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

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #F2F0F6;
}

::-webkit-scrollbar-thumb {
    background-color: #d7cfe3;
    border-radius: 5px;
}

html {
    font-family: HelveticaNeueCyr, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    -ms-overflow-style: scrollbar;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    font-family: HelveticaNeueCyr, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: left;
    background-color: #fff;
    color: #333333;
    transition: transform .2s ease-in-out;
}

.global_background-dark {
    color: #fff;
    background-color: #333333;
}

.global_background-blue {
    background-color: #9DD1FF;
}

.global_img-disabled {

}

.global_font-1 {
    font-size: 18px;
}
.center{
 text-align: center;   
}
.global_font-2 {
    font-size: 20px;
}

.global_font-3 {
    font-size: 24px;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

[data-js-focus-visible] :focus:not([data-focus-visible-added]) {
    outline: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Cocon, sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.font-simple:is(h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6) {
    font-weight: 500;
    font-family: HelveticaNeueCyr, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 50px;
}

h1, .h1 {
    font-size: 18px;
    line-height: 120%;
    color: #463B3F;
    margin-bottom: 30px;
}

.global_font-1 h1,
.global_font-1 .h1 {
    font-size: 26px;
}

.global_font-2 h1,
.global_font-2 .h1 {
    font-size: 28px;
}

.global_font-3 h1,
.global_font-3 .h1 {
    font-size: 30px;
}


.global_background-dark h1,
.global_background-dark .h1 {
    color: white;
}

h2, .h2 {
    font-size: 24px;
    color: #1B1B1B;
}

.global_font-1 h2,
.global_font-1 .h2 {
    font-size: 24px;
}

.global_font-2 h2,
.global_font-2 .h2 {
    font-size: 26px;
}

.global_font-3 h2,
.global_font-3 .h2 {
    font-size: 28px;
}

.global_background-dark h2,
.global_background-dark .h2 {
    color: white;
}

h3, .h3 {
    font-size: 18px;
}

.global_font-1 h3,
.global_font-1 .h3 {
    font-size: 22px;
}

.global_font-2 h3,
.global_font-2 .h3 {
    font-size: 24px;
}

.global_font-3 h3,
.global_font-3 .h3 {
    font-size: 26px;
}


h4, .h4 {
    font-size: 18px;
}

.global_font-1 h4,
.global_font-1 .h4 {
    font-size: 20px;
}

.global_font-2 h4,
.global_font-2 .h4 {
    font-size: 22px;
}

.global_font-3 h4,
.global_font-3 .h4 {
    font-size: 24px;
}


@media (min-width: 576px) {
    /*h1, .h1 {*/
    /*    font-size: 26px;*/
    /*}*/

    /*h2, .h2 {*/
    /*    font-size: 24px;*/
    /*}*/

    /*h3, .h3 {*/
    /*    font-size: 20px;*/
    /*}*/

    /*h4, .h4 {*/
    /*    font-size: 18px;*/
    /*}*/
}

@media (min-width: 869px) {
    h1, .h1 {
        font-size: 32px;
    }

    .global_font-1 h1,
    .global_font-1 .h1 {
        font-size: 32px;
    }

    .global_font-2 h1,
    .global_font-2 .h1 {
        font-size: 34px;
    }

    .global_font-3 h1,
    .global_font-3 .h1 {
        font-size: 36px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    .global_font-1 h2,
    .global_font-1 .h2 {
        font-size: 28px;
    }

    .global_font-2 h2,
    .global_font-2 .h2 {
        font-size: 30px;
    }

    .global_font-3 h2,
    .global_font-3 .h2 {
        font-size: 32px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 20px;
    }
}


@media (min-width: 1189px) {
    h1, .h1 {
        font-size: 38px;
        margin-bottom: 42px;
    }

    .global_font-1 h1,
    .global_font-1 .h1 {
        font-size: 38px;
    }

    .global_font-2 h1,
    .global_font-2 .h1 {
        font-size: 40px;
    }

    .global_font-3 h1,
    .global_font-3 .h1 {
        font-size: 42px;
    }

    h2, .h2 {
        font-size: 34px;
    }

    .global_font-1 h2,
    .global_font-1 .h2 {
        font-size: 34px;
    }

    .global_font-2 h2,
    .global_font-2 .h2 {
        font-size: 36px;
    }

    .global_font-3 h2,
    .global_font-3 .h2 {
        font-size: 38px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    .global_font-1 h3,
    .global_font-1 .h3 {
        font-size: 24px;
    }

    .global_font-2 h3,
    .global_font-2 .h3 {
        font-size: 26px;
    }

    .global_font-3 h3,
    .global_font-3 .h3 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {

}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 10px;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

ul:not(.custom-list, .select2-results__options, .select2-selection__rendered),
ol:not(.custom-list, .select2-results__options, .select2-selection__rendered) {
    list-style: none;
    padding-left: 30px;
}

ol {
    counter-set: orderlist;
    counter-reset: orderlist;
}

li {
    padding-left: 0;
    position: relative;
}

li:last-child {
    margin-bottom: 0;
}

ul:not(.custom-list, .select2-results__options, .select2-selection__rendered) > li:before {
    content: '';
    position: absolute;
    left: -30px;
    top: calc(1em / 2);
    width: 5px;
    height: 5px;
    background-color: #572F8E;
    border-radius: 50%;
}

ol:not(.custom-list, .select2-results__options, .select2-selection__rendered) > li:before {
    counter-increment: orderlist;
    content: counter(orderlist);
    position: absolute;
    left: -30px;
    top: -0.125em;
    font-family: 'Cocon', sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    color: #572F8E;
}

@media (min-width: 869px) {
    ul,
    ol {
        padding-left: 40px;
    }
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 5px;
    margin-left: 0;
}

blockquote {
    margin: 0 0 10px;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #572F8E;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .a {
        transition: none;
    }
}

.global_background-dark a {
    color: #fabce3;
}

a:hover {
    text-decoration: none;
    color: rgba(87, 47, 142, 0.8);
}

a:not([href]) {
    text-decoration: none;
}

a:not([href]):hover {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.title-link {
    text-decoration: none;
    color: inherit;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 10px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 10px;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

table img {
    max-width: initial;
}

.global_img-disabled img {
    display: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.table-wrap {
    overflow: auto;
    width: 100%;
}

table {
    border-collapse: collapse;
    background: #FAFAFA;
    border-radius: 30px 30px 30px 0;
    width: 100%;
}

.global_background-dark table {
    background: #9c9c9c;
}

tr:nth-child(even) > td {
    background: #F5F5F5;
}

.global_background-dark tr:nth-child(even) > td {
    background: #888888;
}

tr > td {
    padding: 10px;
}

tr > td:first-child {
    padding-left: 15px;
}

tr > td:last-child {
    padding-right: 15px;
}

tr:first-child > th,
tr:first-child > td {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    color: #333333;
    padding: 20px 10px;
}

tr:first-child > th:first-child,
tr:first-child > td:first-child {
    padding-left: 15px;
}

@media screen and (max-width: 869px) {
    .adaptive-table tr {
        display: block;
        margin-bottom: 20px;
    }

    .adaptive-table blockquote {
        margin-left: 0!important;
    }

    .adaptive-table td {
        display: block;
    }

    .adaptive-table img {
        display: block;
        margin: 10px auto;
        padding-bottom: 0 !important;
    }
}

tr:first-child > th:last-child,
tr:first-child > td:last-child {
    padding-right: 15px;
}

@media (min-width: 375px) {

}

@media (min-width: 576px) {

}

@media (min-width: 869px) {
    tr > td {
        padding: 20px;
    }

    tr > td:first-child {
        padding-left: 30px;
    }

    tr > td:last-child {
        padding-right: 30px;
    }

    tr:first-child > th,
    tr:first-child > td {
        padding: 25px 20px;
    }

    tr:first-child > th:first-child,
    tr:first-child > td:first-child {
        padding-left: 30px;
    }

    tr:first-child > th:last-child,
    tr:first-child > td:last-child {
        padding-right: 30px;
    }
}

@media (min-width: 1189px) {
    tr > td {
        padding: 28px 24px;
    }

    tr > td:first-child {
        padding-left: 85px;
    }

    tr > td:last-child {
        padding-right: 85px;
    }

    tr:first-child > th,
    tr:first-child > td {
        padding: 32px 24px;
    }

    tr:first-child > th:first-child,
    tr:first-child > td:first-child {
        padding-left: 75px;
    }

    tr:first-child > th:last-child,
    tr:first-child > td:last-child {
        padding-right: 75px;
    }
}


caption {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    color: #463B3F;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.page {
    /*overflow: hidden;*/ /*IOS mobile menu bugfix*/
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.is-fixed {
  position: fixed;
}

.mb-md {
    margin-bottom: 60px;
}

.buttons-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.buttons-block .btn {
    margin: 10px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 869px) {
    .container {
        max-width: 820px;
    }
}

@media (min-width: 1189px) {
    .container {
        max-width: 1124px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 375px) {

}

@media (min-width: 576px) {

}

@media (min-width: 869px) {

}

@media (min-width: 1189px) {
    .page-title__direction {
        margin-right: 440px;
    }
}
