@media (max-width: 991px) {
    .g-desktop {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .g-mobile {
        display: none !important;
    }
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}


.inner-p p {
    margin-top: 0;
}
.inner-p p:last-child {
    margin-bottom: 0;
}



.header__nav > .header__nav-language {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 72px;
    bottom: 0;
    width: 64px;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    z-index: 100;
    margin: 0;
    cursor: pointer;
    font-size: 2rem;
}
/*.header__nav > .header__nav-language.lang-en {
    right: 0;
    width: 72px;
}*/
.header__nav-top.no-border:after {
    display: none;
}
.header__nav-dropdown .row {
    width: 100%;
}
@media (max-width: 991px) {
    .header__nav-menu > li.is-open .header__nav-dropdown {
        min-height: 100%;
    }
    .header__nav-dropdown .row {
        display: block;
    }
}
.header__nav-group-link {
    width: 100%;
}
.header__nav-link,
.footer__nav-link {
    cursor: default;
}
a.header__nav-link,
a.footer__nav-link {
    cursor: pointer;
}
.footer_oferta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 15px;
    margin: 0;
    font-size: 1.4rem;
    line-height: 2rem;
}
.footer_oferta-link,
.footer_oferta-link:hover {
    text-decoration: none;
    color: #6D7C83;
}

.footer_form {
    padding: 15px;
}
.footer_form_text {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #6D7C83;
    text-transform: uppercase;
    font-weight: bold;
}
@media (min-width: 992px) {
    .footer_form .row {
        margin-right: -8px;
        margin-left: -8px;
    }
    .footer_form .col-md-4,
    .footer_form .col-sm-auto {
        padding-right: 8px;
        padding-left: 8px;
    }
    .footer_form .ui-input {
        padding: 8px 8px;
        height: 40px;
    }
    .footer_form .btn {
        padding: 8px 8px;
    }
}
@media (max-width: 991px) {
    .footer_form_text {
        padding-bottom: 8px;
    }
    .footer_form .btn {
        width: 100%;
    }
}

.feedback__text {
    margin-bottom: 1rem;
}

.footer__info-social-link svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    fill: currentColor;
    fill-rule: evenodd;
}

.services {
    margin-top: 50px;
}
.services__item.m-short {
    height: 300px;
}
.services__item-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 60px 20px 20px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}


/* Исправлено версткой */
@media (min-width: 768px) {
    .details__grid > li:nth-of-type(odd) .row {
        -ms-flex-direction: row;
            flex-direction: row;
    }
}
@media (min-width: 1200px) {
    .details__grid > li:nth-of-type(even) .details__item-desc {
        float: initial;
    }
    .details__grid > li .details__item-desc.f-right {
        float: right;
    }

    .multitext__item-fulldesc {
        max-width: initial;
    }
}

/* Отдельная трасса */
.map.m-single {
    margin: 0 0 3rem;
}
.map__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0F1310;
}
.map__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 992px) {
    .map.m-single {
        margin: 0 0 6rem;
    }
    .map__section.m-single {
        min-height: initial;
    }
    .map__section.m-infoicons .map__text {
        max-width: 60%;
    }
    .map__section.m-infoicons .map__title {
        margin-bottom: 3rem;
    }
}


/* Календарь */
.calendar__events-days.c-days--28 > li {
    -ms-flex: 0 0 3.571%;
    flex: 0 0 3.571%;
    max-width: 3.571%;
}
.calendar__events-days.c-days--29 > li {
    -ms-flex: 0 0 3.448%;
    flex: 0 0 3.448%;
    max-width: 3.448%;
}
.calendar__events-days.c-days--30 > li {
    -ms-flex: 0 0 3.333%;
    flex: 0 0 3.333%;
    max-width: 3.333%;
}
.calendar__events-days.c-days--31 > li {
    -ms-flex: 0 0 3.225%;
    flex: 0 0 3.225%;
    max-width: 3.225%;
}
a.calendar__events-dropdown,
a.calendar__events-dropdown:hover,
a.calendar__events-dropdown:focus,
a.calendar__events-dropdown:active {
    color: #2F444E;
    text-decoration: none;
}



/* Шапки страниц */
.header__nav-group-link img {
    -ms-flex: 0 0 40px;
    flex: 0 0 4rem;
    margin: 0 9px 0 0;
    display: block;
    width: 40px;
    height: 40px;
    transition: transform 0.25s;
}
.is-page-article .topbar__title {
    font-size: 3.6rem;
}
@media (min-width: 768px) {
    .is-page-article .topbar__title {
        font-size: 4.6rem;
    }
}
@media (min-width: 1200px) {
    .is-page-article .topbar__title {
        font-size: 5.6rem;
    }
}


.lk__form {
    margin-bottom: 56px;
}
.lk__form:last-child {
    margin-bottom: 0;
}




.hero-push,
.topbar-push {
    margin: 0 0 4rem;
}
@media (min-width: 1200px) {
    .hero-push,
    .topbar-push {
        margin: 0 0 8rem;
    }
    .news-item {
        padding-top: 70px;
    }
    .news-item .news__title {
        margin: 0 0 3rem;
    }
}

.section-pull {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .section-compact {
        margin: 0 0 50px;
    }
    .track.section-compact {
        margin: 0;
        padding: 50px 0 30px;
    }
    .services.section-compact {
        margin: 0 0 70px;
    }
    .competition.section-compact {
        margin: 0 0 30px;
    }
}




.text-color,
.text-color-block {
    background: linear-gradient(86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
}
.text-color {
    display: inline-block !important;
}
.bg-video {
    display: block;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__item-image:after, .topbar__image:after {
    background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
    .hero__item-action {
        margin-top: 60px;
    }
    .page-simple,
    .error-404 {
        padding: 70px 0;
    }
}



.text-center {
    text-align: center;
}



.feedback__form .row {
    align-items: flex-start;
}

.text-err {
    color: #ec2113;
}
.form-input-err {
    margin: -16px 0 8px 0;
    font-size: 80%;
    color: #ec2113;
}
.form-message {
}
.form-message.text-err {
    font-size: 80%;
}


.block-txt {
    font-size: 1.6rem;
    line-height: 1.3;
}
.block-err {
    display: block;
    padding: 16px;
    margin: 16px 0;
    max-width: 600px;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.form-err {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #B61F38;
}
.form-scs {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #2F444E;
}



.competition__action {
    margin-bottom: 12px;
}



.details__item-image {
    margin-bottom: 24px;
}

.details__item-image:last-child {
    margin-bottom: 0;
}

.details__item-desc .specs-list {
    margin-bottom: 24px;
}

.details__item-desc .specs-item {
    margin-top: 24px;
    line-height: 1.2;
}

.details__item-desc .specs-item > .-value {
    font-size: 2em;
    font-weight: bold;
    background: -webkit-gradient(linear,left top,right top,from(#7a335c),to(#ed1c24));
    background: -moz- oldlinear-gradient(left,#7a335c 0%,#ed1c24 100%);
    background: -o-linear-gradient(left,#7a335c 0%,#ed1c24 100%);
    background: linear-gradient(90deg,#7a335c 0%,#ed1c24 100%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.details__item-desc .video-container {
    /* overflow: hidden; */
    position: relative;
    width: 100%;
}

.details__item-desc .video-container iframe {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.details__item-desc .video-container .-preview {
    /* position: absolute; */
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.details__item-desc .video-container .-preview img {
    display: block;
}

.details__item-desc .video-container .-button {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    padding-top: 15%;
    text-align: center;
    cursor: pointer;
}

.details__item .row.align-top {
    align-items: start;
}

.video-container.is-active iframe {
    z-index: 5;
}

.press__grid > li {
    width: 100%;
}

@media (min-width: 768px) {
    .press__grid > li {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .press__grid > li {
        width: 33.333%;
    }
}

.video__play {
    white-space: initial;
}



button.btn[tc-event],
button.btn[data-tc-event],
button.btn[data-tc-showroom] {
    font: 700 1.6rem/2.6rem "Montserrat", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    background: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 15px 20px;
    transition: 0.25s;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    min-width: 182px;
    background: linear-gradient(90deg, #7A335C 0%, #ED1C24 100%);
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: none;
    text-shadow: none;
}

button.btn[tc-event]:hover,
button.btn[data-tc-event]:hover,
button.btn[data-tc-showroom]:hover,
button.btn[tc-event]:active,
button.btn[data-tc-event]:active,
button.btn[data-tc-shoroom]:active {
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, #7A335C 0%, #ED1C24 100%);
    opacity: initial;
}



.notification {
    margin: 24px 0;
    padding: 8px 24px 8px 24px;
    border: 1px solid #7a335c;
    background: #fff;
}
.notification p {
    margin-bottom: 0;
}
.notification p:last-child {
    margin-bottom: 1em;
}

.corona-notify {
    margin: 16px 0;
}
.corona-notify._bordered {
    margin: 32px 0 16px 0;
    padding: 16px;
    border: 1px solid #7A335C;
    background: #fff;
}

.details__item-image {
    background: none;
}

.details__item-image img {
    width: auto;
    margin: 0 auto;
}

.space-top,
.details_space-top {
    margin-top: 40px !important;
}

.hero_map {
    background: transparent;
}

.hero_map .hero__item-image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.hero_map .hero__item-image:after {
    background: transparent;
}

@media (min-width: 768px) {
    .hero_map .hero__item {
        padding: 325px 0 210px;
    }
}

.hero_map .swiper-container {
    background: #000;
}

.hero_map h2.hero__title {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 30px;
    background: linear-gradient(86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero_map .swiper-slide img {
    display: block;
}

.swiper-souvenirs .swiper-prev, .swiper-souvenirs .swiper-next {
    color: #97A1A7;
}

.swiper-souvenirs .swiper-prev:hover, .swiper-souvenirs .swiper-next:hover {
    color: #B61F38;
}

.swiper-souvenirs .swiper-prev {
    left: 15px;
}

.swiper-souvenirs .swiper-next {
    right: 15px;
}

.featured-events__action {
    margin-top: 5px;
}

.featured-events__action .btn--link {
    font-size: 1.6rem;
    color: #B61F38;
}

.featured-events__action .btn--link:hover {
    color: #B61F38;
    box-shadow: none;
}

.featured-events__title {
    min-width: 300px;
    display: block;
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 30px;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 768px) {
    .featured-events__title, .hero_map h2.hero__title {
        font-size: 3.6rem;
    }
}
@media (min-width: 1200px) {
    .featured-events__title, .hero_map h2.hero__title {
        font-size: 4rem;
    }
}


.header__nav-menu > li:hover > .header__nav-link,
.header__nav-submenu > li > .header__nav-submenu-link:hover,
.header__nav-menu > li > .header__nav-submenu-link:hover,
.footer__info-menu-link:hover,
.footer__nav-link:hover,
.header__nav-group-link:hover {
    color: #B61F38;
}

.btn-up {
    bottom: 50px;
    right: 20px;
    z-index: 8393;
    position: fixed;
    height: 50px;
    width: 50px;
    display: none;
    border: 1px solid #D5DADC;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    color: #97A1A7;
}

.btn-up:hover {
    color: #B61F38;
}

.btn-up svg {
    width: 15px;
    height: 30px;
    transform: rotate(-90deg);
    margin: auto;
    cursor: pointer;
}

.btn-up.is-active {
    display: flex;
}

.subsc__social .icon-social-instagram {
    width: 46px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 991px) {

    .swiper-hero .hero__item {
        min-height: 600px;
    }

    .header__nav-menu > li > .header__nav-link {
        font-size: 1.7rem;
    }

    .hero_map .swiper-hero .swiper-pagination {
        bottom: 30px
    }
}

@media (min-width: 992px) {

    .map_fix-width .map__section .container-fluid {
        padding-left: 70px;
    }

    .swiper-hero .hero__item {
        min-height: 650px;
    }

    .hero_map .swiper-hero .swiper-slide {
        min-height: auto;
    }

    .hero__item {
        display: flex;
    }

    .hero__item > .container-fluid {
        margin: auto;
    }

    .topbar {
        min-height: 650px;
    }
}

.services,
.video,
.map.m-single,
.txt,
.photos,
.services.section-compact,
.details,
.feedback,
.details__grid > li,
.stages,
.gallery,
.featured
{
    margin-bottom: 50px;
}

.vacancies {
    padding: 60px 0 50px;
}

.map.map_fix-width {
    background: transparent;
    margin-top: 50px;
}

.map.map_fix-width .map__mobile {
    background: #0F1310;
}

.map_fix-width .map__title,
.wrapper-video__title {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 400;
    background: linear-gradient(86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .map_fix-width .map__title,
    .wrapper-video__title {
        font-size: 3.6rem;
    }
}

@media (min-width: 1200px) {
    .map_fix-width .map__title,
    .wrapper-video__title {
        margin: 0 0 58px;
        font-size: 4rem;
    }
}

.wrapper-video {
    margin-top: 50px;
}

html {
    font-size: 67.8%;
    font-size: 56.5%;
}

.ui-title-32, .ui-wysiwyg h4, .popup__title, .popup__success, .feedback__title small, .feedback__subtitle, .track__desc h3, .details__title, .additional h3, .photos__title, .auth__title, .buy__title, .faq-section__title, .stages__title {
    font-size: 3.2rem;
}

@media (min-width: 768px) {
    .ui-title-32, .ui-wysiwyg h4, .popup__title, .popup__success, .feedback__title small, .feedback__subtitle, .track__desc h3, .details__title, .additional h3, .photos__title, .auth__title, .buy__title, .faq-section__title, .stages__title {
        font-size: 3.6rem;
    }
}
@media (min-width: 1200px) {
    .ui-title-32, .ui-wysiwyg h4, .popup__title, .popup__success, .feedback__title small, .feedback__subtitle, .track__desc h3, .details__title, .additional h3, .photos__title, .auth__title, .buy__title, .faq-section__title, .stages__title {
        font-size: 4rem;
    }
}

.hero_map-margin-top {
     margin-top: 50px;
}

.services__item-content {
    height: auto;
    opacity: 1;
}

.services__item-content p {
    margin: 0 0 0px;
}

.services__item-desc {
    padding: 20px;
    overflow-y: hidden;
}

.services__item_inactive {
    filter: grayscale(70%);
}
.services__item_inactive::after {
    content: '';
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.training__card_inactive {
    filter: grayscale(70%);
}
.training__card_inactive::after {
    content: '';
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
    .header__nav-language {
        margin-right: 0;
    }
}
.header__nav-language-link img {
    width: 28px;
    vertical-align: middle;
    min-width: 28px;
}

.header__nav-bottom > .header__nav-social {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .header__nav-bottom > .header__nav-social {
        display:none;
    }
}

.header__nav-auth .btn {
    font-weight: 600;
}

.contacts__info-list {
    font-size: 1.6rem;
}

.partners {
    padding: 40px 0 0;
}

.partners:last-child {
    padding-bottom: 40px;
}

.partners__grid {
    min-height: 24px;
}

.partners__subtitle,
.partners__title {
    background: linear-gradient(86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
}

.partners__subtitle {
    margin: 0 0 25px;
    font-size: 2.4rem;
}

.partners__title {
    margin: 0 0 30px;
    font-size: 3.2rem;
}

.partners__item {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    /*height: 100%;*/
}

.partners__item:before {
    content: '';
    float: left;
    padding: 100% 0 0;
}

.partners__item img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
}

.partners__item-title,
.partners__item-description {
    margin: 1rem 0 0;
}

.partners__item-title {
    font-weight: bold;
}

.partners__grid .row > [class^="col"] {
    padding: 0 8px 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .partners__grid .row > [class^="col"] {
        padding: 0 16px 32px;
    }

    .partners__subtitle {
        font-size: 2.8rem;
    }
    .partners__title {
        font-size: 3.6rem;
    }

    .partners {
        padding: 60px 0 0;
    }

    .partners:last-child {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .partners__subtitle {
        font-size: 3.2rem;
        margin: 0 0 50px;
    }

    .partners__title {
        font-size: 4rem;
        margin: 0 0 60px;
    }
}

@media (max-width: 767px) {
    .footer__nav-menu {
        font-size: 1.2rem;
    }

    .footer__nav-menu > li {
        margin: 0 20px 0 0;
    }

    .footer__nav-menu > li:last-child {
        margin: 0;
    }
}

.featured__item-title {
    font-weight: 400;
    font-size: 1.8rem;
}

.video-gallery {
    padding: 40px 0;
}

.video-gallery__group-grid .row > [class^="col-"] {
    padding: 0 16px 32px;
}

.video-gallery__item-video iframe {
    display: block;
    width: 100%;
}

.video-gallery__title {
    background: linear-gradient(86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    font-size: 3.2rem;
}

.video-gallery__text {
    margin: 0 0 30px;
}

.video-gallery__item {
    display: block;
    position: relative;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
    color: #2F444E;
}

.video-gallery__item-desc {
    padding: 30px 26px;
}

.video-gallery__item-text {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .video-gallery {
        padding: 60px 0;
    }

    .video-gallery__title {
        font-size: 3.6rem;
    }
}

@media (min-width: 1200px) {
    .video-gallery__title {
        font-size: 4rem;
        margin: 0 0 60px;
    }
}

.subsc__title {
    font-size: 1.9rem;
    margin: 0 0 20px;
}

.subsc__social > li {
    padding: 0 12.5px;
}

.subsc__social .subsc__social-link svg,
.subsc__social .subsc__social-link img {
    width: 36px;
    height: 36px;
}

.subsc__social .subsc__social-link img {
    display: block;
}

@media (min-width: 768px) {
    .subsc > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .subsc__title {
        margin: 0;
    }

    .subsc__social {
        margin: 0 0 0 40px;
    }
}

@media (min-width: 992px) {
    .subsc__social .subsc__social-link svg,
    .subsc__social .subsc__social-link img {
        width: 46px;
        height: 46px;
    }

    .subsc__title {
        font-size: 2.8rem;
    }

    .subsc__social > li {
        padding: 0 17.5px;
    }

    .subsc__social {
        margin: 0 0 0 80px;
    }
}

.swiper-services .swiper-prev, .swiper-services .swiper-next {
    color: #97A1A7;
}

.swiper-services .swiper-next {
    right: 15px;
}

.swiper-services .swiper-prev {
    left: 15px;
}

.swiper-services .swiper-prev:hover, .swiper-services .swiper-next:hover {
    color: #B61F38;
}

.swiper-services .swiper-pagination-bullet-active {
    width: 8px;
    background: linear-gradient(90deg, #7A335C 0%, #ED1C24 100%);
}

.swiper-services .swiper-pagination {
    position: relative;
    bottom: 0;
    padding: 30px 0 0;
}

.swiper-services .swiper-prev svg,
.swiper-services .swiper-next svg {
    width: 24px;
    height: 48px;
}



.instructors { text-align: center; }
.instructors .swiper-container {
    width: 100%;
    max-width: 100%;
}
.instructors .swiper-wrapper.m-centered {
    display: inline-flex;
    width: auto;
}

.contacts-sout {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.contacts-sout a {
    white-space: initial;
}
@media (max-width: 767px) {
    .contacts-sout a {
        display: inline-block;
        margin-bottom: 8px;
    }
}

.section-collapse {
    margin-top: 50px;
}





.bg-notify {
    position: relative;
    margin-bottom: 24px;
    border-radius:
}
.bg-notify .bg-notify--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(40%);
    background-size: cover;
    border-radius: 5px;
}

.bg-notify--entry {
    position: relative;
    padding: 48px 32px 32px 32px;
}
.bg-notify--entry,
.bg-notify--entry p {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 3px 10px rgba(0,0,0,.5);
}
.bg-notify--entry p {
    margin-bottom: 16px;
}
.bg-notify--entry .p-alert {
    padding: 0 0 24px 0;
}
.bg-notify--entry a,
.bg-notify--entry a:hover,
.bg-notify--entry a:focus,
.bg-notify--entry a.active {
    color: #fff;
}
.bg-notify--logo {
    text-align: right;
    margin-bottom: 12px;
}
@media (max-width: 992px) {
    .bg-notify--logo {
        margin: -24px 0 24px;
        text-align: center;
    }
    .bg-notify--logo img {
        max-width: 60%;
    }
}




.section-map {
    margin: 48px 0 24px 0;
}
.map--desktop,
.zoom--desktop {
}
.map--mobile,
.zoom--mobile {
    display: none;
}
@media (max-width: 992px) {
    .map--desktop,
    .zoom--desktop {
        display: none;
    }
    .map--mobile,
    .zoom--mobile {
        display: block;
        position: relative;
        visibility: visible;
        pointer-events: auto;
    }
}



.contacts--shred .contacts__worktime {
    padding-bottom: 0;
}
@media (min-width: 992px) {
    .contacts--shred {
        margin-bottom: 48px;
    }
}


.ui-comment {
    font-size: 1.4rem;
    line-height: 2rem;
}
textarea.ui-input {
    height: auto;
}
.link-cyclic {
    cursor: default;
}
.contacts__group--slim {
    padding-top: 50px;
}

.popup__rent-desc h2 {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 3.4rem; }
.popup__rent-desc h3 {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 20px; }



.b-info {
    margin-bottom: 50px;
}

.b-info__checklist {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .b-info__checklist {
        margin-bottom: 30px;
    }
}
.useful {
    margin: 0 0 60px;
}


.presentation{
    margin: 0 0 0;
}
.presentation__body {
    color: #2F444E;
}
.presentation__benefits > li:after {
    background: #2F444E;
}
.presentation__body:after {
    background: transparent;
}
@media (max-width: 767px) {
    .presentation{
        margin: 0 0 60px;
    }
    .presentation__body {
        padding: 0;
    }
}


/* Текст */
.corporate-clients,
.platform,
.hotel__desc,
.presentation__text,
.b-info,
.b-info__text,
.required__tabs-content,
.instructor__text,
.training__grid-item-text,
.training__desc {
    /* font: 400 1.8rem/1.3 "Montserrat", Helvetica, Arial, sans-serif; */
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
}
.corporate-clients p,
.platform p,
.hotel__desc p,
.b-info__text,
.required__tabs-content p,
.instructor__text p,
.training__desc p {
    margin: 0 0 15px;
}

/* Списки */
.corporate-clients ul > li,
.platform ul > li,
.required__tabs-content ul > li {
    margin-bottom: 0;
}

/* Заголовки H2 */
.required__title, {
    line-height: 1.2;
    font-weight: 400;
    font-size: 3.6rem;
}
.corporate-clients h2,
.platform h2,
.b-info__title--34,
.b-info__title--30,
.useful__title,
.instructor__title,
.training__title {
    margin: 0 0 30px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 3.6rem;

    display: inline-block;
    vertical-align: top;
    background: linear-gradient(86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 1200px) {
    .corporate-clients h2,
    .platform h2,
    .b-info__title--34,
    .b-info__title--30,
    .required__title,
    .useful__title,
    .instructor__title,
    .training__title {
        font-size: 4rem;
    }
}

/* Заголовки H3 */
.corporate-clients dl dt,
.platform h3,
.required__tabs-content h3 {
    margin: 0 0 15px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;

    background: linear-gradient(86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.corporate-clients ul > li:after,
.required__tabs-content ul > li:after,
.platform ul > li:after {
    top: 12px;
}
.training__grid-item-icon img {
    width: 64px;
}



.training__section .training__image.i-right {}
.training__section .training__image.i-left {
    float: left;
    margin: 0 32px 50px 0;
}


.training__desc h3,
.training__desc h4 {
    background: linear-gradient(86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.header__nav-submenu-link,
.footer__info-menu-link {
    text-transform: uppercase;
    color: #6D7C83;
    font-weight: bold;
}
.footer__info-menu-link {
    font-weight: 800;
}
@media (max-width: 991px) {
    .header__nav-contacts .header__nav-phone {
        margin-bottom: 16px;
    }
    .header__nav-submenu > li {
        margin-bottom: 16px;
    }
    .header__nav-submenu-link {
        font-size: 1.7rem;
    }
    .footer__info-menu-link {
        font-size: 1.2rem;
    }
}



.faq-nav {
    font-size: 1.5rem;
    line-height: 1.3;
}

.corporate-clients figure {
    margin: 0 0 2rem 0;
}



.popup--room {
    max-width: 960px;
}
.popup--room .fancybox-button {
    display: none;
}
.popup--room .popup__close {
    background: none;
    color: #fff;
    border-radius: 0; }
    .popup--room .popup__close:hover {
      background: rgba(0, 0, 0, 0.2);
      color: #fff; }
.popup__room-head {
  overflow: hidden;
  margin: -60px -30px 60px; }
.popup__close svg path {
    color: #747474;
}

.popup__room-body {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0  30px; }
  @media (min-width: 1200px) {
    .popup__room-body {
      margin: 0 0 60px; } }

.popup__room-foot {
  text-align: center; }


.swiper-images {
  position: relative;
  overflow: hidden; }

.swiper-images-thumbs {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  max-width: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .swiper-images-thumbs .swiper-wrapper {
    -ms-flex-pack: center;
    justify-content: center; }
  .swiper-images-thumbs .swiper-slide {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #fff;
    transition: 0.25s;
    cursor: pointer; }
    .swiper-images-thumbs .swiper-slide:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      border: 1px solid #B61F38;
      opacity: 0; }
    .swiper-images-thumbs .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .swiper-images-thumbs .swiper-slide:hover {
      opacity: 0.75; }
  .swiper-images-thumbs .swiper-slide-thumb-active {
    border-color: #B61F38;
    opacity: 1; }
    .swiper-images-thumbs .swiper-slide-thumb-active:after {
      opacity: 1; }
    .swiper-images-thumbs .swiper-slide-thumb-active:hover {
      opacity: 1; }

.swiper-images-slides .swiper-slide {
  height: auto;
  display: -ms-flexbox;
  display: flex; }

.swiper-images-slides img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 220px; }

.swiper-images-slides .swiper-prev, .swiper-images-slides .swiper-next {
  top: 0;
  width: 60px;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background: none;
  color: #fff; }
  .swiper-images-slides .swiper-prev:hover, .swiper-images-slides .swiper-next:hover {
    background: rgba(0, 0, 0, 0.2); }

.swiper-images-slides .swiper-prev {
  left: 0; }

.swiper-images-slides .swiper-next {
  right: 0; }



.popup__room-head {
    position: relative;
}
.popup__room-logo {
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .platform figure:last-child {
        margin: 0 0 20px;
    }
}
.platform {
    margin: 0 0 20px;
}
.platform__section {
    margin-bottom: 24px;
}
.fancy-map .fancybox-close-small {
    right: 0;
}
.fancy-map.fancybox-is-open .fancybox-bg {
    background: #fff;
    opacity: 1;
}

.presentation__body .row-last > [class^="col"] {
    padding-bottom: 16px;
}


.header__nav-group-link._highlight {
    color: #B61F38;
}
.rent {
    margin-top: 24px;
}
.hotel__action {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .events__topbar {
        margin-bottom: 0;
    }
    .table-scrolling {
        height: 50px;
        position: relative;
    }
    .table-scrolling:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: url(../images/hand.svg) 0 0 no-repeat;
        background-size: contain;
    }
}

.calendar__events-days > li:after {
    left: 35%;
    width: 30%;
}


.corporate-clients-button {
    margin-bottom: 0;
}
.corporate-clients-button.m-top {
    margin-top: 40px;
}
.corporate-clients-button.m-bot {
    margin-bottom: 40px;
}
.presentation__head {
    padding-top: 40px;
}

.details__item-desc .btn {
    margin-top: 12px;
}



.btn-sm {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 9px 10px;
}

.header__nav-toggle-loop {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    width: 32px; }
@media (min-width: 992px) {
    .header__nav-toggle, .header__nav-toggle-loop  {
        display: none; } }

@media (min-width: 768px) {
    .b-info__cards_col-2 > li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.anchor-link-multitext {
    padding-top: 130px !important;
    margin-top: -130px !important;
}

.header_drive-club .header__logo {
    height: inherit;
    padding: 1rem;
}

.hero_text_top-left .hero__item  {
    padding-top: 3rem;
}

.hero_text_top-left .hero__item > .container-fluid {
    margin-top: 0;
}

.hero_text_top-left .hero__item-desc {
    text-align: left;
    margin: 0;
    max-width: 60rem;
}

.hero__item-text-gray {
    font-weight: bold;
    color: #D5DADC;
}

.highlight-text {
    color: #B61F38;
}

.header_drive-club .header__nav-top  .header__nav-social {
    margin: 0 0 0 auto;
}

.header_drive-club .header__nav-auth  .btn__text {
    white-space: normal;
    display: block;
    color: #fff;
    -webkit-text-fill-color: white;
}

.header_drive-club .header__nav-top  .header__nav-auth {
    display: none;
}

@media (max-width: 991px) {
    .header__nav-menu > li > .header__nav-submenu-link {
        padding: 8px 0;
    }

    .header_drive-club .header__nav-top  .header__nav-social,
    .header_drive-club .header__nav-bottom  .header__nav-auth {
        display: none;
    }

    .header_drive-club .header__nav-top  .header__nav-auth {
        display: block;
    }

    .header_drive-club .header__nav-link {
        padding: 15px 0;
    }

    .header_drive-club .header__nav-contacts .header__nav-phone {
        margin-bottom: 30px;
        margin-top: 15px;
    }
}

.anchor-link-multitext.details_space-top {
    margin-top: -90px !important;
}

.news__document-wrapper {
    margin: 3rem 0;
}

.news__document-item {
    margin-bottom: 2rem;
}

.news__document-wrapper .news__document-item:last-child {
    margin: 0;
}

.news__document-item .btn--file {
    width: 35rem;
    max-width: 100%;
}

.events-calendar__item {
    display: block;
}
@media (min-width: 768px) {
    .events-calendar__item {
        display: flex;
    }
}

.events-calendar__title.-lg {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 400;
}
@media (min-width: 768px) {
    .events-calendar__title.-lg {
        font-size: 3.6rem;
    }
}
@media (min-width: 1200px) {
    .events-calendar__title.-lg {
        font-size: 4.0rem;
    }
}


.events-calendar.-embed {
    padding-bottom: 0;
}
.events-calendar__item-date {
    font-size: 2.8rem;
}
.events-calendar__item-title {
    font-size: 1.8rem;
    line-height: 1.333;
    font-weight: 700;
    color: #2F444E;
}


.training__card:hover .training__card-list {
    max-height: unset;
}

.events-calendar__datepicker .datepicker__dot {
    margin:  0 3px 0 0;
}



.iframe-time-track {
    width: 100%;
    height: 600px;
}
@media (max-width: 767px) {
    .iframe-time-track {
        width: 100%;
        height: 500px;
    }
}
.page__title.-sm {
    font-size: 4rem;
}




.sticky-wrapper {
  position: fixed;
  bottom: 105px;
  right: 35px;
  z-index: 900;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.sticky-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: none;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(85.91deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 0 rgba(182, 31, 56, 0.5);
  background: linear-gradient(-45deg, #606B72, #6D4F67, #7A335C, #B12841, #ED1C24);
  background-size: 600%;
  /*animation: pulse 1.5s infinite, animeBg 10s linear infinite;*/ }
  .sticky-button:hover,
  .sticky-button:focus,
  .sticky-button:active {
    color: #fff;
  }
  .sticky-button svg {
    display: block; }

.popup--callback {
    max-width: 520px;
}
.popup--callback .fancybox-button {
    display: none !important;
}
.popup--callback .ui-action {
    text-align: center !important;
}
.popup--callback .ui-check {
    display: inline-block;
}
@media (min-width: 576px) {
    .popup--callback {
        min-width: 520px;
        padding: 36px 32px 32px;
    }
}



@media (max-width: 767px) {
    .btn-up {
        display: none !important;
    }
}

.widget__item-title {
    font-size: 1.8rem;
}



.events-calendar__item--other .events-calendar__item-date {
  background: #B61F38; }
.events-calendar__datepicker .datepicker__dot--other {
  background: #B61F38; }
.events-calendar__tags-item--other:before {
  background: #B61F38; }


.official-receipt__toggle mark {
    background: linear-gradient(86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.official-receipt__toggle {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
}
.official-receipt {
    margin: 0 0 12px;
}

/*** open card start ***/

.training__card {
    text-decoration: none;
    color: #fff;
}

.training__card:after {
    opacity: 0.75 !important;
}

.training__card .training__card-image {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.training__card .training__card-desc {
    background: none;
}

.training__card .training__card-list {
    opacity: 1;
    max-height: unset;
}

/*** open card end ***/



.sticky-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sticky-wrapper .sticky-link {
    padding: 8px 20px 8px 0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #7A335C;
    /*
    background: linear-gradient(-45deg, #606B72, #6D4F67, #7A335C, #B12841, #ED1C24);
    background-size: 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: animeBg 10s linear infinite;
    */
}
.sticky-wrapper .sticky-link:hover,
.sticky-wrapper .sticky-link:focus,
.sticky-wrapper .sticky-link:active {
    text-decoration: none;
}
@media (max-width: 767px) {
    .sticky-wrapper .sticky-link {
        display: none;
    }
}

.fill-receipt__title {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(
        86.76deg, #606B72 3.51%, #6D4F67 21.14%, #7A335C 51.74%, #B12841 82.86%, #ED1C24 103.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fill-receipt__text {
    margin: 0 0 30px;
}

.fill-receipt__wrapper .form-input.is-error {
    margin: 0 0 20px;
}

.fill-receipt__wrapper .form-message.text-err {
    margin-top: 15px;
}

.ride__card-location {
    font-size: 1.4rem;
}

.scrollbar {
    max-width: 100%;
    overflow-x: auto;
}

.btn-white-outline {
    border: 0px solid #fff;
    background: #fff0;
    color: #fffb;
    padding: 15px 20px;
    transition: background 0.5s, color 0.5s;
}
.btn-white-outline:before,
.btn-white-outline:after {
    display: none;
}
.btn-white-outline:hover {
    background: #fff0;
    color: #ffff;
}
@media (max-width: 767px) {
    .hero__item-action .btn:nth-child(2) {
        margin-top: 16px;
    }
}
@media (min-width: 768px) {
    .hero__item-action .btn:nth-child(2) {
        margin-left: 16px;
    }
}


.instructor__button {
    margin: 0 0 30px;
}

.feedback__form .ui-textarea {
    height: 88px;
    min-height: 88px;
}

.popup__calc .ui-comments__trigger {
    color: #2F444E;
}

.popup__calc .ui-comments__trigger:hover {
    color: #ED1C24;
}

.fancybox-slide--html {
    overflow-y: auto;
}

.instructors__btn {
    margin-top: 2rem;
}

.training__more {
    position: absolute;
    top: 20px;
    left: 25px;
    color: #fff;
    opacity: 0.7;
    z-index: 2;
    padding-right: 15px;
}

.training__more svg.icon-arrow-down {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    width: 12px;
    height: 12px;
}

@media (min-width: 576px) {
    .popup__calc-title {
        padding-right: 45px;
    }
}

[data-dmap-highlight="Main circuit"]:not(.is-highlight) g:nth-of-type(1) ellipse {
    fill: #F0F1F2;
}

.faq-section__group_border {
    border: 1px solid rgba(119, 185, 126, 0.6);
}

@media (min-width: 768px) {
    .btn-up {
        bottom: 190px;
        right: 40px;
    }
}

.is-page-restaurant-favorit .training__card:after {
    background: linear-gradient(
        360deg, #2F444E 0%, #B39162 33.55%, rgba(237, 28, 36, 0) 118.98%);
}

.training_less-bottom-margin {
    margin: 0 0 40px;
}

.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transition: opacity 0.25s;
    opacity: 0;
}
.swiper-cards .swiper-slide-active {
    opacity: 1;
}
.swiper-cards .swiper-pagination {
    position: relative;
    bottom: 0;
    padding: 40px 0 0;
    position: relative;
}

.swiper-cards .swiper-prev, .swiper-cards .swiper-next {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0 0 45px;
    height: 100%;
    color: #97A1A7;
    width: 240px;
    visibility: hidden;

}

.swiper-cards .swiper-prev:hover, .swiper-cards .swiper-next:hover {
    color: #B61F38;
}

.swiper-cards .swiper-prev {
    left: -40px;
    justify-content: flex-start;
}



.swiper-cards .swiper-next {
    right: -40px;
    justify-content: flex-end;
}


.swiper-cards .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #7A335C 0%, #ED1C24 100%);
    width: 8px;
}

@media (min-width: 768px) {
    .swiper-cards .swiper-prev, .swiper-cards .swiper-next {
        visibility: visible;
    }
}

.swiper-cards .swiper-slide img {
    width: 200px;
    max-width: 100%;
}

.contacts__text {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    color: #6D7C83;
    display: block;
    position: relative;
    padding: 0 0 0 44px;
    margin-bottom: 20px;
    min-height: 30px;
}

.contacts__text svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    fill: url(#icon-gradient);
    width: 30px;
    height: 30px;
}

.contacts__text svg.icon-nav-children-club {
    top: -5px;
}

.contacts__address svg {
    width: 30px;
}

@media (max-width: 576px) {
    .sticky-wrapper {
        transition: bottom 2s ease;
    }

    .is-widget-open .sticky-wrapper {
        bottom: 150px;
    }

    .contacts-sticky {
        transition: bottom 2s ease;
    }

    .is-widget-open .contacts-sticky {
        bottom: 150px;
    }

    /*jdiv.wrap_a43c {
        transition: bottom 2s ease;
    }

    .is-widget-open jdiv.wrap_a43c {
        bottom: 115px;
    }*/
}

.is-pulse {
    animation: pulseAnim 3s infinite linear;
}


@keyframes pulseAnim {
    0% {
        box-shadow: 0 0 0 0 rgba(119, 185, 126, 0.6);
    }
    70% {
        box-shadow: 0 0 20px 10px rgba(119, 185, 126, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(119, 185, 126, 0);
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .header__nav-menu {
        font-size: 1.2rem;
    }
}

.hero__banner_no-dark-filter .hero__banner-image:after,
.hero__item_no-dark-filter .hero__item-image:after {
    background: transparent;
}


.driftschedule{
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}

.drift_style .training__card {
    align-items: flex-start;
    height: 100%;
    min-height: 541px;

}




.header__logo--ribbon {
    height: 185px;
}
.is-sticky .header__logo--ribbon {
    height: 165px;
}
@media (max-width: 991px) {
    .header__logo--ribbon {
        height: 130px;
    }
    .is-sticky .header__logo--ribbon {
        height: 112px;
    }
}

@media (max-width: 991px) {
    .training .btn {
        margin-top: 12px;
    }
}
.training__grid-item--pale{
    opacity: 0.4;
}
.img_full img {
    width: auto;
}
.img_full {
    width: auto; 
    height: auto; 
    justify-content: start;
}
.training__grid-item--centered{
    text-align: center;
}
.training__grid-item--centered figure{
    margin-left: auto;
    margin-right: auto; 
}


.notice {
    margin: 5rem 0;
    margin-bottom: -8rem;
}
.training.-mb-0{
    margin-bottom: 0;
}
.breadcrumbs .icon-arrow-toggle{
    width: 8px;
    height: 8px;
    color: #767F88;
    top: 2px;
}
.breadcrumbs{
    color: #ACB4B8;
}
.breadcrumbs--transparent {
    position: absolute;
    width: 100%;
    z-index: 101;
    color:  #fff;
}
.breadcrumbs--transparent .icon-arrow-toggle {
    color:  #fff;
}
.breadcrumbs--transparent .breadcrumbs__link {
    color:  #fff;
}
.breadcrumbs svg.icon-home {
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    bottom: 2px;
}
@media (min-width: 1200px) {
    .breadcrumbs + .news-item {
        padding-top: 0;
    }
}

.faq-section__item-content table{
    width: 100%;
}
.faq-section__item-content table td {
    padding: 1rem;
}
.faq-section__item-content table {
    color: #2F444E;
}
@media (max-width: 992px) {
    .faq-section__item-content {overflow: auto}
}

@media (max-width: 991px) {
    .swiper-photos {
        overflow: hidden;
    }
}


.maintenance-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #7A335C;
    z-index: 123123;
    overflow: hidden;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    line-height: 1.5;
    text-align: center;
    font-size: 1.6rem;
}
.maintenance-warning__close {
    width: 3rem;
    height: 100%;
    position: absolute;
    right: 2rem;
    top: 0;
    cursor: pointer;
}
.maintenance-warning__close  svg {
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .maintenance-warning {
        padding: 1rem 4rem;
        font-size: 1.4rem
    }
    .maintenance-warning__close{ 
        height: auto;
        top: 1rem;
        right: .5rem;
     }
}

.details__item-desc .map__info {
    margin: 0;
    width: 100%;
    justify-content: space-between;      
}

.details__item-desc .map__info li {
   padding: 0;
}

.details__item-desc .map__info li:after {
    content: none;
}

.details__item-desc .map__info li small:after {
    background: #2F444E;  
}
.presentation__title {
    display: inline-block;
    font-weight: 400;
    font-size: 3.6rem;
    margin-bottom: 30px;
}
.presentation__head {
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .presentation__body {
        padding-top: 0;     
        padding-bottom: 20px;
    }
    .presentation__head {
        padding: 40px 0 0;
    }
    .presentation__body .row {
         margin: 0 -32px;  
    }
    .presentation__body > .row:not(.row-last) {
        align-items: center;
        
    }

    .presentation__body .presentation__video {
        margin: 0;
    }
    .presentation__body .presentation__text {
        margin: 0;
    }
    
}
.presentation__body .presentation__caption {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
    
    margin-bottom: 70px;
}
@media (min-width: 1200px) {
    .presentation__title {
        font-size: 4rem
    }   
}
.swiper-pagination.-dots .swiper-pagination-bullet-active {
    width: 8px; 
    background: linear-gradient(90deg, #7A335C 0%, #ED1C24 100%);
}
.multitext-swiper .swiper-prev,
.multitext-swiper .swiper-next{
    color: #fff;
}

.text-color,
.text-color-block,
.hero_map h2.hero__title,
.map_fix-width .map__title,
.wrapper-video__title,
.partners__subtitle,
.partners__title ,
.video-gallery__title ,
.corporate-clients h2,
.platform h2,
.b-info__title--34,
.b-info__title--30,
.useful__title,
.instructor__title,
.training__title,
.corporate-clients dl dt,
.platform h3,
.required__tabs-content h3,
.training__desc h3,
.training__desc h4,
.official-receipt__toggle mark,
.ui-text-gradient, .ui-phone__link, .ui-link, .ui-readmore__link, .popup__rent-desc h1 mark, .benefits__item-title, .services__title, .complex__title, .featured__title, .featured__item-date mark, .featured__item-views mark, .gallery__title, .txt time, .txt mark, .inst__title, .vacancies__item-title, .feedback__title, .feedback__title small, .feedback__subtitle, .track__title, .track__item-title, .track__desc h2, .track__desc h3, .price__title, .tech__title, .tech__group-title, .tech__group-call a, .company__title, .instructors__title, .instructors__item-text, .competition__title, .competition__date mark, .iframe__title, .contacts__title, .contacts__info-title, .contacts__dl a, .contacts__get-title, .details__title, .details__item-desc h3, .skills__title, .additional h2, .additional h3, .corporate__phone a, .corporate__content h2, .corporate__content mark, .photos__title, .photos__item-title, .souvenirs__item-price mark, .news__title, .news__item-date mark, .news__item-views mark, .loyalty h2, .loyalty mark, .info__item-title, .stage__title, .stage__info mark, .stage__info a, .fullscreen__title, .buy__title, .schedule__title, .events__title, .faq-page__title, .faq-nav__link.is-active, .faq-section__title, .stages__title, .presentation__title, .corporate-clients h2, .corporate-clients dl dt, .platform h2, .platform h3, .rent__item-title mark, .package__title mark, .hotel__desc h2 mark, .hotel__desc h3 mark, .contacts-sticky__user-name mark, .b-info__title mark, .required__title mark, .required__tabs-content h3, .instructor__title mark, .instructor__name small, .training__title mark, .training__subtitle mark, .training__phone mark, .training__desc h2 mark, .training__desc h3 mark, .training__desc h4 mark, .useful__title mark, .search__title, .childrens mark, .childrens__trainer-exp, .childrens__feedback-item mark, .enroll__title, .enroll__list mark, .enroll__contacts-item-title, .events-calendar__title, .reviews__item-date mark, .signup__title, .spa-service mark, .cost__title mark, .ride__title {
    background: #98294a;
    color: #98294a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
}

.d-numbers {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -2rem;
 
}
.d-numbers__item {
     flex: 0 0 calc(100% / 4);
     padding: 2rem;
}
@media (max-width: 991px) {
    .d-numbers__item {
         flex: 0 0 calc(100% / 2);
         padding: 2rem;
    }
}
@media (max-width: 576px) {
    .d-numbers__item {
         flex: 0 0 calc(100% / 1);
         padding: 2rem;
    }
}
.d-numbers__item-number {
     font-weight: 700;
     color: #98294a;
     font-size: 5rem;
}
.d-numbers__item-text {
     margin-top: 2rem;
     font-size: 1.8rem;
     line-height: 1.15;
}
 
.header-footer-hidden header,
.header-footer-hidden footer{
    display: none;
}
.header-footer-hidden main {
    padding: 0;;
}
.header-footer-hidden .breadcrumbs {
    display: none;
}
@media (min-width: 992px) {
    .header-footer-hidden .hero__item {
        min-height: 100vh;
    }
}

@media (min-width: 992px) {
    .menu-column-4 .header__nav-dropdown .container-fluid {
        padding-left: 24px;
    }
}

.header__nav-group-title {
  display: block;
  margin: 0;
  padding: 20px 12px 0;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 992px) {
  .header__nav-group-title {
    text-align: center;
  }
  .menu-column-4 .header__nav-dropdown .row [class^="col"] {
      border: none ;
  }
  .menu-column-4 .header__nav-dropdown .in-row [class^="col"]{
    padding-top: 0
  }
  .menu-column-4 .header__nav-dropdown .row:not(.in-row) > [class^="col"] {
      border-right: 1px solid #D5DADC
  }
}
/* ================ Press Center ================== */
.pc-subsc .form-input-err {
    margin-top: 0;
}
.pc-feedback .form-input-err {
    margin-top: 5px;
}
.pc-feedback__form .row > *:nth-child(-n+4) {
    align-self: flex-start;
}
.contacts__group--pc {
    padding-top: 0;
}
.pc-news__item-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc-popup__image, .pc-popup__video {
    line-height: 0;
}
.pc-popup__video video {
    width: 100%;
}
.subsc {
    background: linear-gradient(90deg, #B61F38, #873F97);
}
@media (min-width: 992px) {
  .header__logo {
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 218px;
    margin: 0 32px 0 0;
  }
  .is-sticky .header__logo {
      width: 190px;
  }
}
.header__nav-phone-link {
   color: #7a335c !important;
}
/* === D Events === */
.d-events__item--color-01 .d-events__item-date {
    background: #F8AA96;
    color: #000;
}
.d-events__item--color-02 .d-events__item-date {
    background: #BC8CBE;
}
.d-events__item--color-03 .d-events__item-date {
    background: #B61F38;
    color: #fff;
}
.d-events__item--color-04 .d-events__item-date {
    background: #DEFE81;
    color: #000;
}
.d-events__item--color-05 .d-events__item-date {
    background: #873F97;
}
.d-events__item--color-06 .d-events__item-date {
    background: #ED1C24;
}
.d-events__item--color-07 .d-events__item-date {
    background: #F8AA96;
    color: #000;
}
.d-events__item--color-08 .d-events__item-date {
    background: #BC8CBE;
}
.d-events__item--color-09 .d-events__item-date {
    background: #B61F38;
    color: #fff;
}
.d-events__item--color-10 .d-events__item-date {
    background: #DEFE81;
    color: #000;
}
.d-events__item--color-11 .d-events__item-date {
    background: #131695;
    color: #fff;
}

.d-events__datepicker .datepicker__dot--color-01 {
    background: #F8AA96;
}
.d-events__datepicker .datepicker__dot--color-02 {
    background: #BC8CBE;
}
.d-events__datepicker .datepicker__dot--color-03 {
    background: #B61F38;
}
.d-events__datepicker .datepicker__dot--color-04 {
    background: #DEFE81;
}
.d-events__datepicker .datepicker__dot--color-05 {
    background: #873F97;
}
.d-events__datepicker .datepicker__dot--color-06 {
    background: #ED1C24;
}
.d-events__datepicker .datepicker__dot--color-07 {
    background: #F8AA96;
}
.d-events__datepicker .datepicker__dot--color-08 {
    background: #BC8CBE;
}
.d-events__datepicker .datepicker__dot--color-09 {
    background: #B61F38;
}
.d-events__datepicker .datepicker__dot--color-10 {
    background: #DEFE81;
}
.d-events__datepicker .datepicker__dot--color-11 {
    background: #131695;
}

.breadcrumbs__link > svg {
    color: #ACB4B8;
}

.footer__nav {
    padding: 25px 15px;
}

@media (max-width: 768px) {
   .training {
      margin: 0 0 40px;
   }
}

.hero__item-desc--forced-output {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    width: 100%;
    padding: 0 16px;
}
@media (max-width: 768px) {
  .hero__item-desc--forced-output {
      top: 30%;
  }
}
.hero__item-desc--forced-output .hero__item-title {
      font-size: 3.6rem;
}
@media (min-width: 768px) {
  .hero__item-desc--forced-output .hero__item-title {
      font-size: 4.6rem;
  }
}
@media (min-width: 1200px) {
  .hero__item-desc--forced-output .hero__item-title {
      font-size: 5.6rem;
  }
}
.breadcrumbs + .d-events, .breadcrumbs + .contacts .contacts__group, .breadcrumbs + .news, .breadcrumbs + .video-gallery, .breadcrumbs + .dmap  {
    padding-top: 20px;
}
.breadcrumbs + .details {
    margin-top: 20px !important;
}
.news-item_blog .news__item-info {
    display: inline-flex;
    margin-bottom: 3rem;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    justify-content: start;
}
.news-item_blog .news__item-info > p {
    margin-bottom: 0;
    padding: 0 2.5rem;
    border-left: 1px solid #D5DADC;
}
.news-item_blog .news__item-info > p:first-child {
    padding-left: 0;
    border: 0;
}
@media (max-width: 768px) {
    .news-item_blog .news__item-info {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }
    .news-item_blog .news__item-info > p {
        padding: 0;
        border: 0;
    }
}
.news__item-time-read {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin: 0;
}
.news__item-time-read svg {
    position: relative;
    top: -1px;
    display: block;
    margin: 0 8px 0 0;
    fill: url(#icon-gradient);
}
.news__item-meta {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.news-item_blog .icon-time-read {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.h1-h6-red h2, .h1-h6-red h3, .h1-h6-red h4 {
    background: linear-gradient(155deg, #98294a 0%, #903e84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news-item_blog h2 {
    font-size: 2.8rem;
}
@media (min-width: 768px) {
  .news-item_blog h2 {
      font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .news-item_blog h2 {
      font-size: 3rem;
  }
}
.news__pagination {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}
.news__pagination .ui-pagination__next.is-disabled {
    display: none;
}
.news__table-contents {
    margin: 3rem 0 6rem;
}
.news__table-contents__title {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 600;
    background: linear-gradient(155deg, #98294a 0%, #903e84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .news__table-contents__title {
      font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .news__table-contents__title {
      font-size: 3rem;
  }
}
.news__table-contents__item:not(:last-child) {
    margin-bottom: .8rem;
}
.news-other {
    margin: 6.5rem 0;
}
.news__item-info {
    flex-wrap: wrap;
    gap: 0.5rem;
}
.news__item-time-read mark {
    background: #7A335C;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.news-other__title {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 600;
    background: linear-gradient(155deg, #98294a 0%, #903e84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .news-other__title {
      font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .news-other__title {
      font-size: 3rem;
  }
}

/* ============== SPIN  =================== */

[data-filter-holder].disabled > *:not(.spin) {
    user-select: none;
    pointer-events: none;
}
[data-filter-holder].disabled {
    position: relative;
}
[data-filter-holder].disabled .spin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    
}
[data-filter-holder].disabled .spin__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1501;
    background: rgba(255,255,255,0.5);
}
[data-filter-holder].disabled .spin__icon {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1502;
}
[data-filter-holder].disabled .spin__icon::before,
[data-filter-holder].disabled .spin__icon::after{
    content: "";
    position: absolute;
    border-radius: inherit;
}
[data-filter-holder].disabled .spin__icon::before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, transparent 25%, #a33467 100%);
    animation: spin .5s infinite linear;
}
[data-filter-holder].disabled .spin__icon::after {
    width: 85%;
    height: 85%;
    background-color: #F0F1F2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* =========================== Results Tables ============================== */
.results-tables {
    margin-bottom: 100px;
    margin-top: 50px;
}
.results-tables__body {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 4px;
    padding: 30px;
    border: 1px solid #D5DADC;
}
.results-tables__select {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    max-width: 37rem;
}
.results-tables__description {
    margin-bottom: 4rem;
}
.results-tables__content {
    display: none;
}
.results-tables__content.is-active {
    display: block;
}
.results-tables__table {
    overflow: auto;
    max-height: 51.5rem;
}
.results-tables__content table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
}
.results-tables__content td, .results-tables__content th {
    border: 1px solid #D5DADC;
    padding: 10px;
    text-wrap: nowrap;
}
@media (max-width: 576px) {
    .results-tables__content td, .results-tables__content th {
        font-size: 1.4rem;
        padding: 10px 5px;
    }
}
.hero__item {
    padding: 120px 0 160px;
}
.is-page-blog .news-item {
    padding-top: 70px;
}
.swiper-tc-images picture {
    height: 57rem;
}
@media (max-width: 1199px) {
    .swiper-tc-images picture {
        height: 60vw;
    }
}
@media (max-width: 576px) {
    .swiper-tc-images picture {
        height: 70vw;
    }
}
.kc__btn, .kc__btn:hover {
    text-decoration: none !important;
}
.kc__btn.is-active {
    pointer-events: none;
}

/* === ИБ :: Карточки парнеров === */
.partner-cards {
    margin: 7rem 0;
}
.partner-cards .row {
    text-align: center;
}
.partner-cards .row > *:not(:last-child) {
    margin-bottom: 4rem;
}

/* ==== Попап плашка ==== */
.popup-plate {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #7A335C;
    color: #fff;
    z-index: 99999;
    border-radius: 0.5rem;
    padding: 2rem;
}
.popup-plate__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.popup-plate__close {
    background: none;
    border: none;
    color: #fff;
    display: block;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 18px;
}
.popup-plate__close svg{
    display: block;
    width: 100%;
    height: 100%;
}
.popup-plate__title {
    font-weight: 600;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px;
}
.popup-plate__promocode {
    font-weight: 600;
    line-height: 1.2;
    font-size: 2.5rem;
    text-align: center;
    border: 3px dotted #ffffff;
    border-radius: 6px;
    padding: 1rem;
}
.popup-plate__btn {
    width: 100%;
    color: #7A335C;
    background: #fff;
    margin-top: 2rem;
    font-size: 1.6rem;
}
.popup-plate__btn:hover {
    color: #7A335C;
}
.popup-plate__btn:hover:after, 
.popup-plate__btn:hover:before{ 
    display: none;
}
@media (min-width: 768px) {
    .popup-plate {
        left: 16px;
        bottom: 2rem;
        width: 380px;
    }
}
@media (max-width: 768px) {
    .popup-plate__promocode {
        font-size: 2rem;
    }
    .popup-plate__btn {
        font-size: 1.4rem;
        padding: 1.2rem;
    }
}