@charset "UTF-8";

/* a:active,
a:focus,
a:hover,
a:visited {
    color: #000;
} */

/* a.button:active,
a.button:focus,
a.button:hover,
a.button:visited {
    color: #fff;
} */

a.button.button--ghost-pink:visited {
    color: #ff507b;
}
a.button.button--ghost-pink:hover,
a.button.button--ghost-purple:hover  {
    color: #fff;
}
a.button.button--ghost-purple:visited {
    color: #694eb2;
}

.header-transparent--white .header__buttons a.button:active,
.header-transparent--white .header__buttons a.button:focus,
.header-transparent--white .header__buttons a.button:hover,
.header-transparent--white .header__buttons a.button:visited {
    color: #000;
}

/* .section--dark a.button:active,
.section--dark a.button:focus,
.section--dark a.button:hover,
.section--dark a.button:visited {
    color: #000;
} */

.section--dark a.button.button--purple:active,
.section--dark a.button.button--purple:focus,
.section--dark a.button.button--purple:hover,
.section--dark a.button.button--purple:visited {
    color: #800080;
}

.intro-slider__dots .glide__bullet {
    padding: 0;
}

.ti__image {
    overflow: hidden;
    position: relative;
}

.ti__image picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    overflow: hidden;
    height: 100%;
}

.ti__image picture img {
    height: 100%;
    max-width: inherit;
}

.section-title__text {
    max-width: 800px;
}
.card-advantage--block .card-advantage__text,
.card-advantage--media .card-advantage__text {
    margin-top: 10px;
}
.card-advantage__info .card-advantage__text a {
    color: #ff507b;
}
.card-documents__image {
    background-size: cover;
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 15px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    display: block;
}
.card-advantage--media__img {
    height: 210px;
    background-size: cover;
    background-position: center center;
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 15px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    display: block;
    position: relative;
}
.card-media__video:before,
.card-advantage--media__img:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(#2f1a67 0, rgba(47, 26, 103, 0.42) 100%);
    opacity: 0.57;
    z-index: 1;
}
.section--dark .card-advantage--media {
    color: #fff;
}
.card-media__video {
    padding-bottom: 210px;
    display: block;
    background-size: cover;
    background-position: center center;
    margin: -1px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 15px;
}
.card-media__video:after {
    content: "";
    background-image: url(../img/ui/play-button2.svg);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
    z-index: 2;
}
.items-3 .card-documents__image {
    height: 460px;
}
.items-4 .card-documents__image {
    height: 325px;
}
.glide,
.tingle-modal * {
    box-sizing: border-box;
}
.tingle-content-wrapper,
.tingle-enabled .tingle-content-wrapper {
    filter: blur(8px);
}
.tingle-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.tingle-modal--noClose .tingle-modal__close,
.tingle-modal__closeLabel {
    display: none;
}
.tingle-modal--confirm .tingle-modal-box {
    text-align: center;
}
.tingle-modal--noOverlayClose {
    cursor: default;
}
.tingle-modal__close {
    position: fixed;
    top: 10px;
    right: 28px;
    z-index: 1000;
    padding: 0;
    width: 5rem;
    height: 3rem;
    border: none;
    background-color: transparent;
    color: #f0f0f0;
    font-size: 3rem;
    font-family: monospace;
    line-height: 1;
    cursor: pointer;
    transition: color 0.3s ease;
}
.tingle-modal__close:hover {
    color: #fff;
}
.tingle-modal-box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 60%;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.tingle-modal-box__content {
    padding: 3rem;
}
.tingle-modal-box__footer {
    padding: 1.5rem 2rem;
    width: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f5f5f5;
    cursor: auto;
}
.tingle-modal-box__footer::after {
    display: table;
    clear: both;
    content: "";
}
.tingle-modal-box__footer--sticky {
    position: fixed;
    bottom: -200px;
    z-index: 10001;
    opacity: 1;
    transition: bottom 0.3s ease-in-out 0.3s;
}
.tingle-enabled {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden;
}
.tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0;
}
.tingle-modal--visible {
    visibility: visible;
    opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
    -ms-transform: scale(1);
    transform: scale(1);
}
.tingle-modal--overflow {
    overflow-y: scroll;
    padding-top: 8vh;
}
.tingle-btn {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 1rem 2rem;
    border: none;
    background-color: grey;
    box-shadow: none;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    cursor: pointer;
    transition: background-color 0.4s ease;
}
.footer__copyright-right > a,
a:active,
a:focus,
a:hover {
    text-decoration: underline;
}
.tingle-btn--primary {
    background-color: #3498db;
}
.tingle-btn--danger {
    background-color: #e74c3c;
}
.tingle-btn--default {
    background-color: #34495e;
}
.tingle-btn--pull-left {
    float: left;
}
.tingle-btn--pull-right {
    float: right;
}
@media (max-width: 540px) {
    .tingle-modal {
        top: 0;
        display: block;
        padding-top: 60px;
        width: 100%;
    }
    .tingle-modal-box {
        width: auto;
        border-radius: 0;
    }
    .tingle-modal-box__content {
        overflow-y: scroll;
    }
    .tingle-modal--noClose {
        top: 0;
    }
    .tingle-modal--noOverlayClose {
        padding-top: 0;
    }
    .tingle-modal-box__footer .tingle-btn {
        display: block;
        float: none;
        margin-bottom: 1rem;
        width: 100%;
    }
    .tingle-modal__close {
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 60px;
        border: none;
        background-color: #2c3e50;
        box-shadow: none;
        color: #fff;
        line-height: 55px;
    }
    .tingle-modal__closeLabel {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    }
    .tingle-modal__closeIcon {
        display: inline-block;
        margin-right: 0.5rem;
        vertical-align: middle;
        font-size: 4rem;
    }
}
#app,
.wrapper,
body,
html {
    height: 100%;
}
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
    .tingle-modal {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    @media (max-width: 540px) {
        .tingle-modal {
            -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
        }
    }
    .tingle-enabled .tingle-content-wrapper {
        filter: none;
    }
} /*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    -ms-overflow-style: scrollbar;
}
.glide__slides,
.glide__track,
.header-banner,
.hide-text,
.logo__image,
.section,
.visually-hidden {
    overflow: hidden;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.tingle-modal--template .tingle-modal-box {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm,
    .tingle-modal--template .tingle-modal-box {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm,
    .tingle-modal--template .tingle-modal-box {
        max-width: 744px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .tingle-modal--template .tingle-modal-box {
        max-width: 960px;
    }
}
@media (min-width: 1260px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .tingle-modal--template .tingle-modal-box {
        max-width: 1200px;
    }
}
.blog-archive__items,
.blog-single__items,
.consult__content,
.events__content,
.events__header,
.feedback-form,
.feedback-form__column,
.feedback-form__content,
.feedback-form__footer,
.footer__main,
.form,
.page-feedbacks__content,
.row,
.section-advantage__items,
.section-coach__items,
.section-feedbacks__items,
.section-media__items,
.section-note__items,
.tarife__items,
.ti__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters,
.section-callback .form {
    margin-left: 0;
    margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.banner__img,
.banner__main-content,
.block__footer-button,
.block__footer-text,
.blog-archive__content,
.blog-archive__items .card-blog,
.blog-archive__items .card-event,
.blog-archive__sidebar,
.blog-single__content,
.blog-single__items .card-blog,
.blog-single__items .card-event,
.blog-single__sidebar,
.card-blog,
.card-blog__image-box,
.card-coach,
.card-event,
.card-event__content-box,
.card-event__image-box,
.card-feedback,
.card-note,
.card-note__img-box,
.card-note__info,
.card-tarife_single,
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.events__header-filters,
.events__header-text,
.feedback-form__column,
.feedback-form__footer .form-field,
.feedback-form__footer .form-field--checkbox,
.feedback-form__footer .form-field--submit,
.feedback-form__textarea,
.footer__menu,
.footer__pattents,
.footer__socials,
.footer__terms,
.form-field,
.form-field--25,
.form-field--33,
.form-field--50,
.page-feedbacks__content .card-feedback,
.section-banner.banner--full .banner__main-content,
.section-media .card-media,
.tarife__items .card-tarife:not(.card-tarife_single),
.ti--full-image .ti__content,
.ti__content,
.ti__image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto,
.events__header-filters,
.events__header-text,
.section-banner.banner--full .banner__main-content {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.blog-archive__items .card-blog,
.blog-archive__items .card-event,
.blog-single__items .card-blog,
.blog-single__items .card-event,
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.blog-archive__items .card-blog,
.blog-single__items .card-blog,
.card-blog,
.card-event,
.card-tarife_single,
.col-12,
.footer__menu,
.footer__pattents,
.footer__socials,
.footer__terms,
.form-field {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5,
    .footer__terms {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6,
    .section-media .card-media {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7,
    .footer__pattents {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .block__footer-button,
    .block__footer-text,
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .banner__img,
    .block__footer-button,
    .blog-archive__sidebar,
    .blog-single__sidebar,
    .col-md-5,
    .footer__socials,
    .ti__image {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .card-blog__image-box,
    .card-coach,
    .card-event__content-box,
    .card-event__image-box,
    .card-feedback,
    .card-note__img-box,
    .card-note__info,
    .col-md-6,
    .feedback-form__footer .form-field,
    .footer__pattents,
    .footer__terms,
    .form-field--25,
    .form-field--33,
    .form-field--50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .banner__main-content,
    .block__footer-text,
    .blog-archive__content,
    .blog-single__content,
    .col-md-7,
    .footer__menu,
    .ti__content {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10,
    .ti--full-image .ti__content {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .card-blog,
    .card-event,
    .col-md-12,
    .feedback-form__column,
    .feedback-form__footer .form-field--submit,
    .feedback-form__textarea {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .card-coach,
    .card-feedback,
    .col-lg-3,
    .section-media .card-media {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .block__footer-button,
    .blog-archive__sidebar,
    .blog-single__sidebar,
    .card-blog,
    .card-event,
    .card-note,
    .col-lg-4,
    .feedback-form__footer .form-field,
    .footer__socials,
    .form-field--33,
    .page-feedbacks__content .card-feedback,
    .tarife__items .card-tarife:not(.card-tarife_single) {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .blog-archive__items .card-blog,
    .blog-single__items .card-blog,
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .block__footer-text,
    .blog-archive__content,
    .blog-single__content,
    .col-lg-8,
    .footer__menu {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9,
    .ti--full-image .ti__content {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .card-blog__image-box,
    .card-event__content-box,
    .card-event__image-box,
    .card-note__img-box,
    .card-note__info,
    .col-lg-12,
    .feedback-form__column,
    .feedback-form__textarea {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1260px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3,
    .feedback-form__footer .form-field,
    .form-field--25,
    .page-feedbacks__content .card-feedback {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4,
    .feedback-form__footer .form-field--checkbox {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6,
    .feedback-form__column,
    .feedback-form__textarea {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8,
    .footer__menu,
    .ti--full-image .ti__content {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1260px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.glide {
    position: relative;
    width: 100%;
}
.glide * {
    box-sizing: inherit;
}
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.glide__slide {
    width: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.glide--rtl {
    direction: rtl;
}
html {
    box-sizing: border-box;
}
body {
    position: relative !important;
    top: 0 !important;
}
*,
::after,
::before {
    padding: 0;
    margin: 0;
    position: relative;
    outline: 0;
}
[v-cloak] {
    display: none;
}
a {
    color: #000;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    color: #000;
}
.section {
    padding: 100px 0;
}
@media screen and (max-width: 1259px) {
    .section {
        padding: 90px 0;
    }
}
@media screen and (max-width: 991px) {
    .section {
        padding: 80px 0;
    }
}
@media screen and (max-width: 767px) {
    .section {
        padding: 70px 0;
    }
}
@media screen and (max-width: 575px) {
    .section {
        padding: 60px 0;
    }
}
.banner--small + .section--white,
.section--dark:not(.section-intro):not(.banner--small):not(.section-banner--dark) + .section--dark:not(.banner--small),
.section--light:not(.section-intro):not(.banner--small):not(.section-banner--light) + .section--light:not(.banner--small),
.section--white:not(.section-intro):not(.section-banner--white) + .section--white:not(.banner--small) {
    padding-top: 0;
}
.section--white {
    background-color: #fff;
}
.section--light {
    background-color: #f7f7f7;
}
.section--dark {
    background-color: #694eb2;
    color: #fff;
}
.section__scheme-switcher {
    font-size: 0;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 30;
}
@media screen and (max-width: 991px) {
    .section__scheme-switcher {
        left: 20px;
        bottom: 20px;
    }
}
.section__scheme-switcher button {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-right: 0;
    outline: 0;
    cursor: pointer;
}
.events__header-filters select,
.header__mobile__nav,
.intro-slider__dots .glide__bullet,
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.section__scheme-switcher button:first-child {
    border-radius: 4px 0 0 4px;
}
.section__scheme-switcher button:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #ddd;
}
.section__scheme-switcher button.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.section__buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .section__scheme-switcher {
        left: 10px;
        bottom: 10px;
    }
    .section__buttons {
        flex-wrap: wrap;
    }
    .section__buttons p {
        padding-right: 0;
    }
}
.card-tarife__inner,
.neo-label,
.wrapper {
    flex-direction: column;
}
.section__buttons p {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    max-width: 600px;
}
.section__buttons.section__buttons-mode-text a {
    align-self: flex-start;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .section__buttons.section__buttons-mode-text a {
        margin-top: 25px;
    }
}
.wrapper {
    display: flex;
}
.page-content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
.hide-text {
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media screen and (max-width: 575px) {
    .hide-xs {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .hide-sm {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .hide-md {
        display: none;
    }
}
.wrapper {
    width: 100%;
}
a.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loader svg,
.loader:before {
    top: 50%;
    left: 50%;
    position: absolute;
}
.loader {
    min-height: 70vh;
}
.loader svg {
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}
.loader:before {
    content: " ";
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 2px solid rgba(51, 33, 100, 0.2);
    border-bottom-color: #332164;
    animation: spin 1s linear infinite;
}
.card-note__title:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
.text-block > :first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
.loaded .loader {
    display: none;
}
@font-face {
    font-family: ;
    src: local("-Thin"), url(../fonts/-Thin.woff2) format("woff2"), url(../fonts/-Thin.woff) format("woff"), url(../fonts/-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: ;
    src: local("-ExtraLight"), url(../fonts/-ExtraLight.woff2) format("woff2"), url(../fonts/-ExtraLight.woff) format("woff"), url(../fonts/-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: ;
    src: local("-Light"), url(../fonts/-Light.woff2) format("woff2"), url(../fonts/-Light.woff) format("woff"), url(../fonts/-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: ;
    src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff"), url(../fonts/.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: ;
    src: local("-Medium"), url(../fonts/-Medium.woff2) format("woff2"), url(../fonts/-Medium.woff) format("woff"), url(../fonts/-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: ;
    src: local("-Bold"), url(../fonts/-Bold.woff2) format("woff2"), url(../fonts/-Bold.woff) format("woff"), url(../fonts/-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: ;
    src: local("-ExtraBold"), url(../fonts/-ExtraBold.woff2) format("woff2"), url(../fonts/-ExtraBold.woff) format("woff"), url(../fonts/-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: ;
    src: local("-Heavy"), url(../fonts/-Heavy.woff2) format("woff2"), url(../fonts/-Heavy.woff) format("woff"), url(../fonts/-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "PT Root UI";
    src: local("PT Root UI Light"), local("PTRootUI-Light"), url(../fonts/PTRootUI-Light.woff2) format("woff2"), url(../fonts/PTRootUI-Light.woff) format("woff"), url(../fonts/PTRootUI-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "PT Root UI";
    src: local("PT Root UI"), local("PTRootUI-Regular"), url(../fonts/PTRootUI-Regular.woff2) format("woff2"), url(../fonts/PTRootUI-Regular.woff) format("woff"), url(../fonts/PTRootUI-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "PT Root UI";
    src: local("PT Root UI Medium"), local("PTRootUI-Medium"), url(../fonts/PTRootUI-Medium.woff2) format("woff2"), url(../fonts/PTRootUI-Medium.woff) format("woff"), url(../fonts/PTRootUI-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "PT Root UI";
    src: local("PT Root UI Bold"), local("PTRootUI-Bold"), url(../fonts/PTRootUI-Bold.woff2) format("woff2"), url(../fonts/PTRootUI-Bold.woff) format("woff"), url(../fonts/PTRootUI-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.neo-label {
    font-size: 12px;
    padding-left: 19px;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
}
.neo-label:before {
    background-image: url(../img/ui/neo.svg);
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    top: 0;
    left: 0;
    position: absolute;
}
.color-pink {
    color: #f36 !important;
}
.link,
.link:hover {
    color: #6f42c1;
}
.section--dark .link:not(.no-dark) {
    color: #fff;
}
.card-note__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-weight: 800;
}
.footer,
.header__nav,
.header__phones,
.logo__desc,
.text-block {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
}
.h1,
h1 {
    font-size: 44px;
    line-height: 1;
}
.text-block .h1,
.text-block h1 {
    margin-top: 66px;
    margin-bottom: 22px;
}
.h2,
h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 60px;
}
.h3,
h3 {
    font-size: 36px;
    line-height: 1.05;
}
.text-block .h3,
.text-block h3 {
    margin-top: 54px;
    margin-bottom: 18px;
}
.h4,
h4 {
    font-size: 24px;
    line-height: 1.25;
}
.text-block .h4,
.text-block h4 {
    margin-top: 36px;
    margin-bottom: 12px;
}
.h5,
h5 {
    font-size: 20px;
    line-height: 1.1;
}
.text-block .h5,
.text-block h5 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.card-note__title,
.h6,
h6 {
    font-size: 18px;
    line-height: 1.11;
}
.text-block .card-note__title,
.text-block .h6,
.text-block h6 {
    margin-top: 27px;
    margin-bottom: 10px;
}
.text-block ol,
.text-block ul,
ol.style-list,
ul.style-list {
    padding: 0;
    margin: 15px 0;
    font-size: inherit;
    line-height: 1.56;
    list-style: none;
}
.text-block ol ol,
.text-block ol ul,
.text-block ul ol,
.text-block ul ul,
ol.style-list ol,
ol.style-list ul,
ul.style-list ol,
ul.style-list ul {
    margin: 6px 0;
    list-style: none;
}
.text-block ol li,
.text-block ul li,
ol.style-list li,
ul.style-list li {
    padding-left: 23px;
}
.text-block ol li:not(:last-child),
.text-block ul li:not(:last-child),
ol.style-list li:not(:last-child),
ul.style-list li:not(:last-child) {
    margin-bottom: 9px;
}
.text-block ul li:before,
ul.style-list li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 9px;
    left: 0;
    background-color: #f36;
}
.text-block ul.style-list_medium,
ul.style-list.style-list_medium {
    font-size: 14px;
    line-height: 1.5;
}
.text-block ul.style-list_medium li,
ul.style-list.style-list_medium li {
    padding-left: 12px;
}
.text-block ul.style-list_medium li:not(:last-child),
ul.style-list.style-list_medium li:not(:last-child) {
    margin-bottom: 8px;
}
.text-block ul.style-list_medium li:before,
ul.style-list.style-list_medium li:before {
    width: 4px;
    height: 4px;
    top: 8px;
}
.text-block ol,
ol.style-list {
    counter-reset: Counter;
}
.text-block ol li,
ol.style-list li {
    counter-increment: Counter;
}
.text-block ol li:before,
ol.style-list li:before {
    content: counter(Counter) ".";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4375;
    color: #27135d;
}
.section--dark .text-block ol li:before,
.section--dark ol.style-list li:before {
    color: #fff;
}
.text-block {
    font-size: 16px;
    line-height: 1.5;
    color: #11072c;
}
.text-block > :last-child {
    margin-bottom: 0;
}
.text-block p {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.56;
}
.text-block .buttons {
    margin-top: 22px;
}
.buttons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -10px;
}
.buttons .button,
.buttons .section-callback .form button,
.buttons .section-intro__widget__form button[type="submit"],
.section-callback .form .buttons button,
.section-intro__widget__form .buttons button[type="submit"] {
    margin-left: 30px;
    margin-top: 10px;
}
.logo {
    flex-shrink: 0;
    display: flex;
    margin-right: auto;
}
@media screen and (max-width: 991px) {
    .logo {
        display: block;
    }
}
@media screen and (max-width: 378px) {
    .logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.logo::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    width: 100vw;
    height: 1px;
    background-color: #fff;
}
.logo__image {
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
    margin-right: 15px;
    display: block;
    width: 189px;
    height: 49px;
    background-image: url(../img/ui/logo-header.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logo__image img {
    max-height: 100%;
}
@media screen and (max-width: 991px) {
    .logo__image {
        width: 140px;
        height: 36px;
    }
}
@media screen and (max-width: 575px) {
    .logo__image {
        height: 30px;
    }
}
.logo__desc {
    margin-top: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    align-self: flex-start;
    border-left: 1px solid #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.41667;
    letter-spacing: 0.031em;
    width: 160px;
}
.header-banner,
.popup-callback .form input:not([type="checkbox"]),
.popup__title,
.section-title__title {
    font-family: Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 378px) {
    .logo__image {
        margin-right: 5px;
    }
    .logo__desc {
        display: none;
    }
}
.header-banner {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.85714;
    color: #000;
    max-height: 40px;
}
@media screen and (max-width: 991px) {
    .logo__desc {
        width: 100%;
        max-width: 200px;
        padding-bottom: 0;
        border: none;
        padding-left: 0;
        margin-top: 0;
    }
    .logo__desc br {
        display: none;
    }
    .header-banner {
        max-height: 100px;
        text-align: center;
        font-size: 12px;
        line-height: 1.41667;
        padding: 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .header-banner {
        padding: 5px 0;
    }
}
.header-banner__container {
    display: flex;
    height: 40px;
}
@media screen and (max-width: 1259px) {
    .header-banner__container {
        max-width: 100%;
    }
}
.header-banner__text {
    margin: 0 auto 0 0;
    letter-spacing: 0.01em;
}
.header-banner__countdown {
    flex-shrink: 0;
    margin-left: 30px;
    padding-left: 26px;
    background-image: url(../img/ui/ico-timer.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
@media screen and (max-width: 991px) {
    .header-banner__container {
        display: block;
        height: auto;
    }
    .header-banner__countdown {
        display: inline-block;
        margin-left: 0;
    }
}
.header-banner__button.button,
.section-callback .form button.header-banner__button,
.section-intro__widget__form button.header-banner__button[type="submit"] {
    flex-shrink: 0;
    margin-left: 20px;
    padding-left: 21px;
    padding-right: 17px;
    font-size: 15px;
    letter-spacing: 0.03em;
    border-radius: 0;
}
.header__buttons,
.header__phones {
    flex-shrink: 0;
    overflow: hidden;
    align-self: center;
}
@media screen and (max-width: 991px) {
    .header-banner__button.button,
    .section-callback .form button.header-banner__button,
    .section-intro__widget__form button.header-banner__button[type="submit"] {
        background-color: transparent;
        color: #f36;
        padding: 0;
        font-size: 14px;
        line-height: 1.42857;
    }
    .header__main {
        background-size: auto 100%;
    }
}
.header,
.header a:not(.button) {
    color: #fff;
}
.header {
    background-color: #332164;
}
.header ul {
    list-style: none;
}
.header__main {
    padding-top: 16px;
    padding-bottom: 20px;
    background-image: url(../img/ui/header-dots.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
@media screen and (max-width: 767px) {
    .header__main {
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 575px) {
    .header__main {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
.header-transparent .header__main {
    background-image: none;
}
.header__container {
    display: flex;
}
.header__logo::before {
    top: 27px;
}
.header__mobile__nav {
    appearance: none;
    height: 26px;
    align-self: center;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    cursor: pointer;
    width: 32px;
    margin-left: 15px;
    display: none;
}
@media screen and (max-width: 767px) {
    .header__mobile__nav {
        display: block;
    }
}
.header__mobile__nav span,
.header__mobile__nav:after,
.header__mobile__nav:before {
    width: 32px;
    height: 2px;
    border-radius: 100px;
    background-color: #fff;
    content: " ";
    display: block;
    transform-origin: 0 0;
    transition: transform 0.3s ease, opacity 0.2s ease;
    position: absolute;
    left: 0;
}
.header__mobile__nav:before {
    top: 0;
}
.header__mobile__nav span {
    top: 12px;
}
.header__mobile__nav:after {
    bottom: 0;
}
.header__mobile__nav:hover:before {
    transform: translateY(-2px);
}
.header__mobile__nav:hover:after {
    transform: translateY(2px);
}
.header__mobile__nav--opened span {
    opacity: 0;
}
.header__mobile__nav--opened:before {
    transform: rotate(45deg);
}
.header__mobile__nav--opened:after {
    transform: rotate(-45deg) translate(0, -1px);
}
.header__phones {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    max-height: 42px;
    max-width: 380px;
    margin-left: auto;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (max-width: 991px) {
    .header__phones {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .header__phones {
        font-size: 14px;
    }
}
.header__phones li {
    margin-left: 15px;
}
@media screen and (max-width: 378px) {
    .header__phones {
        font-size: 12px;
    }
    .header__phones li {
        margin-left: 5px;
    }
}
.header__buttons {
    margin-top: 3px;
    margin-left: 15px;
    height: 38px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .header__buttons {
        display: none;
        position: absolute;
        bottom: 30px;
        left: 30px;
        margin: 0;
    }
    .header__buttons .button,
    .header__buttons .button:hover,
    .header__buttons .section-callback .form button,
    .header__buttons .section-callback .form button:hover,
    .header__buttons .section-intro__widget__form button:hover[type="submit"],
    .header__buttons .section-intro__widget__form button[type="submit"],
    .section-callback .form .header__buttons button,
    .section-callback .form .header__buttons button:hover,
    .section-intro__widget__form .header__buttons button:hover[type="submit"],
    .section-intro__widget__form .header__buttons button[type="submit"] {
        background-color: #f36 !important;
        color: #fff !important;
    }
}
.header__buttons .button:not(:first-child),
.header__buttons .section-callback .form button:not(:first-child),
.header__buttons .section-intro__widget__form button:not(:first-child)[type="submit"],
.section-callback .form .header__buttons button:not(:first-child),
.section-intro__widget__form .header__buttons button:not(:first-child)[type="submit"] {
    margin-left: 10px;
}
.header__lang-switch {
    align-self: center;
    margin-top: 2px;
    display: flex;
    flex-shrink: 0;
    margin-left: 20px;
    height: 37px;
}
@media screen and (max-width: 767px) {
    .header__lang-switch {
        position: absolute;
        display: none;
        bottom: 30px;
        list-style: none;
        font-size: 0;
        margin: 0;
        left: 120px;
    }
    .header__lang-switch li {
        display: inline-block;
        font-size: 12px;
    }
    .header__lang-switch li a {
        border-color: #000;
        color: #000;
    }
    .header__lang-switch li a.current {
        background-color: #000;
        color: #fff !important;
    }
}
.header__lang-switch li:not(:first-child) {
    margin-left: 8px;
}
.header__lang-switch a {
    display: inline-block;
    width: 37px;
    height: 37px;
    font-size: 11px;
    font-weight: 700;
    line-height: 3.36364;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50%;
}
.header__lang-switch a.current {
    background-color: #fff;
    color: #000 !important;
}
.header__lang-switch a:focus,
.header__lang-switch a:hover {
    opacity: 0.75;
}
.header__nav {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.26667;
    background-color: #1f0c50;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    overflow: hidden;
}
.header__nav-list {
    display: flex;
    margin-left: -24px;
}
@media screen and (max-width: 767px) {
    .header__nav-list {
        display: block;
        background-color: #f6f6f6;
        margin-left: 0;
        list-style: none;
        padding: 30px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 100px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .header__nav-list > li:not(:first-child)::before {
        display: none;
    }
}
.header__nav-list > li {
    margin: 10px 24px 9px;
    white-space: nowrap;
}
.header__nav-list > li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    width: 2px;
    height: 2px;
    background-color: #f36;
}
.header--white {
    background-color: #f7f7f7;
    color: #402980;
}
.header--white .header-banner__button {
    background-color: #402980;
}
.header--white a:not(.button) {
    color: #402980;
}
.header--white .header__logo-ico {
    background-image: url(../img/ui/logo-header-purple.svg);
}
.header--white .header__logo-desc {
    border-left-color: #402980;
}
.header--white .header__lang-switch a {
    border-color: #402980;
}
.header--white .header__lang-switch a.current {
    background-color: #402980;
    color: #fff;
}
.header--white .header__nav {
    border-color: transparent;
    background-color: #402980;
}
.header--white .header__nav li::before,
.mobile-nav {
    background-color: #fff;
}
.header--white .header__nav a {
    color: #fff;
}
.header--blue {
    background-color: #7c85d0;
}
.header--blue .header__lang-switch a.current {
    color: #7c85d0;
}
.header--blue .header__nav {
    border-color: transparent;
    background-color: #c3ccff;
}
.header--blue .header__nav a {
    color: #452990;
}
.header--light-purple {
    background-color: #332164;
}
.header--light-purple .header__nav {
    border-color: transparent;
    background-color: #1f0c50;
}
.header--dark-purple {
    background-color: #1f0c50;
}
.header--dark-purple .header__nav {
    border-color: transparent;
    background-color: #332164;
}
.header-transparent .header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 400;
}
.mobile-nav,
.overlay {
    position: fixed;
    top: 0;
    right: 0;
}
.header-transparent .header .header__nav {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: transparent;
}
.header-transparent--dark .header {
    color: #000;
}
.header-transparent--dark .header a:not(.button) {
    color: #000;
    font-weight: 500;
}
.header-transparent--dark .header .header__nav {
    border-color: rgba(0, 0, 0, 0.2);
}
.header-transparent--dark .header .header__lang-switch a {
    border-color: #000;
}
.header-transparent--dark .header .header__lang-switch a.current {
    background-color: #000;
    color: #fff !important;
}
.header-transparent--dark .header .button,
.header-transparent--dark .header .section-callback .form button,
.header-transparent--dark .header .section-intro__widget__form button[type="submit"],
.section-callback .form .header-transparent--dark .header button,
.section-intro__widget__form .header-transparent--dark .header button[type="submit"] {
    background-color: #000;
    color: #fff;
}
.header-transparent--dark .header .logo__image {
    background-image: url(../img/ui/logo-header-purple.svg);
}
.header-transparent--dark .header .logo__desc {
    border-left-color: #000;
}
.overlay {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(31, 20, 62, 0.9);
    height: 100%;
    z-index: 999;
    width: 100%;
    transition: all 0.4s ease;
}
.overlay--opened {
    visibility: visible;
    opacity: 1;
}
.mobile-nav {
    display: none;
    width: 80%;
    max-width: 400px;
    height: 100%;
    z-index: 1000;
    transition: transform 0.5s ease;
    transform: translateX(102%);
    padding-bottom: 100px;
}
.mobile-nav .header__buttons,
.mobile-nav .header__lang-switch {
    display: block;
}
@media screen and (max-width: 767px) {
    .header__nav-list > li {
        margin: 0 0 20px;
        font-weight: 500;
    }
    .mobile-nav {
        display: block;
    }
}
.mobile-nav--opened {
    transform: translateX(0);
}
.mobile-nav--opened .mobile-nav__close {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.mobile-nav__close {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    position: absolute;
    left: -65px;
    top: 30px;
    z-index: 1000;
    -webkit-appearance: none;
    font-size: 24px;
    line-height: 0;
    padding: 0;
    display: block;
    text-align: center;
    cursor: pointer;
    outline: 0;
    opacity: 0;
    transform: translateX(50px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    visibility: hidden;
}
.mobile-nav__close:hover {
    background-color: #fff;
    color: #000;
}
.footer,
.footer a:not(.button),
.popup--dark,
.popup--dark .form-field,
.popup--dark .section-title__caption,
.popup--dark a {
    color: #fff;
}
.footer {
    padding-top: 52px;
    padding-bottom: 66px;
    background-color: #11072c;
    overflow: hidden;
}
.footer::after,
.footer::before {
    content: "";
    position: absolute;
    width: 490px;
    height: 100%;
    background-image: url(../img/ui/footer-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
}
.footer::before {
    left: 0;
    top: 0;
    transform: rotate(180deg);
}
.footer::after {
    right: 0;
    top: 0;
}
.footer__decorate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(100deg, transparent 0, #11072c 40%, #11072c, #11072c 60%, transparent 100%);
    z-index: 2;
}
.footer .container,
.footer .tingle-modal--template .tingle-modal-box,
.tingle-modal--template .footer .tingle-modal-box {
    z-index: 3;
}
.footer ul {
    list-style: none;
}
.footer__top {
    display: flex;
    margin-bottom: 33px;
}
@media screen and (max-width: 575px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .footer__top {
        display: block;
        text-align: center;
    }
}
.footer__logo::before {
    top: 24px;
}
@media screen and (max-width: 767px) {
    .footer__logo {
        text-align: center;
    }
    .footer__logo a {
        margin: 0 auto;
        height: 40px;
        width: 180px;
    }
    .footer__logo::before {
        display: none;
    }
}
.footer__phones {
    align-self: center;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 460px;
    font-size: 0;
}
@media screen and (max-width: 767px) {
    .footer__phones {
        text-align: center;
        margin: 10px 15px 0 0;
        display: block;
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .footer__phones {
        display: inline-block;
        vertical-align: top;
    }
}
.footer__phones li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer__phones li:not(:first-child) {
    margin-left: 30px;
}
@media screen and (max-width: 767px) {
    .footer__phones li:not(:first-child) {
        margin-left: 0;
    }
    .footer__phones li {
        display: block;
    }
}
.footer__phones a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28571;
}
.footer__buttons {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 29px;
}
@media screen and (max-width: 767px) {
    .footer__buttons {
        display: inline-block;
        margin: 8px 0 0;
    }
}
@media screen and (max-width: 575px) {
    .footer__buttons {
        margin-top: 16px;
    }
}
.footer__buttons .button,
.footer__buttons .section-callback .form button,
.footer__buttons .section-intro__widget__form button[type="submit"],
.section-callback .form .footer__buttons button,
.section-intro__widget__form .footer__buttons button[type="submit"] {
    margin-top: 8px;
    margin-left: 10px;
    padding-left: 35px;
    padding-right: 35px;
}
@media screen and (max-width: 767px) {
    .footer__buttons .button,
    .footer__buttons .section-callback .form button,
    .footer__buttons .section-intro__widget__form button[type="submit"],
    .section-callback .form .footer__buttons button,
    .section-intro__widget__form .footer__buttons button[type="submit"] {
        margin: 0;
    }
}
@media screen and (max-width: 575px) {
    .footer__buttons .button,
    .footer__buttons .section-callback .form button,
    .footer__buttons .section-intro__widget__form button[type="submit"],
    .section-callback .form .footer__buttons button,
    .section-intro__widget__form .footer__buttons button[type="submit"] {
        padding-left: 15px;
        padding-right: 15px;
        border: none;
    }
}
.footer__main {
    justify-content: space-between;
    margin-bottom: 25px;
    font-weight: 500;
}
.footer__menu {
    font-size: 16px;
    line-height: 1.875;
    -moz-column-count: 4;
    column-count: 4;
}
@media screen and (max-width: 1259px) {
    .footer__menu {
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media screen and (max-width: 991px) {
    .footer__menu {
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media screen and (max-width: 767px) {
    .footer__menu {
        -moz-column-count: 3;
        column-count: 3;
        font-size: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 320px) {
    .footer__menu {
        font-size: 12px;
    }
}
.footer__socials {
    align-self: flex-end;
    font-size: 16px;
    line-height: 1.875;
    text-align: right;
}
.footer__socials ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: -12px;
}
@media screen and (max-width: 767px) {
    .footer__socials {
        text-align: left;
    }
    .footer__socials ul {
        margin-bottom: 0;
        justify-content: flex-start;
    }
}
.footer__socials li {
    line-height: 1em;
    margin-left: 19px;
    margin-bottom: 15px;
}
.footer__socials a {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.footer__pattents,
.footer__terms {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.57143;
}
@media screen and (max-width: 767px) {
    .footer__socials li {
        margin-left: 0;
        margin-right: 15px;
    }
    .footer__pattents,
    .footer__terms {
        font-size: 13px;
    }
}
.footer__pattents {
    opacity: 0.53;
}
.footer__pattents li {
    display: inline-block;
    margin-right: 3px;
}
.footer__terms {
    text-align: right;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 2.08333;
}
@media screen and (max-width: 575px) {
    .footer__menu {
        -moz-column-count: 2;
        column-count: 2;
    }
    .footer__terms {
        text-align: left;
    }
    .footer__bottom {
        display: block;
    }
}
.footer__copyright-right > a:focus,
.footer__copyright-right > a:hover {
    text-decoration: none;
}
.tingle-modal-box__content > * {
    max-width: 100%;
    width: 100%;
}
.tingle-modal--image {
    overflow-y: scroll;
}
.tingle-modal--image .tingle-modal-box {
    max-width: 700px;
    width: auto;
}
.tingle-modal--template .tingle-modal-box {
    padding: 0;
    background-color: #694eb2;
}
.tingle-modal--template .tingle-modal-box__content {
    padding: 46px 30px 49px;
}
.tingle-modal--small .tingle-modal-box {
    max-width: 430px;
    background-color: #f7f7f7;
}
.tingle-modal--small .tingle-modal-box__content {
    padding: 41px 50px 49px;
}
.tingle-modal--video {
    padding: 40px 8px;
}
@media (max-width: 540px) {
    .tingle-modal--video {
        display: flex;
        padding-top: 0;
    }
}
.tingle-modal--video .tingle-modal-box {
    line-height: 0;
    width: 100%;
    max-width: 899px;
}
.tingle-modal--video .tingle-modal-box__content {
    padding: 56.25% 0 0;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.tingle-modal--video .tingle-modal-box__content iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal-content,
.tingle-modal--video .tingle-modal__close {
    display: none;
}
.popup__title {
    margin: 0 0 17px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.popup-callback .form input:not([type="checkbox"]) {
    padding: 16px 25px 15px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.01em;
}
.popup .feedback-form .form-field--disclaimer {
    padding-right: 15px;
}
.popup .feedback-form .form-field--disclaimer .form__disclaimer {
    margin: 0;
    font-size: 13px;
    line-height: 1.38462;
}
.popup .feedback-form .form-field--submit {
    padding-left: 0;
}
.section-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #000;
}
@media screen and (max-width: 1259px) {
    .footer__socials {
        align-self: flex-start;
    }
    .section-title {
        margin-bottom: 35px;
    }
    .section-title__title {
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    .popup .feedback-form .form-field--submit {
        padding-left: 15px;
    }
    .section-title {
        margin-bottom: 30px;
    }
}
.section-title.text-center {
    text-align: center;
    justify-content: center;
}
.section-title__title {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.05556;
    letter-spacing: -0.01em;
}
.form input:not([type="checkbox"]),
.form select,
.form textarea,
.form-field,
.section-title__text {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 991px) {
    .section-title__title {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .section-title__title {
        font-size: 26px;
    }
}
@media screen and (max-width: 575px) {
    .section-title__title {
        font-size: 24px;
    }
}
.section-title__title--dots {
    display: inline-block;
    background-image: url(../img/ui/section-title-dots.svg);
    background-repeat: no-repeat;
    background-position: right 70%;
    background-size: 153px 18px;
    padding-right: 173px;
}
.section-title__text {
    margin: 11px 0 0 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 1259px) {
    .section-title__text {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .section-title__text {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .section-title__title--dots {
        background-image: none;
        padding-right: 0;
    }
    .section-title__text {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .section-title__text {
        font-size: 14px;
    }
}
.section-title__buttons {
    padding-top: 18px;
}
.section-title__buttons a {
    display: inline-block;
    margin: 10px 0 0 10px;
}
.section-title__buttons a:first-child {
    margin-top: 0;
}
.section-title__button-mobile {
    white-space: nowrap;
    font-weight: 600;
    text-decoration: underline;
    color: #f36;
}
.section-title__button-mobile:focus,
.section-title__button-mobile:hover {
    text-decoration: none;
    color: #f36;
}
.popup--dark .section-title,
.section--dark .section-title {
    color: #fff;
}
.form-field {
    color: #000;
}
.form-field:not(:last-child) {
    margin-bottom: 10px;
}
.form-field--submit {
    margin-top: 5px;
}
.form-field--submit .button,
.form-field--submit .section-callback .form button,
.form-field--submit .section-intro__widget__form button[type="submit"],
.section-callback .form .form-field--submit button,
.section-intro__widget__form .form-field--submit button[type="submit"] {
    text-align: left;
}
.form-field--checkbox {
    margin-top: 13px;
}
.form-field--checkbox + .form-field--checkbox {
    margin-top: 0;
}
.section--dark .form-field,
.section--dark .form-field a {
    color: #fff;
}
.form input:not([type="checkbox"]),
.form select,
.form textarea {
    padding: 15px 25px 14px;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(47, 31, 108, 0.1);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5625;
    outline: 0;
}
.checkbox,
.form__disclaimer {
    font-weight: 400;
    line-height: 1.42857;
}
.form input:not([type="checkbox"]):hover,
.form select:hover,
.form textarea:hover {
    border: 1px solid rgba(47, 31, 108, 0.2);
}
.form input:not([type="checkbox"]):focus,
.form select:focus,
.form textarea:focus {
    border: 1px solid rgba(47, 31, 108, 0.4);
}
.form input:not([type="checkbox"]).input--error,
.form select.input--error,
.form textarea.input--error {
    border-color: red;
}
.form textarea {
    width: 100%;
    height: 168px;
    max-height: 100%;
    min-width: 100%;
    max-width: 100%;
    resize: none;
}
.form__disclaimer {
    margin-top: 5px;
    font-size: 14px;
}
@media screen and (max-width: 1259px) {
    .form__disclaimer {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .form__disclaimer {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .form__disclaimer {
        font-size: 12px;
    }
}
@media screen and (max-width: 575px) {
    .form__disclaimer {
        font-size: 12px;
    }
}
.form__disclaimer a {
    text-decoration: underline;
}
.form__disclaimer a:focus,
.form__disclaimer a:hover {
    text-decoration: none;
}
.checkbox {
    padding-left: 35px;
    display: block;
    font-size: 14px;
}
.feedback-form label:not(.checkbox),
.select select {
    line-height: 1.5625;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1259px) {
    .checkbox {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .checkbox {
        font-size: 14px;
    }
    .section-callback .form form {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
    .checkbox {
        font-size: 12px;
    }
}
@media screen and (max-width: 575px) {
    .checkbox {
        font-size: 12px;
    }
}
.checkbox-imitator {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 1px solid rgba(47, 31, 108, 0.1);
    transition: 0.3s;
}
.checkbox-imitator:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 6px;
    height: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
}
input:checked + .checkbox-imitator:after {
    opacity: 1;
}
.checkbox input:focus + .checkbox-imitator,
.checkbox input:focus:checked + .checkbox-imitator,
.checkbox:focus .checkbox-imitator,
.checkbox:hover .checkbox-imitator,
.checkbox:hover input:checked + .checkbox-imitator {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(47, 31, 108, 0.2);
}
.checkbox:hover input + .checkbox-imitator,
.checkbox:hover input:checked + .checkbox-imitator {
    border: 1px solid rgba(47, 31, 108, 0.4);
}
.form__success,
.select select {
    border: 1px solid #f36;
    background-color: #fff;
}
.select select {
    padding: 12px 20px;
    width: 100%;
    border-radius: 4px;
    appearance: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.card-event__speakers::before,
.select--arrow::after {
    content: "";
    width: 10px;
}
.select--arrow::after {
    position: absolute;
    top: 45%;
    right: 15px;
    border: 2px solid #f36;
    border-width: 0 2px 2px 0;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
}
.section-callback .form .form-field--submit button,
.section-callback .form-field--submit .button,
.section-callback .form-field--submit .form button,
.section-callback .form-field--submit .section-intro__widget__form button[type="submit"],
.section-intro__widget__form .section-callback .form-field--submit button[type="submit"] {
    height: 56px;
    border-radius: 4px;
}
.section-callback .form-field--checkbox,
.section-callback .form-field--disclaimer {
    margin-top: 10px;
}
.section-callback .form__disclaimer {
    margin: 0;
    text-align: right;
}
.section-callback .form {
    display: block;
    margin-bottom: 22px;
}
.section-callback .form form {
    width: 100%;
    display: flex;
}
.section-callback .form input {
    margin-right: 10px;
}
@media screen and (max-width: 991px) {
    .section-callback .form input {
        margin: 10px;
    }
}
.section-callback .form br {
    display: none;
}
.section-callback.section--light input {
    border-color: #fff;
    border-radius: 0;
}
@media screen and (max-width: 1259px) {
    .feedback-form__content {
        margin: 0;
    }
}
.feedback-form .form-field {
    margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
    .feedback-form .form-field {
        margin-bottom: 5px;
    }
}
.feedback-form__column {
    margin: -20px 0 0;
    padding-right: 0;
}
@media screen and (max-width: 1259px) {
    .feedback-form__column {
        margin-top: -10px;
        padding: 0;
    }
}
@media screen and (max-width: 991px) {
    .feedback-form__column {
        margin-top: -5px;
        padding: 0;
    }
}
.feedback-form__column .form-field {
    margin-top: 20px;
    margin-bottom: 0;
}
@media screen and (max-width: 1259px) {
    .feedback-form__column .form-field {
        margin-top: 10px;
    }
}
@media screen and (max-width: 991px) {
    .feedback-form__column .form-field {
        margin-top: 5px;
    }
    .feedback-form__footer .form-field--checkbox {
        order: 2;
    }
}
.feedback-form__textarea {
    padding-right: 30px;
}
.feedback-form label:not(.checkbox) {
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.feedback-form label:not(.checkbox) > input,
.feedback-form label:not(.checkbox) > textarea {
    margin-top: 3px;
}
.feedback-form__footer {
    margin: 3px 0 0;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 1259px) {
    .feedback-form__textarea {
        padding-right: 15px;
    }
    .feedback-form__footer {
        margin: 0;
        align-items: flex-start;
    }
}
.feedback-form__footer .form-field {
    margin: 10px 0;
}
.feedback-form__footer .form-field--checkbox {
    margin: 10px auto 10px 0;
}
.feedback-form__footer .form-field--disclaimer {
    padding-right: 0;
}
.feedback-form__footer .form-field--disclaimer .form__disclaimer {
    margin: 0;
}
.input__error {
    position: absolute;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    color: red;
    top: 4px;
    right: 0;
}
.checkbox + .input__error {
    position: relative;
    top: auto;
    right: auto;
    white-space: normal;
    display: block;
    padding-left: 35px;
    margin-top: 5px;
}
.form__success {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    border-radius: 8px;
}
.form__success__content {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.form__success svg {
    width: 60px;
    fill: #694eb2;
}
.form__success__title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
}
.form__success__text {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    margin-top: 5px;
}
.button,
.card-media__title,
.pagination__items *,
.section-callback .form button,
.section-intro__widget__form button[type="submit"] {
    font-family: Helvetica, Arial, sans-serif;
}
.pagination {
    display: flex;
}
.pagination__items {
    line-height: 0;
    display: flex;
}
.pagination__items * {
    margin-left: -1px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 45px;
    color: #000;
    background-color: #fff;
    border: 1px solid #f36;
    display: block;
    cursor: pointer;
}
.pagination__items :first-child {
    border-radius: 4px 0 0 4px;
}
.pagination__items :last-child {
    border-radius: 0 4px 4px 0;
}
.pagination__items .active,
.pagination__items .current {
    background-color: #f36;
    color: #fff;
}
.button,
.section-callback .form button,
.section-intro__widget__form button[type="submit"] {
    display: inline-block;
    padding: 16px 34px 14px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: -0.01em;
    text-decoration: none;
    text-align: center;
    color: #000;
    background-color: #fff;
    outline: 0;
    cursor: pointer;
}
.button--small,
.card-media__title {
    font-weight: 500;
    letter-spacing: normal;
}
@media screen and (max-width: 1259px) {
    .button,
    .section-callback .form button,
    .section-intro__widget__form button[type="submit"] {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .feedback-form__footer .form-field--disclaimer {
        order: 3;
    }
    .feedback-form__footer .form-field--submit {
        order: 1;
    }
    .button,
    .section-callback .form button,
    .section-intro__widget__form button[type="submit"] {
        font-size: 15px;
    }
    .card-tarife__content .style-list {
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media screen and (max-width: 767px) {
    .section-callback .form__disclaimer {
        text-align: center;
    }
    .button,
    .section-callback .form button,
    .section-intro__widget__form button[type="submit"] {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .button,
    .section-callback .form button,
    .section-intro__widget__form button[type="submit"] {
        font-size: 13px;
        padding: 14px 30px 13px;
    }
}
.button:active,
.button:focus,
.button:hover,
.section-callback .form button:active,
.section-callback .form button:focus,
.section-callback .form button:hover,
.section-intro__widget__form button:active[type="submit"],
.section-intro__widget__form button:focus[type="submit"],
.section-intro__widget__form button:hover[type="submit"] {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
}
.button:active,
.section-callback .form button:active,
.section-intro__widget__form button:active[type="submit"] {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.6);
}
.button--white,
.header--blue .section--dark .header-banner__button,
.section--dark .button--purple,
.section--dark .header--blue .header-banner__button {
    background-color: #fff;
    color: #332164;
    border: 1px solid #332164;
}
.button--white:focus,
.button--white:hover,
.header--blue .section--dark .header-banner__button:focus,
.header--blue .section--dark .header-banner__button:hover,
.section--dark .button--purple:focus,
.section--dark .button--purple:hover,
.section--dark .header--blue .header-banner__button:focus,
.section--dark .header--blue .header-banner__button:hover {
    background-color: #f0edf7;
    color: #332164;
}
.button--white:active,
.header--blue .section--dark .header-banner__button:active,
.section--dark .button--purple:active,
.section--dark .header--blue .header-banner__button:active {
    background-color: #e1dbf0;
    color: rgba(51, 33, 100, 0.7);
}
.button--ghost-pink,
.button--ghost-pink:focus,
.button--ghost-pink:hover,
.button--ghost-purple,
.button--ghost-purple:focus,
.button--ghost-purple:hover,
.button--pink,
.button--pink:focus,
.button--pink:hover,
.button--purple,
.button--purple:focus,
.button--purple:hover,
.header--blue .header-banner__button,
.header--blue .header-banner__button:focus,
.header--blue .header-banner__button:hover,
.header--blue .header__buttons .button,
.header--blue .header__buttons .button:focus,
.header--blue .header__buttons .button:hover,
.header--blue .header__buttons .section-callback .form button,
.header--blue .header__buttons .section-intro__widget__form button[type="submit"],
.header--white .header__buttons .button,
.header--white .header__buttons .button:focus,
.header--white .header__buttons .button:hover,
.header--white .header__buttons .section-callback .form button,
.header--white .header__buttons .section-intro__widget__form button[type="submit"],
.section-callback .form .header--blue .header__buttons button,
.section-callback .form .header--white .header__buttons button,
.section-callback .form button,
.section-callback .form button:focus,
.section-callback .form button:hover,
.section-intro__widget__form .header--blue .header__buttons button[type="submit"],
.section-intro__widget__form .header--white .header__buttons button[type="submit"],
.section-intro__widget__form button:focus[type="submit"],
.section-intro__widget__form button:hover[type="submit"],
.section-intro__widget__form button[type="submit"] {
    color: #fff;
}
.button--ghost-pink:active,
.button--ghost-purple:active,
.button--pink:active,
.button--purple:active,
.header--blue .header-banner__button:active,
.header--blue .header__buttons .button:active,
.header--white .header__buttons .button:active,
.section-callback .form button:active,
.section-intro__widget__form button:active[type="submit"] {
    color: rgba(255, 255, 255, 0.7);
}
.button--ghost-purple,
.button--purple,
.header--blue .header-banner__button {
    background-color: #694eb2;
}
.button--ghost-purple:focus,
.button--ghost-purple:hover,
.button--purple:focus,
.button--purple:hover,
.header--blue .header-banner__button:focus,
.header--blue .header-banner__button:hover {
    background-color: #916df0;
}
.button--ghost-purple:active,
.button--purple:active,
.header--blue .header-banner__button:active {
    background-color: #522faf;
}
.button--ghost-purple {
    background-color: #fff;
    color: #694eb2;
    border: 1px solid #694eb2;
}
.button--ghost-pink,
.button--pink,
.header--blue .header__buttons .button,
.header--blue .header__buttons .section-callback .form button,
.header--blue .header__buttons .section-intro__widget__form button[type="submit"],
.header--white .header__buttons .button,
.header--white .header__buttons .section-callback .form button,
.header--white .header__buttons .section-intro__widget__form button[type="submit"],
.section-callback .form .header--blue .header__buttons button,
.section-callback .form .header--white .header__buttons button,
.section-callback .form button,
.section-intro__widget__form .header--blue .header__buttons button[type="submit"],
.section-intro__widget__form .header--white .header__buttons button[type="submit"],
.section-intro__widget__form button[type="submit"] {
    background-color: #f36;
}
.button--ghost-pink:focus,
.button--ghost-pink:hover,
.button--pink:focus,
.button--pink:hover,
.header--blue .header__buttons .button:focus,
.header--blue .header__buttons .button:hover,
.header--white .header__buttons .button:focus,
.header--white .header__buttons .button:hover,
.section-callback .form button:focus,
.section-callback .form button:hover,
.section-intro__widget__form button:focus[type="submit"],
.section-intro__widget__form button:hover[type="submit"] {
    background-color: #ff507b;
}
.button--ghost-pink:active,
.button--pink:active,
.header--blue .header__buttons .button:active,
.header--white .header__buttons .button:active,
.section-callback .form button:active,
.section-intro__widget__form button:active[type="submit"] {
    background-color: #ef144b;
}
.button--ghost-pink {
    background-color: #fff;
    color: #f36;
    border: 1px solid #f36;
}
.button--dots,
.section-callback .form button,
.section-intro__widget__form button[type="submit"] {
    padding-right: 95px;
}
.button--dots::after,
.section-callback .form button::after,
.section-intro__widget__form button[type="submit"]::after {
    content: "";
    position: absolute;
    align-self: center;
    background-image: url(../img/ui/button-dots.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 2px;
    top: 49%;
    right: 28px;
}
.button--dots.button--ghost-pink::after,
.section-callback .form button.button--ghost-pink::after,
.section-intro__widget__form button.button--ghost-pink[type="submit"]::after {
    background-image: url(../img/ui/button-dots-pink.svg);
}
.button--dots.button--ghost-pink:active::after,
.button--dots.button--ghost-pink:focus::after,
.button--dots.button--ghost-pink:hover::after,
.section-callback .form button.button--ghost-pink:active::after,
.section-callback .form button.button--ghost-pink:focus::after,
.section-callback .form button.button--ghost-pink:hover::after,
.section-intro__widget__form button.button--ghost-pink[type="submit"]:active::after,
.section-intro__widget__form button.button--ghost-pink[type="submit"]:focus::after,
.section-intro__widget__form button.button--ghost-pink[type="submit"]:hover::after {
    background-image: url(../img/ui/button-dots.svg);
}
.button--dots.button--ghost-purple::after,
.section-callback .form button.button--ghost-purple::after,
.section-intro__widget__form button.button--ghost-purple[type="submit"]::after {
    background-image: url(../img/ui/button-dots-purple.svg);
}
.button--dots.button--ghost-purple:active::after,
.button--dots.button--ghost-purple:focus::after,
.button--dots.button--ghost-purple:hover::after,
.section-callback .form button.button--ghost-purple:active::after,
.section-callback .form button.button--ghost-purple:focus::after,
.section-callback .form button.button--ghost-purple:hover::after,
.section-intro__widget__form button.button--ghost-purple[type="submit"]:active::after,
.section-intro__widget__form button.button--ghost-purple[type="submit"]:focus::after,
.section-intro__widget__form button.button--ghost-purple[type="submit"]:hover::after {
    background-image: url(../img/ui/button-dots.svg);
}
.button--dots.button--white::after,
.header--blue .section--dark .button--dots.header-banner__button::after,
.header--blue .section--dark .section-callback .form button.header-banner__button::after,
.header--blue .section--dark .section-intro__widget__form button.header-banner__button[type="submit"]::after,
.header--blue .section-callback .form .section--dark button.header-banner__button::after,
.header--blue .section-intro__widget__form .section--dark button.header-banner__button[type="submit"]::after,
.section--dark .button--dots.button--purple::after,
.section--dark .header--blue .button--dots.header-banner__button::after,
.section--dark .header--blue .section-callback .form button.header-banner__button::after,
.section--dark .header--blue .section-intro__widget__form button.header-banner__button[type="submit"]::after,
.section--dark .section-callback .form .header--blue button.header-banner__button::after,
.section--dark .section-callback .form button.button--purple::after,
.section--dark .section-intro__widget__form .header--blue button.header-banner__button[type="submit"]::after,
.section--dark .section-intro__widget__form button.button--purple[type="submit"]::after,
.section-callback .form .header--blue .section--dark button.header-banner__button::after,
.section-callback .form .section--dark .header--blue button.header-banner__button::after,
.section-callback .form .section--dark button.button--purple::after,
.section-callback .form button.button--white::after,
.section-intro__widget__form .header--blue .section--dark button.header-banner__button[type="submit"]::after,
.section-intro__widget__form .section--dark .header--blue button.header-banner__button[type="submit"]::after,
.section-intro__widget__form .section--dark button.button--purple[type="submit"]::after,
.section-intro__widget__form button.button--white[type="submit"]::after {
    background-image: url(../img/ui/button-dots-purple.svg);
}
.button--dots:active::after,
.section-callback .form button:active::after,
.section-intro__widget__form button[type="submit"]:active::after {
    opacity: 0.7;
}
.button--small {
    font-size: 12px;
    line-height: 1.28571;
    padding: 11px 15px 8px;
}
.button--wide {
    padding-left: 85px;
    padding-right: 85px;
}
.button--full,
.section-intro__widget__form button[type="submit"] {
    width: 100%;
}
.button--full.button--dots,
.section-callback .form button.button--full,
.section-intro__widget__form button[type="submit"] {
    text-align: left;
}
.button--loading {
    color: transparent !important;
}
.button--loading::after {
    opacity: 0;
}
.button--loading:before {
    content: " ";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-bottom-color: #fff;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.card-media__link {
    display: flex;
    width: 100%;
    height: 175px;
    align-items: center;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.card-media__link img {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-media__link--video::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 64px;
    height: 64px;
    background-image: url(../img/ui/play-button.svg);
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.card-media__link--video:focus::after,
.card-media__link--video:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
}
.card-media__info {
    color: #000;
    margin-top: 7px;
}
.section--dark .card-media__info {
    color: #fff;
}
.card-media__title {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
}
.card-media__text {
    margin: 8px 0 0;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28571;
}
.card-advantage--number::before,
.card-advantage__caption,
.timer__item {
    font-family: Helvetica, Arial, sans-serif;
}
.media--cut-image .card-media__link {
    height: auto;
}
.card-advantage {
    display: flex;
    padding-right: 35px;
}
.card-advantage__image {
    align-self: flex-start;
    flex-shrink: 0;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.card-advantage__caption {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.11111;
}
.card-advantage--media .card-advantage__caption,
.card-advantage__text {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
}
.card-advantage__text {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33333;
}
.card-advantage--block .card-advantage__text,
.card-advantage--media .card-advantage__text {
    line-height: 1.4;
}
.card-advantage__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.card-advantage--block {
    display: block;
    padding: 45px 35px 35px;
    border: 1px solid #e0e8f0;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    text-align: center;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .card-advantage--block {
        padding: 30px;
    }
}
.card-advantage--block .card-advantage__image {
    width: 75px;
    height: 75px;
    margin: 0 auto 26px;
}
@media screen and (max-width: 575px) {
    .card-advantage--block {
        padding: 0;
        border: none;
        text-align: left;
    }
    .card-advantage--block .card-advantage__image {
        margin: 0 auto 15px 0;
    }
}
.card-advantage--block .card-advantage__caption {
    margin-bottom: -2px;
    font-size: 32px;
    font-weight: 900;
}
@media screen and (max-width: 767px) {
    .card-advantage--block .card-advantage__image {
        width: 60px;
        height: 60px;
    }
    .card-advantage--block .card-advantage__caption {
        font-size: 24px;
    }
    .card-advantage--block .card-advantage__text {
        font-size: 14px;
        margin-top: 5px;
    }
}
.card-advantage--media {
    display: block;
    color: #000;
    height: 100%;
}
.card-advantage--media .card-advantage__image {
    width: 100%;
    height: auto;
    margin: 0 auto 16px;
    border: 8px solid #F7F7F7;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    border-radius: 8px;
}
.section--dark .card-advantage--media .card-advantage__image,
.section--light .card-advantage--media .card-advantage__image {
    border-color: #fff;
}
.card-advantage--media .card-advantage__caption {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .card-advantage--media .card-advantage__text {
        font-size: 14px;
        margin-top: 5px;
    }
}
.card-advantage--number {
    counter-increment: advantage-counter;
    padding-left: 50px;
}
.card-advantage--number::before {
    content: counter(advantage-counter);
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #694eb2;
    background-image: url(../img/ui/advantage-circle-purple.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.card-advantage--number .card-advantage__caption {
    margin-bottom: 5px;
    color: #27135d;
}
.card-advantage--number .card-advantage__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5625;
}
.section--dark .card-advantage--number::before {
    background-image: url(../img/ui/advantage-circle-white.svg);
    color: #fff;
}
.section--dark .card-advantage--number .card-advantage__caption {
    color: #fff;
}
.card-tarife {
    color: #000;
    width: 100%;
}
.card-tarife__inner {
    border: 1px solid rgba(105, 78, 178, 0.1);
    display: flex;
    min-height: 100%;
    border-radius: 4px;
    padding: 35px 40px 40px;
    background: url(../img/content/card-tarife-bg.jpg) bottom right/contain no-repeat #fff;
}
.card-tarife__inner:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #f36;
    width: 25px;
    left: 0;
    top: 51px;
    position: absolute;
}
.card-tarife__title {
    margin-bottom: 7px;
}
.card-tarife__subtitle {
    color: #6f42c1;
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 600;
}
.card-tarife__content {
    margin-bottom: 28px;
}
.card-tarife__content .style-list {
    margin: 0;
}
.card-tarife__footer {
    margin-top: auto;
}
.card-tarife .prices {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .card-tarife .prices {
        margin-bottom: 20px;
    }
}
.card-tarife__places {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .card-tarife__content .style-list {
        -moz-column-count: 1;
        column-count: 1;
    }
    .card-tarife__places {
        text-align: center;
    }
}
.card-tarife__button {
    text-align: left;
}
.card-tarife_single,
.card-tarife_single .price__note {
    color: #fff;
}
.card-tarife_single .card-tarife__subtitle {
    color: #fff;
    margin-bottom: 27px;
}
.card-tarife_single .card-tarife__inner {
    background: url(../img/content/card-tarife_single-bg.png) right bottom/contain no-repeat #6f42c1;
    max-width: 759px;
    padding: 55px 60px 39px;
    margin: 0 auto;
}
.card-tarife_single .card-tarife__inner:before {
    width: 45px;
    top: 72px;
}
.card-tarife_single .card-tarife__text .style-list {
    -moz-column-count: 2;
    column-count: 2;
}
@media screen and (max-width: 767px) {
    .card-tarife_single .card-tarife__inner {
        padding: 35px 30px 40px;
    }
    .card-tarife_single .card-tarife__inner:before {
        width: 20px;
        top: 51px;
    }
    .card-tarife_single .card-tarife__text .style-list {
        -moz-column-count: 1;
        column-count: 1;
    }
}
.card-tarife_single .card-tarife__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.timer__box,
.timer__inner {
    display: inline-flex;
}
.card-tarife_single .card-tarife__footer-secondary {
    order: -1;
    padding-top: 30px;
    width: 48.5%;
}
@media screen and (max-width: 767px) {
    .card-tarife_single .card-tarife__footer-secondary {
        padding-top: 20px;
        width: 100%;
        order: 1;
    }
}
.card-tarife_single .card-tarife__footer-main {
    width: 48.5%;
    padding-right: 20px;
}
.card-tarife_single .card-tarife__places {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .card-tarife_single .card-tarife__footer-main {
        width: 100%;
        padding-right: 0;
    }
    .card-tarife_single .card-tarife__places {
        margin-bottom: 20px;
        text-align: center;
    }
}
.card-tarife_single .prices {
    margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
    .card-tarife_single .prices {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .card-tarife_single .prices {
        margin-bottom: 20px;
    }
    .timer {
        text-align: center;
    }
}
.timer__item {
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.01em;
}
.card-coach__except,
.card-coach__position {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1259px) {
    .timer__item {
        font-size: 18px;
    }
    .timer__box {
        font-size: 28px;
    }
}
.timer__box {
    color: #000;
    width: 56px;
    height: 56px;
    background-color: #fff;
    font-size: 28px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}
@media screen and (max-width: 991px) {
    .card-tarife_single .prices .price {
        margin: 0 20px 0 0;
    }
    .timer__box {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .timer__box {
        font-size: 24px;
    }
}
@media screen and (max-width: 575px) {
    .timer__box {
        font-size: 22px;
        width: 48px;
        height: 48px;
    }
}
.timer__note {
    font-size: 20px;
    line-height: 1;
}
@media screen and (max-width: 1259px) {
    .timer__note {
        font-size: 18px;
    }
}
.timer__delimiter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 58px;
}
.timer__delimiter:after,
.timer__delimiter:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 3px;
}
.timer__delimiter:before {
    margin-bottom: 7px;
}
.card-coach {
    margin: 20px 0 0;
}
.card-coach__inner {
    height: 100%;
}
.card-coach__img {
    border-radius: 5px;
    height: 175px;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center top;
}
.card-coach__content {
    padding-top: 11px;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 175px);
    justify-content: space-between;
    font-size: 14px;
}
.card-coach__name {
    color: #f36;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1px;
}
.card-coach__position {
    font-weight: 500;
    margin-bottom: 10px;
}
.card-coach__text,
.card-timeline__content .card-timeline__date {
    margin-bottom: 15px;
}
.card-coach__except {
    line-height: 1.28;
}
.card-coach__link {
    font-weight: 500;
}
.card-timeline {
    width: 100%;
}
.card-timeline__link .card-timeline__inner {
    transition: transform 0.3s ease, box-shadow 0.5s ease;
}
.card-timeline__link:hover .card-timeline__inner {
    transform: scale(1.02);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
}
.card-timeline__inner {
    background-color: #fff;
    border: 1px solid rgba(47, 26, 103, 0.1);
    border-radius: 4px;
}
.card-timeline__content {
    padding: 45px 45px 40px;
    font-size: 14px;
    color: #000;
}
@media screen and (max-width: 1259px) {
    .card-timeline__content {
        padding: 35px 35px 30px;
    }
}
.card-timeline__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
    line-height: 1.1;
    color: #6f42c1;
}
@media screen and (max-width: 575px) {
    .card-timeline__title {
        font-size: 16px;
    }
}
.card-blog__info,
.card-event__info,
.card-timeline__date {
    font-size: 14px;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-weight: 700;
    /* color: #fff; */
}
.card-timeline__text {
    line-height: 1.6;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
}
.card-timeline__text p {
    margin: 0;
}
.card-timeline__text p:not(:last-child) {
    margin-bottom: 10px;
}
.card-timeline__date {
    line-height: 1.5;
}
.card-timeline__img {
    height: 210px;
    background-size: cover;
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.card-timeline__img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, #000 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    opacity: 0.8;
}
.card-timeline__img .card-timeline__date {
    position: absolute;
    top: 25px;
    left: 45px;
    z-index: 2;
    color: #fff;
}
.card-blog,
.card-event {
    margin-bottom: 20px;
}
.card-blog a,
.card-event a {
    text-decoration: none;
}
.card-blog a:hover + .card-event__content-box .card-blog__title a,
.card-blog a:hover + .card-event__content-box .card-event__title a,
.card-event a:hover + .card-event__content-box .card-blog__title a,
.card-event a:hover + .card-event__content-box .card-event__title a {
    color: #f36;
}
.card-event__inner {
    height: 100%;
    background-color: #fff;
    border: 1px solid rgba(47, 26, 103, 0.1);
    border-radius: 4px;
}
@media screen and (max-width: 991px) {
    .card-timeline__content {
        padding: 25px 35px 30px;
    }
    .card-timeline__date {
        text-align: center;
    }
    .card-timeline__img .card-timeline__date {
        width: 100%;
        left: 0;
        text-align: center;
    }
    .card-event__inner {
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .card-blog:last-child,
    .card-event:last-child {
        margin-bottom: 0;
    }
    .card-event__inner {
        display: block;
    }
}
.card-blog__image-box,
.card-event__content-box,
.card-event__image-box {
    padding: 0;
}
.card-blog__image-box,
.card-event__image-box {
    display: block;
    margin: -1px;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #aaa;
    height: 220px;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 991px) {
    .card-blog__image-box,
    .card-event__image-box {
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .card-blog__image-box,
    .card-event__image-box {
        height: 220px;
    }
}
.card-blog__image-box::before,
.card-event__image-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85px;
    border-radius: 4px 4px 0 0;
    opacity: 0.6;
    background-image: linear-gradient(to bottom, #11072c, transparent);
}
.card-blog__image-box:hover,
.card-event__image-box:hover {
    color: #fff;
}
.card-blog__info,
.card-event__info {
    padding: 20px 29px 0;
    display: flex;
    justify-content: space-between;
    line-height: 1.42857;
}
.card-event__info-date {
    flex-shrink: 0;
}
.card-event__info-place {
    text-align: right;
}
.card-blog__category,
.card-event__price {
    padding: 3px 29px;
    position: absolute;
    left: -8px;
    bottom: 19px;
    background-color: #f36;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
    color: #fff;
}
.card-blog__category::before,
.card-event__price::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    border: 4px solid #7b2b56;
    border-color: #7b2b56 #7b2b56 transparent transparent;
}
.card-blog__category span,
.card-event__price span {
    display: inline-block;
}
.card-event__price--basic {
    opacity: 0.8;
}
.card-event__price--basic::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -5px;
    width: calc(100% + 10px);
    height: 1px;
    background-color: #694eb2;
    transform: rotate(-15deg);
}
.card-event__price--basic:only-child {
    opacity: 1;
}
.card-event__price--basic:only-child::before {
    content: none;
}
.card-event__price--discount {
    margin-left: 10px;
}
.card-event__content-box {
    padding: 29px 30px 80px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    height: calc(100% - 220px);
}
.card-blog a:hover + .card-blog__content-box .card-blog__title a,
.card-blog__title a:hover,
.card-event__title a:hover {
    color: #f36;
}
.card-blog__title,
.card-event__title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
}
.card-blog__text,
.card-event__text {
    margin: 0 0 24px;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.6;
}
.card-event__speakers {
    margin: 0 0 20px;
    padding-left: 18px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33333;
}
.card-event__speakers::before {
    position: absolute;
    top: -3px;
    left: 0;
    height: 16px;
    background-image: url(../img/ui/ico-event-speakers.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
.card-event__button {
    margin-top: auto;
    padding-left: 23px;
    padding-right: 74px;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto;
}
@media screen and (max-width: 991px) {
    .card-event__button {
        padding-left: 30px;
        padding-right: 30px;
    }
    .card-event__button::after {
        content: none;
    }
}
@media screen and (max-width: 767px) {
    .card-event__button {
        padding-left: 28px;
        padding-right: 79px;
    }
}
.card-event__button::after {
    width: 40px;
    right: 19px;
}
@media screen and (max-width: 767px) {
    .card-event__button::after {
        content: "";
    }
}
@media screen and (max-width: 575px) {
    .card-event__button {
        padding-left: 30px;
        padding-right: 30px;
    }
    .card-event__button::after {
        content: none;
    }
}
.card-blog__image-box {
    height: 200px;
    border-radius: 4px;
}
.card-blog a {
    text-decoration: none;
}
.card-blog__category {
    color: #fff;
}
.card-trainer__image:hover + .card-trainer__title,
.card-trainer__title:hover {
    color: #694eb2;
}
.card-blog__title {
    font-weight: 600;
    padding-right: 30px;
}
.card-blog__content-box {
    padding: 17px 0 0;
}
.card-blog__text {
    line-height: 1.5;
    padding-right: 25px;
    margin-bottom: 12px;
}
.card-trainer {
    margin-bottom: 50px;
}
.card-trainer a {
    text-decoration: none;
}
.card-trainer__image {
    width: 100%;
    height: 220px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-trainer__title {
    font-size: 20px;
    font-weight: 800;
    margin-top: 15px;
}
.card-feedback__content,
.card-trainer__text {
    font-size: 14px;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
}
.card-trainer__text {
    line-height: 1.5;
    margin: 5px 0 15px;
}
.card-feedback {
    margin: 20px 0 0;
}
@media screen and (max-width: 991px) {
    .card-feedback {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .card-feedback {
        margin-top: 20px;
    }
}
.card-feedback__inner {
    background-color: #fff;
    border: 1px solid rgba(47, 26, 103, 0.1);
    border-radius: 2px;
}
.card-feedback__modal img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.card-feedback__content {
    padding: 30px;
    line-height: 1.28;
    font-weight: 300;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
}
.card-feedback__label {
    margin-bottom: 22px;
}
.card-feedback__photo,
.card-feedback__video {
    padding-bottom: 218px;
    display: block;
    background-size: cover;
    background-position: center center;
    margin: -1px;
    border-radius: 2px 2px 0 0;
}
.card-feedback__video:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(#2f1a67 0, rgba(47, 26, 103, 0.42) 100%);
    opacity: 0.57;
    z-index: 1;
}
.card-feedback__video:after {
    content: "";
    background-image: url(../img/ui/play-button2.svg);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
    z-index: 2;
}
.card-feedback.card-feedback--photo .card-feedback__inner,
.card-feedback.card-feedback--video .card-feedback__inner,
.card-feedback:not(.card-feedback--video):not(.card-feedback--photo) .card-feedback__inner {
    height: 100%;
}
.card-feedback__video:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
}
.card-feedback__text {
    margin-bottom: 18px;
    line-height: 1.35;
}
.card-feedback__text > :last-child {
    margin-bottom: 0;
}
.card-feedback.card-feedback--photo .card-feedback__content,
.card-feedback.card-feedback--video .card-feedback__content {
    min-height: calc(100% - 218px);
}
.card-feedback.card-feedback--photo .neo-label:before,
.card-feedback.card-feedback--video .neo-label:before {
    background-image: url(../img/ui/neo-purple.svg);
}
.card-feedback:not(.card-feedback--video):not(.card-feedback--photo) .card-feedback__content {
    min-height: 100%;
}
.card-note {
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .card-note {
        display: flex;
    }
}
.card-note__img-box,
.card-note__info {
    padding: 0;
}
.card-note__img-box {
    display: block;
    width: 100%;
    height: 168px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .card-note__img-box {
        height: auto;
    }
    .card-note__info {
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .card-note {
        display: block;
    }
    .card-note__img-box {
        height: 220px;
    }
}
.card-note__img-box img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.card-note__date {
    margin-top: 20px;
    font-style: 16px;
    line-height: 24px;
}
@media screen and (max-width: 991px) {
    .card-note__date {
        margin-top: 0;
        font-style: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .card-note__info {
        padding: 0;
    }
    .card-note__date {
        margin-top: 15px;
    }
}
.card-note__title {
    margin-top: 10px;
}
@media screen and (max-width: 991px) {
    .card-note__title {
        margin-top: 8px;
    }
}
.card-note__text {
    margin-top: 5px;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-style: 16px;
    line-height: 24px;
}
@media screen and (max-width: 991px) {
    .card-note__text {
        margin: 5px 0;
        font-style: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .card-note__text {
        margin: 20px 0 0;
    }
}
.widget {
    padding: 40px;
    background-color: #f7f7f7;
    border-radius: 4px;
    display: block;
}
.section--light .widget {
    background: #fff;
}
.widget + .widget {
    margin-top: 30px;
}
.widget__title {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 31px;
    color: #000;
}
.price,
.widget__subtitle {
    font-weight: 600;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
}
.widget__title:after {
    content: " ";
    background-color: #f36;
    height: 1px;
    position: absolute;
    right: 0;
    left: -40px;
    bottom: -15px;
}
.widget__subtitle {
    font-size: 16px;
    line-height: 1.3;
    margin: 34px 0 18px;
    color: #000;
}
.widget__text {
    color: #000;
}
.widget__text p {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5625;
}
.widget__text p + p {
    margin-top: 10px;
}
.section-callback .form .widget__text button,
.section-intro__widget__form .widget__text button[type="submit"],
.widget__text .button,
.widget__text .section-callback .form button,
.widget__text .section-intro__widget__form button[type="submit"] {
    margin-top: 25px;
}
.widget--links ul {
    margin: 0;
    padding: 0;
}
.widget--links ul li {
    list-style: none;
}
.widget--links ul li + li {
    margin-top: 12px;
}
.widget--links ul li a {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000;
}
.widget--links ul li a.active {
    font-weight: 800;
}
.widget--links ul li a:hover {
    color: #f36;
}
.section-coach.section-coach--dark .card-coach__name,
.section-media--dark,
.section-ti-block--dark .text-block {
    color: #fff;
}
.widget--image {
    padding: 0;
    background-color: transparent;
}
.widget--image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}
.block__footer {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
    .block__footer {
        margin-top: 35px;
    }
}
.block__footer-text {
    padding-left: 0;
    padding-right: 80px;
    margin-right: auto;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
.block__footer-button {
    align-self: flex-start;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .block__footer {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .block__footer-text {
        padding-right: 0;
    }
    .block__footer-button {
        margin-top: 20px;
    }
}
.section-media .section-title {
    margin-bottom: 35px;
}
.section-media .card-media {
    margin-top: 21px;
    margin-bottom: 21px;
}
.section-advantage__column {
    margin-bottom: 30px;
}
.section-advantage__items {
    margin-bottom: -30px;
    counter-reset: advantage-counter;
}
.section-advantage .section-title {
    margin-bottom: 33px;
}
.section-advantage .card-advantage {
    margin-top: 25px;
}
@media screen and (max-width: 991px) {
    .section-advantage .card-advantage {
        margin-top: 20px;
    }
}
.section-advantage .card-advantage.card-advantage--block {
    margin: 0;
}
.section-advantage .card-advantage.card-advantage--number {
    margin-top: 13px;
    margin-bottom: 13px;
}
.section-coach__items,
.tarife__items {
    margin-top: -20px;
}
.section-advantage .card-advantage.card-advantage--def {
    padding: 0;
    max-width: 350px;
}
.ti__content {
    padding-right: 80px;
}
@media screen and (max-width: 767px) {
    .ti__content {
        margin: 0;
        padding: 0 15px;
    }
}
.ti__image {
    padding: 0;
    margin-left: -15px;
    text-align: center;
    font-size: 0;
}
@media screen and (max-width: 767px) {
    .ti__image {
        order: -1;
        margin: 0 0 25px;
        padding: 0 15px;
    }
}
.ti__image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.ti__image--full {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
}
.ti--full-image .ti__content {
    padding-right: 80px;
}
.ti--left-image .ti__content {
    order: 2;
    padding-right: 0;
    padding-left: 80px;
}
@media screen and (max-width: 767px) {
    .ti--full-image {
        padding-top: 0;
    }
    .ti--full-image .ti__image {
        margin-bottom: 40px;
    }
    .ti--full-image .ti__image::after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
    }
    .ti--full-image.section-ti-block--dark .ti__image::after {
        background-image: linear-gradient(to bottom, transparent, #694eb2);
    }
    .ti--full-image.section-ti-block--light .ti__image::after {
        background-image: linear-gradient(to bottom, transparent, #f7f7f7);
    }
    .ti--full-image.section-ti-block--white .ti__image::after {
        background-image: linear-gradient(to bottom, transparent, #fff);
    }
    .ti--left-image .ti__content {
        margin: 0;
        padding: 0 15px;
    }
}
.ti--left-image .ti__image {
    order: 1;
    margin-left: 0;
    margin-right: -15px;
}
@media screen and (max-width: 767px) {
    .ti--left-image .ti__image {
        margin: 0 0 25px;
        padding: 0 15px;
    }
}
.ti--left-image.ti--full-image .ti__content {
    margin-left: auto;
    padding-left: 80px;
}
.ti--left-image.ti--full-image .ti__image--full {
    background-position: top right;
    left: auto;
    right: 60%;
}
@media screen and (max-width: 767px) {
    .ti--full-image .ti__content,
    .ti--left-image.ti--full-image .ti__content {
        margin: 0;
        padding: 0 15px;
    }
}
.section-tarife {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
}
.section-tarife--light.section-tarife--single {
    background: #fff;
}
.section-tarife--light.section-tarife--single .card-tarife__inner {
    background: #f7f7f7;
    border: 1px solid rgba(105, 78, 178, 0.1);
    color: #000;
}
.section-tarife--light.section-tarife--single .card-tarife__inner .card-tarife__subtitle {
    color: #332164;
}
.section-tarife--light.section-tarife--single .card-tarife__inner .price__note {
    color: #f36;
}
.section-tarife--light.section-tarife--single .card-tarife__inner .timer__box {
    background-color: #6f42c1;
    color: #fff;
}
.section-tarife--light.section-tarife--single .card-tarife__inner .timer__note {
    color: #000;
}
.section-tarife--dark.section-tarife--single .card-tarife__inner {
    background: #fff;
    border: 1px solid rgba(105, 78, 178, 0.1);
    color: #000;
}
.section-tarife--dark.section-tarife--single .card-tarife__inner .card-tarife__subtitle {
    color: #332164;
}
.section-tarife--dark.section-tarife--single .card-tarife__inner .price__note {
    color: #f36;
}
.section-tarife--dark.section-tarife--single .card-tarife__inner .timer__box {
    background-color: #6f42c1;
    color: #fff;
}
.section-tarife--dark.section-tarife--single .card-tarife__inner .timer__note {
    color: #000;
}
.tarife__items .card-tarife {
    margin-top: 20px;
}
.price {
    font-size: 24px;
    line-height: 1.25;
    display: inline-flex;
    flex-direction: column;
}
.price__note {
    font-size: 14px;
    color: #f36;
    display: block;
}
.price_cross {
    padding-right: 10px;
}
.price_cross:before {
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    top: 7px;
    width: 100%;
    height: 2px;
    background-color: #f36;
    transform-origin: right top;
    transform: rotate(-9deg);
}
.prices {
    display: flex;
    flex-wrap: wrap;
    margin-left: -23px;
    margin-top: -10px;
}
.prices .price {
    margin-left: 23px;
    margin-top: 10px;
}
.section-timeline__items:after,
.section-timeline__items:before {
    content: "";
    display: table;
    clear: both;
}
.section-timeline__items .card-timeline:after,
.section-timeline__items .card-timeline:before {
    display: block;
    position: absolute;
    background-color: #f36;
    content: "";
}
.section-timeline__items .card-timeline {
    width: 540px;
    float: left;
    z-index: 1;
}
@media screen and (max-width: 1259px) {
    .section-timeline__items .card-timeline {
        width: 420px;
    }
    .banner__date {
        font-size: 16px;
    }
}
.section-timeline__items .card-timeline:not(:first-child) {
    margin-top: 30px;
}
@media screen and (max-width: 991px) {
    .section-timeline__items .card-timeline {
        width: 100%;
    }
    .section-timeline__items .card-timeline:not(:first-child) {
        margin-top: 40px;
    }
}
.section-timeline__items .card-timeline:after {
    top: 47px;
    width: 15px;
    height: 15px;
    left: calc(100% + 37px);
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px #f36;
    z-index: 3;
}
@media screen and (max-width: 991px) {
    .section-timeline__items .card-timeline:after {
        top: -8px;
        left: 50%;
        margin-left: -8px;
    }
    .section-timeline__items .card-timeline:before {
        display: none;
    }
}
.section-timeline__items .card-timeline:before {
    left: calc(100% - 24px);
    top: 54px;
    height: 1px;
    width: 70px;
    z-index: 2;
}
.section-timeline__items .card-timeline:nth-child(2n) {
    margin-top: 140px;
    float: right;
}
.section-timeline__items .card-timeline:nth-child(2n):after {
    left: auto;
    right: calc(100% + 37px);
    top: 27px;
}
@media screen and (max-width: 991px) {
    .section-timeline__items .card-timeline:nth-child(2n) {
        margin-top: 40px;
    }
    .section-timeline__items .card-timeline:nth-child(2n):after {
        right: auto;
        top: -8px;
        left: 50%;
        margin-left: -8px;
    }
    .section-timeline__items .card-timeline:nth-child(2n):before {
        display: none;
    }
}
.section-timeline__items .card-timeline:nth-child(2n):before {
    left: auto;
    right: calc(100% - 24px);
    top: 34px;
}
.timeline,
.timeline:after,
.timeline:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.timeline {
    height: 100%;
    width: 1px;
    background: #e9e7ef;
}
.timeline:after,
.timeline:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: inherit;
}
.timeline:after {
    top: auto;
    bottom: 0;
}
.banner__date {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 991px) {
    .banner__date {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .banner__date {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .banner__date {
        font-size: 14px;
    }
}
.banner__event {
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 1259px) {
    .banner__event {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .banner__event {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .banner__event {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .banner__event {
        font-size: 16px;
    }
}
.banner__title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 26px;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 1259px) {
    .banner__title {
        font-size: 28px;
    }
}
@media screen and (max-width: 991px) {
    .banner__title {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .banner__title {
        font-size: 24px;
    }
}
.banner__inner {
    border-radius: 8px;
    overflow: hidden;
}
.banner__inner > .container,
.tingle-modal--template .banner__inner > .tingle-modal-box {
    z-index: 3;
}
.banner__content {
    display: flex;
    justify-content: space-between;
}
.banner__img {
    padding: 0;
    flex-shrink: 0;
    max-width: 400px;
}
@media screen and (max-width: 767px) {
    .banner__img {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 1;
        opacity: 0.2;
        max-width: 100%;
    }
}
.banner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.banner__main-content {
    padding: 50px 0 50px 80px;
    min-height: 100%;
    background: url(../img/content/banner-mask.png) left center no-repeat;
    background-size: cover;
    z-index: 2;
}
@media screen and (max-width: 1259px) {
    .banner__main-content {
        padding: 40px 50px;
    }
    .section-banner.banner--full .banner__date {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .banner__main-content {
        padding: 35px 45px;
        background-size: auto 140%;
        background-image: none;
    }
}
@media screen and (max-width: 575px) {
    .banner__title {
        font-size: 18px;
    }
    .banner__main-content {
        padding: 30px;
        background-size: auto 100%;
    }
}
.banner__full-img {
    position: absolute;
    left: calc(50% - 100px);
    top: 0;
    height: 100%;
    width: 700px;
    opacity: 0.4;
}
.banner__full-img img {
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner__full-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 50%, #fff 100%, #fff 100%);
}
@media screen and (max-width: 378px) {
    .banner .button--dots,
    .banner .section-callback .form button,
    .banner .section-intro__widget__form button[type="submit"],
    .section-callback .form .banner button,
    .section-intro__widget__form .banner button[type="submit"] {
        width: 100%;
        padding-right: 34px;
        text-align: center;
    }
    .banner .button--dots::after,
    .banner .section-callback .form button::after,
    .banner .section-intro__widget__form button[type="submit"]::after,
    .section-callback .form .banner button::after,
    .section-intro__widget__form .banner button[type="submit"]::after {
        content: none;
    }
}
.select-items a:before,
.select-items:before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}
.banner:not(.banner--colorize) .banner__full-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.banner:not(.banner--colorize) .banner__full-img:before {
    display: none;
}
@media screen and (max-width: 767px) {
    .section-banner {
        padding: 40px 0;
    }
    .section-intro + .section-banner {
        padding-top: 60px;
    }
}
@media screen and (max-width: 575px) {
    .section-banner {
        padding: 30px 0;
    }
    .section-intro + .section-banner {
        padding-top: 60px;
    }
    .section-banner.banner--full {
        text-align: center;
    }
}
.section-banner--light {
    background-color: transparent !important;
}
.section-banner--light .banner__inner {
    background-color: #f7f7f7;
}
.section-banner--light .banner__full-img:before {
    background: linear-gradient(270deg, #f7f7f7 0, rgba(247, 247, 247, 0) 50%, #f7f7f7 100%, #f7f7f7 100%);
}
.section-banner--dark {
    background-color: transparent !important;
}
.section-banner--dark .banner__inner {
    background-color: #694eb2;
}
.section-banner--dark .banner__main-content {
    background: 0 0;
}
.section-banner--dark .banner__full-img:before {
    background: linear-gradient(270deg, #694eb2 0, rgba(105, 78, 178, 0) 50%, #694eb2 100%, #694eb2 100%);
}
.section-banner.banner--full {
    padding: 0;
}
.section-banner.banner--full .banner__inner {
    background-image: url(../img/content/banner-mask-full.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}
.section-banner.banner--full .banner__main-content {
    background: 0 0;
    padding: 66px 0 70px;
}
.section-banner.banner--full .banner__date {
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .section-banner.banner--full .banner__date {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .section-banner.banner--full .banner__main-content {
        padding: 50px 0;
    }
    .section-banner.banner--full .banner__date {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .section-banner.banner--full .banner__date {
        font-size: 16px;
    }
}
.section-banner.banner--full .banner__event {
    font-size: 20px;
    margin-bottom: 35px;
}
@media screen and (max-width: 1259px) {
    .section-banner.banner--full .banner__event {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .section-banner.banner--full .banner__event {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .section-banner.banner--full .banner__event {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .section-banner.banner--full .banner__event {
        font-size: 18px;
    }
}
.section-banner.banner--full .banner__title {
    font-size: 36px;
    font-weight: 800;
}
@media screen and (max-width: 1259px) {
    .section-banner.banner--full .banner__title {
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    .section-banner.banner--full .banner__title {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .section-banner.banner--full .banner__title {
        font-size: 26px;
    }
}
@media screen and (max-width: 575px) {
    .section-banner.banner--full .banner__title {
        font-size: 20px;
    }
}
#map {
    height: 410px;
    width: 100%;
}
.map-wrap {
    display: flex;
    flex-wrap: wrap;
}
.map__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
}
.map__description-row:not(:last-child) {
    margin-bottom: 32px;
}
.map__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}
.map__content {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-top: 8px;
}
.map__content a {
    font-weight: 500;
}
.map__record .map__content {
    line-height: 1.3;
}
.map-images {
    margin-top: 70px;
}
.breadcrumbs,
.section-intro__buttons {
    margin-top: 40px;
}
.map-images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.select-items {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    display: flex;
    margin-bottom: 35px;
}
.select-items:before {
    border-bottom: 1px solid #dacff5;
}
.select-items a {
    display: block;
    padding-bottom: 7px;
    text-decoration: none;
}
.select-items a:not(:first-child) {
    margin-left: 40px;
}
.select-items a:before {
    height: 3px;
    background-color: transparent;
}
.select-items a.active:before {
    background-color: #6f42c1;
}
.section-intro {
    color: #000;
    padding: 0;
    min-height: 450px;
    display: flex;
    align-items: center;
}
.section-intro-slider {
    padding: 0;
}
.header-transparent .section-intro {
    padding-top: 166px;
}
.section-intro__buttons > * {
    vertical-align: middle;
    display: inline-block;
}
.section-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.section-intro__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.section-intro__bg:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-intro--light .section-intro__bg--overlay::before,
.section-intro--white .section-intro__bg--overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #f7f9fc, transparent);
    z-index: 20;
}
.section-intro--light .section-intro__bg--overlay img,
.section-intro--white .section-intro__bg--overlay img {
    filter: grayscale(100%);
}
.section-intro--light .section-intro__bg--overlay:after,
.section-intro--white .section-intro__bg--overlay:after {
    background-color: #c4d5ef;
    mix-blend-mode: screen;
}
.section-intro--dark .section-intro__bg--overlay {
    opacity: 0.35;
}
.section-intro--dark {
    color: #fff;
    background-color: #000;
}
.section-intro .container,
.section-intro .tingle-modal--template .tingle-modal-box,
.tingle-modal--template .section-intro .tingle-modal-box {
    z-index: 30;
}
.section-intro__content {
    margin: 90px 0;
}
@media screen and (max-width: 991px) {
    .section-intro__content {
        margin: 80px 0;
    }
}
@media screen and (max-width: 767px) {
    .section-intro__content {
        margin: 60px 0;
    }
}
@media screen and (max-width: 575px) {
    .section-intro__content {
        margin: 40px 0;
    }
}
.section-intro__title {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.04545;
}
@media screen and (max-width: 1259px) {
    .section-intro__title {
        font-size: 44px;
    }
}
@media screen and (max-width: 991px) {
    .section-intro__title {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .section-intro__title {
        font-size: 28px;
    }
}
@media screen and (max-width: 575px) {
    .section-intro__title {
        font-size: 22px;
    }
}
.section-intro__text {
    margin: 12px 0 0;
    padding: 0 30px 0 0;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55556;
}
@media screen and (max-width: 1259px) {
    .section-intro__text {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .section-intro__text {
        font-size: 18px;
    }
    .section-intro__widget {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 767px) {
    .section-intro__text {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .section-intro__widget {
        margin-bottom: 50px;
    }
}
.section-intro__widget__form {
    background-color: #fff;
    padding: 45px;
    margin: 50px 0 50px auto;
    max-width: 420px;
    color: #000;
}
@media screen and (max-width: 991px) {
    .section-intro__widget__form {
        max-width: none;
        margin: 0;
        padding: 40px;
    }
}
@media screen and (max-width: 767px) {
    .section-intro__widget__form {
        padding: 30px;
    }
}
@media screen and (max-width: 575px) {
    .section-intro__text {
        font-size: 14px;
    }
    .section-intro__widget__form {
        padding: 25px;
    }
}
.section-intro__widget__form__title {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.01em;
    line-height: 1;
}
.section-intro__widget__form form {
    width: 100%;
}
.section-intro__widget__form .form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}
.section-intro__widget__form br {
    display: none;
}
.section-intro__widget__form input {
    width: 100% !important;
    border-radius: 0 !important;
    margin-top: -1px;
    display: block;
}
.section-intro__widget__form input:focus {
    z-index: 10;
}
.section-intro__widget__form input[name*="email"],
.section-intro__widget__form input[name*="name"],
.section-intro__widget__form input[name*="phone"] {
    padding-left: 56px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 27px 50%;
}
.section-intro__widget__form input[name*="email"] {
    background-image: url(../img/ui/bx-envelope.svg);
}
.section-intro__widget__form input[name*="name"] {
    background-image: url(../img/ui/bx-user-circle.svg);
}
.section-intro__widget__form input[name*="phone"] {
    background-image: url(../img/ui/bx-phone.svg);
}
.section-intro__widget__form button[type="submit"] {
    margin-top: 20px;
}
.section-intro__widget__form .form__disclaimer {
    max-width: 245px;
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.33;
    margin-top: 15px;
}
.events__header-text,
.section-intro__widget__video {
    font-family: Helvetica, Arial, sans-serif;
}
.section-intro__widget__video {
    display: block;
    width: 155px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.section--dark .section-intro__widget__video {
    color: #fff;
}
.section--dark .section-intro__widget__video:hover svg {
    fill: #fff;
}
.section-intro__widget__video svg {
    fill: none;
    stroke: #000;
    margin-bottom: 10px;
}
.section--dark .section-intro__widget__video svg {
    stroke: #fff;
}
.section-intro__widget__video:hover svg {
    fill: #000;
}
.breadcrumbs {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5625;
    color: #000;
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        margin-top: 30px;
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .breadcrumbs {
        margin-top: 20px;
        font-size: 12px;
    }
}
.section-intro--dark .breadcrumbs {
    color: #fff;
}
.breadcrumbs a {
    cursor: pointer;
    color: inherit;
}
.breadcrumbs .breadcrumb {
    list-style: none;
    display: flex;
}
.breadcrumbs .breadcrumb-item {
    margin: 0 13px;
}
.breadcrumbs .breadcrumb-item:first-child {
    margin-left: 0;
}
.breadcrumbs .breadcrumb-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) rotate(-45deg);
}
.header--transparent + .content > .section-intro .breadcrumb-item:not(:last-child)::after,
.section-intro--dark .breadcrumbs .breadcrumb-item:not(:last-child)::after {
    border-color: #fff;
}
.breadcrumbs .breadcrumb-item:not(:first-child):last-child {
    opacity: 0.6;
}
.breadcrumbs .last {
    opacity: 0.6;
}
.header--transparent + .content > .section-intro {
    margin-top: -126px;
    padding-top: calc(85px + 126px);
    padding-bottom: 107px;
    min-height: calc(351px + 126px);
    color: #fff;
}
.header--transparent + .content > .section-intro::before {
    content: none;
}
.header--transparent + .content > .section-intro .breadcrumbs {
    color: #fff;
}
.header--transparent + .content > .section-intro a {
    color: #fff;
}
.intro-slider__dots {
    margin-left: 20px;
    top: 1px;
}
@media screen and (max-width: 991px) {
    .intro-slider__dots {
        display: none;
    }
}
.intro-slider__dots .glide__bullet {
    appearance: none;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid transparent;
    opacity: 0.5;
    margin-right: 5px;
    cursor: pointer;
}
.intro-slider__dots .glide__bullet:hover {
    opacity: 1;
}
.intro-slider__dots .glide__bullet--active {
    border-color: #fff;
    opacity: 1;
}
.intro-slider__dots .glide__bullet:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    margin: 3px auto;
    display: block;
}
.section-intro--light .glide__bullet--active,
.section-intro--white .glide__bullet--active {
    border-color: #000;
}
.section-intro--light .glide__bullet:before,
.section-intro--white .glide__bullet:before {
    background-color: #000;
}
.glide__slide {
    height: auto;
}
@media screen and (max-width: 991px) {
    .glide__slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .glide__slide .section-intro__content {
        margin: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .glide__slide .section-intro__content {
        margin: 30px 0;
    }
}
.glide__slide .section-intro__buttons--mobile {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 5px;
    width: 100%;
    z-index: 100;
}
.glide__slide .section-intro__buttons--mobile .button,
.glide__slide .section-intro__buttons--mobile .intro-slider__dots,
.glide__slide .section-intro__buttons--mobile .section-callback .form button,
.glide__slide .section-intro__buttons--mobile .section-intro__widget__form button[type="submit"],
.section-callback .form .glide__slide .section-intro__buttons--mobile button,
.section-intro__widget__form .glide__slide .section-intro__buttons--mobile button[type="submit"] {
    display: none;
}
@media screen and (max-width: 991px) {
    .glide__slide .section-intro__buttons--mobile .intro-slider__dots {
        display: block;
    }
    .events__header-text {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.events__header {
    margin-bottom: 50px;
}
.events__header-text {
    display: inline-flex;
    align-self: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}
.consult__header-coach a,
.consult__header-coach span,
.consult__header-coach--select,
.events__header-filters .event__switch-imitate,
.events__header-filters select,
.events__header-filters span {
    font-family: "PT Root UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5625;
}
.events__header-filters {
    display: flex;
    margin: 0;
    list-style: none;
}
.events__filters-type label,
.events__filters-type > .event__switch-imitate {
    margin-left: -1px;
}
@media screen and (max-width: 1259px) {
    .events__header-filters {
        justify-content: space-between;
        margin-top: 15px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .events__header-filters {
        flex-wrap: wrap;
    }
    .events__header-filters label {
        width: calc(33.3333% + 1px);
    }
}
.events__header-filters .event__switch-imitate,
.events__header-filters select,
.events__header-filters span {
    display: block;
    padding: 12px;
    width: 184px;
    background-color: #fff;
    border: 1px solid #f36;
    font-weight: 700;
    text-align: center;
    color: #f36;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    .events__header-filters .event__switch-imitate,
    .events__header-filters select,
    .events__header-filters span {
        width: 140px;
    }
}
@media screen and (max-width: 767px) {
    .events__header-filters .event__switch-imitate,
    .events__header-filters select,
    .events__header-filters span {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .events__header-filters span {
        display: inline-flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
}
.events__header-filters .event__switch-imitate.active,
.events__header-filters input:checked + span {
    background-color: #f36;
    color: #fff;
}
.events__header-filters select {
    width: 287px;
    padding: 12px 20px;
    color: #000;
    border-radius: 4px;
    appearance: none;
    outline: 0;
}
.events__header-filters select:focus,
.events__header-filters select:hover {
    border-color: rgba(255, 51, 102, 0.75);
}
.events__filters-type > .event__switch-imitate:first-child {
    border-radius: 4px 0 0 4px;
}
.events__filters-type > .event__switch-imitate:last-child {
    border-radius: 0 4px 4px 0;
}
.events__filters-type {
    display: flex;
}
@media screen and (max-width: 991px) {
    .events__header-filters select {
        width: 267px;
    }
    .events__filters-type {
        flex-shrink: 0;
    }
    .events__content {
        flex-direction: column;
    }
}
@media screen and (max-width: 575px) {
    .events__filters-type {
        width: 100%;
    }
}
.events__filters-type label:first-child span {
    border-radius: 4px 0 0 4px;
}
.events__filters-type label:last-child span {
    border-radius: 0 4px 4px 0;
}
.events__filters-city {
    margin-left: 35px;
    display: none;
}
.events__filters-city.active {
    display: block;
}
@media screen and (max-width: 767px) {
    .events__filters-type,
    .events__header-filters select {
        width: 100%;
    }
    .events__filters-city {
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }
}
.events__footer .pagination__items {
    margin-left: auto;
}
.consult__header {
    margin-bottom: 70px;
}
@media screen and (max-width: 1259px) {
    .consult__header {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .consult__header {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .consult__header {
        margin-bottom: 30px;
    }
}
.consult__header-coach {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    border-bottom: 1px solid #dacff5;
    overflow: hidden;
}
.consult__header-coach li:first-child span {
    margin-left: 0;
}
.consult__header-coach li:last-child span {
    margin-right: 0;
}
.consult__header-coach a,
.consult__header-coach span {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    padding: 7px 0;
    font-weight: 500;
    cursor: pointer;
}
.consult__header-coach a::after,
.consult__header-coach span::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 3px;
    background-color: #694eb2;
    opacity: 0;
    transition: 0.4s;
}
.consult__header-coach .active::after,
.consult__header-coach input:checked + span::after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.consult__header-coach--select {
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #f36;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 700;
}
.consult__footer {
    margin-top: 70px;
}
.consult__footer .pagination__items {
    margin-left: auto;
}
.section-feedbacks__items {
    margin-top: -20px;
}
.section-feedbacks__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: -30px;
    margin-top: 20px;
}
@media screen and (max-width: 575px) {
    .section-feedbacks__footer {
        margin-top: 10px;
    }
    .section-feedbacks__footer-button {
        width: 100%;
    }
}
.section-callback .form .section-feedbacks__footer button,
.section-feedbacks__footer .button,
.section-feedbacks__footer .section-callback .form button,
.section-feedbacks__footer .section-intro__widget__form button[type="submit"],
.section-intro__widget__form .section-feedbacks__footer button[type="submit"] {
    margin-left: 30px;
    margin-top: 20px;
}
.blog-archive__sidebar,
.blog-single__sidebar {
    padding-left: 45px;
}
.section--dark .blog-archive__items .card-blog a,
.section--dark .blog-single__items .card-blog a {
    color: #fff;
}
.section--dark .blog-archive__items .card-blog a:focus,
.section--dark .blog-archive__items .card-blog a:hover,
.section--dark .blog-single__items .card-blog a:focus,
.section--dark .blog-single__items .card-blog a:hover {
    color: #f36;
}
.page-feedbacks__footer {
    display: flex;
}
.page-feedbacks__footer .pagination__items {
    margin-top: 70px;
    margin-left: auto;
}
@media screen and (max-width: 1259px) {
    .blog-archive__sidebar,
    .blog-single__sidebar {
        padding-left: 20px;
    }
    .page-feedbacks__footer .pagination__items {
        margin-top: 50px;
    }
}
@media screen and (max-width: 991px) {
    .page-feedbacks__footer .pagination__items {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .blog-archive__sidebar,
    .blog-single__sidebar {
        padding-left: 15px;
        padding-top: 30px;
    }
    .js-rdom__blog-wlinks {
        background-color: transparent;
        padding: 0 15px 40px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-feedbacks__footer .pagination__items {
        margin-top: 30px;
    }
}


