html {
    font-family: sans-serif;
    line-height: normal;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    padding: 0;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0;
}
*,
::after,
::before {
    box-sizing: border-box;
}

/* DESIGN-21 */

.table,
.content-area--articles table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}
.table th,
.content-area--articles th {
    padding: 4px 8px;
    vertical-align: bottom;
    border-bottom: 1px solid #e6e4e8;
    background: #f2f1f3;
    text-align: left;
}
.table td,
.content-area--articles td {
    padding: 8px;
    border-top: 1px solid #e6e4e8;
    text-align: left;
}
.table-left th,
.table-left td ,
.content-area--articles th,
.content-area--articles td {
    text-align: left;
}

/* img-fluid */
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}


/* margin */
.margin-h-auto {
    margin-right: auto;
    margin-left: auto;
}
.mt-auto {
    margin-top: auto;
}
/* width, height */
.wh-100 {
    width: 100%;
    height: 100%;
}
.w-auto {
    width: auto;
}
.w-100 {
    width: 100%;
}
/* base-type */
.base-type {
    font-family: "PT-Root-UI", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #002033;
}
@media(min-width: 1200px) {
    .base-type {
        font-size: 18px;
    }
}
/* headers */
.p-h1 {
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
.p-h1 {
    margin-bottom: 10px;
}
.p-title__lead {
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
.p-title__lead--mb20 {
    margin-bottom: 20px;
}
.p-h2,
.p-h3,
.p-h4 {
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    padding: 0;
}
.p-h2 {
    font-size: 24px;
    margin-bottom: 14px;
}
.p-h3 {
    font-size: 20px;
}
.p-h4 {
    font-size: 18px;
}
@media(min-width: 1200px) {
    .p-h1 {
        font-size: 48px;
    }
    .p-title__lead {
        font-size: 38px;
    }
    .p-h2 {
        font-size: 32px;
    }
    .p-h3 {
        font-size: 24px;
    }
    .p-h4 {
        font-size: 20px;
    }
}
.p-title__lead--internal {
	font-family: "Roboto Slab", serif;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}
/* font-family */
.ff-roboto-slab {
    font-family: "Roboto Slab", serif;
}
/* font-size */
.f-s-xxxxl {
    font-size: 36px;
}
.f-s-xxxlx {
    font-size: 32px;
}
.f-s-mxxl {
    font-size: 26px;
}
.f-s-xxxl {
    font-size: 24px;
}
.f-s-xxl {
    font-size: 20px;
}
.f-s-xl {
    font-size: 18px;
}
.f-s-l {
    font-size: 17px;
}
.f-s-m {
    font-size: 14px;
}
.f-s-xm {
    font-size: 13px;
}
@media(min-width: 1200px) {
    .f-s-xxxxl {
        font-size: 40px;
    }
    .f-s-xxxlx {
        font-size: 38px;
    }
    .f-s-xxxl {
        font-size: 32px;
    }
    .f-s-mxxl {
        font-size: 28px;
    }
    .f-s-xxl {
        font-size: 24px;
    }
    .f-s-xl {
        font-size: 20px;
    }
    .f-s-l {
        font-size: 18px;
    }
    .f-s-m {
        font-size: 17px;
    }
    .f-s-xm {
        font-size: 16px;
    }
}
/* font-weight */
.f-w-m {
    font-weight: 500;
}
.f-w-b {
    font-weight: 600;
}
.link {
    text-decoration: none;
    color: #50209e;
    cursor: pointer;
}
.link:hover {
    color: #8e2de2;
}
.e-text-line {
    display: inline;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
.e-text-line--s-dash {
    border-bottom-style: dashed;
}
.e-text-line--c-0 {
    border-bottom-color: #002033;
}
.e-text-line--c-1 {
    border-bottom-color: rgba(0, 65, 102, .2);
}
.e-text-line--c-2 {
    border-bottom-color: rgba(0, 32, 51, .6);
}
.e-text-line--c-3 {
    border-bottom-color: #50209e;
}
.e-text-line:hover {
    border-bottom-color: transparent;
}
/* text color */
.f-c-0 {
    color: #002033;
}
.f-c-1 {
    color: #431a84;
}
.f-c-2 {
    color: rgba(0, 32, 51, .6);
}
.f-c-3 {
    color: #50209e;
}
.f-c-4 {
    color: #09b37b;
}
.f-c-5 {
    color: #eb3333;
}
.f-c-6 {
    color: #fff;
}
.f-c-6-09 {
    color: rgba(255, 255, 255, .9);
}
/* text */
.t-nowrap {
    white-space: nowrap;
}
.t-underline {
    text-decoration: underline;
}
/* background-color */
.bg-c-0 {
    background-color: #fff;
}
.bg-c-1 {
    background-color: #36156b;
}
.bg-c-2 {
    background-color: #f7f6fb;
}
.bg-c-3 {
    background-color: #e61400;
}
.bg-c-4 {
    background-color: #f7f6fb;
}
.bg-c-5 {
    background-color: #f7f6fb;
}
.bg-c-6 {
    background-color: #ecf1f4;
}
/* container */
.container {
    width: 100%;
    min-width: auto;
    max-width: 1470px;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 991px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.container--relative {
    position: relative;
}
.container-xl {
    max-width: 1170px;
}
.container-l {
    max-width: 960px;
}
.container--wide {
    max-width: 100%;
}
/* b-grid */
.b-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-right: -10px;
    margin-left: -10px;
}
.b-grid--no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.b-grid__item {
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.b-grid--no-gutters> .b-grid__item {
    padding-right: 0;
    padding-left: 0;
}
@media(min-width: 576px) {
    .b-grid__item--sm-2 {
        -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
}
@media(min-width: 768px) {
    .b-grid__item--md-2 {
        -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    .b-grid__item--md-3 {
        -webkit-flex: 0 1 33.33333%;
            -ms-flex: 0 1 33.33333%;
                flex: 0 1 33.33333%;
        width: 33.33333%;
        min-width: 33.33333%;
        max-width: 33.33333%;
    }
    .b-grid__item--md-4 {
        -webkit-flex: 0 1 25%;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%;
        width: 25%;
        min-width: 25%;
        max-width: 25%;
    }
}
@media(min-width: 992px) {
    .b-grid__item--lg-2 {
        -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    .b-grid__item--lg-3 {
        -webkit-flex: 0 1 33.33333%;
            -ms-flex: 0 1 33.33333%;
                flex: 0 1 33.33333%;
        width: 33.33333%;
        min-width: 33.33333%;
        max-width: 33.33333%;
    }
    .b-grid__item--lg-4 {
        -webkit-flex: 0 1 25%;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%;
        width: 25%;
        min-width: 25%;
        max-width: 25%;
    }
}
@media(min-width: 1200px) {
    .b-grid__item--xl-2 {
        -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
}
.b-grid__inner {
    position: relative;
    height: 100%;
}
/* b-badge */
.b-badge {
    font-size: 14px;
    display: inline-block;
    padding: 6px 14px 5px;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 4px;
}
/* scrollbar */
.b-scrollbar {
    scrollbar-width: thin;
    /* не стилизуем цвет скроллбара и ползунка */
    /* чтобы не терять эффект ховера в блинк-браузерах */
}
@media(max-width: 991px) {
    .b-scrollbar {
        overflow-x: auto;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
}


/* BUTTONS */
.p-btn {
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display:         inline-flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
    padding: 14px 24px;
    cursor: pointer;
    -webkit-transition: all .05s linear;
            transition: all .05s linear;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
}
@media(min-width: 768px) {
    .p-btn {
        width: auto;
    }
    .p-btn--xl {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}
.p-btn--wide {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-width: 260px;
}
.p-btn__text {
    overflow: hidden;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}
.p-btn--fill-1 {
    -webkit-transition: all 0s linear;
            transition: all 0s linear;
    background: linear-gradient(90deg, #8e2de2 0%, #4a00e0 100%);
}
.p-btn--fill-1,
.p-btn--fill-2,
.p-btn--fill-1 .p-btn__text,
.p-btn--fill-2 .p-btn__text {
    color: #fff;
}
.p-btn--fill-1:active,
.p-btn--fill-1:focus,
.p-btn--fill-1:hover {
    background: #4a00e0;
}
.p-btn--fill-2 {
    background: #674d99;
}
.p-btn--fill-2:active,
.p-btn--fill-2:focus,
.p-btn--fill-2:hover {
    background: #8774b9;
}
.p-btn--fill-3 {
    color: #503970;
    background: #ffcd29;
}
.p-btn--fill-3:active,
.p-btn--fill-3:focus,
.p-btn--fill-3:hover {
    color: #503970;
    background: #ffe770;
}
.p-btn--fill-4 {
    color: #503970;
    background: rgba(0, 66, 105, .07);
}
.p-btn--fill-4:active,
.p-btn--fill-4:focus,
.p-btn--fill-4:hover {
    color: #503970;
    background: rgba(0, 66, 105, .05);
}
[class*="p-btn--outline-"] {
    border-width: 1px;
    border-style: solid;
    background: transparent;
}
@media(min-width: 768px) {
    [class*="p-btn--outline-"].p-btn--xl {
        padding: 22px 23px;
    }
}
.p-btn--outline-1 {
    color: #50209e;
    border-color: #50209e;
}
.p-btn--outline-1:active,
.p-btn--outline-1:focus,
.p-btn--outline-1:hover {
    color: #8e2de2;
    border-color: #8e2de2;
    background: rgba(142, 45, 226, .1);
}
.p-btn--outline-1-disabled {
    color: #00203342;
    border-color: #ECF1F4;
    background-color: #00426912;
    cursor: not-allowed;
}
.p-btn--outline-1-disabled:hover {
    color: #00203342;
    border-color: #ECF1F4;
    background-color: #00426912;
    cursor: not-allowed;
}
.p-btn--outline-2 {
    color: #ffcd29;
    border-color: #ffcd29;
}
.p-btn--outline-2:active,
.p-btn--outline-2:focus,
.p-btn--outline-2:hover {
    color: #ffcd29;
    border-color: #ffe770;
    background: rgba(255, 231, 112, .1);
}
[class*="p-btn--outline-disabled"],
.p-btn--fill-disabled {
    cursor: text;
    pointer-events: none;
    color: rgba(0, 32, 51, .26);
    background: rgba(0, 66, 105, .07);
}
[class*="p-btn--outline-disabled"] .p-btn__text,
.p-btn--fill-disabled .p-btn__text {
    color: rgba(0, 32, 51, .26);
}
[class*="p-btn--outline-disabled"] {
    border-color: transparent;
}
.p-btn--link {
    line-height: normal;
    padding: 0;
    color: #50209e;
    background: transparent;
}
.p-btn--link:hover {
    color: #8e2de2;
}
/* p-btn-bar */
.p-btn-bar {
    width: 100%;
    text-align: center;
}
.p-btn-bar__btn {
    margin: 0 0 16px;
}
.p-btn-bar__text {
    margin: 0;
}


/* b-list */
.b-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 18px;
}
.b-list:not(:last-child) {
    margin-bottom: 10px;
}
.b-list .b-list {
    margin-top: 8px;
    margin-bottom: 16px;
    margin-left: 16px;
}
.b-list--decimal li {
    list-style-type: decimal;
}
.b-list--disc li {
    list-style-type: disc;
}
.b-list li:not(:last-child) {
    margin-bottom: 8px;
}
/* fancybox */
.fancybox-active .fancybox-bg {
    background: rgba(70, 51, 101, .5);
}
.fancybox-active .fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.fancybox-active .fancybox-button {
    color: #fff !important;
    opacity: 1 !important;
    background: #50209E;
}
.fancybox-active .fancybox-button:hover {
    background: #36156b;
}
/* e-icon */
.e-icon {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.e-icon--1 {
    width: 20px;
    min-width: 20px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5l-10 12h9l-1 8 10-12h-9l1-8z' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--1-b {
    width: 20px;
    min-width: 20px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5l-10 12h9l-1 8 10-12h-9l1-8z' stroke='%23431A84' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--1-lb {
    width: 20px;
    min-width: 20px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5l-10 12h9l-1 8 10-12h-9l1-8z' stroke='%2350209E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--1-o {
    width: 20px;
    min-width: 20px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5l-10 12h9l-1 8 10-12h-9l1-8z' stroke='%23F5AB00' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--2 {
    width: 22px;
    min-width: 22px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 21.5c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10z' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 15.5a4 4 0 100-8 4 4 0 000 8zM3.93 4.43l4.24 4.24M13.83 14.33l4.24 4.24M13.83 8.67l4.24-4.24M13.83 8.67l3.53-3.53M3.93 18.57l4.24-4.24' stroke='%23fff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--2-b {
    width: 22px;
    min-width: 22px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 21.5c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10z' stroke='%23431A84' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 15.5a4 4 0 100-8 4 4 0 000 8zM3.93 4.43l4.24 4.24M13.83 14.33l4.24 4.24M13.83 8.67l4.24-4.24M13.83 8.67l3.53-3.53M3.93 18.57l4.24-4.24' stroke='%23431A84' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--2-o {
    width: 22px;
    min-width: 22px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 21.5c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10z' stroke='%23F5AB00' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 15.5a4 4 0 100-8 4 4 0 000 8zM3.93 4.43l4.24 4.24M13.83 14.33l4.24 4.24M13.83 8.67l4.24-4.24M13.83 8.67l3.53-3.53M3.93 18.57l4.24-4.24' stroke='%23F5AB00' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--3 {
    width: 18px;
    min-width: 18px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 19v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2M9 9a4 4 0 100-8 4 4 0 000 8z' stroke='%23503970' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--3-o {
    width: 18px;
    min-width: 18px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 19v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2M9 9a4 4 0 100-8 4 4 0 000 8z' stroke='%23F5AB00' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--5 {
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 1.5l-15 15M1.5 1.5l15 15' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--6 {
    width: 10px;
    min-width: 10px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.5l-4-4-4 4' stroke='%23fff' stroke-width='1.7'/%3E%3C/svg%3E");
}
.e-icon--6-b {
    width: 10px;
    min-width: 10px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.5l-4-4-4 4' stroke='%23431A84' stroke-width='1.7'/%3E%3C/svg%3E");
}
.e-icon--7 {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10z' fill='%2350209E'/%3E%3Cpath d='M10 6v8-8z' fill='%23431A84'/%3E%3Cpath d='M10 6v8' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 10h8-8z' fill='%23431A84'/%3E%3Cpath d='M6 10h8' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--8 {
    width: 20px;
    min-width: 20px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.75L18.75 13 1.25 24.25V1.75z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--9 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M3.156 29.858c-.868 0-1.572.704-1.572 1.571v11a1.571 1.571 0 003.143 0v-11c0-.867-.704-1.57-1.571-1.57z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M9.441 22.002c-.868 0-1.571.703-1.571 1.57V42.43a1.571 1.571 0 003.142 0V23.573c0-.868-.703-1.572-1.571-1.572z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M15.726 15.716c-.868 0-1.572.704-1.572 1.571V42.43a1.571 1.571 0 103.143 0V17.287c0-.867-.703-1.57-1.571-1.57z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M22.012 28.287c-.868 0-1.572.703-1.572 1.571v12.57a1.571 1.571 0 103.143 0v-12.57c0-.868-.704-1.571-1.571-1.571z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M28.296 18.859c-.867 0-1.57.703-1.57 1.571V42.43a1.571 1.571 0 103.142 0V20.43c0-.868-.704-1.571-1.572-1.571z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M34.582 9.431c-.868 0-1.572.704-1.572 1.571V42.43a1.571 1.571 0 103.143 0V11.002c0-.867-.703-1.57-1.571-1.57z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M40.867 17.287c-.867 0-1.57.704-1.57 1.572v23.57a1.571 1.571 0 103.142 0v-23.57c0-.868-.704-1.572-1.572-1.572z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M43.248 4.942L35.39.228a1.571 1.571 0 00-1.844.157l-11.36 9.946-6.825-8.19a1.486 1.486 0 00-1.258-.567 1.58 1.58 0 00-1.219.648L.315 19.507a1.571 1.571 0 102.542 1.847L14.241 5.701l6.564 7.878a1.571 1.571 0 002.242.176L34.755 3.51l6.874 4.125a1.571 1.571 0 001.619-2.693z' fill='url(%23paint7_linear)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='4.727' y1='36.929' x2='1.584' y2='36.929' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='11.012' y1='33.001' x2='7.87' y2='33.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='17.297' y1='29.858' x2='14.155' y2='29.858' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='23.583' y1='36.143' x2='20.44' y2='36.143' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='29.868' y1='31.43' x2='26.725' y2='31.43' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='36.153' y1='26.716' x2='33.011' y2='26.716' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='42.439' y1='30.644' x2='39.296' y2='30.644' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='43.986' y1='11.001' x2='.014' y2='11.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h44v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.e-icon--10 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.429 0H1.572C.704 0 .001.704.001 1.571v7.857c0 .446.189.87.52 1.168L15.715 24.27v18.158a1.571 1.571 0 002.274 1.406l9.428-4.714c.533-.266.87-.81.869-1.406V24.27L43.48 10.6A1.57 1.57 0 0044 9.427V1.571C44 .704 43.296 0 42.43 0zm-1.572 8.73L25.663 22.4c-.332.299-.52.725-.52 1.171v13.171l-6.285 3.143V23.571c0-.445-.19-.87-.52-1.168L3.142 8.73V3.143h37.714v5.586z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='44' y1='22' x2='.001' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.e-icon--11 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M37.714 0a6.286 6.286 0 100 12.572 6.286 6.286 0 000-12.572zm0 9.429a3.146 3.146 0 01-3.143-3.143 3.146 3.146 0 013.143-3.143 3.146 3.146 0 013.143 3.143 3.146 3.146 0 01-3.143 3.143z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M11.368 13.505a.4.4 0 000-.566L9.71 11.283a.4.4 0 00-.565 0L6.108 14.32a.4.4 0 01-.566 0l-3.037-3.037a.4.4 0 00-.566 0L.283 12.939a.4.4 0 000 .566l3.037 3.037a.4.4 0 010 .566L.283 20.146a.4.4 0 000 .565l1.656 1.657a.4.4 0 00.566 0l3.037-3.038a.4.4 0 01.566 0l3.038 3.038a.4.4 0 00.565 0l1.657-1.657a.4.4 0 000-.565L8.33 17.108a.4.4 0 010-.566l3.038-3.037z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M23.171 20.428h-2.343a.4.4 0 00-.4.4v2.343c0 .22.18.4.4.4h2.343a.4.4 0 00.4-.4v-2.343a.4.4 0 00-.4-.4z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M23.171 14.143h-2.343a.4.4 0 00-.4.4v2.343c0 .221.18.4.4.4h2.343a.4.4 0 00.4-.4v-2.343a.4.4 0 00-.4-.4z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M22.312.39a.4.4 0 00-.625 0l-5.453 6.817a.4.4 0 00.312.65h3.482a.4.4 0 01.4.4V10.6c0 .22.18.4.4.4h2.343a.4.4 0 00.4-.4V8.257c0-.22.18-.4.4-.4h3.482a.4.4 0 00.312-.65L22.312.39z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M38.027 16.105a.4.4 0 00-.625 0l-5.454 6.817a.4.4 0 00.313.65h3.482c.22 0 .4.179.4.4v3.368c0 4.854-3.95 8.803-8.803 8.803h-6.638c-.365 0-.548-.458-.3-.726a11.876 11.876 0 003.17-8.077v-.226a.4.4 0 00-.4-.4h-2.343a.4.4 0 00-.4.4v.226c0 4.5-3.395 8.215-7.759 8.734a.406.406 0 01-.427-.288c-.815-2.523-3.162-4.357-5.957-4.357a6.286 6.286 0 000 12.571c2.817 0 5.18-1.862 5.979-4.417a.418.418 0 01.394-.297h14.682c6.586 0 11.945-5.359 11.945-11.946V23.97c0-.22.179-.4.4-.4h3.482a.4.4 0 00.312-.65l-5.453-6.816zM6.286 40.857a3.146 3.146 0 01-3.143-3.143 3.146 3.146 0 013.143-3.142 3.146 3.146 0 013.143 3.142 3.146 3.146 0 01-3.143 3.143z' fill='url(%23paint5_linear)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='44' y1='6.286' x2='31.428' y2='6.286' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='11.651' y1='16.825' x2='0' y2='16.825' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='23.571' y1='22' x2='20.428' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='23.571' y1='15.715' x2='20.428' y2='15.715' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='28.285' y1='5.5' x2='15.714' y2='5.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='44' y1='29.857' x2='0' y2='29.857' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h44v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.e-icon--12 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.6'%3E%3Cpath d='M40.333 7.333h-9.166v-5.5C31.167.821 30.347 0 29.333 0H14.667a1.833 1.833 0 00-1.833 1.833v5.5H3.667a1.833 1.833 0 100 3.667H5.5v27.5c0 3.032 2.468 5.5 5.5 5.5h22c3.032 0 5.5-2.468 5.5-5.5V11h1.833a1.833 1.833 0 100-3.667zM16.5 3.667h11v3.666h-11V3.667zM34.833 38.5c0 1.01-.82 1.833-1.833 1.833H11A1.835 1.835 0 019.167 38.5V11h25.667v27.5z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M16.5 14.666a1.833 1.833 0 00-1.834 1.834V33a1.833 1.833 0 103.667 0V16.5c0-1.012-.82-1.834-1.833-1.834z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M27.5 14.666a1.833 1.833 0 00-1.834 1.834V33a1.833 1.833 0 103.667 0V16.5c0-1.012-.82-1.834-1.833-1.834z' fill='url(%23paint2_linear)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='42.167' y1='22' x2='1.833' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='18.333' y1='24.75' x2='14.666' y2='24.75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='29.333' y1='24.75' x2='25.666' y2='24.75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.e-icon--13 {
    width: 42px;
    min-width: 42px;
    height: 42px;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.41 2.667h15.18L39.333 13.41v15.18L28.59 39.333H13.41L2.667 28.59V13.41L13.41 2.667z' stroke='url(%23paint0_linear)' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.5 15.5l-11 11' stroke='url(%23paint1_linear)' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 15.5l11 11' stroke='url(%23paint2_linear)' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='39.333' y1='21' x2='2.667' y2='21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='26.5' y1='21' x2='15.5' y2='21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='26.5' y1='21' x2='15.5' y2='21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239D50BB'/%3E%3Cstop offset='1' stop-color='%236E48AA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.e-icon--14 {
    width: 34px;
    min-width: 34px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.667 1.333L2 21.333h15l-1.667 13.334 16.667-20H17l1.667-13.334z' stroke='%235C4384' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--15 {
    width: 34px;
    min-width: 34px;
    height: 37px;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5 13.667l-15-8.65M32 24.667V11.333a3.333 3.333 0 00-1.667-2.883L18.667 1.783a3.334 3.334 0 00-3.334 0L3.667 8.45A3.333 3.333 0 002 11.333v13.334a3.333 3.333 0 001.667 2.883l11.666 6.667a3.333 3.333 0 003.334 0l11.666-6.667A3.333 3.333 0 0032 24.667z' stroke='%235C4384' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.45 9.6L17 18.017 31.55 9.6M17 34.8V18' stroke='%235C4384' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--16 {
    width: 40px;
    min-width: 40px;
    height: 34px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.333 32v-3.333A6.667 6.667 0 0021.667 22H8.333a6.667 6.667 0 00-6.666 6.667V32M15 15.333A6.667 6.667 0 1015 2a6.667 6.667 0 000 13.333zM38.334 32v-3.333a6.667 6.667 0 00-5-6.45M26.667 2.217a6.667 6.667 0 010 12.916' stroke='%235C4384' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--17 {
    width: 21px;
    min-width: 21px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='30' viewBox='0 0 21 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4586 29.4186H15.2957L15.2943 29.42V3.98H12.9914C8.76857 3.98 6.55 6.09714 6.55 9.22857C6.55 12.7829 8.08714 14.4343 11.2443 16.55L13.8457 18.2857L6.33857 29.4186H0.75L7.49 19.4714C3.60857 16.72 1.43286 14.0529 1.43286 9.52429C1.43286 3.85143 5.4 0 12.95 0H20.4586V29.4186Z' fill='white'/%3E%3C/svg%3E%0A");
}
.e-icon--18 {
    width: 18px;
    min-width: 18px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.778 3.586a3 3 0 00-4.242 0l-7.072 7.07a5 5 0 007.072 7.072l5.683-5.683 1.414 1.414-5.683 5.683a7 7 0 11-9.9-9.9l7.071-7.07a5 5 0 017.071 7.07l-7.06 7.061a3 3 0 11-4.243-4.243l6.354-6.353 1.414 1.414-6.353 6.354a1 1 0 101.414 1.414l7.06-7.06a3 3 0 000-4.243z' fill='%2350209E'/%3E%3C/svg%3E");
}
.e-icon--19 {
    width: 24px;
    min-width: 24px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' stroke='%23CCD9E0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.13 1.5L6 16.5a2 2 0 002 2h15'/%3E%3Cpath d='M1 6.63l15-.13a2 2 0 012 2v15'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.e-icon--20 {
    width: 10px;
    min-width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9M1 1l8 8' stroke='%2300395C' stroke-opacity='.8' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--21 {
    width: 26px;
    min-width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.25 12.375C24.2543 14.0249 23.8688 15.6524 23.125 17.125C22.243 18.8897 20.8872 20.374 19.2093 21.4116C17.5314 22.4493 15.5978 22.9993 13.625 23C11.9752 23.0043 10.3476 22.6189 8.875 21.875L1.75 24.25L4.125 17.125C3.38116 15.6524 2.9957 14.0249 3 12.375C3.00076 10.4022 3.55076 8.4686 4.5884 6.79072C5.62603 5.11285 7.11032 3.75699 8.875 2.87504C10.3476 2.1312 11.9752 1.74573 13.625 1.75004H14.25C16.8554 1.89378 19.3163 2.99349 21.1614 4.83861C23.0065 6.68373 24.1063 9.1446 24.25 11.75V12.375Z' stroke='%235C4384' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.e-icon--22 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18.75C17.0711 18.75 18.75 17.0711 18.75 15C18.75 12.9289 17.0711 11.25 15 11.25C12.9289 11.25 11.25 12.9289 11.25 15C11.25 17.0711 12.9289 18.75 15 18.75Z' stroke='%235C4384' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.25 18.75C24.0836 19.127 24.034 19.5452 24.1075 19.9507C24.181 20.3562 24.3743 20.7304 24.6625 21.025L24.7375 21.1C24.9699 21.3322 25.1543 21.6079 25.2801 21.9114C25.406 22.2149 25.4707 22.5402 25.4707 22.8688C25.4707 23.1973 25.406 23.5226 25.2801 23.8261C25.1543 24.1296 24.9699 24.4053 24.7375 24.6375C24.5053 24.8699 24.2296 25.0543 23.9261 25.1801C23.6226 25.306 23.2973 25.3707 22.9688 25.3707C22.6402 25.3707 22.3149 25.306 22.0114 25.1801C21.7079 25.0543 21.4322 24.8699 21.2 24.6375L21.125 24.5625C20.8304 24.2743 20.4562 24.081 20.0507 24.0075C19.6452 23.934 19.227 23.9836 18.85 24.15C18.4803 24.3085 18.165 24.5716 17.9429 24.9069C17.7208 25.2423 17.6016 25.6353 17.6 26.0375V26.25C17.6 26.913 17.3366 27.5489 16.8678 28.0178C16.3989 28.4866 15.763 28.75 15.1 28.75C14.437 28.75 13.8011 28.4866 13.3322 28.0178C12.8634 27.5489 12.6 26.913 12.6 26.25V26.1375C12.5903 25.7238 12.4564 25.3225 12.2156 24.9859C11.9749 24.6493 11.6384 24.3929 11.25 24.25C10.873 24.0836 10.4548 24.034 10.0493 24.1075C9.64377 24.181 9.2696 24.3743 8.975 24.6625L8.9 24.7375C8.66782 24.9699 8.3921 25.1543 8.0886 25.2801C7.78511 25.406 7.45979 25.4707 7.13125 25.4707C6.80271 25.4707 6.47739 25.406 6.1739 25.2801C5.8704 25.1543 5.59468 24.9699 5.3625 24.7375C5.13006 24.5053 4.94566 24.2296 4.81985 23.9261C4.69404 23.6226 4.62928 23.2973 4.62928 22.9688C4.62928 22.6402 4.69404 22.3149 4.81985 22.0114C4.94566 21.7079 5.13006 21.4322 5.3625 21.2L5.4375 21.125C5.72567 20.8304 5.91898 20.4562 5.99251 20.0507C6.06603 19.6452 6.01639 19.227 5.85 18.85C5.69155 18.4803 5.42844 18.165 5.09308 17.9429C4.75772 17.7208 4.36473 17.6016 3.9625 17.6H3.75C3.08696 17.6 2.45107 17.3366 1.98223 16.8678C1.51339 16.3989 1.25 15.763 1.25 15.1C1.25 14.437 1.51339 13.8011 1.98223 13.3322C2.45107 12.8634 3.08696 12.6 3.75 12.6H3.8625C4.27624 12.5903 4.67751 12.4564 5.01412 12.2156C5.35074 11.9749 5.60714 11.6384 5.75 11.25C5.91639 10.873 5.96603 10.4548 5.89251 10.0493C5.81898 9.64377 5.62567 9.2696 5.3375 8.975L5.2625 8.9C5.03006 8.66782 4.84566 8.3921 4.71985 8.0886C4.59404 7.78511 4.52928 7.45979 4.52928 7.13125C4.52928 6.80271 4.59404 6.47739 4.71985 6.1739C4.84566 5.8704 5.03006 5.59468 5.2625 5.3625C5.49468 5.13006 5.7704 4.94566 6.0739 4.81985C6.37739 4.69404 6.70271 4.62928 7.03125 4.62928C7.35979 4.62928 7.68511 4.69404 7.9886 4.81985C8.2921 4.94566 8.56782 5.13006 8.8 5.3625L8.875 5.4375C9.1696 5.72567 9.54377 5.91898 9.94926 5.99251C10.3548 6.06603 10.773 6.01639 11.15 5.85H11.25C11.6197 5.69155 11.935 5.42844 12.1571 5.09308C12.3792 4.75772 12.4984 4.36473 12.5 3.9625V3.75C12.5 3.08696 12.7634 2.45107 13.2322 1.98223C13.7011 1.51339 14.337 1.25 15 1.25C15.663 1.25 16.2989 1.51339 16.7678 1.98223C17.2366 2.45107 17.5 3.08696 17.5 3.75V3.8625C17.5016 4.26473 17.6208 4.65772 17.8429 4.99308C18.065 5.32844 18.3803 5.59155 18.75 5.75C19.127 5.91639 19.5452 5.96603 19.9507 5.89251C20.3562 5.81898 20.7304 5.62567 21.025 5.3375L21.1 5.2625C21.3322 5.03006 21.6079 4.84566 21.9114 4.71985C22.2149 4.59404 22.5402 4.52928 22.8688 4.52928C23.1973 4.52928 23.5226 4.59404 23.8261 4.71985C24.1296 4.84566 24.4053 5.03006 24.6375 5.2625C24.8699 5.49468 25.0543 5.7704 25.1801 6.0739C25.306 6.37739 25.3707 6.70271 25.3707 7.03125C25.3707 7.35979 25.306 7.68511 25.1801 7.9886C25.0543 8.2921 24.8699 8.56782 24.6375 8.8L24.5625 8.875C24.2743 9.1696 24.081 9.54377 24.0075 9.94926C23.934 10.3548 23.9836 10.773 24.15 11.15V11.25C24.3085 11.6197 24.5716 11.935 24.9069 12.1571C25.2423 12.3792 25.6353 12.4984 26.0375 12.5H26.25C26.913 12.5 27.5489 12.7634 28.0178 13.2322C28.4866 13.7011 28.75 14.337 28.75 15C28.75 15.663 28.4866 16.2989 28.0178 16.7678C27.5489 17.2366 26.913 17.5 26.25 17.5H26.1375C25.7353 17.5016 25.3423 17.6208 25.0069 17.8429C24.6716 18.065 24.4085 18.3803 24.25 18.75V18.75Z' stroke='%235C4384' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.e-icon--23 {
    width: 30px;
    min-width: 30px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='18' viewBox='0 0 30 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.75 16.5L16.875 4.625L10.625 10.875L1.25 1.5' stroke='%2350209E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.25 16.5H28.75V9' stroke='%2350209E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.e-icon--24 {
    width: 28px;
    min-width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.825 1.50003H19.175L26.5 8.82503V19.175L19.175 26.5H8.825L1.5 19.175V8.82503L8.825 1.50003Z' stroke='%2350209E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 9.00003V14' stroke='%2350209E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 19.0001H14.0125' stroke='%2350209E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.e-icon--25 {
    width: 26px;
    min-width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 1.75H4.25C2.86929 1.75 1.75 2.86929 1.75 4.25V21.75C1.75 23.1307 2.86929 24.25 4.25 24.25H21.75C23.1307 24.25 24.25 23.1307 24.25 21.75V4.25C24.25 2.86929 23.1307 1.75 21.75 1.75Z' stroke='%2350209E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.75 6.74997H10.5V18H6.75V6.74997Z' stroke='%2350209E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 6.74997H19.25V13H15.5V6.74997Z' stroke='%2350209E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.e-icon--32 {
    width: 38px;
    height: 37px;
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='37' viewBox='0 0 38 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.6668 16.9668V18.5002C35.6648 22.0942 34.501 25.5913 32.3491 28.4699C30.1971 31.3485 27.1723 33.4543 23.7258 34.4734C20.2792 35.4924 16.5956 35.37 13.2243 34.1245C9.85297 32.879 6.97459 30.577 5.01843 27.562C3.06227 24.5469 2.13315 20.9803 2.36962 17.394C2.6061 13.8078 3.99551 10.3941 6.33063 7.66197C8.66575 4.92988 11.8215 3.02582 15.3271 2.23376C18.8328 1.4417 22.5006 1.80408 25.7835 3.26685' stroke='%2350209E' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.6667 5.16675L19 21.8501L14 16.8501' stroke='%2350209E' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.e-icon--33 {
    width: 20px;
    min-width: 20px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l8 8 8-8' stroke='%23431A84' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--34 {
    width: 12px;
    min-width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L11 1M1 1h10v10' stroke='%2350209E' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.e-icon--35 {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' fill='%2350209E'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cpath d='M44.319 44.276l.771.771a1.29 1.29 0 010 1.824l-3.931 3.93a1.285 1.285 0 01-1.823 0l-16.05-16.049a1.29 1.29 0 010-1.823l3.931-3.931a1.29 1.29 0 011.824 0l.77.771 13.793-13.793-.771-.77a1.29 1.29 0 010-1.824l3.931-3.931a1.29 1.29 0 011.823 0l16.05 16.05a1.29 1.29 0 010 1.823l-3.931 3.93a1.286 1.286 0 01-1.823 0l-.772-.77-3.68 3.68 18.191 18.192a1.29 1.29 0 010 1.823l-4.608 4.608a1.285 1.285 0 01-1.823 0L48 40.596l-3.681 3.68zm17.583-17.864L47.676 12.186l-2.108 2.108L59.794 28.52l2.108-2.108zM26.021 33.84l14.226 14.227 2.108-2.108-.766-.766-.005-.005L28.13 31.732 26.02 33.84zm19.387-16.022L31.634 31.592l10.862 10.861L56.27 28.68 45.408 17.82zm21.695 38.235l2.785-2.785L58.38 41.76l-2.785 2.785 11.507 11.507zm-13.33-13.33l2.785-2.785-3.95-3.95-2.785 2.784 3.95 3.951z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29 61.05h4.739v-4.56c0-.711.577-1.289 1.289-1.289H38.99c.712 0 1.29.578 1.29 1.29v4.56h4.74c.711 0 1.288.576 1.288 1.288v7.299a1.29 1.29 0 01-1.289 1.289H32.481a1.29 1.29 0 010-2.579H43.73v-4.72H9.578v4.72l16.986.002c-.49.027-.933.337-1.124.794a1.3 1.3 0 00.492 1.577c.192.123.41.19.63.2l-5.735.006H8.289A1.29 1.29 0 017 69.637V62.34c0-.712.577-1.289 1.29-1.289zm18.272 9.872h.137a1.316 1.316 0 01-.137 0zm.137-2.572a1.221 1.221 0 00-.135 0h.135zm11.003-10.57H15.607v3.173h22.095v-3.174z'/%3E%3Cpath d='M26.7 70.922V68.35h-.136c-.49.027-.933.337-1.124.794a1.3 1.3 0 00.492 1.577c.192.123.41.19.63.2h.137z'/%3E%3Cpath d='M26.7 68.35v2.572c.254-.014.505-.102.715-.261a1.3 1.3 0 00.442-1.418 1.3 1.3 0 00-1.158-.893z'/%3E%3C/g%3E%3Cpath d='M3.52 13v-2.002L6.523 7.93c.277-.277.494-.533.65-.767a1.29 1.29 0 00.247-.728c0-.52-.325-.78-.975-.78H3.676V3.653a20.16 20.16 0 011.417-.26c.529-.087 1.14-.13 1.833-.13.763 0 1.36.104 1.794.312.442.208.754.516.936.923.19.407.286.906.286 1.495 0 .633-.126 1.183-.377 1.651a6.196 6.196 0 01-1.053 1.391l-1.664 1.703h3.354V13H3.52zm11.778 0v-1.781h-4.017l-.442-1.131 2.795-6.747h2.574l-2.366 5.746h1.456v-1.43l.481-1.248h2.041v2.678h.78v1.742l-.78.39V13h-2.522zm5.223.936L24.174 2.99h2.587l-3.653 10.946h-2.587zM30.733 13l2.522-7.137h-3.601V3.341h6.253l.61 1.014L33.542 13h-2.808z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h80v80H0z'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Cpath fill='%23fff' transform='matrix(-1 0 0 1 73 7)' d='M0 0h66v66H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.e-icon--36 {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.318 0a2 2 0 00-2 2v18.388a2 2 0 002 2h18.388a2 2 0 002-2V2a2 2 0 00-2-2H48.318zm18.04 2.349v7.184l-5.05-5.088-4.363 4.384-3.16-3.131-5.118 5.088V2.349h17.69zM48.666 14.107l5.127-5.088 1.49 1.51-4.442 4.5h-2.175v-.922zm12.642-6.302l5.048 5.05v2.174H54.163l7.146-7.224zM48.667 20.04v-2.661h17.69v2.661h-17.69zM33.638 2a2 2 0 00-2-2H13.25a2 2 0 00-2 2v18.388a2 2 0 002 2h18.388a2 2 0 002-2V2zm-2.349 18.04H13.6V2.348h17.69v17.69z' fill='%2350209E'/%3E%3Cpath d='M16.26 5.01h2.505v2.348H16.26V5.01zM21.27 5.01h7.514v2.348H21.27V5.01zM16.26 10.02h6.262v2.348H16.26V10.02zM25.027 10.02h3.757v2.348h-3.757V10.02zM16.26 15.03h3.757v2.348H16.26v-2.349zM22.522 15.03h6.262v2.348h-6.262v-2.349zM38.804 14.873h2.348v-2.505h2.661V10.02h-2.66V7.358h-2.35v2.662H36.3v2.348h2.505v2.505zM42.283 46.184a2 2 0 002-2V41.66l9.41-9.253h1.115a2 2 0 002-2V27.05a2 2 0 00-2-2H31.289v2.349h23.17v2.66H25.497v-2.66h3.287v-2.35h-3.636a2 2 0 00-2 2v3.36a2 2 0 002 2h1.271l9.254 9.252v2.524a2 2 0 002 2h4.61zM29.741 32.407h20.631l-8.437 8.28v3.148H38.02v-3.147l-8.28-8.28zM11.25 61.718a2 2 0 002 2h53.456a2 2 0 002-2V50.845a2 2 0 00-2-2H13.25a2 2 0 00-2 2v10.873zm2.349-10.524h52.758V61.37H13.6V51.194zM11.25 78a2 2 0 002 2h10.873a2 2 0 002-2v-9.62a2 2 0 00-2-2H13.25a2 2 0 00-2 2V78zm2.349-9.272h10.175v8.923H13.6v-8.923zM28.784 78a2 2 0 002 2h35.922a2 2 0 002-2v-9.62a2 2 0 00-2-2H30.784a2 2 0 00-2 2V78zm2.349-9.272h35.224v8.923H31.133v-8.923z' fill='%2350209E'/%3E%3Cpath d='M33.794 55.107h2.505v2.35h-2.505v-2.35zM38.804 55.107h2.505v2.35h-2.505v-2.35zM43.813 55.107h2.505v2.35h-2.505v-2.35z' fill='%2350209E'/%3E%3C/svg%3E");
}
.e-icon--37 {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55.8 30.6h16.8a2.4 2.4 0 002.4-2.4V21a2.4 2.4 0 00-2.4-2.4H55.8a2.4 2.4 0 00-2.4 2.4v2.4h-4.8a1.2 1.2 0 00-1.2 1.2V39h-6V23.4c0-.346-.15-.674-.409-.902l-9.6-8.4c-.22-.192-.5-.298-.791-.298h-24A3.6 3.6 0 003 17.4v43.2a3.6 3.6 0 003.6 3.6h31.2a3.6 3.6 0 003.6-3.6V41.4h6v14.4a1.2 1.2 0 001.2 1.2h4.8v2.4a2.4 2.4 0 002.4 2.4h16.8a2.4 2.4 0 002.4-2.4v-7.2a2.4 2.4 0 00-2.4-2.4H55.8a2.4 2.4 0 00-2.4 2.4v2.4h-3.6V41.4h3.6v2.4a2.4 2.4 0 002.4 2.4h16.8a2.4 2.4 0 002.4-2.4v-7.2a2.4 2.4 0 00-2.4-2.4H55.8a2.4 2.4 0 00-2.4 2.4V39h-3.6V25.8h3.6v2.4a2.4 2.4 0 002.4 2.4zm0-9.6h16.8v7.2H55.8V21zm-24-3.36l5.207 4.56H31.8v-4.56zM39 60.6a1.2 1.2 0 01-1.2 1.2H6.6a1.2 1.2 0 01-1.2-1.2V17.4a1.2 1.2 0 011.2-1.2h22.8v7.2a1.2 1.2 0 001.2 1.2H39V39h-8.496a8.4 8.4 0 00-16.714 1.2 8.4 8.4 0 0016.714 1.2H39v19.2zM28.2 40.2a6 6 0 11-6-6 6.007 6.007 0 016 6zm27.6 12h16.8v7.2H55.8v-7.2zm0-15.6h16.8v7.2H55.8v-7.2z' fill='%2350209E'/%3E%3Cpath d='M21 40.903l-1.552-1.551-1.696 1.696 2.4 2.4a1.2 1.2 0 001.696 0l4.8-4.8-1.696-1.696L21 40.903zM58.2 23.4h2.4v2.4h-2.4v-2.4zM63 23.4h2.4v2.4H63v-2.4zM67.8 23.4h2.4v2.4h-2.4v-2.4zM58.2 39h2.4v2.4h-2.4V39zM63 39h2.4v2.4H63V39zM67.8 39h2.4v2.4h-2.4V39zM58.2 54.6h2.4V57h-2.4v-2.4zM63 54.6h2.4V57H63v-2.4zM67.8 54.6h2.4V57h-2.4v-2.4zM9 25.8h4.8v2.4H9v-2.4zM17.4 25.8h18v2.4h-18v-2.4zM9 52.2h4.8v2.4H9v-2.4zM17.4 52.2h18v2.4h-18v-2.4z' fill='%2350209E'/%3E%3C/svg%3E");
}
.e-icon--38 {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' fill='%2350209E'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.415 9.276H28.898V22.93h45.517V9.276zM28.898 7a2.276 2.276 0 00-2.276 2.276V22.93a2.276 2.276 0 002.276 2.276h45.517a2.276 2.276 0 002.276-2.276V9.276A2.276 2.276 0 0074.415 7H28.898z'/%3E%3Cpath d='M44.828 7h2.276v18.207h-2.276V7zM50.52 14.966h3.413v3.413H50.52v-3.414zM56.209 14.966h3.414v3.413h-3.414v-3.414zM61.898 14.966h3.413v3.413h-3.414v-3.414zM67.589 14.966h3.414v3.413h-3.414v-3.414z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.22 13.494l-7.633 7.633-3.08-3.081 1.61-1.61 1.47 1.472 6.023-6.023 1.61 1.61z'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1)' fill='%2350209E'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.414 57.069H28.897v13.655h45.517V57.07zm-45.517-2.276a2.276 2.276 0 00-2.276 2.276v13.655A2.276 2.276 0 0028.897 73h45.517a2.276 2.276 0 002.276-2.276V57.07a2.276 2.276 0 00-2.276-2.276H28.897z'/%3E%3Cpath d='M44.827 54.793h2.276V73h-2.276V54.793zM50.519 62.759h3.413v3.413H50.52V62.76zM56.208 62.759h3.414v3.413h-3.414V62.76zM61.897 62.759h3.413v3.413h-3.413V62.76zM67.588 62.759h3.414v3.413h-3.414V62.76z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.648 60.718l-7.966 7.966-1.609-1.61 7.966-7.965 1.609 1.61z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.074 60.718l7.965 7.966 1.61-1.61-7.966-7.965-1.61 1.61z'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2)' fill='%2350209E'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.725 32.035H28.897V45.69h39.828V32.035zm-39.828-2.276a2.276 2.276 0 00-2.276 2.276V45.69a2.276 2.276 0 002.276 2.276h39.828A2.276 2.276 0 0071 45.69V32.035a2.276 2.276 0 00-2.275-2.276H28.897z'/%3E%3Cpath d='M50.519 29.759h2.275v18.206H50.52V29.76zM32.31 37.724h3.413v3.414H32.31v-3.414zM37.999 37.724h3.414v3.414h-3.414v-3.414zM43.688 37.724h3.414v3.414H43.69v-3.414z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.546 35.684L57.58 43.65l-1.61-1.61 7.966-7.965 1.61 1.609z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.971 35.684l7.966 7.966 1.609-1.61-7.966-7.965-1.609 1.609z'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.828 34.31a4.552 4.552 0 100 9.104 4.552 4.552 0 000-9.104zM5 38.862a6.828 6.828 0 1113.655 0 6.828 6.828 0 01-13.655 0zM11.828 59.345a4.552 4.552 0 100 9.103 4.552 4.552 0 000-9.103zM5 63.897a6.828 6.828 0 1113.655 0 6.828 6.828 0 01-13.655 0z' fill='%2350209E'/%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' transform='translate(26.622 7)' d='M0 0h50.069v18.207H0z'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Cpath fill='%23fff' transform='translate(26.621 54.793)' d='M0 0h50.069v18.207H0z'/%3E%3C/clipPath%3E%3CclipPath id='clip2'%3E%3Cpath fill='%23fff' transform='translate(26.621 29.759)' d='M0 0h44.379v18.207H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.e-icon--puzzles {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: url(../img/tools/6.svg) center/80% no-repeat;
}
/* y-brand */
.y-brand {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
@media(min-width: 768px) {
    .y-brand {
        width: 60px;
        height: 60px;
    }
}
/* content-area */
.content-area {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media(min-width: 768px) {
    .content-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(min-width: 1200px) {
    .content-area {
        padding-bottom: 120px;
    }
    .content-area--articles .content-area__sidebar {
        -webkit-flex: 0 1 40%;
            -ms-flex: 0 1 40%;
                flex: 0 1 40%;
        width: 40%;
        min-width: 40%;
        max-width: 40%;
        padding-left: 5%;
    }
}
.content-area--internal {
    padding: 20px 0;
}
/* link */
.content-area--articles a {
    text-decoration: none;
}
.content-area--articles a:not([class*="f-c-"]) {
    color: #50209e;
}
.content-area--articles a:not(.p-btn):hover {
    color: #8e2de2;
}
/* list */
.content-area--articles ul:not([class]) {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* content-area__content */
.content-area__content .p-h3 {
    margin-bottom: 8px;
}
.content-area__content a {
    color: #50209e;
}
.content-area__content p {
    margin: 0 0 20px 0;
}
.content-area__content p:last-child {
    margin-bottom: 0;
}
.content-area__content p + .b-list {
    margin-top: -8px;
}
.content-area__content img {
    margin: 14px 0 32px;
}
.content-area__content-item:not(:last-child) {
    margin-bottom: 32px;
}
.content-area__content .b-list:not(:last-child) {
    margin-bottom: 20px;
}
/* content-area__sidebar */
.content-area__sidebar .p-h3 {
    margin-bottom: 16px;
}
.content-area__sidebar .b-list:not(:last-child) {
    margin-bottom: 32px;
}
.content-area__sidebar .b-list a {
    display: block;
    text-decoration: none;
}
.content-area__sidebar .b-list li:not(:last-child) {
    margin-bottom: 6px;
}
.content-area__sidebar .p-btn {
    min-width: 345px;
}
.content-area__p-title {
    margin-bottom: 24px;
}
@media (min-width: 1200px) {
    .content-area__p-title {
        margin-bottom: 40px;
    }
    .content-area__p-title--tarifs {
        margin-bottom: 64px;
    }
}
.content-area__p-title--internal {
    margin-bottom: 20px;
}
.content-area__p-title--help {
    margin-bottom: 16px;
}

.b-list--toggle-mob {
    margin-bottom: 40px;
}
/* b-text */
.b-text p {
    margin: 0;
}
/* p-title */
.p-title--tarifs {
    padding: 0 4.35%;
}
.p-title__text {
    margin: 0;
}
.p-title__info {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.p-title_info .p-title__info strong {
    margin-right: 10px;
}
@media (max-width: 567px) {
    .p-title_info .p-title__info_log a {
        float: none;
    }
}
.p-title_info .p-title__info a,
.p-title_info .p-title__info strong {
    font-size: 14px;
}
.p-title_info .p-title__lead {
    margin-bottom: 15px;
    text-align: left;
}
@media (min-width: 568px) {
    .p-title__info strong,
    .p-title__info a {
        font-size: 14px;
    }
    .p-title_info .p-title__info strong,
    .p-title_info .p-title__info a {
        text-align: left;
    }
}
/* b-media */
.b-media {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    padding-bottom: 56.3%;
    height: 0;
    background: #f7f6fb;
    box-shadow: 0 56px 80px rgba(0, 32, 51, .07), 0 20.4409px 29.2013px rgba(0, 32, 51, .0482987), 0 4.86478px 6.94968px rgba(0, 32, 51, .0310596), 0 -2px 2.74791px rgba(0, 32, 51, .0217013);
}
.b-media > * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
@media(min-width: 1200px) {
    .b-media {
        border-radius: 16px;
    }
}
.b-media__gif {
    display: block;
    width: 100%;
    border: 3px solid #f7f6fb;
    border-radius: 8px;
}
@media(min-width: 1200px) {
    .b-media__gif {
        border-radius: 16px;
    }
}
.b-media__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    overflow: hidden;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    margin: auto;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%);
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
}
@media(min-width: 1200px) {
    .b-media__btn {
        width: 80px;
        height: 80px;
    }
}
.b-media__btn:active,
.b-media__btn:focus,
.b-media__btn:hover,
.b-media:hover .b-media__btn {
    background: #4a00e0;
}
.b-media__btn .e-icon {
    position: relative;
    left: 3px;
}
/* p-form */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    resize: vertical;
}
.p-form__field {
    margin: 0;
    padding: 0;
    min-width: 0;
    border: 0;
}
::-webkit-input-placeholder {
    color: rgba(0, 32, 51, .35);
}
::-moz-placeholder {
    color: rgba(0, 32, 51, .35);
}
:-moz-placeholder {
    color: rgba(0, 32, 51, .35);
}
:-ms-input-placeholder {
    color: rgba(0, 32, 51, .35);
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus::-moz-placeholder {
    color: transparent;
}
:focus:-moz-placeholder {
    color: transparent;
}
:focus:-ms-input-placeholder {
    color: transparent;
}
.p-form .ui-selectmenu-button,
.p-form__input,
.p-form__textarea,
.p-form__select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: block;
    width: 100%;
    padding: 8px 13px;
    color: inherit;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 4px;
    background: #fff;

    -webkit-appearance: none;
            appearance: none;
}
.p-form .ui-selectmenu-button:active,
.p-form .ui-selectmenu-button:focus,
.p-form .ui-selectmenu-button:hover,
.pass-group:active .p-form__input,
.pass-group:focus .p-form__input,
.pass-group:hover .p-form__input,
.p-form__input:active,
.p-form__input:focus,
.p-form__input:hover,
.p-form__textarea:active,
.p-form__textarea:focus,
.p-form__textarea:hover,
.p-form__select:active,
.p-form__select:focus,
.p-form__select:hover {
    border-color: #8e2de2;
    outline: none;
    box-shadow: none;
}
.p-form__label {
    display: block;
}
.p-form__title {
    margin-bottom: 24px;
}
.p-form__pp {
    margin: 0;
    padding-bottom: 16px;
}
.p-form__hint {
    margin-top: 8px;
}
/* p-form-info */
.p-form-info__icon {
    padding-right: 24px;
}
.p-form-info__text {
    padding-left: 24px;
    border-left: 1px solid rgba(0, 65, 102, .2);
}
/* p-form-add */
.p-form-add__info {
    line-height: 1;
    margin-bottom: 16px;
}
.p-form-add__sum {
    margin-right: 8px;
    margin-left: 8px;
}
.p-form-add__del-all {
    font-size: 12px;
    margin-left: 16px;
    padding: 6px 12px;
}
.p-form-add__del {
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
}
.p-form-add__add {
    width: 48px;
    height: 48px;
    margin-left: 16px;
    padding: 0;
}
.p-form-add__input-group {
    margin-bottom: 32px;
}
.p-form__input--add {
    width: 200px;
    margin-right: 8px;
}
.p-form__group {
    position: relative;
}
.p-form__group:not(:last-child) {
    margin-bottom: 24px;
}
@media(min-width: 1200px) {
    .p-form__hint {
        margin-top: 16px;
    }
}
/* p-form__note */
.p-form__error,
.p-form__note {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.p-form__note {
    color: rgba(0, 32, 51, .6);
}
.p-form__error {
    display: block !important;
}
.p-form__error *,
.p-form__error,
.p-form__group-error .p-form__note {
    color: #eb3333;
}
.p-form__input-error,
.p-form__group-error .p-form__input,
.p-form__group-error textarea {
    border-color: #eb3333;
}
.p-form__error a {
    text-decoration: underline;
}
.p-form__error .alert_danger,
.p-form__error .alert__head,
.p-form__error .alert__head-text {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.i-money {
    font-weight: normal;
}
/* p-form-msg */
.p-form-msg__title .e-icon {
    margin-right: 12px;
}
.p-form-msg__content p {
    margin: 0 0 16px 0;
}
.p-form-msg__content p:last-child {
    margin-bottom: 0;
}
.p-form-msg__content {
    padding-left: 50px;
}
/* switch */
.switch {
    position: relative;
    display: inline-block;
    max-width: 44px;
    min-width: 44px;
    width: 44px;
    height: 24px;
}
.switch__input {
    width: 0;
    height: 0;
    opacity: 0;
}
.switch__slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: .15s;
            transition: .15s;
    background-color: #bdc5ca;
}
.switch__slider::before {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    content: "";
    -webkit-transition: .15s;
            transition: .15s;
    background-color: white;
}
input:checked+ .switch__slider {
    background-color: #8e2de2;
}
input:checked+ .switch__slider:before {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}
.switch__slider--round {
    border-radius: 24px;
}
.switch__slider--round::before {
    border-radius: 50%;
}
.switch__caption {
    line-height: 1.15;
    margin-left: 14px;
}
/* b-checkbox */
.b-checkbox {
    position: relative;
    padding-left: 30px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        }
.b-checkbox__input {
    display: none;
}
.b-checkbox__mark {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
}
/* On mouse-over, add a grey background color */
/* .b-checkbox:hover input ~ .b-checkbox__mark {
    background-color: #ccc;
  }
.b-checkbox input:checked~ .b-checkbox__mark {
    background-color: #fff;
}
 */
.b-checkbox__mark:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 15px;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2L7 13 2 8' stroke='%2310AE79' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    background-color: transparent;
    opacity: 0;
}
.b-checkbox input:checked~ .b-checkbox__mark:after {
    opacity: 1;
}
@media(min-width: 1200px) {
    .b-checkbox {
        padding-left: 40px;
    }
    .b-checkbox__mark {
        top: 4px;
        width: 24px;
        height: 24px;
    }
    .b-checkbox__mark:after {
        background-size: cover;
    }
}

/* contact-feedback */
.contact-feedback .p-lead--bottom {
    margin-bottom: 0;
}
.p-form--contact {
    margin-bottom: 40px;
}
@media(min-width: 1200px) {
    .p-form--contact {
        margin-bottom: 84px;
    }
}
.p-form--contact .p-form__group--input {
    max-width: 395px;
}
.p-form .ui-selectmenu-button {
    padding-right: 48px;
}
.p-form .ui-selectmenu-button::after {
    position: absolute;
    top: 0;
    right: 48px;
    bottom: 0;
    width: 1px;
    content: "";
    background: rgba(0, 66, 105, .28);
}
.p-form .ui-selectmenu-button.ui-state-focus::after,
.p-form .ui-selectmenu-button.ui-state-hover::after {
    background: #8e2de2;
}
.p-form .ui-selectmenu-button .ui-icon {
    top: 0;
    right: 18px;
    bottom: 0;
    width: 10px;
    height: 5px;
    margin: auto;
    -webkit-transition: all .05s linear;
            transition: all .05s linear;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.0056 5.34106L0.0307244 1.36619L0.737831 0.659085L4.0056 3.92685L7.27336 0.659085L7.98047 1.36619L4.0056 5.34106Z'/%3E%3C/mask%3E%3Cpath d='M4.0056 5.34106L3.29849 6.04817L4.0056 6.75528L4.7127 6.04817L4.0056 5.34106ZM0.0307244 1.36619L-0.676383 0.659085L-1.38349 1.36619L-0.676383 2.0733L0.0307244 1.36619ZM0.737831 0.659085L1.44494 -0.0480219L0.737831 -0.755129L0.030724 -0.048022L0.737831 0.659085ZM4.0056 3.92685L3.29849 4.63396L4.0056 5.34106L4.7127 4.63396L4.0056 3.92685ZM7.27336 0.659085L7.98047 -0.0480218L7.27336 -0.755128L6.56626 -0.0480214L7.27336 0.659085ZM7.98047 1.36619L8.68758 2.0733L9.39468 1.36619L8.68758 0.659085L7.98047 1.36619ZM0.030724 -0.048022L-0.676383 0.659085L0.737831 2.0733L1.44494 1.36619L0.030724 -0.048022ZM4.7127 3.21974L1.44494 -0.0480219L0.0307244 1.36619L3.29849 4.63396L4.7127 3.21974ZM6.56626 -0.0480214L3.29849 3.21974L4.7127 4.63396L7.98047 1.36619L6.56626 -0.0480214ZM8.68758 0.659085L7.98047 -0.0480218L6.56626 1.36619L7.27336 2.0733L8.68758 0.659085ZM-0.676383 2.0733L3.29849 6.04817L4.7127 4.63396L0.737831 0.659085L-0.676383 2.0733ZM4.7127 6.04817L8.68758 2.0733L7.27336 0.659085L3.29849 4.63396L4.7127 6.04817Z' fill='%23004269' fill-opacity='0.28' mask='url(%23path-1-inside-1)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.p-form .ui-selectmenu-button.ui-state-focus .ui-icon,
.p-form .ui-selectmenu-button.ui-state-hover .ui-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.0056 5.34106L0.0307244 1.36619L0.737831 0.659085L4.0056 3.92685L7.27336 0.659085L7.98047 1.36619L4.0056 5.34106Z'/%3E%3C/mask%3E%3Cpath d='M4.0056 5.34106L3.29849 6.04817L4.0056 6.75528L4.7127 6.04817L4.0056 5.34106ZM0.0307244 1.36619L-0.676383 0.659085L-1.38349 1.36619L-0.676383 2.0733L0.0307244 1.36619ZM0.737831 0.659085L1.44494 -0.0480219L0.737831 -0.755129L0.030724 -0.048022L0.737831 0.659085ZM4.0056 3.92685L3.29849 4.63396L4.0056 5.34106L4.7127 4.63396L4.0056 3.92685ZM7.27336 0.659085L7.98047 -0.0480218L7.27336 -0.755128L6.56626 -0.0480214L7.27336 0.659085ZM7.98047 1.36619L8.68758 2.0733L9.39468 1.36619L8.68758 0.659085L7.98047 1.36619ZM0.030724 -0.048022L-0.676383 0.659085L0.737831 2.0733L1.44494 1.36619L0.030724 -0.048022ZM4.7127 3.21974L1.44494 -0.0480219L0.0307244 1.36619L3.29849 4.63396L4.7127 3.21974ZM6.56626 -0.0480214L3.29849 3.21974L4.7127 4.63396L7.98047 1.36619L6.56626 -0.0480214ZM8.68758 0.659085L7.98047 -0.0480218L6.56626 1.36619L7.27336 2.0733L8.68758 0.659085ZM-0.676383 2.0733L3.29849 6.04817L4.7127 4.63396L0.737831 0.659085L-0.676383 2.0733ZM4.7127 6.04817L8.68758 2.0733L7.27336 0.659085L3.29849 4.63396L4.7127 6.04817Z' fill='%238e2de2' mask='url(%23path-1-inside-1)'/%3E%3C/svg%3E%0A");
}
.p-form .ui-selectmenu-button[aria-expanded="true"] .ui-icon {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
}
.p-form .ui-selectmenu-button span.ui-selectmenu-text {
    line-height: inherit;
    padding: 0;
}
.p-form .ui-selectmenu-text {
    color: rgba(0, 32, 51, .35);
}
.p-form .ui-selectmenu-button--change .ui-selectmenu-text,
.p-form .ui-selectmenu-button.ui-state-hover .ui-selectmenu-text,
.p-form .ui-selectmenu-button.ui-state-focus .ui-selectmenu-text {
    color: #002033 !important;
}
.ui-selectmenu-menu {
    padding-top: 4px !important;
}
.ui-state-disabled {
    display: none !important;
}
@media(min-width: 1200px) {
    .ui-selectmenu-menu {
        font-size: 18px !important;
    }
}
.ui-selectmenu-menu .ui-menu {
    font-family: "PT-Root-UI", sans-serif !important;
    font-size: 17px !important;
    font-weight: normal !important;
    line-height: 1.15 !important;
    color: #002033 !important;
    border-color: rgba(0, 66, 105, .28) !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12) !important;
}
.ui-selectmenu-menu .ui-menu-item {
    padding: 7px 13px !important;
    list-style-image: none !important;
    border: none !important;
}
.ui-selectmenu-menu .ui-state-hover,
.ui-selectmenu-menu .ui-state-focus {
    color: initial !important;
    background: rgba(0, 66, 105, .05) !important;
}
.ui-selectmenu-menu .ui-state-focus,
.ui-selectmenu-menu .ui-state-active {
    margin: 0 !important;
}
/* p-lead */
.p-lead {
    margin-bottom: 30px;
}
.p-lead__bar {
    margin-top: 24px;
}
.p-lead__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media(min-width: 768px) {
    .p-lead__item:not(:last-child) {
        margin-right: 24px;
    }
}
@media(min-width: 992px) {
    .p-lead {
        margin-bottom: 40px;
    }
}
@media(min-width: 1200px) {
    .p-lead {
        margin-bottom: 48px;
    }
}
.p-lead__text {
    margin: 0;
}
/* ui-dialog */
.s-modal {
    width: 100% !important;
    max-width: 800px;
    padding: 20px !important;
    border: none !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 -1px 1px rgba(0, 32, 51, .07), 0 2px 2px rgba(0, 32, 51, .07), 0 1px 1px rgba(0, 32, 51, .07), 0 8px 16px rgba(0, 32, 51, .07), 0 6px 8px rgba(0, 32, 51, .07), 0 4px 4px rgba(0, 32, 51, .07);
}
.s-modal__p-form {
    margin-top: 20px;
}
.s-modal .ui-dialog-content {
    padding: 0 !important;
}
.s-modal .ui-dialog-title {
    font-family: "PTRootUIWebBold", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 8px 0;
    /* color: #002033; */
    color: #50209e;
}
@media(min-width: 768px) {
    .s-modal {
        padding: 25px !important;
        border-radius: 16px !important;
    }
}
@media(min-width: 1200px) {
    .s-modal .ui-dialog-title {
        font-size: 22px !important;
    }
}
/* b-sticky */
@media(min-width: 1200px) {
    .b-sticky ul:not(.b-widget__list) li {
        font-size: 16px;
    }
}



/* scrollbar ui-dialog */
.ui-dialog .ui-dialog-content,
[class*="table-light_log"],
.a-report-list__content {
    scrollbar-width: thin;
    /* не стилизуем цвет скроллбара и ползунка */
    /* чтобы не терять эффект ховера в блинк-браузерах */
}


/* ui-dialog-total */
.ui-dialog-total {
    margin-top: 30px;
}
.ui-dialog-total__item:not(:last-child) {
    margin-right: 30px;
}
.ui-dialog-total__title {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    margin-right: 16px;
}

/* переопределение стилей для s-modal */
.s-modal .ui-dialog-titlebar {
    padding: 0 !important;
}
.ui-dialog.s-modal .ui-dialog-titlebar-close {
    right: 0;
}
/* переопределение стилей для всех окон, включая s-modal.
копия кода ниже есть в style.css.
добавляем тип элемента к селектору для
повышения специфичности, чтобы перебить
дефолтные стили jquery UI. */
.ui-dialog button.ui-dialog-titlebar-close {
    z-index: 100;
    top: 50%;
    right: 1em;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    border: none !important;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 1.5l-15 15M1.5 1.5l15 15' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ui-dialog button.ui-dialog-titlebar-close:hover {
    opacity: .7;
}
.ui-dialog button.ui-dialog-titlebar-close:focus {
    outline: 1px solid black;
    outline-offset: 3px;
}
.ui-dialog button.ui-dialog-titlebar-close .ui-icon {
    display: none !important;
}
.ui-dialog button.ui-dialog-titlebar-close .ui-button-text {
    padding: 0;
}

.ui-dialog-total__text {
    line-height: 1;
}
.ui-widget-overlay {
    z-index: 1002 !important;
    opacity: 1 !important;
    background: rgba(70, 51, 101, .5) !important;
}
.ui-widget-header {
    color: #000 !important;
    border: none !important;
    background: #fff !important;
}
@media(max-width: 767px) {
    .s-modal-open .s-modal {
        position: fixed;
        top: 0 !important;
        right: 0;
        bottom: 0;
        left: 0 !important;
        overflow-y: auto;
        max-width: 100%;
        border-radius: 0 !important;
        box-shadow: none !important;

        -webkit-overflow-scrolling: touch;
    }
}
/* s-panel */
.s-modal-open,
.s-panel-open {
    overflow: hidden;
    padding-right: 15px;
}
.s-panel__content {
    -webkit-overflow-scrolling: touch;
}
.s-panel__title {
    font-family: "PTRootUIWebBold", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 16px 0;
    color: #50209e;
}
@media (min-width: 1200px) {
    .s-panel__title {
        font-size: 22px;
    }
}
.s-panel__s-title {
    margin-top: 40px;
    margin-bottom: 16px;
}
.s-panel__img:not(:last-child) {
    margin-bottom: 20px;
}
.s-panel__text:not(:last-child) {
    margin-bottom: 24px;
}
.s-panel__text p {
    margin: 0 0 8px 0;
}
.s-panel__text p:last-child {
    margin-bottom: 0;
}
/* alert styles */
.alert {
    position: static;
    display: block;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 2px;

    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}
.alert__head {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    padding: 10px;
}
.alert__body {
    line-height: 1.6;
    display: none;
    padding: 0 10px 10px;
}
.alert.is-open .alert__body {
    display: block;
}
.alert_danger {
    color: #c80000;
    background-color: #ffd2be;
}
.alert_info {
    color: #a46d00;
    background-color: #ffeda6;
}
.alert__head-close,
.alert__head-toggle {
    font-weight: bold;
        align-self: start;
    margin-left: 10px;
    cursor: pointer;

    -ms-align-self: start;
}
.alert__head-close:hover,
.alert__head-toggle:hover {
    color: #e50000;
}
.alert__head-text {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;

       -moz-flex: 1;
         -o-flex: 1;
}
.alert .form_reload {
    margin-left: 10px;
}
@media(max-width: 425px) {
    .alert .form_reload {
        margin-top: 5px;
        margin-left: 0;
    }
    .alert .btn_reload.btn_sm {
        padding-top: 10px;
        padding-right: 13px;
        padding-bottom: 12px;
        padding-left: 26px;
        background-position: 10px center;
    }
}
.alert__icon-angle {
    position: relative;
    top: 1px;
}
/* footer */
.footer {
    margin-bottom: 15px;
    padding: 40px 0;
    border-top: 1px solid rgba(0, 65, 102, .2);
    border-bottom: 1px solid rgba(0, 65, 102, .2);
    background: #fff;
}
.footer__top {
    margin-bottom: 40px;
}
@media(min-width: 992px) {
    .footer {
        margin-bottom: 0;
        border-bottom: none;
    }
}
@media(min-width: 1200px) {
    .footer {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.footer__container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}
/* footer-menu */
@media(max-width: 1199px) {
    .footer-menu {
        margin-bottom: 24px;
    }
}
.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu__item {
    margin-top: 0;
}
.footer-menu__item:not(:last-child) {
    margin-bottom: 24px;
}
.footer-menu .e-icon {
    margin-left: 12px;
}
/* footer-support */
.footer-support {
    margin-top: 24px;
}
.footer-support__item {
    margin-bottom: 24px;
}
.footer-menu__link {
    text-decoration: none;
}
.footer-support__item p {
    margin: 0;
}
@media(min-width: 768px) {
    .footer-support {
        margin-top: 0;
    }
    .footer-support__item:last-child {
        margin-bottom: 0;
    }
}
.footer-support__btn {
    max-width: 260px;
    margin-top: 7px;
}
/* footer__soc */
.b-soc {
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-soc__item:not(:last-child) {
    margin-right: 16px;
}
.b-soc__link {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.b-soc__link:hover {
    background-color: #8774b9;
    text-decoration: none;
}
.b-soc__link:hover .b-soc__icon path {
    fill: #fff;
}
.b-soc__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.footer__copy {
    max-width: 480px;
    margin: 0;
}
@media(min-width: 1200px) {
    .footer__copy {
        max-width: 580px;
    }
}
/* p-widget */
.b-widget__inner {
    position: relative;
}
.b-widget__item--icon-mob {
    padding-top: 30px;
    padding-bottom: 30px;
}
.b-widget__title {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    text-decoration: none;
}
.b-widget__title:hover .e-text-line {
    border-bottom-color: transparent;
}
.b-widget p {
    margin: 0;
}
.b-widget__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media(max-width: 767px) {
    .b-widget {
        margin-right: -15px;
        margin-left: -15px;
        padding: 40px 15px;
    }
    .b-widget__title .e-svg {
        display: none;
    }
    .b-widget__list {
        margin-left: 18px;
        list-style-type: disc;
    }
    .b-widget__list li {
        color: #431a84;
    }
    .b-widget__list li:not(:last-child) {
        margin-bottom: 4px;
    }
    .b-widget__list span {
        color: #002033;
    }
}
@media(min-width: 768px) {
    .b-widget {
        padding: 48px 64px 68px;
        border-radius: 8px;
    }
    .b-widget__title .e-svg {
        position: absolute;
        top: 12px;
        right: 0;
    }
    .b-widget__list li:not(:last-child) {
        margin-bottom: 16px;
    }
    .b-widget__item--info {
        padding-left: 104px;
    }
    .b-widget__item--icon-desc {
        position: absolute;
        top: 15px;
        left: 0;
    }
    .b-widget__item--icon-desc .e-icon:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media(min-width: 1200px) {
    .b-widget__item--icon-desc .e-icon:not(:last-child) {
        margin-bottom: 46px;
    }
    .b-widget__title {
        margin-bottom: 30px;
    }
}
/* b-collapse */
.b-collapse__title {
    margin-bottom: 4px;
    cursor: pointer;
}
.b-collapse__title .e-icon {
    margin: 8px 12px 0 0;
}
.b-collapse__title.is-open .e-icon {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
}
.b-collapse__content {
    display: none;
}
.b-collapse__title.is-open+ .b-collapse__content {
    display: block;
}
.b-collapse__content {
    padding-left: 32px;
}
.b-collapse__content ul {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
}
.b-collapse__content p {
    margin: 0 0 12px 0;
}
.b-collapse__content p:last-child {
    margin-bottom: 0;
}
@media(min-width: 768px) {
    .b-collapse__title .e-icon {
        margin-right: 24px;
    }
    .b-collapse__content {
        padding-left: 42px;
    }
}
/* p-feedback */
.p-feedback {
    padding: 40px 0;
}
.p-lead--feedback {
    margin-bottom: 40px;
}
.b-media--feedback {
    display: none;
}
.b-media--feedback> * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(min-width: 1200px) {
    .p-feedback {
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        border-radius: 16px;
    }
    .p-lead--feedback {
        margin-bottom: 48px;
    }
    .b-media--feedback {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 71%;
    }
    .p-feedback .p-form-msg {
        margin-top: 80px;
    }
}
@media(min-width: 1440px) {
    .p-feedback {
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 16px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .b-media--feedback {
        position: absolute;
        padding-bottom: 66%;
    }
}
/* p-form--feedback */
.b-grid__inner--feedback {
    max-width: 650px;
}
.p-form--feedback .p-form__input {
    margin-bottom: 24px;
}
@media(min-width: 768px) {
    .p-form--feedback .p-form__group {
        display: -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
        -webkit-align-items: stretch;
                align-items: stretch;
        -ms-flex-align: stretch;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
    }
    .p-form--feedback .p-form__input {
        margin-bottom: 0;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .p-form--feedback .p-form__btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .p-form--feedback .p-form__pp {
        padding: 0;
    }
}
@media(max-width: 1199px) {
    .b-grid__inner--feedback {
        margin-right: auto;
        margin-left: auto;
    }
}
@media(min-width: 1200px) and (max-width: 1439px) {
    .b-grid__inner--feedback {
        padding-right: 3%;
    }
}
@media(min-width: 1440px) {
    .p-feedback {
        min-height: 530px;
    }
}

/* h-page-blog */
.b-grid--blog {
    margin-bottom: 44px;
}
.blog-link {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}
.blog-link:hover {
    color: #8e2de2;
}
.blog-link:hover .e-text-line {
    border-bottom-color: transparent;
}
@media(max-width: 767px) {
    .b-grid--blog .b-grid__item:not(:last-child) {
        margin-bottom: 24px;
    }
}
@media(min-width: 1440px) {
    .b-grid--blog {
        margin-right: -30px;
        margin-left: -30px;
    }
    .b-grid--blog .b-grid__item {
        padding-right: 30px;
        padding-left: 30px;
    }
}
/* p-form--register */
.p-form--register .p-form__group--input {
    max-width: 470px;
}
.p-form__divider {
    display: block;
    margin: 4px 8px;
    text-align: center;
}

/* promo-form */
.p-btn--promo-use {
    margin-top: 18px;
}
/* pass-group */
.pass-group {
    position: relative;
}
.pass-group .pass-group__pass {
    padding-right: 50px;
}
.pass-group__control {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 44px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833496 7.99998C0.833496 7.99998 4.16683 1.33331 10.0002 1.33331C15.8335 1.33331 19.1668 7.99998 19.1668 7.99998C19.1668 7.99998 15.8335 14.6666 10.0002 14.6666C4.16683 14.6666 0.833496 7.99998 0.833496 7.99998Z' stroke='%234D3A73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10.5C11.3807 10.5 12.5 9.38071 12.5 8C12.5 6.61929 11.3807 5.5 10 5.5C8.61929 5.5 7.5 6.61929 7.5 8C7.5 9.38071 8.61929 10.5 10 10.5Z' stroke='%234D3A73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 16px;
}
.pass-group__control:not(.pass-group__control--view ):hover {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833496 7.99998C0.833496 7.99998 4.16683 1.33331 10.0002 1.33331C15.8335 1.33331 19.1668 7.99998 19.1668 7.99998C19.1668 7.99998 15.8335 14.6666 10.0002 14.6666C4.16683 14.6666 0.833496 7.99998 0.833496 7.99998Z' stroke='%238D67CC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10.5C11.3807 10.5 12.5 9.38071 12.5 8C12.5 6.61929 11.3807 5.5 10 5.5C8.61929 5.5 7.5 6.61929 7.5 8C7.5 9.38071 8.61929 10.5 10 10.5Z' stroke='%238D67CC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.pass-group__control--view {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.7668 11.7667C11.538 12.0123 11.262 12.2093 10.9553 12.3459C10.6486 12.4826 10.3176 12.556 9.9819 12.562C9.64623 12.5679 9.3128 12.5061 9.0015 12.3804C8.69021 12.2547 8.40743 12.0675 8.17003 11.8301C7.93264 11.5927 7.74549 11.31 7.61975 10.9987C7.49402 10.6874 7.43227 10.3539 7.43819 10.0183C7.44411 9.68258 7.51759 9.35154 7.65423 9.04487C7.79087 8.73821 7.98787 8.46221 8.2335 8.23333M14.9502 14.95C13.5257 16.0358 11.7911 16.6374 10.0002 16.6667C4.16683 16.6667 0.833496 10 0.833496 10C1.87007 8.06825 3.30778 6.38051 5.05016 5.05L14.9502 14.95ZM8.25016 3.53333C8.82377 3.39907 9.41105 3.33195 10.0002 3.33333C15.8335 3.33333 19.1668 10 19.1668 10C18.661 10.9463 18.0577 11.8373 17.3668 12.6583L8.25016 3.53333Z' stroke='%234D3A73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.833496 0.833328L19.1668 19.1667' stroke='%234D3A73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pass-group__control--view:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.7668 11.7667C11.538 12.0123 11.262 12.2093 10.9553 12.3459C10.6486 12.4826 10.3176 12.556 9.9819 12.562C9.64623 12.5679 9.3128 12.5061 9.0015 12.3804C8.69021 12.2547 8.40743 12.0675 8.17003 11.8301C7.93264 11.5927 7.74549 11.31 7.61975 10.9987C7.49402 10.6874 7.43227 10.3539 7.43819 10.0183C7.44411 9.68258 7.51759 9.35154 7.65423 9.04487C7.79087 8.73821 7.98787 8.46221 8.2335 8.23333M14.9502 14.95C13.5257 16.0358 11.7911 16.6374 10.0002 16.6667C4.16683 16.6667 0.833496 10 0.833496 10C1.87007 8.06825 3.30778 6.38051 5.05016 5.05L14.9502 14.95ZM8.25016 3.53333C8.82377 3.39907 9.41105 3.33195 10.0002 3.33333C15.8335 3.33333 19.1668 10 19.1668 10C18.661 10.9463 18.0577 11.8373 17.3668 12.6583L8.25016 3.53333Z' stroke='%238D67CC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.833496 0.833328L19.1668 19.1667' stroke='%238D67CC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
/* help */
.content-area--help a {
    text-decoration: none;
}
.content-area--help a:hover {
    color: #8e2de2;
}
.content-area--help .p-sect {
    margin-bottom: 60px;
}
@media(min-width: 1200px) {
    .content-area--help .p-sect {
        margin-bottom: 80px;
    }
}
.p-sect--help-info {
    margin-bottom: 60px;
}
.p-sect--help-info .p-sect__item:not(:last-child) {
    margin-bottom: 40px;
}
@media(max-width: 767px) {
    .b-grid--help-info .b-grid__item:first-child {
        margin-bottom: 40px;
    }
}
@media(min-width: 1200px) {
    .b-grid--help-info {
        margin-right: -20px;
        margin-left: -20px;
    }
    .b-grid--help-info .b-grid__item {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.p-sect--help-info .p-h2 {
    margin-bottom: 40px;
}
.p-sect--help-info .p-h3 {
    margin-bottom: 20px;
}
.content-area--help .p-sect--help-news {
    margin-bottom: 48px;
}
.p-lead--help {
    margin-bottom: 0;
}
/* b-search */
.b-search {
    max-width: 830px;
}
.b-search .p-form__label {
    position: relative;
}
.b-search .p-form__input::-webkit-search-decoration,
.b-search .p-form__input::-webkit-search-cancel-button,
.b-search .p-form__input::-webkit-search-results-button,
.b-search .p-form__input::-webkit-search-results-decoration {
    -webkit-appearance: none;
            appearance: none;
}
.b-search .p-form__input {
    overflow: hidden;
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%23B8CAD5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9999 21L16.6499 16.65' stroke='%23B8CAD5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 13px;
    background-size: 24px;
}
.b-search .p-form__input:focus,
.b-search .p-form__input:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%238e2de2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9999 21L16.6499 16.65' stroke='%238e2de2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.b-search__result {
    overflow: hidden;
    margin-top: 4px;
    border-color: rgba(0, 66, 105, .28);
    border-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12);
}
.b-search__result .b-search__link,
.b-search__msg {
    display: block;
    padding: 7px 13px;
    color: #002033;
}
.b-search__link:hover {
    background: rgba(0, 66, 105, .05);
}
/* b-decor */
.content-area .b-decor {
    margin-top: 80px;
    margin-bottom: -80px;
}
@media(min-width: 1200px) {
    .content-area .b-decor {
        margin-bottom: -120px;
    }
}

/*
!!! добавлять стили выше блока правил display
*/

/* display */
.d-block {
    display: block;
}
.d-none {
    display: none;
}
.d-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
}
.d-flex--col {
    flex-direction: column;
}
.d-flex--h-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.d-flex--v-center {
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
}
.d-flex--h-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.d-flex--h-end {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.d-flex--hv-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
@media(max-width: 575px) {
    .d-xs-none {
        display: none;
    }
    .d-flex--h-center-xs {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
}
@media(min-width: 576px) {
    .d-sm-none {
        display: none;
    }
    .d-sm-flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
    }
}
@media(min-width: 768px) {
    .d-md-none {
        display: none;
    }
    .d-md-block {
        display: block;
    }
    .d-md-flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
    }
}
@media(min-width: 992px) {
    .d-lg-none {
        display: none;
    }
    .d-lg-block {
        display: block;
    }
    .d-lg-flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
    }
}
@media(min-width: 1200px) {
    .d-xl-none {
        display: none;
    }
    .d-xl-block {
        display: block;
    }
    .d-xl-flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
    }
}
@media(min-width: 1400px) {
    .d-xxl-none {
        display: none;
    }
    .d-xxl-block {
        display: block;
    }
    .d-xxl-flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
    }
}

/*
!!! добавлять стили выше блока правил display
*/
