html {
    scroll-behavior: smooth;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border-top-color: transparent;
}

.login-button_small {
    display: none;
}

/* FONT_END */
:root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(
        --swiper-wrapper-transition-timing-function,
        initial
    );
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
    align-items: center;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Slide styles end */
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-lock {
    display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

/* Navigation font end */
:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 8px)
    );
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
    background: var(
        --swiper-pagination-progressbar-bg-color,
        rgba(0, 0, 0, 0.25)
    );
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

:root {
    /*
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px;
    */
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
}

body {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #fff url("/img/pattern-body.png") repeat center/100%;
    background-attachment: fixed;
    position: relative;
}

body.compensate-for-scrollbar {
    overflow: initial !important;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

::-webkit-scrollbar {
    width: 4px;
    background: transparent;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    border-radius: 7px;
    cursor: pointer;
    max-width: 4px;
    max-height: 4px;
}

::-webkit-scrollbar-track {
    cursor: pointer;
}

h2,
h1,
p {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
    line-height: normal;
}

p {
    line-height: 130%;
    color: #fff;
}

button,
input {
    outline: none;
    border: none;
    cursor: pointer;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .container {
        box-sizing: border-box;
        padding: 0 15px;
    }
}

.container-fluid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.container.trener {
    margin-top: 65px;
}

/*custom styles*/
.d-flex {
    display: flex;
}

.a-item-center {
    align-items: center;
}

.a-item-f-start {
    align-items: flex-start;
}

.a-item-f-end {
    align-items: flex-end;
}

.j-content-sb {
    justify-content: space-between;
}

.j-content-center {
    justify-content: center;
}

.f-direction-column {
    flex-direction: column;
}

.j-content-end {
    justify-content: flex-end;
}

.j-content-start {
    justify-content: flex-start;
}

.f-wrap {
    flex-wrap: wrap;
}

.w-100 {
    width: 100%;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-26 {
    font-size: 26px;
}

.fz-28 {
    font-size: 28px;
}

.fz-30 {
    font-size: 30px;
}

.fz-32 {
    font-size: 32px;
}

.fz-50 {
    font-size: 50px;
}

.fz-58 {
    font-size: 58px;
}

.mw-50 {
    max-width: 50%;
}

.mw-48 {
    max-width: 48%;
}

.mw-172 {
    max-width: 172px;
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.color-red {
    color: #d80010;
}

.color-gray {
    color: #8d8d8d;
}

.color-blue {
    color: #014fa2;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #292a2b;
}

.color-w-blue {
    color: #f5faff;
}

.color-g-blue {
    color: #3e4e5e !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.transition {
    transition: all 0.3s ease-in-out;
}

h1 {
    color: #292a2b;
    font-size: 51px;
    font-weight: 500;
}

h3 {
    color: #292a2b;
    font-size: 42px;
    font-weight: 300;
}

img {
    max-width: 100%;
}

.ttu {
    text-transform: uppercase;
}

.tdu {
    text-decoration: underline;
}

.p-70 {
    padding: 70px 0px;
}

.p-80 {
    padding: 80px 0px;
}

.pb-80 {
    padding-bottom: 80px;
}

/*custom styles END*/
/*header*/
.logo-banner-mobile {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0px;
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
    text-transform: uppercase;
    z-index: 99;
}

.header .container,
.nav-main-slider .container {
    max-width: 1360px;
}

#header.fixed {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
    padding: 10px 0px;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.header-block-left {
    gap: 0px 57px;
}

/* .map-link,
.phone {
    align-self: flex-start;
    padding-top: 16px;
} */

.map-link {
    max-width: 280px;
    text-transform: none;
    font-family: "Roboto Condensed 400";
}

.phone {
    font-size: 20px;
    min-width: 115px;
    flex-shrink: 0;
    white-space: nowrap;
}

.logo {
    max-width: 262px;
}

.header-block-right {
    gap: 0px 36px;
}

.login img {
    transition: all 0.3s ease;
}

.login:hover img {
    transition: all 0.3s ease;
}

/*header END*/
/*slider main*/
.slider-block {
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 85px;
    height: 570px;
}

.hide-text {
    position: absolute;
    left: -6%;
    top: 31%;
    font-family: "Roboto Condensed 400";
    text-transform: uppercase;
    color: #fff;
    transform: rotate(-90deg);
    opacity: 0.5;
    display: flex;
    align-items: center;
    width: 138px;
}

.hide-js-text {
    opacity: 0 !important;
    transition: all 0.3s ease;
}

.hide-text img {
    transform: rotate(90deg);
}

.slider-block .container {
    position: relative;
}

.nav-main-slider .swiper-pagination {
    position: relative !important;
    display: inline-block;
    width: auto !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 5px !important;
    width: 25px !important;
    height: 10px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 1 !important;
}

.slider-main-item {
    display: flex;
    justify-content: space-between;
    gap: 0px 30px;
    opacity: 1;
    transition: all 0.3s ease;
    min-height: 225px;
    align-items: flex-end;
    max-width: 1076px;
    margin: 0px auto;
}

.slider-main-left {
    max-width: 623px;
}

.slider-main-right {
    max-width: 290px;
}

.slider-main-left p {
    font-weight: 700;
    font-size: 50px;
    line-height: 106%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .slider-main-left p {
        font-size: 40px;
    }
}

.btn {
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 60px 20px 25px;
    border-radius: 29px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed 400";
    transition: all 0.3s ease-in;
}

.btn-image-win:hover {
    transition: all 0.3s ease-in;
    background-image: url("/img/pattern-btn.svg"),
        linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn-image-win::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
    top: 0;
    border-radius: 29px;
    left: 0;
    z-index: -1;
    background: transparent;
}

.btn-image-win:hover::after {
    opacity: 1;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.btn-image-win {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    transition: all 0.3s ease-in;
    display: inline-block;
}

.btn-image-win:before {
    content: "";
    width: 25px;
    height: 24px;
    min-width: 25px;
    position: absolute;
    right: 21px;
    top: 50%;
    display: block;
    background-image: url("/img/cup.svg");
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.btn-image-cart {
    display: block;
    background: #cb37ee;
    max-width: 243px;
}

.btn-image-cart:hover {
    background: #cb37ee url("/img/pattern_hover2.png") no-repeat center/cover;
}

.btn-image-cart:before {
    content: "";
    width: 25px;
    height: 24px;
    min-width: 25px;
    right: 21px;
    top: 50%;
    position: absolute;
    display: block;
    background-image: url("/img/bag-2.svg");
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.slider-block-ban {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.slider-main-right__content {
    border-left: 1px solid #fff;
    padding-left: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.slider-main-right__content p:first-child {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.slider-main-right__content p:not(:first-child) {
    font-weight: 700;
    font-size: 29px;
    line-height: 124%;
}

.cookies-block {
    position: fixed;
    -webkit-backdrop-filter: blur(27.1828174591px);
    backdrop-filter: blur(27.1828174591px);
    background: rgba(0, 0, 0, 0.69);
    min-height: 117px;
    width: 100%;
    max-width: 1076px;
    margin: 0 auto;
    border-radius: 67px;
    gap: 0px 35px;
    z-index: 98;
    bottom: 61px;
    left: 0;
    right: 0;
    font-size: 14px;
    font-family: "Roboto Condensed 300";
}

.cookies-block p {
    padding-left: 64px;
    max-width: 742px;
}

.cookies-block a {
    border: 1px solid #fff;
    border-radius: 25px;
    font-family: "Roboto Condensed 400";
    text-transform: uppercase;
    min-width: 131px;
    height: 50px;
    margin-right: 64px;
    transition: all 0.3s ease-in-out;
}

/*slider main END*/
/*alert*/
.p-59 {
    padding: 59px 0px;
}

.alert .container {
    position: relative;
    min-height: 483px;
    display: flex;
    align-items: center;
}

.alert .container:before {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    width: 100%;
    max-width: 1081px;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    border-radius: 12px;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.alert-block {
    gap: 0px 69px;
    position: relative;
    padding: 40px 105px 40px 0;
}

.alert-block-left {
    max-width: 590px;
    width: 100%;
    align-self: center;
}

.alert-block-left img {
    width: 100%;
    height: 393px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.alert-block-right {
    max-width: 532px;
    width: 100%;
}

.alert-block-right p {
    max-width: 532px;
}

.alert-block-right > p:first-child {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 40px;
}

.alert-block-right > div p {
    font-size: 18px;
    font-family: "Roboto Condensed 300";
}

.alert-block-right > div a {
    text-decoration: underline;
}

.alert-block-right > div p:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .alert-block {
        gap: 30px;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .alert-block {
        flex-direction: column;
        gap: 40px;
    }
    .alert-block-left {
        max-width: 100%;
    }
    .alert-block-right {
        max-width: 100%;
    }
    .alert-block-right p {
        max-width: 100%;
    }
    .alert-block-right > p:first-child {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .alert-block-right > div p {
        font-size: 16px;
    }
    .alert-block-right > div p:not(:last-child) {
        margin-bottom: 30px;
    }
}

/*alert END*/
/*events*/
.h2-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 88%;
    text-transform: uppercase;
    color: #3e4e5e;
}

.events .h2-title {
    margin-bottom: 10px;
}

.arrow-link {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto Condensed 400";
    color: #3e4e5e;
    display: flex;
    align-items: center;
}

.arrow-link:after {
    content: "";
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    right: -10px;
    top: 0px;
    background-image: url("/img/arrow-link.svg");
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.arrow-link:hover::before {
    right: -38px;
    transition: all 0.3s ease-in-out;
}

.events .arrow-link {
    margin-bottom: 40px;
}

.events-item {
    position: relative;
    height: 307px;
    border-radius: 12px;
    padding: 18px 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.events-item__set {
    position: relative;
}

.events-item__set {
    flex-wrap: wrap;
    gap: 10px 20px;
}

.events-item__set a {
    border-radius: 100%;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a2ff;
}

.events-item__content > div p:first-child {
    line-height: 131%;
    margin-bottom: 12px;
}

.events-item__content > div p:nth-child(2) {
    font-weight: 700;
    font-size: 30px;
    line-height: 177%;
    text-transform: uppercase;
}

.events-item__content > div {
    width: 100%;
}

.text-map {
    font-size: 14px;
    line-height: 150%;
    font-family: "Roboto Condensed 300";
    position: relative;
    padding-left: 27px;
}

.text-map:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/img/map.svg");
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
}

.btn-not-image {
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 187px;
    border-radius: 26px;
    font-family: "Roboto Condensed 400";
    text-transform: uppercase;
}

.btn-purple {
    -webkit-backdrop-filter: blur(27.1828174591px);
    backdrop-filter: blur(27.1828174591px);
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.btn-purple:hover {
    transition: all 0.3s ease-in;
    background: #d735ef;
}

/*events END*/
/*tabs*/
.tab-links-container-top .tab-header {
    justify-content: flex-end;
    flex: 1;
}

.tab-links-container-top {
    display: flex;
    align-items: center;
    max-width: 1105px;
    margin: 0px 0px 0px auto;
}

.tabs {
    width: 100%;
    max-width: 899px;
}

.tab-header__mobile,
.special-mobile {
    display: none !important;
}

.tab-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #3e4e5e;
    transition: background 0.3s;
    background: transparent;
    font-family: "Roboto Condensed 400";
    position: relative;
    min-height: 57px;
    width: -moz-fit-content;
    width: fit-content;
}

.tab-link:hover::before,
.tab-link.active::before {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    width: 100%;
    height: 10px;
    position: absolute;
}

.tab-content {
    background: #f5f6fa;
    display: none;
    padding: 82px 60px;
    min-height: 364px;
}

.tab-content.active {
    display: block;
}



.main-page .tab-header .swiper-wrapper {
    justify-content: flex-end;
}

.team {
    max-width: 1440px;
    margin: 0px auto;
}

.team-left {
    max-width: 405px;
    width: 100%;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    padding: 75px 68px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team-left p {
    font-weight: 700;
    font-size: 80px;
    line-height: 82%;
    text-transform: uppercase;
    margin-bottom: 56px;
}

.team-left-bottom a:first-child {
    width: 150px;
    height: 60px;
    text-transform: uppercase;
    display: flex;
    font-family: "Roboto Condensed 400";
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(27.1828174591px);
    backdrop-filter: blur(27.1828174591px);
    background: #cb37ee;
    border-radius: 41px;
    transition: 0.3s ease-in;
}

.team-left-bottom .arrow-link {
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto Condensed 400";
}

.navs {
    width: 123px;
    gap: 0px 24px;
    height: 60px;
    background: #fff;
    cursor: pointer;
}

.navs .swiper-next-tab,
.navs .swiper-prev-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.bottom-thumb-slider {
    gap: 0px 16px;
}

.tabs-slider-small-fix,
.tabs-slider-small {
    max-width: 300px;
    margin: 0 !important;
    width: 100%;
}

.tabs-slider-small-fix div img,
.tabs-slider-small div img {
    min-width: 59px;
    width: 70px;
    height: 59px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    border-radius: 12px;
}

.swiper-prev-tab img {
    transform: rotate(180deg);
}

.swiper-next-tab,
.swiper-prev-tab {
    cursor: pointer;
}

.navs span {
    font-size: 35px;
    color: #d8d8d8;
}

.navs .swiper-button-disabled {
    opacity: 0.3;
}

.tab-links-container-top .swiper-button-disabled {
    display: none;
}

.tabs-slider-fix,
.tabs-slider {
    margin-bottom: 20px;
}

.tabs-slider-fix a,
.tabs-slider a {
    outline: none;
    border: none;
}

.tabs-slider-fix img,
.tabs-slider img {
    border-radius: 12px;
    width: 317px;
    min-width: 317px;
    height: 296px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tabs-slider-small-fix .swiper-slide > div,
.tabs-slider-small .swiper-slide > div {
    border-radius: 12px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* .tabs-slider-small .swiper-slide-active.swiper-slide > div {
    -webkit-backdrop-filter: blur(27.1828174591px);
    backdrop-filter: blur(27.1828174591px);
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
} */

.tabs-slider-small-fix .swiper-slide-thumb-active,
.tabs-slider-small-fix .swiper-slide-thumb-active,
.tabs-slider-small .swiper-slide-thumb-active,
.tabs-slider-small .swiper-slide-thumb-active {
    -webkit-backdrop-filter: blur(27.1828174591px);
    backdrop-filter: blur(27.1828174591px);
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    border-radius: 12px;
}

.tabs-slider-content p {
    color: #3e4e5e;
}

.tabs-slider-content {
    max-height: 295px;
    overflow: auto;
    /* padding-right: 90px; */
    flex-grow: 1;
}

.tabs-slider-content::-webkit-scrollbar,
.news-block-list::-webkit-scrollbar {
    width: 8px;
    background: #fff;
    border-radius: 6px;
}

.tabs-slider-content::-webkit-scrollbar-thumb,
.news-block-list::-webkit-scrollbar-thumb {
    background: #dfe2eb;
    border-radius: 6px;
    cursor: pointer;
    max-width: 8px;
}

.tabs-slider-content p:first-child {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
}

.tabs-slider-content p:nth-child(2) {
    font-family: "Roboto" !important;
    line-height: 125%;
}

.tabs-slider-content p:not(:last-child) {
    margin-bottom: 20px;
    line-height: 150%;
}

.tabs-slider-content p:not(:first-child) {
    font-size: 18px;
    font-family: "Roboto Condensed 300";
}

.tabs-slider-item {
    display: flex;
    align-items: stretch;
    gap: 0px 30px;
}

@media screen and (max-width: 768px) {
    .tabs-slider-small .swiper-slide {
        width: 70px !important;
    }
}

/*tabs END*/
/*news*/
.news .h2-title {
    margin-bottom: 55px;
}

.news-block {
    gap: 0px 20px;
}

.news-block-big-card {
    width: 726px;
    min-height: 632px;
    position: relative;
    border-radius: 12px;
}

.special .container {
    max-width: 1300px;
    position: relative;
    z-index: 1;
}

.news-block-big-card__set,
.news-block-big-bottom {
    position: relative;
}

.news-block-big-card__set {
    top: 32px;
    left: 32px;
}

.news-block-big-card__set a {
    background: #00a2ff;
    width: 51px;
    height: 51px;
    min-width: 51px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.news-block-big-card__set a img {
    max-width: 24px;
}

.news-block-big-bottom {
    -webkit-backdrop-filter: blur(27.1828174591px);
    backdrop-filter: blur(27.1828174591px);
    background: rgba(0, 0, 0, 0.09);
    padding: 39px 100px 39px 56px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.news-block-big-bottom__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
}

.news-block-big-bottom__text {
    font-family: "Roboto Condensed 300";
    font-size: 14px;
    margin-bottom: 20px;
}

.news-block-list {
    width: 100%;
    max-width: 540px;
    max-height: 631px;
    position: relative;
    overflow: auto;
    padding: 10px;
}

.news-block-list::after {
    content: "";
    display: block;
    width: 224px;
    height: 224px;
    border-radius: 100%;
    background: #dcb7ff;
    position: absolute;
    bottom: 134px;
    right: 30px;
}

.news-block-list-item {
    display: flex;
    flex-direction: column;
    max-width: 464px;
    z-index: 2;
}

.news-block-list-item:not(:last-child) {
    margin-bottom: 50px;
}

.news-block-list-item p:first-child {
    font-weight: 700;
    font-size: 26px;
    line-height: 96%;
    color: #3e4e5e;
    margin-bottom: 12px;
}

.news-block-list-item p:not(:first-child) {
    font-family: "Roboto Condensed 300";
    font-size: 14px;
    line-height: 121%;
    color: #3e4e5e;
    margin-bottom: 20px;
}

.news-block-list-item__bottom {
    font-size: 12px;
    color: #3e4e5e;
    font-family: "Roboto Condensed 400";
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-block-list-item:hover .news-block-list-item__bottom img {
    border-radius: 100%;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    transition: all 0.3s ease-in-out;
}

.news-block-list-item__bottom img {
    padding: 9px;
    border-radius: 100%;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

/*news END*/
/*special*/
.special-container {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    position: relative;
}

.special .arrow-link:after,
.team-left .arrow-link:after,
.team-left-bottom a:first-child:after {
    background: url("/img/arrow-right.svg") !important;
}

.special {
    padding: 67px 0px;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.special .menu-block {
    padding-bottom: 40px;
}

.special-container:after {
    content: "";
    display: block;
    width: 100%;
    right: 0;
    max-width: 100%;
    top: 0;
    height: 100%;
    background-image: url("/img/volna.png");
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
}

.special .h2-title {
    margin-bottom: 45px;
    color: #fff;
}

.special-slider {
    margin-bottom: 20px;
}

.special-slider-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 33px 31px;
    min-height: 343px;
    border-radius: 12px;
}

.special-slider-item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px 20px;
}

.special-slider-item-top__left {
    max-width: 240px;
}

.special-slider-item-top__left p:first-child {
    font-weight: 700;
    font-size: 30px;
    line-height: 103%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.special-slider-item-top__left p:not(:first-child) {
    font-size: 14px;
    font-family: "Roboto Condensed 300";
    max-width: 220px;
}

.special-slider-item-top img {
    border-radius: 100%;
    padding: 10px 13px;
}

.circle-blue {
    background: #00a2ff;
}

.circle-white {
    background: transparent;
    border: 1px solid #fff;
}

.special-slider-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.special-slider-item-bottom p:first-child {
    font-weight: 700;
    font-size: 33px;
}

.special-slider-item-bottom .btn-image-cart {
    -webkit-backdrop-filter: blur(27.1828174591px);
    backdrop-filter: blur(27.1828174591px);
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.special-navigation-left {
    height: 60px;
    width: 123px;
    background: #fff;
    gap: 0px 14px;
    cursor: pointer;
}

.counter {
    font-size: 14px;
    line-height: 150%;
    color: #3e4e5e;
    font-family: "Roboto Condensed 300";
}

.swiper-prev-spec img,
.swiper-prev-part img {
    transform: rotate(180deg);
}

.swiper-prev-spec.swiper-button-disabled {
    opacity: 0.3;
}

.special-navigation .arrow-link {
    color: #fff;
    margin-left: 32px;
}

/*special END*/
/*gallery*/
.us-works-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 6px 0px;
}

.us-works-block img {
    max-width: 425px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 230px;
    width: 317px;
    padding: 0 6px;
}

.gallery-top {
    margin-bottom: 48px;
    gap: 20px;
}

.tabs-filter li a {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    font-family: "Roboto Condensed 400";
    color: #3e4e5e;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    background: white;
    border-radius: 26px;
}

.tabs-filter a:hover::after {
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
}

.tabs-filter a:hover span {
    color: #fff;
    transition: all 0.3s ease;
}

.tabs-filter {
    gap: 12px;
    flex-wrap: wrap;
}

.tabs-filter li a span {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.tabs-filter li a::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    z-index: -1;
    border-radius: 26px;
}

.tabs-filter li a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    background: #fff;
    border-radius: 26px;
}

.tab-links-container-top .tab-header__desktop .swiper-slide {
    width: auto;
}

/*gallery END*/
/*partners*/
.partners-slider {
    max-width: 1294px;
    width: 100%;
}

.partners .h2-title {
    margin-bottom: 50px;
}

.partners-block {
    max-width: 1440px;
    margin: 0 auto;
}

.swiper-prev-part,
.swiper-next-part {
    cursor: pointer;
}

.partners-slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.partners-slider-item > div {
    width: 183px;
    height: 183px;
    border-radius: 50%;
    border: none;
    background: #d8d8d8;
    margin-bottom: 34px;
}

.partners-slider-item img {
    width: 100%;
    height: 183px;
    border: none;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.partners-slider-item p:nth-child(2) {
    font-weight: 700;
    font-size: 30px;
    line-height: 103%;
    text-transform: uppercase;
    color: #3e4e5e;
    max-width: 236px;
    margin-bottom: 15px;
}

.partners-slider-item p:last-child {
    font-family: "Roboto Condensed 300";
    font-size: 14px;
    line-height: 150%;
    color: #3e4e5e;
    max-width: 168px;
    margin: 0 auto;
}

/*partners END*/
/*footer*/
.footer {
    padding: 64px 0px;
    background: #7c3de4;
}

.footer-block-left .logo {
    max-width: 400px;
}

.footer-block-left .logo img {
    width: 100%;
    max-width: 400px;
}

.footer-block-left {
    width: 100%;
    max-width: 60%;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}

.footer-block-right {
    width: 100%;
    max-width: 35%;
}

.footer-block-left__content > a:first-child {
    font-family: "Roboto Condensed 300";
    font-size: 20px;
    line-height: 105%;
    margin-bottom: 15px;
    display: inline-block;
}

.footer-block-left-contacts {
    gap: 0px 20px;
    margin-bottom: 25px;
}

.footer-block-left-contacts a {
    font-family: "Roboto Condensed 300";
    font-size: 20px;
}

.footer-block-left-contacts a:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.footer-block-left__content > a:last-child {
    font-family: "Roboto Condensed 300";
    font-size: 18px;
    text-decoration: underline;
}

.footer-block-right__item:not(:last-child) {
    margin-bottom: 27px;
}

.footer-block-right__item p:first-child {
    font-family: "Roboto Condensed 400";
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-block-right__item p:not(:first-child) {
    font-family: "Roboto Condensed 300";
}

.copyright__text {
    width: 100%;
    font-family: "Roboto Condensed 300";
    max-width: 60%;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

.copyright-social {
    width: 100%;
    max-width: 35%;
}

.footer-block {
    margin-bottom: 13px;
}

.copyright-social > p {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    margin-right: 36px;
    white-space: nowrap;
}

.copyright-social-list {
    gap: 0px 26px;
}

.copyright-social-list a img {
    min-width: 20px;
    max-width: 26px;
}

.footer-left-links {
    gap: 20px;
    padding-top: 30px;
}

.footer-left-links a {
    font-size: 16px;
    font-family: "Roboto Condensed 300";
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    width: 100%;
    max-width: 44%;
}

@media screen and (max-width: 1024px) {
    .footer .copyright {
        gap: 20px;
    }
    .footer .copyright > * {
        flex: 1;
        width: auto;
        max-width: unset;
    }
}

@media screen and (max-width: 992px) {
    .footer-block {
        gap: 20px;
    }
    .footer-block > * {
        flex: 1;
        width: auto;
        max-width: unset;
    }
}

/*footer END*/

#success-popup {
    display: none;
    font-size: 22px;
}

/*hover*/
.cookies-block a:hover {
    background: #cb37ee;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.team-left-bottom a:first-child:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.special-slider-item-bottom .btn-image-cart:hover {
    background: #d735ef;
    transition: all 0.3s ease-in;
}

/*hover END*/
.swiper-next-tab-new,
.swiper-prev-tab-new {
    cursor: pointer;
}

.swiper-next-tab-new img,
.swiper-prev-tab-new img {
    min-width: 22px;
}

.swiper-prev-tab-new img {
    transform: rotate(180deg);
}

.win-about-cont .win-about-img-text a,
.win-about-cont .win-about-text a {
    color: #0089ff;
    text-decoration: underline;
}

.datepicker__wrapper {
    display: none;
    position: absolute !important;
    right: 0;
}

.datepicker__wrapper.active {
    display: block;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
    overflow-x: hidden;
}

main {
    display: block;
}

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

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

html.special {
    width: 100%;
    max-width: 100%;
    padding-top: 56px;
}

html.special body {
    margin-top: 0 !important;
}

html.special .header {
    left: 0;
}

html.special .logo img {
    filter: invert(1);
    background: none !important;
}

html.special .header img {
    filter: invert(1);
    background: none !important;
}

html.special #header.fixed {
    top: 55px;
    background: #fff !important;
}

html.special .slider-block {
    background: url("/img/bg-main.png") no-repeat center/cover !important;
    position: relative;
}

html.special .slider-block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

html.special .alert .container:before {
    background: gray;
}

html.special .alert-block-left img {
    filter: grayscale(1);
}

html.special .slider-block .container,
html.special .nav-main-slider,
html.special .swiper-pagination,
html.special .events-item__set,
html.special .events-item__content,
html.special .events-item__content > div,
html.special .events-item__content p {
    background: none !important;
}

html.special .slider-main-item {
    padding: 30px;
}

html.special .slider-main-left p {
    font-size: 30px !important;
}

html.special .events .h2-title {
    margin-bottom: 10px !important;
    font-size: 50px !important;
}

html.special .events-item__content > div p:nth-child(2) {
    margin-bottom: 10px !important;
    font-size: 30px !important;
}

html.special .team {
    position: relative;
    z-index: 4;
}

html.special .tab-link {
    font-size: 14px !important;
}

html.special .tab-content img {
    filter: grayscale(1);
}

html.special .tab-link:hover::before,
html.special .tab-link.active::before {
    background: #000;
}

html.special .team p,
html.special .team .team-left-bottom,
html.special .team .arrow-link {
    background: none !important;
}

html.special .team-left p {
    font-size: 50px !important;
}

html.special .team-left-bottom a:first-child {
    background: #e7e7e7 !important;
}

html.special .team-left {
    background: #ededed !important;
}

html.special .news-block-list::after {
    display: none;
}

html.special .h2-title {
    font-size: 40px !important;
    margin-bottom: 10px !important;
}

html.special .special-container {
    background: #ededed !important;
}

html.special .tabs-filter *,
html.special .special-slider-item * {
    background: none !important;
}

html.special .tabs-filter li:nth-child(odd) a::before {
    background: #000;
}

html.special .tabs-filter a:hover span {
    color: #fff !important;
}

html.special .events-item,
html.special .special-slider-item {
    position: relative;
    overflow: hidden;
}

html.special .events-item:after,
html.special .special-slider-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: gray;
    opacity: 0.8;
}

html.special .events-item__set,
html.special .events-item__content,
html.special .special-slider-item-top,
html.special .special-slider-item-bottom {
    position: relative;
    z-index: 1;
}

html.special .news-block-big-card img,
html.special .us-works-block img,
html.special .partners-slider-item img {
    filter: grayscale(1);
}

html.special .partners-slider-item > div {
    background: #d8d8d8 !important;
}

html.special .alert,
html.special .footer {
    position: relative;
    z-index: 1;
}

html.special:not(.showimage) .slider-block,
html.special:not(.showimage) .nosee {
    background: none !important;
}

html.special:not(.showimage) .slider-block::after {
    display: none;
}

html.special-color-2 .header img {
    filter: none;
}

html.special-color-2 #header.fixed {
    background: #000 !important;
}

html.special-color-2 .btn {
    background-color: #fff !important;
    color: #000 !important;
}

html.special-color-2 .btn * {
    background: none !important;
    color: #000 !important;
}

html.special-color-2 .events-item__set img {
    filter: brightness(0) invert(1);
    background: none !important;
}

html.special-color-2 .tab-link:hover::before,
html.special-color-2 .tab-link.active::before {
    background: #fff;
}

html.special-color-2 .team-left {
    background: #262525 !important;
}

html.special-color-2 .team-left-bottom a:first-child {
    background: #766c6c !important;
}

html.special-color-2 .special-slider-item-top img {
    filter: brightness(0) invert(1);
}

html.special-color-2 .tabs-filter li:nth-child(odd) a span {
    color: #000 !important;
}

html.special-color-2 .tabs-filter li:nth-child(odd) a:hover::before {
    background: #fff !important;
}

html.special-color-2 .logo img {
    filter: none;
}

html.special-color-3 #header.fixed {
    background: #9dd1ff !important;
}

html.special-color-3 .slider-block::after {
    background: #9dd1ff;
    opacity: 0.5;
}

html.special-color-3 .alert .container:before {
    background: #789fc1;
}

html.special-color-3 .events-item:after,
html.special-color-3 .special-slider-item:after {
    background: #9dd1ff;
    opacity: 0.5;
}

html.special-color-3 .team-left {
    background: #81a7c9 !important;
}

html.special-color-3 .tab-content img {
    filter: none;
}

html.special-color-3 .news-block-big-card img,
html.special-color-3 .us-works-block img,
html.special-color-3 .partners-slider-item img {
    filter: none;
}

html.special-color-3 .tabs-filter li:nth-child(odd) a::after {
    background: #9dd1ff;
}

html.special-color-3 .partners-slider-item > div {
    background: #759cbf !important;
}

/* Inner pages */

.body-inner .header {
    background: #f5f6fa;
}

.body-inner .header {
    background: #f5f6fa;
}

.body-inner .header p,
.body-inner .header a {
    color: #3e4e5e;
}

.body-inner .header .logo {
    max-width: 196px;
    margin-right: 30px;
}

.body-inner .header .map-link {
    max-width: 100%;
    border-right: 1px solid;
    padding-right: 20px;
}

.body-inner .header .phone,
.body-inner .header .map-link {
    font-family: "Roboto Condensed 400";
    font-size: 16px;
}

.body-inner .header-block-left {
    gap: 0px 21px;
}

.body-inner #header.fixed {
    background: #f5f6fa;
}

.header-inner-btn {
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(
        170deg,
        rgba(0, 163, 255, 1) 0%,
        rgba(103, 32, 120, 1) 100%
    );
    padding: 18px 50px 18px 20px;
}

.header-inner-btn:before {
    z-index: 2;
}

.header-inner-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 98%;
    height: 94%;
    background: #f5f6fa;
    top: 1.5px;
    left: 2px;
    border-radius: 28px;
}

.header .header-inner-btn:after {
    height: 93.5%;
    top: 1.5px;
}

.header-inner-btn span {
    position: relative;
    z-index: 2;
}

.inner-page {
    padding: 100px 0px;
}

.breadcrumbs a,
.breadcrumbs p,
.breadcrumbs div {
    color: rgba(62, 78, 94, 0.8);
    font-family: "Roboto Condensed 300";
    text-transform: uppercase;
}

.breadcrumbs ul,
.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 5px 6px;
    color: rgba(62, 78, 94, 0.8) !important;
}

.breadcrumbs ul {
    margin-bottom: 34px;
    flex-wrap: wrap;
}

.breadcrumbs {
    padding: 40px 0px 65px;
    background: #fff;
}

.breadcrumbs h1 {
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3e4e5e;
    font-family: "Bebas Neue";
    font-weight: 700;
}

/* scroll */
#scroll-to-top {
    position: fixed;
    right: 50px;
    height: 50px;
    border-radius: 100%;
    width: 50px;
    z-index: 999;
    bottom: 50px;
    display: none;
}

#scroll-to-top img {
    max-width: 57px;
}

/* scroll END */

.distortion,
.intelligence {
    position: relative;
    margin-bottom: 20px;
}

.intelligence.about-new-nav_hardcode {
    top: 0;
    font-family: Roboto;
    font-weight: 400;
}

.distortion-full-banner {
    padding: 59px 29px;
    border-radius: 12px;
    min-height: 600px;
}

.distortion-full-banner p {
    max-width: 775px;
}

.distortion-full-banner p:first-child {
    font-family: "Bebas Neue Book";
    font-size: 50px;
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 5px;
}

.distortion-full-banner p:not(:first-child) {
    font-family: "Roboto Condensed 300";
    font-size: 18px;
    line-height: 117%;
}

.distortion-right-text-left {
    background: #f5f6fa;
    width: 100%;
    min-height: 379px;
    max-width: 452px;
    border-radius: 12px;
}

.distortion-right-text-left__img {
    width: 100%;
    position: relative;
    border-radius: 12px;
    margin-bottom: 22px;
    height: 258px;
}

.distortion-right-text-left__bottom p {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3e4e5e;
}

.distortion-right-text-left__bottom {
    min-height: 99px;
    gap: 10px 0px;
    padding: 0px 13px 8px;
}

.distortion-right-text-left__bottom .btn-purple-gr {
    align-self: center;
}

.btn-purple-gr {
    border-radius: 26px;
    width: 187px;
    height: 51px;
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Condensed 400";
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.btn-purple-gr:hover {
    background: #d735ef;
    transition: all 0.3s ease-in-out;
}

.distortion-right-text__right {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    padding: 71px 47px;
    border-radius: 12px;
}

.distortion-right-text__right p {
    font-family: "Roboto Condensed 300";
    font-size: 18px;
    line-height: 117%;
}

.distortion-right-text,
.distortion-news-block {
    gap: 12px;
}

.distortion-news-block-left {
    width: 100%;
    max-width: 834px;
    background: #f5f6fa;
    padding: 30px 22px;
    border-radius: 12px;
}

.distortion-news-block-right {
    width: 100%;
    border-radius: 12px;
    max-width: 450px;
    color: #3e4e5e;
    display: flex;
    flex-direction: column;
    background: #f5f6fa;
    min-height: 402px;
}

.distortion-news-block-right p,
.distortion-news-block-right span {
    color: #3e4e5e;
}

.distortion-news-block-right__img {
    width: 100%;
    height: 200px;
    border-radius: 12px;
}

.distortion-news-block-right__bottom {
    padding: 13px 20px;
    color: #3e4e5e;
}

.distortion-news-block-right__bottom p:first-child {
    font-size: 12px;
    margin-bottom: 10px;
}

.distortion-news-block-right__bottom p:nth-child(2) {
    font-weight: 700;
    font-size: 26px;
    font-family: "Bebas Neue";
    line-height: 96%;
    margin-bottom: 14px;
}

.distortion-news-block-right__bottom p {
    font-family: "Roboto Condensed 300";
    font-size: 14px;
    line-height: 121%;
}

.distortion-news-block-left__text p:first-child {
    margin-bottom: 15px;
}

.distortion-news-block-left__text p:nth-child(2) {
    margin-bottom: 13px;
}

.distortion-news-block-left__text p {
    color: #3e4e5e;
}

.distortion-news-block-left__text .fz-18 {
    margin-bottom: 20px;
    line-height: 117%;
    font-family: "Roboto Condensed 300";
    max-width: 765px;
}

.distortion-news-block-left__text {
    margin-bottom: 30px;
}

.reward .h2-title {
    margin-bottom: 40px;
}

.reward-slider a {
    display: flex;
    align-items: center;
    width: 100%;
}

.reward-slider a img {
    width: 100%;
}

.slider-wr-container {
    padding: 0 30px;
    position: relative;
}

.slider-wr-container .navs {
    position: absolute;
    z-index: 2;
    bottom: -31px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.swiper-next-reward {
    transform: rotate(180deg);
    top: -4px;
    position: relative;
}

.reward {
    padding-bottom: 100px;
}

.vacancy-item {
    background: #f5f6fa;
    padding: 40px 25px;
    border-radius: 12px;
}

.vacancy-item p:not(:first-child) {
    font-family: "Roboto";
    margin-bottom: 25px;
    line-height: 119%;
    max-width: 1085px;
}

.vacancy-item p {
    color: #3e4e5e;
}

.vacancy-item p a {
    color: #00a2ff;
}

.arrow-link-purple {
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    border-radius: 26px;
    width: 285px;
    height: 51px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.arrow-link-purple:hover {
    background: #d735ef;
    transition: all 0.3s ease-in-out;
}

.arrow-link-purple:hover::after {
    transition: all 0.3s ease-in-out;
    right: -20px;
}

.arrow-link-purple:after {
    transition: all 0.3s ease-in-out;
    background-image: url("/img/arrow-leftwhite.svg");
}

.intelligence-window {
    width: 100%;
    height: 183px;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}

.intelligence-window p {
    padding: 20px;
}

.intelligence-block-left {
    max-width: 610px;
}

.intelligence-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #3e4e5e;
}

.intelligence-item {
    background: #f5f6fa;
    border-radius: 12px;
}

.intelligence-item:not(:last-child) {
    margin-bottom: 20px;
}

.intelligence-item p,
.intelligence-item li {
    color: #3e4e5e;
}

.intelligence-item__content {
    padding: 23px 21px;
}

.intelligence-item__content a {
    color: #3e4e5e;
}

.intelligence-block-left .intelligence-item__content p:first-child {
    font-family: "Roboto";
    margin-bottom: 25px;
    line-height: 119%;
    font-weight: 400;
}

.intelligence-block-left .intelligence-item__content p,
.intelligence-block-right .intelligence-item__content p,
.intelligence-item__content span,
.intelligence-block-right .intelligence-item__content li {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    color: #3e4e5e;
}

.intelligence-block-right .intelligence-item__content p:not(:last-child) {
    margin-bottom: 10px;
}

.intelligence-block-right .intelligence-item__content ul {
    padding-left: 17px;
}

.intelligence-block-right .intelligence-item__content ul,
.intelligence-block-right .intelligence-item__content ul li {
    list-style-type: disc;
}

.intelligence-block-right .intelligence-item__content ul li:not(:last-child) {
    margin-bottom: 3px;
}

.intelligence-block {
    gap: 30px 37px;
}

.video-container {
    position: relative;
    width: 100%;
    /* height: 516px; */
    margin-bottom: 60px;
}

.video-main-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.video-container video {
    width: 100%;
    height: 715px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 42%);
    display: none;
    max-width: 100%;
}

.controls button,
.controls input {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    margin: 0 5px;
}

.controls input[type="range"] {
    flex-grow: 1;
    margin: 0 10px;
}

#volumeBar {
    max-width: 100px;
}

.cont-flex {
    display: flex !important;
}

.block-small-img__left ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Roboto";
    padding-left: 10px;
}

.block-small-img__left ul li::before {
    content: "";
    font-size: 14px;
    display: block;
    width: 4px;
    height: 2px;
    left: -8px;
    background: #3e4e5e;
    position: relative;
    min-width: 4px;
}

.block-small-img {
    gap: 13px;
    padding-bottom: 60px;
}

.block-small-img__img {
    min-height: 312px;
    width: 100%;
    max-width: 370px;
    border-radius: 12px;
}

.block-small-img__left {
    border-radius: 12px;
    background: #f5f6fa;
    padding: 30px;
}

.block-small-img__left p {
    color: #3e4e5e;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 131%;
}

.block-small-img__left p:not(:last-child) {
    margin-bottom: 13px;
}

.block-small-img__left p a {
    color: #00a2ff;
    text-decoration: underline;
}

.block-small-img__left ul {
    margin-bottom: 30px;
}

ul li {
    color: #3e4e5e;
}

.block-small-img__left ul li:not(:last-child) {
    margin-bottom: 15px;
}

.sport-zone-item__img {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
    border-radius: 12px;
    width: 100%;
}

.sport-zone-item > a {
    height: 373px;
    max-width: 49%;
    width: 100%;
}

.sport-zone-item__text {
    max-width: 639px;
    width: 100%;
    padding: 22px 0px;
    background: #f5f6fa;
    border-radius: 12px;
}

.sport-zone-item__top,
.sport-zone-item__text > p {
    padding: 0 22px;
}

.sport-zone .h2-title {
    margin-bottom: 35px;
}

.sport-zone {
    padding-bottom: 60px;
}

.sport-zone-item {
    display: flex;
    gap: 20px;
    color: #3e4e5e;
}

.sport-zone-item p {
    color: #3e4e5e;
}

.sport-zone-item:not(:last-child) {
    margin-bottom: 30px;
}

.sport-zone-item__text p {
    color: #3e4e5e;
}

.sport-zone-item__top p:not(:first-child) {
    font-family: "Roboto";
    line-height: 119%;
}

.sport-zone-item__top p:first-child {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.sport-zone-item__top {
    margin-bottom: 32px;
}

.sport-zone-item__text > p {
    font-family: "Roboto";
    font-weight: 300;
    line-height: 130%;
}

.sport-zone-item__text > p:not(:last-child) {
    margin-bottom: 25px;
}

.background-banner {
    min-height: 466px;
    border-radius: 12px;
}

.background-banner-card {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    padding: 30px;
    border-radius: 12px;
    max-width: 784px;
}

.background-banner-card p:first-child {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.background-banner-card ol li {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
}

.background-banner-card ol li:not(:last-child) {
    margin-bottom: 12px;
}

.background-banner-card ol {
    padding: 0 0 0 20px;
    margin: 0 0 30px;
    color: #fff;
}

.background-banner-card > a {
    position: relative;
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(
        170deg,
        rgba(0, 163, 255, 1) 0%,
        rgba(103, 32, 120, 1) 100%
    );
    color: #3e4e5e;
}

.background-banner-card > a::after {
    content: "";
    display: block;
    position: absolute;
    width: 97.5%;
    height: 90%;
    background: #f5f6fa;
    top: 2px !important;
    left: 2px !important;
    border-radius: 28px;
    z-index: -1;
}

.radiant-blue-btn {
    border-radius: 26px;
    width: 187px;
    height: 51px;
    background: #00a2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed 400";
}

.navigation-img {
    padding-top: 60px;
}

.team-inner .tabs,
.inner-page .tab-links-container-top {
    max-width: 100%;
}

.tab-header__desktop .tab-link {
    display: block;
    margin: 0 auto;
}

.team-inner .bottom-thumb-slider {
    flex-direction: column;
    align-items: flex-start;
    max-width: 358px;
}

.team-inner .h2-title {
    margin-bottom: 16px;
}

.team-inner .navs {
    margin-bottom: 40px;
}

.team-inner-block {
    gap: 30px 50px;
}

.team-inner .tab-content {
    padding: 25px 20px;
}

.team-inner-bg {
    background: #f5f6fa;
}

.team-inner-bg .team-inner .tabs-slider .swiper-wrapper {
    align-items: flex-start;
}

.team-inner .tabs-slider-fix img,
.team-inner .tabs-slider img {
    width: 402px;
    height: 296px;
}

.t-phone,
.t-mail {
    position: relative;
}

.t-contacts {
    gap: 15px;
}

.t-contacts a {
    color: #3e4e5e;
    font-family: "Roboto";
    font-size: 16px;
    padding-left: 31px;
}

.t-phone::before,
.t-mail::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat !important;
}

.t-mail::before {
    background-image: url("/img/t-mail.svg");
}

.t-phone::before {
    background-image: url("/img/t-phone.svg");
}

.no-padding {
    padding-bottom: 0 !important;
}

.one-text p:first-child {
    font-family: "Roboto";
    font-weight: 300;
    text-transform: initial;
    font-size: 16px;
    line-height: 131%;
}

.one-text .block-small-img__img {
    min-height: 238px;
}

.exposition {
    gap: 15px;
    padding-bottom: 60px;
}

.exposition-left {
    border-radius: 12px;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    padding: 42px 28px;
    max-width: 821px;
}

.exposition-right {
    max-width: 462px;
    background: #f5f6fa;
    padding: 25px 20px;
    border-radius: 12px;
}

.exposition-right p {
    font-family: "Roboto";
    font-weight: 300;
    line-height: 131%;
    color: #3e4e5e;
    max-width: 422px;
}

.exposition-right p:not(:last-child) {
    margin-bottom: 25px;
}

.exposition-block {
    gap: 20px 32px;
    margin-bottom: 30px;
}

.exposition-block img {
    width: 100%;
    border-radius: 12px;
}

.exposition-block-content__title {
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
}

.exposition-block-content__subtitle {
    font-family: "Roboto";
    font-weight: 400;
    line-height: 119%;
    margin-bottom: 40px;
}

.exposition-block-content__list-title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.exposition-block-content ul li {
    display: flex;
    font-family: "Roboto";
    color: #fff;
    align-items: flex-start;
    gap: 10px;
    line-height: 119%;
}

.exposition-block-content ul li:not(:last-child) {
    margin-bottom: 17px;
}

.exposition-block-content ul li img {
    min-width: 24px;
    width: 24px;
    height: 24px;
}

.exposition-bottom p {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
}

.museum-slider-container {
    padding: 100px 0px;
}

.museum-slider .swiper-slide-next {
    z-index: 2;
}

.museum-slider .swiper-slide-next a {
    transition: all 0.3s ease-in-out;
    transform: scale(1.5);
    min-width: 587px;
    left: -76px;
}

.museum-slider .swiper-wrapper {
    padding: 90px 0px;
}

.museum-slider .swiper-slide img {
    height: 369px;
    width: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
}

.museum-slider .swiper-slide a {
    display: flex;
    justify-content: center;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease-in-out;
    outline: none;
    border: none;
    background: #f5f6fa;
}

.museum-slider .swiper-slide span.video-circle {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
}

.museum-slider .swiper-slide span.video-circle img {
    max-width: 100%;
    max-height: 100%;
}

.museum-slider .swiper-slide a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 369px;
    border-radius: 12px;
    background-color: #000;
    opacity: 0.3;
}

.swiper-prev-tab-mus,
.swiper-next-tab-mus {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 47%;
    z-index: 2;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.swiper-prev-tab-mus {
    left: 12%;
}

.swiper-next-tab-mus {
    right: 12%;
}

.museum-slider .swiper-slide-next a:before {
    display: none;
}

.map-block {
    gap: 13px;
}

.map-block_museum {
    margin-bottom: 30px;
}

.map-container {
    max-width: 884px;
    border-radius: 12px;
}

.map-container iframe {
    border-radius: 12px;
}

.map-contacts {
    max-width: 323px;
    padding: 48px 40px;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    border-radius: 10px;
    gap: 25px;
}

.map-contacts a {
    display: flex;
    flex-direction: column;
}

.map-contacts a b {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 15px;
    font-family: "Roboto";
    font-weight: 300;
}

.map-contacts a span {
    font-family: "Roboto";
}

.docs-item {
    background: #f6f5fb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 15px 0px;
    border-radius: 12px;
    width: auto;
    max-width: 100%;
    padding: 50px 20px;
    transition: all 0.3s ease;
    height: 86px;
}

.docs-item__title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #3e4e5e;
    transition: all 0.3s ease;
}

.docs-item__drop {
    font-family: "Roboto Condensed 400";
    font-size: 12px;
    text-transform: uppercase;
    color: #00a2ff;
}

.docs-item__drop.active span::before {
    transform: rotate(180deg);
    transition: all 0.3s ease;
    right: -5px;
    top: 0px;
}

.docs-item__drop span {
    position: relative;
    padding-right: 13px;
}

.docs-item__drop span::before {
    content: "";
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    right: -7px;
    top: 2px;
    width: 14px;
    height: 14px;
    min-width: 14px;
    background-image: url("/img/docs-arrow.svg");
    background-repeat: no-repeat !important;
}

.docs-item:hover,
.docs-item.active {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    transition: all 0.3s ease;
}

.docs-item.active {
    height: auto;
}

.docs-item.active .docs-item__title,
.docs-item.active .docs-item__drop span,
.docs-item.active .docs-item__content a,
.docs-item.active .docs-item__content p {
    color: #fff;
}

.docs-item.active .docs-item__drop span::before {
    background-image: url("/img/docs-arrow-white.svg");
    transition: all 0.3s ease;
}

.docs-item:hover .docs-item__title,
.docs-item:hover .docs-item__drop span,
.docs-item:hover .docs-item__content a,
.docs-item:hover .docs-item__content p {
    color: #fff;
    transition: all 0.3s ease;
}

.docs-item:hover .docs-item__drop span::before {
    background-image: url("/img/docs-arrow-white.svg");
    transition: all 0.3s ease;
}

.docs-item__content {
    display: none;
    position: relative;
    bottom: 0;
    width: -moz-max-content;
    width: max-content;
    max-width: 435px;
    z-index: 2;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.docs-item__content a {
    padding: 0px 22px;
}

.docs-item__content a,
.docs-item__content p {
    font-family: "Roboto";
    font-weight: 300;
    color: #00a2ff;
    font-size: 14px;
    display: block;
    transition: all 0.3s ease;
}

.docs-item__content a:not(:last-child),
.docs-item__content p:not(:last-child) {
    margin-bottom: 15px;
}

.docs-item.active .docs-item__content {
    display: block;
}

.docs {
    gap: 30px 6px;
    flex-wrap: wrap;
}

.d-grid {
    display: grid;
}

.contacts-inner-top-item {
    max-width: 312px;
}

.contacts-inner-top {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.contacts-inner-top {
    gap: 20px;
    padding: 26px 16px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.contacts-inner-top p,
.contacts-inner-top a {
    font-family: "Roboto";
    text-align: center;
}

.con-i {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 300;
    justify-content: center;
}

.contacts-inner-top .con-i {
    white-space: nowrap;
}

.con-i img {
    max-width: 22px;
    margin-right: 6px;
}

.contacts-inner-block {
    padding: 60px 0px 0px;
}

.contacts-inner-block-list {
    gap: 20px 8px;
}

.contacts-inner-block-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #c6c5c5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contacts-inner-block-item p,
.contacts-inner-block-item a {
    color: #3e4e5e;
}

.contacts-inner-block-item__top {
    min-height: 61px;
    border-radius: 12px 12px 0 0;
    padding: 13px 24px;
}

.contacts-inner-block-item__top p:first-child {
    font-family: "Roboto";
    font-size: 22px;
}

.contacts-inner-block-item__top p:not(:first-child) {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 16px;
}

.contacts-inner-block-item__top p:not(:last-child) {
    margin-bottom: 7px;
}

.contacts-inner-block-item__bottom {
    min-height: 67px;
    background: #f5f6fa;
    border-radius: 0 0 12px 12px;
    padding: 14px 24px;
    gap: 16px 0px;
    display: flex;
    flex-direction: column;
    font-family: "Roboto";
}

.contacts-inner-block-item__bottom a {
    position: relative;
    padding-left: 34px;
}

.i-mail::before,
.i-phone::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat !important;
}

.i-phone::before {
    background-image: url("/img/call.svg");
}

.i-mail::before {
    background-image: url("/img/sms.svg");
}

.h3-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 177%;
    color: #3e4e5e;
    margin-bottom: 10px;
}

.contacts-block-list {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px 8px;
}

.contacts-page .contacts-inner-block-list:not(:last-child) {
    padding-bottom: 60px;
}

.contacts .dos-map-block {
    margin: 10px auto 0;
    border-radius: 10px;
    width: 100%;
    min-height: 134px;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    padding: 18px 26px;
    z-index: 2;
}

.contacts-slider iframe {
    height: 575px;
}

.dos-map {
    position: relative;
    padding-top: 60px;
}

.dos-map-block__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.dos-map-road li,
.dos-map-road a,
.dos-map-road p {
    color: #fff;
}

.dos-map-road {
    font-family: "Roboto";
    font-weight: 300;
}

.tabs-road {
    width: 100%;
    max-width: 208px;
    gap: 10px 0px;
    list-style-type: none;
    padding: 0;
    padding-right: 15px;
    border-right: 1px solid #fff;
}

.tabs-road li {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.tabs-road li.active::after {
    content: "";
    display: block;
    position: relative;
    right: 0px;
    margin-left: 22px;
    top: -3px;
    height: 17px;
    width: 22px;
    min-width: 22px;
    background-image: url("/img/arrow-leftwhite.svg");
    background-repeat: no-repeat !important;
}

.dos-map-road__content {
    display: none;
    width: 100%;
    max-width: 455px;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
}

.dos-map-block__link {
    width: 100%;
    max-width: 165px;
    padding-left: 15px;
    border-left: 1px solid #fff;
    font-size: 14px;
}

.dos-map-road__content.active {
    display: block;
}

.gap-10-20 {
    gap: 10px 20px;
}

.news-inner a {
    color: #3e4e5e;
}

.breadcrumbs-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-filter,
.news-filter2 {
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.news-filter li,
.news-filter2 li {
    cursor: pointer;
    padding: 12px 24px;
    font-size: 14px;
    font-family: "Roboto Condensed 400";
    border-radius: 20px;
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: #dfe2eb;
    transition: all 0.3s ease;
}

.news-filter li:hover,
.news-filter2 li:hover {
    transition: all 0.3s ease;
    color: #fff;
    background: #00a2ff;
}

.news-filter li.active,
.news-filter2 li.active {
    color: #fff;
    background: #00a2ff;
}

.news-inner p {
    color: #3e4e5e;
}

.news-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 9px;
}

.news-inner-item:nth-child(1) {
    grid-column: span 2;
}

.more-btn,
.more-btn2 {
    color: #3e4e5e;
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding-top: 45px;
    font-family: "Roboto Condensed 400";
    text-transform: uppercase;
}

.news-inner-item,
.afisha-inner-item {
    display: none;
}

.news-inner-item.active,
.afisha-inner-item.active {
    display: flex;
}

.news-inner-item:nth-child(1) {
    display: flex;
}

.news-inner-item:first-child .distortion-news-block-right__img {
    width: 100%;
    max-width: 427px;
    min-height: 100%;
}

.news-inner-item:first-child .distortion-news-block-right__bottom {
    width: 100%;
    max-width: 377px;
    padding: 55px 32px 26px;
}

.news-inner .news-inner-item {
    background: #f5f6fa;
    border-radius: 12px;
}

.news-inner .distortion-news-block-right__img {
    position: relative;
    min-height: 200px;
}

.distortion-news-block-right__bottom:not(:first-child) {
    padding-bottom: 26px;
}

.news-inner-item:not(:first-child) .distortion-news-block-right__bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px 0px;
}

.news-inner-settings,
.news-inner-date {
    position: absolute;
}

.news-inner-date {
    top: 0;
    left: 0;
    color: #fff !important;
    font-size: 12px;
    font-family: "Roboto";
    width: 124px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7c3de4;
    border-radius: 12px;
}

.news-inner-settings {
    right: 25px;
    top: 16px;
}

.news-inner-settings span {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a2ff;
    width: 40px;
    height: 40px;
}

.news-inner-item:first-child
    .distortion-news-block-right__bottom
    p:nth-child(2) {
    font-size: 14px;
    line-height: 121%;
    font-weight: 300;
    font-family: "Roboto";
}

.news-inner-item:not(:first-child) {
    flex-direction: column;
}

.news-inner-item:first-child
    .distortion-news-block-right__bottom
    p:first-child {
    font-weight: 700;
    font-size: 26px;
    font-family: "Bebas Neue";
    line-height: 96%;
    margin-bottom: 14px;
}

.gap-5 {
    gap: 5px;
}

.tags-bottom {
    gap: 20px;
}

.tags-bottom > p {
    display: flex;
    align-items: center;
    gap: 0px 16px;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 300 !important;
    font-family: "Roboto" !important;
}

.tags-bottom ul {
    max-width: 179px;
}

.tags-bottom ul li {
    color: #00a2ff;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 12px;
}

.tags-bottom ul li:not(:last-child) {
    border-right: 1px solid #00a2ff;
    padding-right: 5px;
}

.tags-bottom > p img {
    position: relative;
    top: -2px;
}

.inner-page__detail .breadcrumbs {
    background: transparent;
    position: relative;
}

.news-detail-back {
    color: #fff !important;
    font-family: "Roboto Condensed 400" !important;
}

.news-detail-back img {
    transform: rotate(180deg);
    margin-right: 9px;
}

.inner-page__detail,
.news-t {
    position: relative;
}

.inner-page__detail::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.inner-page__detail {
    min-height: 499px;
}

.news-v {
    top: 0;
    padding-bottom: 100px;
}

.news-v .container {
    max-width: 1440px;
}

.news-detail {
    max-width: 863px;
    border-radius: 12px;
    background: #f5f6fa;
    position: relative;
    margin-top: -400px;
}

.body-inner-news {
    background: #fff !important;
}

.news-detail .news-detail__content {
    padding: 44px 55px;
}

.news-detail__content h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
}

.news-detail__content p {
    font-weight: 300;
    color: #3e4e5e;
    font-size: 14px;
    line-height: 121%;
    font-family: "Roboto";
    margin-bottom: 25px;
}

.news-detail__content p:last-child {
    margin-bottom: 0 !important;
}

.news-detail-photos {
    position: relative;
    padding-top: 25px;
    gap: 18px 21px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.news-detail-photos a:nth-child(3n) {
    grid-column: span 2;
}

.news-detail-photos a:nth-child(3n) img,
.news-detail-photos a:nth-child(3n) {
    height: 383px;
}

.news-detail-photos a {
    display: block;
    height: 250px;
}

.news-detail-photos a img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-detail-photos::before {
    content: "";
    width: 168px;
    height: 3px;
    background: #4a4a4a;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.news-v-block {
    gap: 0px 20px;
}

.news-v-block__prev,
.news-v-block__next {
    font-family: "Roboto Condensed 400";
    text-transform: uppercase;
    color: rgba(62, 78, 94, 0.8);
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

.news-v-block__prev::before,
.news-v-block__next::after {
    content: "";
    position: relative;
    width: 60px;
    height: 60px;
    background: #00a2ff;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.news-v-block__prev::before {
    background-image: url("/img/arrow-news-1.svg");
}

.news-v-block__next::after {
    background-image: url("/img/arrow-news-2.svg");
}

.mobile-news-nav {
    display: none;
}

.news-detail-gal {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.news-detail-gal a img {
    width: 100%;
    height: 245px;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-detail__content iframe {
    max-width: 100%;
    height: 434px;
}

.news-comments-item__img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    min-width: 100px;
}

.news-comments {
    padding-top: 25px;
}

.news-comments-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.news-comments-item-text {
    width: 100%;
    max-width: 622px;
    padding: 0px 42px;
    position: relative;
}

.news-comments-item-text::before,
.news-comments-item-text::after {
    content: "";
    display: block;
    position: absolute;
    height: 37px;
    width: 22px;
    min-width: 22px;
    background-repeat: no-repeat;
}

.news-comments-item-text::before {
    background-image: url("/img/cav-1.svg");
    left: 0;
    top: 0;
}

.news-comments-item-text::after {
    background-image: url("/img/cav-2.svg");
    right: 0;
    bottom: 0;
}

.news-comments-item-text__title {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 115% !important;
    margin-bottom: 14px !important;
}

.news-comments-item-text__title_v2 {
    font-size: 26px !important;
    font-weight: 400 !important;
}

.news-comments-item:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
    padding-bottom: 47px;
}

.news-comments-item-text p {
    font-size: 18px;
    line-height: 117%;
}

.news-comments-item-text__small {
    font-size: 12px !important;
    color: rgba(62, 78, 94, 0.7) !important;
}

.login-block {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    max-width: 806px;
    padding: 30px 16px 42px;
    margin: 0px auto;
    border-radius: 12px;
}

.lc-child .login-block {
    padding-block: 35px 55px;
}

.login-block__title {
    margin-bottom: 45px;
    line-height: 1.3;
    color: #fff;
}

.login-block form {
    max-width: 400px;
    width: 100%;
}

.login-block form label {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.lc-child .login-block form label {
    margin-bottom: 31px;
}

.login-block form label input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    background: transparent;
    font-family: "Roboto";
    padding: 0px 11px;
    border-radius: 12px;
}

.login-block form label input::-moz-placeholder {
    color: #3e4e5e;
}

.login-block form label input::placeholder {
    color: #3e4e5e;
}

.login-block__link img {
    max-width: 39px;
}

.login-block__link span {
    font-family: "Roboto";
    margin-right: 20px;
    color: #fff;
    display: block;
}

.login-block__link_list {
    display: flex;
    align-items: center;
    gap: 10px 31px;
}

.login-block__link {
    margin-bottom: 26px;
}

.login-block__btn,
.btn-reg {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    font-family: "Roboto Condensed 400";
    border-radius: 26px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease;
}

.login-block__btn {
    border: 1px solid #fff;
    background: transparent;
    margin-bottom: 15px;
}

.btn-reg:hover {
    background: #b12cd0;
    transition: all 0.3s ease;
}

.btn-reg {
    background: #cb37ee;
}

/* .int-login {
    margin-top: -265px;
    padding-bottom: 100px;
    top: 0;
} */

.int-login.lc-child {
    padding-bottom: 215px;
}

.login-block__btn:hover {
    transition: all 0.3s ease;
    background: #cb37ee;
    border: 1px solid #cb37ee;
}

.block-small-img__left.block-small-img__left_available {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-small-img__left.block-small-img__left_available p:first-child {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto";
    text-transform: initial;
}

.sreda-body {
    display: none;
    min-height: 100px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.sreda-body.active {
    display: block;
    opacity: 1;
}

.sreda-nav-list,
.sreda-nav-list-v2,
.sreda-nav-list-mobile {
    background: linear-gradient(179deg, #ef33f2 0%, #3544dc 100%);
    padding: 11px 90px 0px;
    margin-bottom: 60px;
}

.swiper.sreda-nav-list {
    padding: 11px 50px 0px;
}

.sreda-nav-list-v2 {
    padding: 11px 0 0;
}

.sreda-nav-list-v2__wrapper .swiper-prev-purp,
.sreda-nav-list-v2__wrapper .swiper-next-purp {
    cursor: pointer;
}

.sreda-nav-list-v2__wrapper .swiper-prev-purp {
    left: 10px;
}

.sreda-nav-list-v2__wrapper .swiper-next-purp {
    right: 10px;
}

.sreda-nav-list .check-tab,
.sreda-nav-list-v2 .check-tab,
.sreda-nav-list-mobile .check-tab {
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 119%;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto";
    min-width: 236px;
}

.sreda-nav-list-v2 .check-tab a,
.sreda-nav-list-mobile .check-tab a {
    color: #fff;
    font-family: Roboto;
    line-height: 119%;
    font-weight: 400;
}

.sreda-nav-list-v2 .check-tab {
    min-width: auto !important;
    padding: 0 10px;
}

.sreda-nav-list-v2 .check-tab span {
    min-height: 56px !important;
}

.sreda-nav-list .check-tab span,
.sreda-nav-list-v2 .check-tab span,
.sreda-nav-list-mobile .check-tab span {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    position: relative;
    min-height: 37px;
}

.sreda-nav-list .check-tab.active span::before,
.sreda-nav-list-v2 .check-tab.active span::before,
.sreda-nav-list-mobile .check-tab.active span::before {
    background: #fff;
    transition: all 0.3s ease;
}

.sreda-nav-list .check-tab span::before,
.sreda-nav-list-v2 .check-tab span::before,
.sreda-nav-list-mobile .check-tab span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    transition: all 0.3s ease;
}

.swiper-prev-purp,
.swiper-next-purp {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    z-index: 2;
}

.swiper-prev-purp {
    left: 10px;
}

.swiper-next-purp {
    right: 10px;
}

.sreda-body .h2-title {
    line-height: 103%;
    font-size: 30px;
}

.block-small-img__img_small {
    max-width: 365px;
}

.sreda-body .h2-title {
    margin-bottom: 23px;
}

.inner-page-sreda {
    padding-bottom: 0;
}

.sreda-body .museum-slider-container {
    padding: 0;
}

.inner-page .special-slider-item {
    min-height: 277px;
}

.inner-page-sreda .special-slider .swiper-slide .special-slider-item {
    position: relative;
}

.inner-page-sreda .special-slider .swiper-slide .special-slider-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-radius: 12px;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background: #fff;
    z-index: 0;
    transition: all 0.7s ease;
}

.inner-page-sreda
    .special-slider
    .swiper-slide
    .special-slider-item:hover::before {
    opacity: 0;
    z-index: -1;
    transition: all 0.7s ease;
}

.inner-page-sreda
    .special-slider
    .swiper-slide
    .special-slider-item:hover
    .btn-image-cart {
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: 1px solid #fff;
    transition: all 0.7s ease;
}

.inner-page-sreda
    .special-slider
    .swiper-slide
    .special-slider-item:hover
    .btn-image-cart:before {
    filter: invert(1);
    transition: all 0.7s ease;
}

.inner-page-sreda
    .special-slider
    .swiper-slide
    .special-slider-item:hover
    .special-slider-item-top__left
    p,
.inner-page-sreda
    .special-slider
    .swiper-slide
    .special-slider-item:hover
    .special-slider-item-bottom
    p:first-child {
    color: #fff;
    transition: all 0.7s ease;
}

.inner-page-sreda
    .special-slider
    .swiper-slide
    .special-slider-item
    .special-slider-item-top__left,
.inner-page-sreda
    .special-slider
    .swiper-slide
    .special-slider-item
    .special-slider-item-bottom {
    position: relative;
}

.inner-page-sreda
    .special-slider
    .swiper-slide
    .special-slider-item
    .special-slider-item-top__left
    p,
.inner-page-sreda
    .special-slider
    .swiper-slide
    .special-slider-item
    .special-slider-item-bottom
    p:first-child {
    color: #3e4e5e;
    transition: all 0.7s ease;
}

.inner-page-sreda .museum-slider-container {
    padding-bottom: 59px;
}

.intelligence.not-pattern .sreda-nav-list,
.intelligence.not-pattern .sreda-nav-list-mobile,
.about-new-nav_hardcode .sreda-nav-list-mobile {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-end;
    gap: 20px 41px;
    padding: clamp(10px, 3vw, 20px) 0;
    /* padding: 11px 22px 0px; */
    margin-bottom: 25px;
    justify-content: space-around;
}

.intelligence.not-pattern .purple-tabs .sreda-nav-list li span,
.intelligence.not-pattern .purple-tabs .sreda-nav-list-mobile li span,
.about-new-nav_hardcode .sreda-nav-list-mobile li span {
    font-size: 15px;
    padding-bottom: 14px;
}

.slider-main-inner__img {
    height: 516px;
    width: 100%;
    position: relative;
}

.slider-main-inner__img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slider-main.slider-main-inner {
    padding-bottom: 0px !important;
    margin-bottom: 13px;
    max-width: 1300px;
}

.nav-main-slider {
    position: absolute;
    bottom: 25px;
    left: 35px;
}

.purple-tabs-school .us-works-block {
    display: flex;
}

.purple-tabs-school .sreda-nav-list-mobile {
    gap: 20px !important;
    /* gap: 20px 32px !important; */
    overflow-x: auto;
    overflow-y: hidden;
}

.purple-tabs-school .sreda-nav-list-mobile .check-tab span {
    min-height: unset !important;
    padding-bottom: 0;
}

.purple-tabs-school .sreda-nav-list-mobile a.check-tab {
    padding-bottom: 13px;
}

.purple-tabs-school .sreda-nav-list-mobile a.check-tab span::before {
    bottom: -13px;
}

.purple-tabs-school .sreda-nav-list-mobile .check-tab span a {
    padding-bottom: 13px;
}

.purple-tabs-school .sreda-nav-list-mobile .check-tab {
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 11px;
}

.purple-tabs-school .us-works-block img {
    max-width: 425px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 285px;
    width: calc(100% - 12px);
}

.purple-tabs-school .us-works-block .us-works-block-item:nth-child(-n + 4) img {
    height: 245px;
}

.purple-tabs-school .h2-title {
    font-size: 60px;
}

.purple-tabs-school .sreda-nav-list-v2__wrapper {
    display: none;
    background: linear-gradient(179deg, #ef33f2 0%, #3544dc 100%);
    position: relative;
}

.sreda-nav-list-v2 .check-tab span {
    padding-bottom: 15px;
    font-size: 14px;
}

.purple-tabs-school .sreda-nav-list-v2 {
    margin-bottom: 16px;
    width: 90%;
    display: none;
    overflow: hidden;
}

/*spoiler*/
.spoiler-trigger {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 12px;
    padding: 0 25px 0 10px;
    padding-top: 5px;
}

.spoiler-trigger.active {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    transition: all 0.3s ease;
}

.spoiler-trigger:hover {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.spoiler-trigger.active p {
    color: #fff;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

.spoiler-trigger p {
    width: 100%;
    max-width: 901px;
    font-weight: 700;
    color: #3e4e5e;
    font-size: 30px;
    transition: all 0.3s ease;
}

.spoiler-trigger:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 16px;
    display: block;
    background: url("/img/arrow-spoiler.svg") no-repeat 0 50%;
    right: 10px;
    top: 14px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.spoiler-trigger.active:after {
    background: url("/img/arrow-white-spoiler.svg") no-repeat 0 50%;
    right: 10px;
    top: 17px;
    transition: all 0.3s ease;
}

.spoiler-block {
    display: none !important;
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    background: #f5f6fa;
}

.spoiler-block-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spoiler-block-content a,
.spoiler-block-content p {
    color: #3e4e5e;
    font-family: "Roboto";
}

.spoiler-block-content {
    padding: 19px 12px;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.spoiler-block p {
    font-size: 16px;
    line-height: 130%;
}

.spoiler-block-item {
    max-width: 100%;
    padding: 40px 0px 5px;
    width: 100%;
    border-bottom: 1px solid #dfe2eb;
}

.spoiler-block-item:first-child {
    padding-top: 0;
}

.spoiler-block table tr:not(:last-child) td {
    padding-bottom: 20px;
}

.spoiler-block table tr td:first-child {
    font-weight: 500;
    padding-right: 68px;
}

.spoiler-block table {
    margin-top: 10px;
}

.stage-accordeon {
    margin-bottom: 60px;
}

/*spoiler END*/

.sreda-body-info-blocks {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 60px;
}

.sreda-body-info-item {
    border-radius: 12px;
    background: #f5f6fa;
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
    position: relative;
}

.sreda-body-info-item:before,
.sreda-body-info-item:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
    opacity: 0;
}

.sreda-body-info-item:hover::before,
.sreda-body-info-item:hover::after {
    opacity: 1;
    transition: all 0.3s ease;
}

.sreda-body p,
.sreda-body a,
.sreda-body-info-item p,
.sreda-body-info-item ol li {
    color: #3e4e5e;
}

.sreda-body-info-item__title {
    font-weight: 700 !important;
    font-size: 30px !important;
    text-transform: uppercase;
    font-family: "Bebas Neue" !important;
}

.sreda-body-info-item p,
.sreda-body-info-item ul li,
.sreda-body-info-item ol li {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 300;
}

.sreda-body-info-item ul {
    padding: 0;
    margin: 0;
}

.sreda-body-info-item ul li {
    margin-bottom: 15px;
    color: #000;
}

.sreda-body-info-item ol {
    padding-left: 13px;
    margin: 0;
}

.sreda-body-info-item a {
    text-decoration: underline;
}

.sreda-body-slider-content__left {
    gap: 15px 0px;
    border-radius: 12px;
    background: #f5f6fa;
    padding: 30px 27px;
    width: 100%;
    max-width: 865px;
}

.sreda-body-slider-content__title {
    font-weight: 700 !important;
    font-size: 30px !important;
    font-family: "Bebas Neue" !important;
}

.sreda-body-slider-content__right {
    max-width: 369px;
    width: 100%;
}

.sreda-body-slider-content__left p {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 300;
}

.sreda-body-slider-content {
    gap: 13px;
}

.swiper-prev-sbody,
.swiper-next-sbody {
    position: absolute;
    top: 45%;
    z-index: 1;
    cursor: pointer;
}

.swiper-prev-sbody {
    left: 12px;
}

.swiper-next-sbody {
    right: 12px;
}

.sreda-body-info-item .btn {
    color: #fff;
    text-decoration: none;
    max-width: 187px;
    text-align: center;
    padding: 0px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-form {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    padding: 35px 33px;
    border-radius: 12px;
    margin: 30px 0;
}

.inner-form__title p {
    color: #fff;
}

.inner-form__title p:first-child {
    font-weight: 700;
    font-size: 30px;
}

.inner-form__title p:last-child {
    font-family: "Roboto";
}

.inner-form__title {
    margin-bottom: 30px;
}

.form {
    background: linear-gradient(156.57deg, #ef33f2 -18.35%, #3544dc 117.49%);
    padding: 35px 33px;
    border-radius: 12px;
    margin-top: 60px;
}

.form-inputs {
    display: grid;
    gap: 15px 47px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
}

.inner-form form {
    width: 100%;
}

.inner-form form label input {
    color: #3e4e5e;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: "Roboto";
    padding: 0 10px;
    border-radius: 12px;
    border: 1px solid transparent;
}

.inner-form form label input:invalid {
    border-color: rgb(231, 20, 20);
}

.inner-form form label input:invalid:-moz-placeholder-shown {
    border-color:  transparent;
}

.inner-form form label input:invalid:placeholder-shown {
    border-color:  transparent;
}

textarea {
    outline: none;
    resize: none;
    border: none;
    display: flex;
    align-items: center;
    margin: 0;
    font-family: "Roboto";
    width: 100%;
    height: 20px;
    padding: 0 10px;
}

.inner-form form label {
    background: #fff;
    width: 100%;
    height: 45px;
    border-radius: 12px;
    display: flex;
    border: 1px solid #dbdbdb;
    align-items: center;
}

.form-inputs-check {
    font-weight: 300;
    font-size: 14px;
    color: #fff !important;
    font-family: "Roboto";
    margin-bottom: 40px;
    max-width: 562px;
}

.form-inputs-check a {
    text-decoration: underline;
    color: #fff !important;
}

.btn-submit {
    width: 187px;
    height: 51px;
    text-transform: uppercase;
    display: flex;
    font-family: "Roboto Condensed 400";
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(27.1828174591px);
    backdrop-filter: blur(27.1828174591px);
    background: #cb37ee;
    border-radius: 26px;
    transition: 0.3s ease-in;
    color: #fff;
}

.btn-submit:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.intelligence.afisha-t {
    top: 0px;
}

.inner-page.afisha-t .breadcrumbs {
    min-height: auto;
    padding-bottom: 50px;
}

.body-inner.afisha-t {
    background: #fff !important;
}

.afisha-top {
    margin-bottom: 11px;
}

.afisha-top ul {
    gap: 15px 50px;
}

.afisha-top ul li {
    font-weight: 700;
    font-size: 30px;
    cursor: pointer;
}

.afisha-tabs__item {
    position: relative;
    padding-bottom: 15px;
}

.afisha-tabs__item.active:before {
    opacity: 1;
    transition: all 0.3s ease;
}

.afisha-tabs__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    background: linear-gradient(179deg, #ef33f2 0%, #3544dc 100%);
}

.calendar-block {
    gap: 10px 23px;
}

.calendar-date-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3e4e5e;
    cursor: pointer;
}

.calendar-date__month {
    color: #3e4e5e;
    font-size: 17px;
    line-height: 124%;
    opacity: 0.7;
    margin-bottom: 15px;
    font-family: "Roboto";
}

.calendar-date-list__item span:first-child {
    font-size: 30px;
    margin-bottom: 9px;
    line-height: 70%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-date-list__item.selected.active span:first-child:before {
    background: transparent;
}

.calendar-date-list__item span:last-child {
    font-family: "Roboto";
}

.calendar-date-list {
    margin-bottom: 40px;
}

.afisha-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.afisha-inner-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
}

.afisha-inner-item__img {
    position: relative;
}

.afisha-inner-item__img .image {
    height: 100%;
}

.afisha-inner-item__img .card__favorite {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: none;
    border: none;
    z-index: 1;
}

.afisha-inner-item__img,
.afisha-inner-item__img img {
    border-radius: 12px;
}

.afisha-inner-item__img {
    height: 258px;
    width: 100%;
    position: relative;
    margin-bottom: 17px;
}

.afisha-inner-item__data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.afisha-inner-item__data p {
    color: #3e4e5e;
    font-family: "Roboto";
}

.afisha-inner-item__data p:last-child {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}

.afisha-inner-item__data .afisha-inner-item__place {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.afisha-inner-item__data .afisha-inner-item__date {
    font-family: Bebas Neue;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.afisha-inner-item__img span {
    position: absolute;
    bottom: 19px;
    left: 24px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 12px;
    line-height: 142%;
    color: #fff;
    z-index: 1;
}

.afisha-inner-item__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.afisha-inner-item__specials {
    display: flex;
    align-items: center;
    max-width: 130px;
    flex-wrap: wrap;
    gap: 10px 21px;
    position: absolute;
    left: 24px;
    top: 19px;
    z-index: 1;
}

.afisha-inner-item .btn-purple {
    position: absolute;
    right: 24px;
    top: 19px;
    height: 51px;
    width: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    text-transform: uppercase;
    font-family: "Roboto Condensed 400";
    z-index: 1;
    color: #fff;
}

.afisha-inner-item__specials a {
    border-radius: 100%;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a2ff;
}

.afisha-inner-item__title {
    font-family: Bebas Neue;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #3e4e5e;
}

.calendar-date-list__item.selected span:first-child,
.calendar-date-list__item.selected2 span:first-child {
    background-color: rgba(203, 55, 238, 0.2);
    transition: all 0.3s ease;
}

.calendar-date-list__item.selected span:first-child,
.calendar-date-list__item.selected2 span:first-child,
.calendar-date-list__item.between span:first-child {
    position: relative;
}

.calendar-date-list__item.between span:first-child:before,
.calendar-date-list__item.selected span:first-child:before,
.calendar-date-list__item.selected2 span:first-child:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    border-radius: 0%;
    height: 50px;
    background: rgba(203, 55, 238, 0.1);
    transition: all 0.3s ease;
}

.calendar-date-list__item.selected span:first-child:before {
    border-top-left-radius: 50%;
}

.calendar-date-list__item.selected span:first-child:before {
    border-bottom-left-radius: 50%;
}

.calendar-date-list__item.selected2 span:first-child:before {
    border-top-right-radius: 50%;
}

.calendar-date-list__item.selected2 span:first-child:before {
    border-bottom-right-radius: 50%;
}

/* Inner pages END */

/*menu*/
.menu {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    width: 100%;
    color: white;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
    opacity: 1;
    visibility: hidden;
    padding: 20px 0px 0px;
    transition: all 0.3s ease;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px 77px;
    position: relative;
    flex: 1;
    justify-content: center;
}

.submenu-container .arrow-icon {
    margin-left: 7px;
    width: 16px;
    height: 16px;
    min-width: 16px;
}

ul.submenu {
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    bottom: -44px;
    gap: normal;
    justify-content: space-between;
}

.d-none {
    display: none !important;
}

.menu.show {
    opacity: 1;
    visibility: visible;
}

.menu.tablet {
    flex-direction: column;
    justify-content: flex-start;
}

.menu-logo_tablet {
    margin-top: 30px;
    max-width: 220px;
}

.submenu.show {
    display: flex !important;
}

.submenu li a {
    font-size: 10px !important;
}

.menu-block {
    gap: 0px 20px;
}

.menu-block ul li {
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    padding-bottom: 12px;
}

.menu-block ul li:hover,
.menu-block ul li.active {
    border-bottom: 3px solid #dcb7ff;
    transition: all 0.5s ease;
}

.menu-list-main a {
    font-family: "Roboto Condensed 400";
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.close-menu {
    padding-bottom: 40px;
}

.padding-sub {
    padding: 5px 0px 30px !important;
    transition: all 0.3s ease;
}

.padding-sub .menu-list-main {
    border-bottom: 1px solid #d8d8d8;
}

/*menu END*/

a[id="fr-logo"] {
    display: none !important;
}

p[data-f-id="pbf"] {
    display: none !important;
}

a[href*="www.froala.com"] {
    display: none !important;
}

.special.special-color-1 *:not(.nosee),
#special .special-color button[value="1"] {
    border-color: transparent !important;
}

.special .menu-block ul li:hover,
.menu-block ul li.active {
    border-bottom: 3px solid #dcb7ff !important;
}

.special .close-menu img {
    background: #000 !important;
    margin-top: 20px;
}

html.special .menu ul {
    top: 32px;
}

.special .body-inner .logo img {
    filter: grayscale(1);
}

.special-color-1 .body-main .logo-banner-mobile img,
.special-color-1 .body-main .logo-banner-mobile {
    background: #000 !important;
}

.inner-page__detail_afisha {
    min-height: 445px;
}

.news-v-block__afisha .news-detail {
    margin: -234px auto 0px;
}

.news-detail__tags a {
    color: #3e4e5e;
    font-size: 12px;
    font-weight: 300;
    font-family: "Roboto";
}

.news-detail__tags {
    margin-bottom: 15px;
}

.news-detail__tags a:not(:last-child) {
    border-right: 1px solid;
    padding-right: 5px;
    margin-right: 5px;
}

.news-detail-dates {
    display: flex;
    align-items: center;
    gap: 10px 42px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.news-detail-dates__date span {
    font-weight: 500;
}

.news-detail-dates__date {
    margin-bottom: 0 !important;
    font-size: 16px !important;
}

.news-v-block__afisha .news-detail__content h1 {
    margin-bottom: 10px;
}

.news-detail-dates__title {
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 300;
    font-family: "Roboto";
}

.news-detail-dates__title img {
    margin-right: 10px;
}

.swiper-prev-afisha-new,
.swiper-next-afisha-new,
.swiper-prev-afisha2-new,
.swiper-next-afisha2-new {
    width: 100%;
    max-width: 56px;
    cursor: pointer;
}

.afisha-slider-inner {
    gap: 0px 50px;
    margin-bottom: 25px;
    align-items: center;
}

.afisha-slider,
.afisha-slider2 {
    width: 100%;
    max-width: 538px;
}

.swiper-prev-afisha-new,
.swiper-prev-afisha2-new {
    transform: rotate(180deg);
}

.news-v-block__afisha .news-detail__content p {
    margin: 0;
    font-size: 18px;
}

.afisha-title {
    font-weight: 400 !important;
    font-size: 30px !important;
    text-transform: uppercase;
    font-family: "Bebas Neue" !important;
    margin-bottom: 30px;
}

.afisha-small-slider {
    max-width: 538px;
    margin: 0px auto 20px;
}

.afisha-slider2 a img {
    width: 100%;
}

.afisha-slider2_sec {
    margin-bottom: 10px !important;
}

/* .intelligence-height {
    padding: 35px 0px;
    min-height: calc(20vh - 95px);
    top: 0 !important;
    margin-top: -250px;
} */

.checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #333;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.checkbox-mark {
    width: 14px;
    height: 14px;
    min-width: 14px;
    border: 1px solid #dbdbdb;
    background: #fff;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.checkbox-mark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    min-width: 11px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: none;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-mark:before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"%3E%3Cpath d="M1 3.83L3.83 6.66L9.5 1" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"%2F%3E%3C%2Fsvg%3E');
}

.custom-checkbox a {
    color: #0066cc !important;
    text-decoration: none;
    display: contents;
}

.custom-checkbox a:hover {
    text-decoration: underline;
}

.lk-content {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start;
}

.lk-content--story {
    align-items: stretch;
}

.lk-content p,
.lk-content a {
    color: #3e4e5e;
}

.block-zapis {
    grid-template-columns: repeat(3, 1fr);
}

.lk-left-sidebar {
    background: #f5f6fa;
    max-width: 330px;
    width: 100%;
    border-radius: 12px;
}

.lk-left-sidebar-top {
    gap: 12px;
    padding: 20px 35px 35px;
}

.lk-left-sidebar-top p {
    font-family: "Roboto";
}

.lk-left-sidebar__list {
    padding: 0px 35px 20px 20px;
    gap: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lk-left-sidebar__list li a {
    display: flex;
    align-items: center;
    font-family: "Roboto Condensed 400";
    text-transform: uppercase;
}

.lk-left-sidebar__list li.active a {
    font-weight: 600;
}

.lk-left-sidebar__list li.active .lk-left-sidebar__icon {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.lk-left-sidebar__icon {
    margin-right: 16px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 50%;
}

.lk-left-sidebar__icon img {
    max-width: 24px;
}

.lk-left-sidebar__list a:hover .lk-left-sidebar__icon {
    transition: all 0.3s ease;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.lk-left-sidebar__list a:hover span {
    font-weight: 600;
}

.lk-info {
    width: 100%;
    max-width: 920px;
}

.lk-left-sidebar-top img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}

.lk-left-sidebar-top > .image{
    position: relative;
    border-radius: 50%;
}

.lk-left-sidebar-top>.image:hover {
    cursor: pointer;
}

.lk-left-sidebar-top>.image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.lk-left-sidebar-top>.image:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/img/gallery-edit.svg");
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 5;
    pointer-events: none;
}

.lk-left-sidebar-top>.image:hover:after {
    opacity: 1;
}

.lk-left-sidebar-top>.image:hover::before {
    opacity: 1;
}

.lk-left-sidebar-top>.image > form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.lk-left-sidebar-top>.image:has(>form.active) {
    margin-bottom: 1rem;
}

.lk-left-sidebar-top>.image>form button {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.lk-left-sidebar-top>.image>form.active button {
    display: block;
}

.lk-info h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    color: #3e4e5e;
    margin-bottom: 10px;
}

.qr-code {
    max-width: 187px;
    margin: 0 auto 11px;
    display: block;
}

.lk-form-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.lk-form-top.lk-org {
    margin-bottom: 20px;
}

.lk-form-top > .lk-form-label:first-child {
    grid-column: 1 / -1;
}

.lk-form-top {
    grid-template-columns: 1fr 1fr;
}

.lk-form-passport,
.lk-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 22px;
}

.lk-form-top .lk-child:last-child {
    grid-column: 1 / -1;
}

.lk-form-top.lk-org {
    grid-template-columns: repeat(1, 1fr);
}

.lk-form-org {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.lk-form-top.lk-employee {
    margin-top: 20px;
}

.lk-form-top.lk-employee .lk-form-label:last-child {
    grid-column: 1 / 2;
}

.lk-form-top.lk-employee .lk-form-label:first-child {
    grid-column: 1 / 2;
}

.checkbox-container {
    margin-bottom: 30px;
}

.lk-form-label input {
    background: transparent;
    width: 100%;
    height: 100%;
    font-family: "Roboto";
}

.lk-form-label {
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    height: 45px;
    background: #fff;
    padding: 0px 50px 0px 8px;
}

.lk-form-label .registration_error {
    position: absolute;
    bottom: 0;
    left: 8px;
    transform: translateY(100%);
    font-size: 14px;
    color: red;
}

.lk-form-label:has(.registration_error) {
    margin-bottom: 8px;
}

.lk-info-form {
    height: 100%;
    box-sizing: border-box;
    padding: 35px 20px;
    background: #f5f6fa;
    border-radius: 12px;
}

.lk-form-label__date {
    position: relative;
}

.lk-form-label__date::after {
    content: "";
    display: block;
    background-image: url("/img/calendar.svg");
    background-repeat: no-repeat;
    width: 24px;
    position: absolute;
    height: 22px;
    min-width: 20px;
    top: 11px;
    right: 13px;
}

.lk-form-label__date input::-webkit-calendar-picker-indicator {
    display: none;
}

.complain {
    padding: 5px 55px;
    font-family: "Roboto Condensed 400";
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    color: #3e4e5e;
}

.block-zapis {
    gap: 9px;
}

.block-zapis-item {
    border-radius: 12px;
    width: 100%;
    min-height: 256px;
    background: #f5f6fa;
    padding: 17px 0px;
}

.block-zapis-item__content {
    padding: 0px 21px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-zapis-item__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
}

.block-zapis-item__btns {
    align-self: center;
    margin-top: auto;
}

.block-zapis-item__btns .button_with_border {
    min-width: 123px;
}

.block-zapis-item__btns .btn-purple {
    color: #fff;
    border-radius: 26px;
    height: 51px;
    width: 187px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.block-zapis-item__btns .header-inner-btn,
.form-btns .header-inner-btn {
    padding: 0px;
    height: 51px;
    width: 187px;
    display: flex;
    align-items: center;
    color: #3e4e5e;
    justify-content: center;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.form-btns .header-inner-btn {
    box-shadow: none !important;
}

.form-btns .header-inner-btn {
    margin-right: 0 !important;
}

.lk-info__title {
    margin-bottom: 50px !important;
}

.lk-info-titles {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 18.2px;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 711px;
    margin-bottom: 18px;
}

.lk-info-story {
    font-family: "Roboto";
    padding-top: 20px;
    color: #3e4e5e;
}

.lk-info-payment {
    font-family: "Roboto";
    color: #3e4e5e;
    padding-top: 20px;
}

.lk-info-story ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.lk-info-story ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #dfe2eb;
    padding-bottom: 5px;
}

.lk-info-story__header {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    border-bottom: 1px solid #DFE2EB;
}

.lk-info-story__header--mobile {
    display: none;
}

.lk-info-story__header p {
    color: #737E88;
}

.lk-info-story__header p:first-child {
    flex: 0 1 16%;
}

.lk-info-story__header p:last-child {
    margin-left: auto;
}

.lk-info-story__header p:nth-child(2) {
    flex: 0 1 45%;
}

.lk-info-story__wrapper {
    display: flex;
}

@media screen and (min-width: 1120px) {
    .lk-info-story__wrapper>li span:first-child {
        width: 16%;
    }

    .lk-info-story__wrapper>li span:nth-child(2) {
        width: 45%;
    }
}

.lk-info-payment .lk-info-story__header {
    border: none;
}

.lk-info-payment .lk-info-story__header p:nth-child(1) {
    flex: 0 1 32%;
}
.lk-info-payment .lk-info-story__header p:nth-child(2) {
    flex: 0 1 25%;
}

.story-subtitle {
    font-family: Bebas Neue;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #3e4e5e;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.prof-shedule {
    margin-bottom: 21px;
}

.bottom-info {
    color: #3e4e5e;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    text-align: left;
    text-transform: none;
    margin-top: 34px;
}

.atel {
    color: #3e4e5e;
    font-weight: 400 !important;
}

.amail {
    color: #00a2ff !important;
    text-decoration: underline;
}

.btn-upload {
    max-width: 187px;
    margin-top: 36px;
}

.lk-info-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 514px;
}

.employee {
    border-radius: 12px;
    width: 100%;
    background: #f5f6fa;
    padding: 22px 20px 23px 37px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 232px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    text-transform: none;
}

.lk-info-top .btn-reload {
    position: relative;
    width: 100%;
}

.lk-info-top h1 {
    margin: 0;
}

.load-sample {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #00a2ff !important;
    text-transform: none;
    text-decoration: underline;
}

.btn-reload .btn-reg {
    padding-inline: 78px 48px;
}

.lk-info-top .btn-reload::before {
    content: url("/img/rotate-left.svg");
    position: absolute;
    top: 13px;
    left: 49px;
    width: 24px;
    height: 24px;
}

.contacts-employee {
    display: flex;
    gap: 77px;
}

.buttons-employee {
    display: flex;
    gap: 19px;
}

.list-employees {
    margin-block: 32px 15px;
}

.table-container {
    overflow-x: auto;
}

.orders-table {
    width: 100%;
    border-collapse: collapse;
}

.orders-table th,
.orders-table td {
    text-align: left;
}

.orders-table td a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #00a2ff;
}

.orders-table tr td:last-child {
    text-align: right;
    max-width: 26px;
}

.orders-table tr:not(:first-child) td {
    padding-top: 30px;
}

.orders-table tr td {
    border-bottom: 1px solid #dfe2eb;
    padding: 0px 10px 9px 0px;
}

.orders-table th {
    font-weight: 300;
    font-size: 14px;
    padding: 0px 0px 18px;
}

.lk-info-story li span a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #00a2ff;
}

.lk-form__tech textarea {
    height: 79%;
    padding: 15px 10px;
    border-radius: 12px;
}

.lk-form__tech label {
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    height: 153px;
    background: #fff;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.lk-info-events {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.lk-info-events .afisha-inner-item__img svg {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
}

.lk-info-events .afisha-inner-item {
    background: #fff;
    border-radius: 12px;
}

.lk-info-events .afisha-inner-item__data,
.afisha-inner-item__title {
    padding: 0 16px;
}

.lk-info-events .afisha-inner-item__data p:last-child {
    position: relative;
    padding-left: 30px;
}

.lk-info-events .afisha-inner-item__data p:last-child::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url("/img/mark-gradient.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.lk-form-top__sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
    gap: 20px;
}

.form-btns {
    gap: 25px;
}

.lk-info-form-email__face img {
    max-width: 62px;
}

.lk-info-form-email {
    font-family: "Roboto";
}

.email-child .lk-form-label {
    border: none;
    background: transparent;
    padding: 0;
}

.email-child .lk-form-label input::-moz-placeholder {
    color: #3e4e5e;
}

.email-child .lk-form-label input::placeholder {
    color: #3e4e5e;
}

.lk-info-form-panel {
    gap: 10px 18px;
}

.inner-h1-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
}

.form-btns .header-inner-btn span {
    display: block !important;
}

/*organizatsiya meropriyatiy*/
.one-text p:first-child.fw-400 {
    font-weight: 400;
}

.one-text p.fw-300 a {
    font-weight: 400;
}

.color-v-blue {
    color: #00a2ff;
}

.organization-tabs__item {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    font-family: "Roboto Condensed 400";
    color: #3e4e5e;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    background: white;
    border-radius: 26px;
}

.organization-tabs__item:hover span {
    color: #fff;
}

.organization-tabs__item:hover::after {
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
}

.organization-tabs {
    gap: 15px 10px;
    flex-wrap: wrap;
    margin-bottom: 23px;
}

.organization-tabs-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 11px;
}

.organization-tabs-block__item {
    display: none;
    background: #fff;
    border-radius: 12px;
}

.organization-tabs-block__item p {
    padding: 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
}

#show-more-org,
#show-more-org_mainpage {
    font-family: "Roboto Condensed 400";
    text-transform: uppercase;
    background: transparent;
    outline: none;
    width: 100%;
}

#show-more-org_mainpage p {
    color: #3e4e5e;
}

.organization-sites {
    padding: 0 0px 60px;
}

.show-more-block svg {
    margin-left: 8px;
}

.organization-advantages-block {
    gap: 20px 8px;
    grid-template-columns: repeat(3, 1fr);
}

.organization-tabs-block__item img {
    border-radius: 12px;
    width: 100%;
    height: 258px;
    -o-object-fit: cover;
       object-fit: cover;
}

.organization-tabs__item.active {
    background: #dfe2eb;
}

.organization-tabs__item.active::after,
.organization-tabs__item.active::before {
    background: #dfe2eb !important;
}

.organization-tabs__item::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    z-index: -1;
    border-radius: 26px;
}

.organization-tabs__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 48px;
    border-radius: 26px;
    z-index: -1;
    background: #fff;
}

.organization-advantages-item {
    border-radius: 12px;
    min-height: 264px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f5f6fa;
    padding: 20px;
}

.organization-advantages-item span {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #3e4e5e;
}

.organization-advantages-item p {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    max-width: 378px;
    font-family: "Roboto";
}

.organization-advantages-item img {
    max-width: 30px;
    margin-bottom: 30px;
}

.organization-advantages {
    padding: 0px 0px 60px;
}

.organization-form__title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.organization-form {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.organization-form .custom-checkbox {
    flex-wrap: wrap;
}

.organization-form .custom-checkbox,
.organization-form .custom-checkbox a {
    color: #fff !important;
}

.organization-form .custom-checkbox a {
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none !important;
            text-decoration-skip-ink: none !important;
    display: inline-block;
    margin: 0px 5px;
}

.organization-form-date-block__left,
.organization-form-date-block__right {
    max-width: 49%;
    gap: 10px 35px;
}

.organization-form-date-block .lk-form-label {
    width: 100%;
}

.organization-form-date-block {
    gap: 21px;
    margin-bottom: 15px;
}

.organization-form .lk-form-top {
    margin-bottom: 15px;
    gap: 15px;
}

.organization-form form .lk-form-label {
    border: 1px solid transparent;
}

.organization-form form .lk-form-label:has(input:invalid) {
    border-color: rgb(231, 20, 20);
}

.organization-form form .lk-form-label:has(input:invalid:-moz-placeholder-shown) {
    border-color: transparent;
}

.organization-form form .lk-form-label:has(input:invalid:placeholder-shown) {
    border-color: transparent;
}

.organization-form form .lk-form-label:has(textarea:invalid) {
    border-color: rgb(231, 20, 20);
}

.organization-form form .lk-form-label:has(textarea:invalid:-moz-placeholder-shown) {
    border-color: transparent;
}

.organization-form form .lk-form-label:has(textarea:invalid:placeholder-shown) {
    border-color: transparent;
}

.event-textarea {
    margin-bottom: 12px;
    padding-top: 12px;
}

.organization-last {
    padding: 60px 0px 0px;
}

.organization-last-block {
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}

.organization-last-block-item {
    min-height: 300px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.organization-last-block-item > div {
    flex-direction: column;
    z-index: 1;
    padding: 15px 13px;
}

.organization-last-block-item__date,
.organization-last-block-item__title {
    margin-bottom: 5px;
}

.organization-last-block-item__title {
    font-weight: 700;
    font-size: 30px;
}

.organization-last-block-item__mark {
    display: flex;
    align-items: center;
    gap: 0px 8px;
    font-weight: 300;
    font-size: 14px;
    font-family: "Roboto";
    margin-top: 38px;
}

.organization-reviews-slider__img {
    width: 183px;
    height: 183px;
    padding: 2px;
    position: relative;
    border-radius: 50%;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    margin-bottom: 30px;
}

.organization-reviews-slider__img::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.6;
}

.organization-reviews-slider__img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.organization-reviews-slider-text__item {
    position: relative;
    padding: 22px 43px;
    max-width: 528px;
    left: 50%;
    margin: 0px auto;
    display: none;
    width: 100%;
    transform: translateX(-50%);
}

.organization-reviews {
    padding: 30px 0px 60px;
}

.swiper-slide-active .organization-reviews-slider-text__item {
    display: block;
}

.swiper-slide-active .organization-reviews-slider__img::after {
    opacity: 0 !important;
    transition: all 0.3s ease;
}

.organization-reviews-slider-text__item::before {
    position: absolute;
    background-image: url("/img/cav-left.svg");
    content: "";
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 16px;
    width: 24px;
}

.organization-reviews-slider-text__item::after {
    position: absolute;
    background-image: url("/img/cav-right.svg");
    background-repeat: no-repeat;
    content: "";
    bottom: 0;
    right: 0;
    height: 16px;
    width: 24px;
}

.organization-reviews-slider-text__item p {
    color: #000;
    font-family: "Roboto";
}

.organization-reviews-slider
    .swiper-slide.large
    .organization-reviews-slider__img {
    width: 183px;
    height: 183px;
}

.organization-reviews-slider
    .swiper-slide.medium
    .organization-reviews-slider__img {
    width: 161px;
    height: 161px;
}

.organization-reviews-slider
    .swiper-slide.small
    .organization-reviews-slider__img {
    width: 142px;
    height: 142px;
}

.organization-reviews-slider-container {
    height: 183px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.organization-reviews-slider .swiper-wrapper {
    padding-top: 20px;
    align-items: flex-start;
}

.organization-reviews-block-inner {
    max-width: 1080px;
    width: 100%;
}

.organization-reviews-block {
    gap: 0px 15px;
    position: relative;
}

.swiper-prev-org,
.swiper-next-org {
    cursor: pointer;
    min-width: 22px;
}

.swiper-next-org__rotate {
    transform: rotate(180deg);
    left: 0;
    right: inherit !important;
    position: relative;
}

.modal-window {
    display: none;
    border-radius: 12px;
}

#modal-organization .fancybox-close-small {
    display: none !important;
}

#modal-organization {
    padding: 60px 40px;
    width: 100%;
    max-width: 880px;
    border-radius: 12px;
}

.fancybox-close-small-custom {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
}

.modal-organization-block {
    gap: 31px;
}

.modal-organization-block-left {
    height: 352px;
    border-radius: 12px;
}

.modal-organization-block-left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.modal-organization-block__right p {
    color: #3e4e5e;
}

.modal-organization-block__right p:first-child {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
}

.modal-organization-block__right p:nth-child(2) {
    font-family: "Roboto";
    line-height: 119%;
    margin-bottom: 30px;
}

.modal-organization-block__right p:nth-child(3) {
    font-weight: 300;
    max-width: 340px;
    font-family: "Roboto";
}

/*organizatsiya meropriyatiy END*/
/*платные услуги*/

.container .filters *,
.ticket-buy-cont * {
    box-sizing: border-box;
}

/*shedule*/
.top-bar {
    display: flex;
    flex-direction: row;
    grid-column-gap: 610px;
    width: 100%;
    align-items: center;
    margin-top: 65px;
    margin-bottom: 14px;
}

.left-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 50px;
}

.left-side a {
    font-family: "Bebas Neue";
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    text-transform: uppercase;
    color: #3e4e5e;
}

.left-side a.deactive {
    opacity: 0.5;
}

.right-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 106px;
}

.right-side span {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #3e4e5e;
}

.shedule-format {
    display: flex;
    flex-direction: row;
    grid-column-gap: 33px;
    align-items: center;
}

.format {
    display: flex;
    position: relative;
    height: 24px;
}

.format a {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding-left: 31px;
    margin-top: 2px;
    color: #3e4e5e;
}

.format.week::before {
    content: url("/img/week.svg");
    position: absolute;
}

.format.day::before {
    content: url("/img/day.svg");
    position: absolute;
}

.shedule-filt-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 6px;
    margin-bottom: 31px;
}

.shedule-filt {
    display: flex;
    align-items: center;
    width: 255px;
    border: 1px solid #cdced2;
    border-radius: 12px;
    padding: 12px 14px 12px 10px;
    justify-content: space-between;
}

.shedule-filt span {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #3e4e5e;
    text-transform: none;
}

.shedule {
    margin-inline: 55px;
    margin-bottom: 246px;
}

/*end shedule*/

.cont-corporat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.cont-corporat .img-corporat {
    width: 369px;
    height: 331px;
    background: url("/img/corporat img.png");
    border-radius: 12px;
}

.text-corporat {
    box-sizing: border-box;
    height: auto;
    min-height: 331px;
    width: 918px;
    background: #f5f6fa;
    border-radius: 12px;
    padding: 49px 109px 25px 54px;
}

.text-corporat h2 {
    font-family: "Bebas Neue";
    font-size: 60px;
    font-weight: 700;
    line-height: 53px;
    text-align: left;
}

.text-corporat p {
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
    color: #3e4e5e;
    margin-top: 14px;
}

.contain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 11px;
    margin-top: 26px;
}

.sportpl .naming-u,
.corporat .naming-u {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.naming-u {
    margin: 20px 20px 23px 20px;
    font-family: "Bebas Neue";
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    color: #3e4e5e;
}

.servis .naming-u {
    white-space: nowrap;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.naming-u.pluslgot {
    margin-bottom: 0;
}

.lgot {
    margin: 0 20px 31px 20px;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #3e4e5e;
}

.win-about-cont {
    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.corporat .win-about-cont {
    display: block;
    padding-bottom: 39px;
}

.corporat .win-cont-top p {
    margin-top: 24px;
}

.posetit .win-about-cont {
    display: block;
    padding-bottom: 40px;
}

.win-cont-top {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.win-cont-bottom {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.posetit .win-cont-bottom {
    margin-left: 50px;
}

.win-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 18px;
    height: 18px;
    background: url("/img/close.svg");
}

.win-about-text p {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    text-align: left;
    color: #3e4e5e;
    margin-block: 0px 10px;
}

.win-about-text .char {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin-top: 5px;
}

.win-about-img-text img {
    height: 205px;
    width: 100%;
    max-width: 100%;
}

.win-about-img-text {
    position: relative;
    width: 100%;
    max-width: 431px;
}

.win-about-text {
    width: 100%;
    max-width: 340px;
}

div.win-about-text > p:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
}

.win-about-img-text p {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    text-align: left;
    color: #3e4e5e;
    margin-bottom: 10px;
}

.win-about-img-text p:last-child,
.win-about-text p:last-child {
    margin-bottom: 0;
}

.win-about-text h2 {
    line-height: 30px;
}

.title-posetitelyam {
    margin-bottom: 24px;
}

.win-about-text__posetitelyam p {
    font-weight: 300 !important;
}

.win-button {
    background: linear-gradient(156.57deg, #ef33f2 -18.35%, #3544dc 117.49%);
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    width: 212px;
    box-sizing: border-box;
}

.win-button span {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    box-sizing: border-box;
}

.corporat .win-button {
    margin: 0;
}

.posetit .win-button {
    margin: 0;
}

.corporat .win-button.button-about {
    padding: 17px 64px 16px 65px;
}

.window-about .form {
    margin-top: 8px;
    padding-block: 30px;
}

.window-about .form-inputs {
    margin-top: 0;
}

.window-about .form-check {
    margin-bottom: 22px;
    margin-top: 10px;
}

h2 {
    font-family: "Bebas Neue";
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    text-transform: uppercase;
    color: #3e4e5e;
    margin: 0;
}

/**/
.about-lager {
    display: flex;
    flex-direction: row;
    margin-block: 40px 70px;
}

.about-lager img {
    width: 369px;
    max-width: 369px;
    height: 198px;
}

.cont-lager {
    margin-left: 13px;
    background-color: #f5f6fa;
    border: 1px solid;
    border-color: white;
    border-radius: 20px;
    padding: 16px 50px 39px 20px;
}

.cont-lager h2 {
    margin: 0;
    margin-bottom: 20px;
}

.text-lager {
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
    white-space: pre-wrap;
}

/*buy ticket */

.ticket-buy-cont {
    box-sizing: border-box;
    width: 1300px;
    background: linear-gradient(156.57deg, #ef33f2 -18.35%, #3544dc 117.49%);
    border-radius: 12px;
    padding: 40px 80px;
    display: flex;
    flex-direction: row;
    gap: 150px;
    align-items: center;
    margin-top: 29px;
}

.tb-title {
    font-family: "Bebas Neue";
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
}

.tb-text {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: white;
    margin-right: 50px;
}

.about-but {
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(156.57deg, #ef33f2 -18.35%, #3544dc 117.49%);
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 16px 65px 16px 65px;
    align-items: center;
    border-radius: 29px;
    max-width: 220px;
}

.about-but::after {
    content: "";
    display: block;
    position: absolute;
    width: 98.3%;
    height: 92%;
    background: #fff;
    top: 1.5px;
    left: 2px;
    border-radius: 28px;
    z-index: -1;
}

.about-but a {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #3e4e5e;
    text-transform: uppercase;
}

.ticket-buy-cont ~ .form {
    margin-top: 75px;
}

.bottom-contcorp {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    margin-top: 105px;
    margin-bottom: 90px;
}

.bottom-contcorp p {
    font-family: "Roboto";
    font-weight: 300;
}

.bottom-contcorp p:first-child {
    margin-bottom: 30px;
}

/*organizatsiya meropriyatiy*/
.one-text p:first-child.fw-400 {
    font-weight: 400;
}

.one-text p.fw-300 a {
    font-weight: 400;
}

.color-v-blue {
    color: #00a2ff;
}

.organization-tabs__item {
    position: relative;
    padding: 0px 20px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3e4e5e;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    cursor: pointer;
    background: white;
    border-radius: 26px;
}

.organization-tabs {
    gap: 15px 10px;
    flex-wrap: wrap;
    margin-bottom: 23px;
}

.organization-tabs-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 11px;
}

.organization-tabs-block__item {
    display: none !important;
    background: #fff;
    border-radius: 12px;
}

.organization-tabs-block__item.active {
    display: block !important;
}

.organization-tabs-block__item p {
    padding: 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
}

#show-more-org,
#show-more-org_mainpage {
    font-family: "Roboto Condensed 400";
    text-transform: uppercase;
    background: transparent;
    outline: none;
    width: 100%;
}

.organization-sites {
    padding: 0 0px 60px;
}

.show-more-block svg {
    margin-left: 8px;
}

.organization-advantages-block {
    gap: 20px 8px;
    grid-template-columns: repeat(3, 1fr);
}

.organization-tabs-block__item img {
    border-radius: 12px;
    width: 100%;
    height: 258px;
    -o-object-fit: cover;
       object-fit: cover;
}

.organization-tabs__item.active {
    background: #dfe2eb;
}

.organization-tabs__item.active::after,
.organization-tabs__item.active::before {
    background: #dfe2eb !important;
}

.organization-advantages-item {
    border-radius: 12px;
    min-height: 264px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f5f6fa;
    padding: 20px;
}

.organization-advantages-item span {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #3e4e5e;
}

.organization-advantages-item p {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    max-width: 378px;
    font-family: "Roboto";
}

.organization-advantages-item img {
    max-width: 30px;
    margin-bottom: 30px;
}

.organization-advantages {
    padding: 0px 0px 60px;
}

.organization-form__title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.organization-form {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.organization-form .custom-checkbox {
    flex-wrap: wrap;
}

.organization-form .custom-checkbox,
.organization-form .custom-checkbox a {
    color: #fff !important;
}

.organization-form .custom-checkbox a {
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none !important;
            text-decoration-skip-ink: none !important;
    display: inline-block;
    margin: 0px 5px;
}

.organization-form-date-block__left,
.organization-form-date-block__right {
    max-width: 49%;
    gap: 10px 35px;
}

.organization-form-date-block .lk-form-label {
    width: 100%;
}

.organization-form-date-block {
    gap: 21px;
    margin-bottom: 15px;
}

.organization-form .lk-form-top {
    margin-bottom: 15px;
    gap: 15px;
}

.event-textarea {
    margin-bottom: 12px;
    padding-top: 12px;
}

.organization-last {
    padding: 60px 0px 0px;
}

.organization-last-block {
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}

.organization-last-block-item {
    min-height: 300px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.organization-last-block-item > div {
    position: relative;
    z-index: 1;
    padding: 15px 13px;
}

.organization-last-block-item__date,
.organization-last-block-item__title {
    margin-bottom: 5px;
}

.organization-last-block-item__title {
    font-weight: 700;
    font-size: 30px;
}

.organization-last-block-item__mark {
    display: flex;
    align-items: center;
    gap: 0px 8px;
    font-weight: 300;
    font-size: 14px;
    font-family: "Roboto";
}

.organization-reviews-slider__img {
    width: 183px;
    height: 183px;
    padding: 2px;
    position: relative;
    border-radius: 50%;
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.organization-reviews-slider__img::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.6;
}

.organization-reviews-slider__img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.organization-reviews {
    padding: 30px 0px 60px;
}

.swiper-slide-active .organization-reviews-slider-text__item {
    display: block;
}

.swiper-slide-active .organization-reviews-slider__img::after {
    opacity: 0 !important;
    transition: all 0.3s ease;
}

.organization-reviews-slider-text__item::before {
    position: absolute;
    background-image: url("/img/cav-left.svg");
    content: "";
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 16px;
    width: 24px;
}

.organization-reviews-slider-text__item::after {
    position: absolute;
    background-image: url("/img/cav-right.svg");
    background-repeat: no-repeat;
    content: "";
    bottom: 0;
    right: 0;
    height: 16px;
    width: 24px;
}

.organization-reviews-slider-text__item p {
    color: #000;
    font-family: "Roboto";
}

.organization-reviews-block-inner {
    max-width: 1080px;
}

.organization-reviews-block {
    gap: 0px 15px;
    justify-content: center;
}

.swiper-prev-org,
.swiper-next-org {
    cursor: pointer;
    min-width: 22px;
    position: absolute;
    top: calc(165px / 2) !important;
    right: 0;
}

.swiper-prev-org {
    transform: rotate(180deg);
    top: -5px !important;
    position: relative;
}

.modal-window {
    display: none;
}

#modal-organization .fancybox-close-small {
    display: none !important;
}

#modal-organization {
    padding: 60px 40px;
    width: 100%;
    max-width: 880px;
    border-radius: 12px;
}

.fancybox-close-small-custom {
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-organization-block {
    gap: 31px;
}

.modal-organization-block-left {
    height: 352px;
    border-radius: 12px;
}

.modal-organization-block-left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.modal-organization-block__right p {
    color: #3e4e5e;
}

.modal-organization-block__right p:first-child {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
}

.modal-organization-block__right p:nth-child(2) {
    font-family: "Roboto";
    line-height: 119%;
    margin-bottom: 30px;
}

.modal-organization-block__right p:nth-child(3) {
    font-weight: 300;
    max-width: 340px;
    font-family: "Roboto";
}

/*organizatsiya meropriyatiy END*/

.text-bottom {
    height: 232px;
    width: 919px;
    background: #f5f6fa;
    border-radius: 12px;
    padding: 23px 31px 41px 30px;
    box-sizing: border-box;
}

.text-bottom p {
    font-weight: 300;
    line-height: 20.8px;
    text-align: left;
    color: #3e4e5e;
}

.bottom-img-corporat {
    width: 369px;
    height: 232px;
    background: url("/img/bottom img corp.png");
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bottom-img-corporat p a {
    font-size: 16px;
    font-weight: 400;
}

/*filters*/
.filt-lab {
    display: block;
    position: relative;
    max-width: 350px;
    min-width: 170px;
    height: 54px;
    cursor: pointer;
}

input[type="checkbox"] {
    display: none;
}

.filt-nav {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 12px 7px;
    width: 100%;
    margin-block: 38px 60px;
    flex-wrap: wrap;
}

.filt-nav.fn-posititel {
    gap: 20px;
}

.filt-nav .filter {
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(156.57deg, #ef33f2 -18.35%, #3544dc 117.49%);
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 16px 25px 16px 25px;
    align-items: center;
    border-radius: 29px;
    z-index: 2;
}

.filt-nav.fn-children .filt-lab .filter.active {
    border-radius: 29px 29px 0 0;
    z-index: 5;
}

.filt-nav.fn-children .filt-lab .filter::after {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0;
    width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important;
}

.filt-nav.fn-children .filters .list-of-filt {
    padding: 15px;
}

.fn-posititel .filter {
    padding-inline: 35px 40px;
}

.fn-posititel .filters {
    max-width: 300px;
    min-width: 190px;
}

.filter-text::after {
    z-index: 2;
    content: "";
    width: 25px;
    height: 24px;
    min-width: 25px;
    margin-left: 5px;
    display: block;
    background-image: url("/img/arrow-link.svg");
    transform: rotate(90deg);
    background-repeat: no-repeat;
}

.filt-nav .filter::after {
    content: "";
    display: block;
    position: absolute;
    width: 98.8%;
    height: 92%;
    background: #fff;
    top: 0px;
    left: 0px;
    border-radius: 28px;
    z-index: -2;
    margin: 2px;
}

.fn-posititel .filter::after {
    width: 98.2%;
}

.filters:last-child .filter {
    padding-inline: 41px 20px;
}

.fn-posititel .filters:last-child .filter {
    padding-inline: 25px 25px;
}

.filter-bg {
    opacity: 1;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 26px;
    display: flex;
    flex-direction: row;
    padding: 15px 14px 15px 25px;
    align-items: center;
}

.filter-text {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 5px;
    white-space: nowrap;
    color: #3e4e5e;
    display: flex;
    align-items: center;
}

.filter:hover::after {
    background: none;
}

.filter:hover .filter-text {
    color: white;
}

.fn-posititel .filter:hover {
    z-index: 4;
}

.filter:hover .filter-text::after {
    background-image: url("/img/arrow-leftwhite.svg");
}

.open-filt-bg .filter-text {
    color: white;
}

.filters {
    position: relative;
    max-width: 350px;
    min-width: 170px;
}

.list-of-filt {
    box-sizing: border-box;
    display: none !important;
    position: absolute;
    width: 100%;
    top: 100%;
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    max-width: 350px;
    min-width: 170px;
    padding: 15px;
    align-items: center;
    border-radius: 0 0 29px 29px;
    margin: 0;
    z-index: 6;
    list-style-type: none;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(156.57deg, #ef33f2 -18.35%, #3544dc 117.49%) border-box;
    border-radius: 0 0 29px 29px;
    border: 2px solid transparent;
}

.list-of-filt.active {
    display: block !important;
}

.filt-lab .filter.active .filter-text {
    color: #fff;
}

.filt-lab .filter.active .filter-text::after {
    background: url(/img/arrow-white-spoiler.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg) translateX(5px);
    position: relative;
    top: -4px;
}

.filt-lab .filter.active::after {
    background: transparent;
}

.filters:has(.openfilt:checked) .list-of-filt,
.filters:has(.filter:hover) .list-of-filt {
    display: block;
}

.list-of-filt li {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: center;
}

.list-of-filt li:last-child {
    margin-bottom: 0;
}

.filter-check {
    display: block !important;
    cursor: pointer;
    opacity: 0;
}

.list-of-filt label {
    display: inline-flex;
    position: relative;
    gap: 0;
    align-items: center;
    width: 14px;
    height: 14px;
    outline: 1px solid #c1c1c1;
}

.list-of-filt label::after {
    content: "";
    padding: 2px;
    display: block;
    cursor: pointer;
    position: absolute;
}

.list-of-filt li:has(.filter-check:checked) label::after {
    content: url("/img/check.svg");
}

.list-of-filt li span {
    margin-left: 13px;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    padding-top: 3px;
}

/*q-a*/

.q-container {
    display: flex;
    flex-direction: row;
    background: #f5f6fa;
    border-radius: 12px;
    margin-block: 65px 262px;
}

.q-container img {
    /* max-height: 513px; */
}

.questions {
    flex: 1;
}

.questions > ul {
    padding: 43px 30px 40px 50px;
}

.qa-listitem {
    padding-block: 20px;
    border-bottom: 1px solid #dfe2eb;
}

.question {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* gap: 543px; */
}

.question h2 {
    font-family: "Bebas Neue";
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    flex: 1;
}

.question-lab {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.question-lab::after {
    content: url("/img/arrow-down.svg");
    display: block;
    z-index: 2;
}

.answer {
    display: none;
}

.open-answer {
    display: none;
}

.qa-listitem:has(.open-answer:checked) .answer {
    display: block;
}

.q-a {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.answer {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    text-align: left;
    padding-left: 50px;
    padding-top: 20px;
}

.answer * {
    color: #3e4e5e;
}

.form-title {
    color: #fff;
    font-family: "Bebas Neue";
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
}

.form-subtitle {
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin: 0;
}

.form-inputs {
    display: grid;
    gap: 15px 47px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
    margin-top: 30px;
}

.sportpl .form-inputs {
    gap: 20px 19px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 45px 75px;
}

.sportpl .form-inputs label:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.sportpl .form-inputs label:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
}

.sportpl .form-inputs label:nth-child(3) {
    grid-column-start: 5;
    grid-column-end: 7;
}

.sportpl .form-inputs label:last-child {
    grid-column-start: 1;
    grid-column-end: 7;
    height: 75px;
}

.form form {
    width: 100%;
}

.form form label input {
    color: #3e4e5e;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: Roboto Condensed;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}

.form form label input.error {
    border: 1px solid red;
}

textarea {
    outline: none;
    resize: none;
    border: none;
    display: flex;
    align-items: center;
    margin: 0;
    font-family: Roboto Condensed;
    width: 100%;
    height: 20px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}

.sportpl textarea {
    height: 75px;
    padding-top: 13px;
    border-radius: 12px;
    box-sizing: border-box;
}

input {
    border: none;
}

.form form label {
    background: #fff;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
        border-radius: 12px;
}

.form form textarea {
    min-height: 45px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    border: 1px solid transparent;
}

.form form textarea.error {
    border: 1px solid red;
}

.form-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-bottom: 40px;
}

.form form .check-lab {
    display: inline-flex;
    position: relative;
    gap: 0;
    align-items: center;
    width: 14px !important;
    height: 14px !important;
    outline: 1px solid #c1c1c1;
    border-radius: 0;
}

.check-lab::after {
    content: "";
    padding: 2px;
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: -4px;
    left: -1px;
}

.form-check:has(.filter-check:checked) .check-lab::after {
    content: url("/img/check.svg");
}

.sportpl .form-inputs-check {
    margin: 0;
    padding-top: 1px;
}

.form-inputs-check {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    font-family: Roboto Condensed;
    margin-bottom: 40px;
    max-width: inherit;
}

.form-inputs-check a {
    text-decoration: underline;
    color: #fff;
}

.button-submit {
    width: 187px;
    height: 51px;
    text-transform: uppercase;
    display: flex;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(27.1828174591px);
    backdrop-filter: blur(27.1828174591px);
    background: #cb37ee;
    border-radius: 26px;
    transition: 0.3s ease-in;
    color: #fff;
    cursor: pointer;
}

.button-submit:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

/*styles 03.09.2024*/
.fancybox-button.fancybox-close-small {
    display: none !important;
}

.intelligence.online-purch-t {
    padding-top: 5px;
    top: 0;
}

.inner-page.online-purch-t .breadcrumbs {
    min-height: auto;
    padding-bottom: 20px;
}

.online-purchase-block {
    padding-top: 40px;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
}

.online-purchase-block-item {
    border-radius: 12px;
    background: #f5f6fa;
    padding: 20px;
    gap: 10px;
    min-height: 179px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.online-purchase-block-item .btn-purple-gr {
    color: #fff;
    height: 35px;
    width: 100%;
    background: linear-gradient(177deg, #ef33f2 0%, #3544dc 100%);
}

.online-purchase-block-item__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.online-purchase-block-item__price {
    color: #000 !important;
    font-family: "Roboto";
}

.online-purchase-block-item__content div {
    margin-bottom: 20px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
}

.online-purchase-block-item__content div p {
    margin-bottom: 5px;
}

.online-purchase-block-item__calendar {
    position: relative;
    display: flex;
    align-items: center;
}

.online-purchase-block-item__calendar::before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    margin-right: 5px;
    width: 22px;
    height: 24px;
    min-width: 21px;
    top: 0;
    background-image: url("/img/calendar.svg");
    background-repeat: no-repeat;
}

.inner-page.online-purch-t .organization-tabs {
    gap: 15px;
}

#modal-purchase,
.modal-purchase-block__title,
.modal-purchase-block__line span:first-child,
.modal-purchase-form__promo p {
    color: #3e4e5e;
}

.modal-purchase-block__line span:first-child {
    font-weight: 700;
    font-size: 20px;
}

#modal-purchase {
    cursor: default !important;
    padding: 60px 30px 30px;
    width: 100%;
    max-width: 560px;
    border-radius: 12px;
}

.modal-purchase-block__line span:last-child {
    color: #000;
    font-family: "Roboto";
}

.modal-purchase-block__line {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.modal-purchase-block__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.modal-purchase-form__select > p {
    color: #3e4e5e;
    font-family: "Roboto";
    margin-right: 37px;
}

.modal-purchase-form__select {
    display: flex;
    align-items: center;
    position: relative;
}

#selected-trainer,
.modal-purchase-form-promocode {
    margin: 0;
    width: 100%;
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    height: 45px;
    width: 100%;
    max-width: 411px;
    display: flex;
    align-items: center;
    padding: 0px 35px 0px 15px;
}

#selected-trainer img,
.modal-purchase-form-promocode img {
    position: absolute;
    right: 23px;
    top: 12px;
}

.modal-purchase-form-promocode img {
    top: 15px;
}

.custom-purchase-list {
    width: 100%;
    display: none;
    max-width: 410px;
    position: relative;
    margin: 0px 0px 0px auto;
    padding: 15px 35px 15px 15px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-purchase-form__select.active #selected-trainer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.custom-purchase-list li {
    font-family: "Roboto";
}

.custom-purchase-list li:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.modal-purchase-form__promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
    border-bottom: 1px solid #dfe2eb;
    margin-bottom: 30px;
}

.modal-purchase-form__promo > p {
    color: #3e4e5e;
    font-family: "Roboto";
    margin-right: 11px;
}

.modal-form {
    display: none;
    border-radius: 12px;
}

.modal-purchase-form-promocode input {
    font-family: "Roboto";
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    color: #3e4e5e;
}

.modal-purchase-form__payment p {
    color: #000;
    font-size: 32px;
    font-family: "Roboto";
}

.modal-purchase-form__payment {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 13px;
}

.policy-form-text {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.policy-form-text a {
    color: #000;
}

.modal-purchase-form__select.active #arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.swiper-prev-zone,
.swiper-next-zone {
    position: absolute;
    top: 47%;
    z-index: 2;
    cursor: pointer;
}

.swiper-prev-zone {
    left: 25px;
}

.sport-zone-slider {
    max-height: 373px;
    max-width: 639px;
    width: 100%;
    border-radius: 12px;
}

.sport-zone-slider iframe {
    width: 100% !important;
    max-width: 100%;
    height: 205px;
}

.sport-zone-slider .swiper-slide iframe {
    width: 100%;
    height: 205px;
}

.swiper-next-zone {
    right: 25px;
}

.sport-zone-slider .swiper-slide a {
    display: flex;
    height: 100%;
    border-radius: 12px;
}

.sport-zone-slider .swiper-slide a img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
}

.block-zapis-item__btns_new {
    flex-direction: initial;
    gap: 10px 18px;
}

.block-zapis-item__btns.block-zapis-item__btns_new a {
    height: 35px !important;
    width: 100%;
    max-width: 187px;
    font-size: 14px;
}

.block-zapis-item__title.block-zapis-item__title_new {
    font-size: 20px;
    margin-bottom: 12px;
}

.block-zapis-item-time span {
    font-size: 16px !important;
    font-family: "Roboto";
}

.block-zapis-item-time span:last-child {
    position: relative;
    display: flex;
    align-items: center;
}

.block-zapis-item-time span:last-child::before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 4px;
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-image: url("/img/clock.svg");
    background-repeat: no-repeat;
}

.block-zapis-item-time {
    display: flex;
    align-items: center;
    gap: 10px 28px;
    margin-bottom: 20px;
}

.block-zapis-item__inner-text {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}

.tabs-link-element .tabs-link-element.active {
    color: #3e4e5e;
}

.tabs-link-element.active::before,
.tabs-link-element.active::after {
    background: #dfe2eb;
}

.tabs-link-element.active:hover::before {
    background: linear-gradient(157deg, #ef33f2 0%, #3544dc 100%);
}

.win-about-text p {
    font-weight: 300;
}

.win-about-text__sub-title {
    font-size: 16px;
    font-weight: 400;
}

.win-cont-top .sport-zone-slider {
    max-height: 350px;
    margin-bottom: 12px;
}

.win-cont-top .sport-zone-slider .swiper-slide a {
    height: 350px;
    max-height: unset;
    position: relative;
}

.win-cont-top .sport-zone-slider .swiper-slide span.video-circle {
    position: absolute;
    max-width: 40px;
    max-height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}

.win-cont-top .sport-zone-slider .swiper-slide span.video-circle img {
    max-width: 40px;
    max-height: 40px;
}

.win-cont-top .swiper-next-zone img,
.win-cont-top .swiper-prev-zone img {
    max-width: 22px;
}

.win-cont-top .swiper-prev-zone,
.win-cont-top .swiper-next-zone {
    height: 22px;
}

#ot-modal-win {
    padding: 60px 40px;
}

.win-cont-bottom.win-cont-bottom__organization {
    justify-content: flex-end;
}

.win-cont-bottom.win-cont-bottom__organization .win-button {
    width: 212px;
    display: flex;
    align-items: center;
    max-width: 243px;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    -webkit-backdrop-filter: blur(27.182817459106445px);
    backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(170deg, rgba(0, 163, 255, 1) 0%, rgba(103, 32, 120, 1) 100%);
}

.win-cont-bottom.win-cont-bottom__organization .win-button span {
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    font-family: "Roboto Condensed 400";
    border-radius: 26px;
    text-transform: uppercase;
    color: #3e4e5e;
    background: #fff;
    transition: all 0.3s ease;
}

.win-cont-bottom__corporclients {
    justify-content: flex-end;
}

#ask-q {
    max-width: 880px;
    padding: 60px 40px 32px;
    width: 100%;
}

#ask-q .form {
    margin-top: 8px;
}

.sreda-body .gal-us-mobile-container .us-works-block-item {
    display: block;
}

.modal-form-pl-uslugi-servis .sport-zone-slider,
.modal-form-pl-uslugi-servis .sport-zone-slider .swiper-slide a {
    max-height: 278px;
    height: 100%;
}

.modal-form-pl-uslugi-servis .win-about-text h2 {
    margin-bottom: 20px;
}

.grid-item-block {
    position: relative;
    display: block;
}

.grid-item-block img {
    height: 258px;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.grid-item-block .image {
    position: relative;
}

.grid-item-block .image .card__favorite {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: none;
    border: none;
    z-index: 10;
}

.grid-item-block > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.pl-usl-tabs {
    gap: 20px 50px;
    flex-width: wrap;
}

.pl-usl-tabs .afisha-tabs__item {
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    opacity: 0.5;
    cursor: pointer;
}

.pl-usl-tabs .afisha-tabs__item.active {
    opacity: 1;
}

.pl-usl-tabs .afisha-tabs__item:before {
    display: none;
}

.container-nav {
    position: relative;
}

/*styles 03.09.2024 END*/

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-3-3 {
    flex: 0 0 27.777777%;
    max-width: 27.777777%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.gal-us-mobile-container {
    margin: 0 -6px;
}

html.special #header {
    top: 55px;
}

html.special .menu {
    top: 21px;
}

html.special .menu .close-menu {
    padding-bottom: 0px;
    margin-bottom: -16px;
}

.changeLangButton {
    background: none !important;
    font-size: 25px !important;
    padding: 0 !important;
}

.btn-border-new {
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(
        170deg,
        rgba(0, 163, 255, 1) 0%,
        rgba(103, 32, 120, 1) 100%
    );

    /* background: #CB37EE; */
    max-width: 243px;
}

.btn-border-new:hover {
    background: #cb37ee url("/img/pattern_hover2.png") no-repeat center/cover;
}

.bottom-contcorp .text-bottom a {
    color: #00a2ff;
    text-decoration: underline;
}

.sliderawards {
    /* width: 329px;
    height: 230px; */
}

.sliderawards > div {
    border-radius: 50%;
    /* width: 329px;
    height: 230px; */
}

.sliderawards > div > img {
    /* width: 329px;
    height: 230px; */
}

.header-inner-btn span {
    color: #3e4e5e;
}

.organization-reviews .swiper-prev-org {
    cursor: pointer;
    min-width: 22px;
    position: absolute;
    top: calc(165px / 2) !important;
    right: 0;
}

.organization-event-text__mobile {
    display: none;
}

.button_with_border_wr {
    width: 103%;
    display: flex;
    align-items: center;
    max-width: 243px;
    justify-content: center;
    line-height: 1;
    height: 51px;
    font-size: 16px;
    border-radius: 100px;
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(
        170deg,
        rgba(0, 163, 255, 1) 0%,
        rgba(103, 32, 120, 1) 100%
    );
    overflow: hidden;
}

.button_with_border {
    width: 98%;
    height: 46px;
    border-radius: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    background: #ffff;
    color: #333;
    font-family: "Roboto Condensed 400";
}

.button_with_border_wr:hover {
    background: #cb37ee url(/img/pattern_hover2.png) no-repeat center / cover;
}

.purple-tabs .block-small-img__left {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto";
    text-transform: initial;
}

.afisha-btn-buy {
    position: absolute;
    top: 16px;
    right: 16px;
}

.spoiler-block-content ul {
    margin-left: 20px;
    list-style-type: disc;
}

.spoiler-block-content a {
    text-decoration: none;
    color: #007aff;
}

.spoiler-block-content a:hover {
    text-decoration: underline;
}

.spoiler-block-content li {
    font-size: 16px;
    line-height: 130%;
    font-family: "Roboto";
}

.spoiler-block-content li a {
    color: #00a2ff;
    text-decoration: underline;
}

.news-detail__content a {
    color: #007aff;
}

.footer-block-left__first {
    gap: 20px;
}

.footer-block-left-contacts {
    flex-wrap: wrap;
}

.footer-block-left-contacts a {
    white-space: nowrap;
}

.sreda-nav-list-v2 .check-tab {
    justify-content: center;
    text-align: center;
}

.reward .swiper-wrapper {
    align-items: normal;
}

/* organizations events modsl redesign start*/
.modal-form .win-cont-top,
.modal-organization .win-cont-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.modal-organization .win-cont-top .win-about-img-tex,
.modal-form .win-cont-top .win-about-img-text {
    max-width: 35vw;
}

.modal-form .win-cont-top .win-about-text,
.modal-organization .win-cont-top .win-about-text {
    max-width: 30vw;
}

.modal-form .win-cont-top .win-about-img-text .sport-zone-slider,
.modal-organization .win-cont-top .win-about-img-text .sport-zone-slider {
    max-height: 350px;
}

.modal-form .win-cont-top .win-about-img-text .sport-zone-slider a,
.modal-organization .win-cont-top .win-about-img-text .sport-zone-slider a {
    height: 350px;
    max-height: unset;
}

.modal-form .win-cont-top .win-about-img-text .sport-zone-slider a img,
.modal-organization .win-cont-top .win-about-img-text .sport-zone-slider a img {
    height: 100%;
    max-height: unset;
}

/* organizations events modsl redesign end*/
#show-more-org_mainpage {
    margin-top: 20px;
}

.body-inner {
    overflow-x: hidden;
}

.header .map-link {
    white-space: nowrap;
}

.gallery.p-59 {
    padding-top: 40px;
}

.intelligence__juridical {
    min-height: unset;
    margin-top: 0;
}

.intelligence__juridical .registration__input-wrap {
    width: 100%;
    margin: 0;
}

.inner-page-cabinet .lk-left-sidebar__list {
    gap: 10px;
    padding: 0 32px 38px 16px;
}

.inner-page-cabinet .lk-left-sidebar__icon {
    margin-right: 13px;
}

.lk-info__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.lk-info__header .btn-reg {
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
    padding: 0 48px;
}

.lk-info__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Roboto Condensed;
}

.lk-info__block__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 19px 37px 19px 20px;
    border-radius: 12px;
    background: #f5f6fa;
    color: #3e4e5e;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.lk-info__block__row__data {
    display: flex;
    gap: 77px;
}

.lk-info__block__row__action {
    display: flex;
    gap: 20px;
}

.lk-info__block__row__action button {
    background: transparent;
    border: none;
    padding: 0;
}

.lk-info__block__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 30px 20px;
    border-radius: 12px;
    background: #f5f6fa;
}

.lk-info__block__form__file {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: underline;
    color: #00a2ff;
    cursor: pointer;
}

.lk-info__block__form__file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.lk-info__block__form__fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 8px;
}

.lk-info__block__form__group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
}

.lk-info__block__form__group
    .lk-info__block__form__fields
    .registration__input-wrap:last-child {
    grid-column: span 3;
}

.lk-info__block__form .btn-reg {
    color: #3e4e5e;
    background: transparent;
}

@media screen and (max-width: 768px) {
    .lk-info__block__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .lk-info__block__row__data {
        flex-direction: column;
        gap: 10px;
    }

    .lk-info__block__form__fields {
        grid-template-columns: 1fr;
    }

    .lk-info__block__form__group
        .lk-info__block__form__fields
        .registration__input-wrap:last-child {
        grid-column: span 1;
    }
}

.lk-info--organization {
    border-radius: 12px;
    background: #f5f6fa;
    padding: 25px 42px 25px 22px;
}

.lk-info--organization .lk-info__block__form {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.lk-info--organization .lk-info__block__form__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px 20px;
    margin-bottom: 10px;
}

.lk-info--organization
    .lk-info__block__form__items
    .lk-info__block__form__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: calc(50% - 10px);
    font-family: Roboto Condensed;
    color: #3e4e5e;
}

.lk-info--organization .lk-form-passport .lk-info__block__form__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: calc(33% - 12px);
    font-family: Roboto Condensed;
    color: #3e4e5e;
}

.lk-info--organization
    .lk-info__block__form__items
    .lk-info__block__form__item--big {
    width: 100%;
}

.lk-info--organization
    .lk-info__block__form__items--child:first-of-type
    .lk-info__block__form__item:first-child {
    width: 100%;
}

.lk-info--organization
    .lk-info__block__form__items--child:nth-of-type(2)
    .lk-info__block__form__item {
    width: calc(33% - 12px);
}

.lk-info--organization
    .lk-info__block__form__items
    .lk-info__block__form__item
    label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.lk-info--organization
    .lk-info__block__form__items
    .lk-info__block__form__item
    input {
    background: none;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #3e4e5e;
}

.lk-info--organization .registration__select {
    background: none;
}

.lk-info__block__form__items .lk-info__block__form__item input.active {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    padding: 0 40px 0 10px;
    width: 100%;
}

.lk-info__block__form.active
    .lk-info__block__form__items
    .lk-info__block__form__item
    input {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    padding: 0 40px 0 10px;
    width: 100%;
}

.lk-info__block__form > .button_with_border_wr:first-of-type {
    display: flex;
}
.lk-info__block__form > .button_with_border_wr:last-of-type {
    display: none;
}
.lk-info__block__form.active > .button_with_border_wr:first-of-type {
    display: none;
}
.lk-info__block__form.active > .button_with_border_wr:last-of-type {
    display: none;
}

.lk-info__block__form.active>.button_with_border_wr.active {
    display: flex;
}

.lk-info-form > .button_with_border_wr {
    position: relative;
    max-width: unset;
    width: -moz-max-content;
    width: max-content;
    padding: 0 22px;
    margin: 10px auto 22px;
}

.lk-info-form > .button_with_border_wr::after {
    content: "";
    display: block;
    position: absolute;
    width: 98.5%;
    height: 90%;
    background: #f5f6fa;
    top: 2px !important;
    left: 2px !important;
    border-radius: 28px;
    z-index: -1;
}

.lk-info-form__qr-code {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
}

.lk-info-form__qr-code p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
}

.lk-info-form__dialog {
    position: relative;
    padding: 60px 50px;
    border-radius: 12px;
    background: #fff;
    border: none;
    color: #000;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.lk-info-form__dialog__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lk-info-form__dialog__inner > img {
    margin: 20px 0;
}

.lk-info-form__dialog__inner > p {
    color: #000;
}

.lk-info-form__dialog__inner > span {
    font-size: 30px;
    font-weight: 300;
}

.lk-info-form__dialog::backdrop {
    background: rgb(0 0 0 / 50%);
}

.lk-info-form__dialog__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.lk-info__block__form > h3 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #3E4E5E;
}

.lk-info__block__form.active .lk-info__block__form__item {
    position: relative;
}

.lk-info__block__form.active .lk-info__block__form__item > button {
    position: absolute;
    top: 32px;
    right: 12px;
    width: 26px;
    height: 24px;
    padding: 0;
    z-index: 5;
    border: none;
    background: transparent;
    cursor: pointer;
}

.hide {
    display: none;
}

.lk-info__block__form.active .lk-info__block__form__item:has(input[type="date"])::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .lk-info--organization
        .lk-info__block__form__items
        .lk-info__block__form__item {
        width: 100%;
    }
}

.inner-page-cabinet .breadcrumbs:has(+ .intelligence__juridical) {
    padding: 0;
    background: transparent;
}

.lk__trainers-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 35px 20px;
    border-radius: 12px;
    background: #f5f6fa;
}

.lk__trainers-form > p {
    font-size: 20px;
    color: #3e4e5e;
    font-weight: 700;
}

.lk__trainers-form textarea {
    box-sizing: border-box;
    height: auto;
    padding: 13px 10px;
    border-radius: 12px;
    border: 1px solid #dbdbdb;
    background: #fff;
    color: #3e4e5e;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.lk__trainers-form textarea::-moz-placeholder {
    color: #3e4e5e;
}

.lk__trainers-form textarea::placeholder {
    color: #3e4e5e;
}

.lk__trainers-form .lk-form-org {
    margin: 0;
}

.lk__trainers-form .btn-reg {
    align-self: flex-start;
    width: auto;
    padding: 0 53px;
}

@media screen and (max-width: 768px) {
    .lk__trainers-form .lk-form-org {
        grid-template-columns: 1fr;
    }
}

.lk__trainers-form__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.lk__trainers-form__wrapper .registration__input-wrap {
    width: auto;
}

.lk__trainers-form__wrapper .registration__input-wrap:first-child {
    width: 50%;
}

.lk__trainers-form__wrapper .registration__input-wrap .registration__input {
    color: #3e4e5e;
}

.lk__trainers-form__wrapper label {
    display: block;
    margin-bottom: 5px;
    color: #3e4e5e;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
}

.intelligence__juridical--history .lk-info__header {
    margin: 0;
}

.intelligence__juridical--history .lk-info__header h1 {
    margin: 0;
}

.lk__trainers-form__table {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lk__trainers-form__table__item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe2eb;
}

.lk__trainers-form__table__item {
    color: #3e4e5e;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.lk__trainers-form__table__item p {
    color: #3e4e5e;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.intelligence__juridical--history .lk__trainers-form {
    padding-bottom: 122px;
}

@media screen and (max-width: 768px) {
    .lk__trainers-form__wrapper .registration__input-wrap {
        width: 100%;
    }

    .lk__trainers-form__wrapper .registration__input-wrap:first-child {
        width: 100%;
    }

    .intelligence__juridical--history .lk__trainers-form {
        padding-bottom: 60px;
    }
}

.intelligence__juridical--history .orders-table th:last-child {
    text-align: right;
}

.intelligence__juridical--history .orders-table td button {
    background: transparent;
    border: none;
}

.lk__trainers-form--inner > p {
    font-family: Roboto Condensed;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    color: #3e4e5e;
}

.lk__trainers-form--inner > h4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1;
    color: #3e4e5e;
}

.lk__trainers-form--inner > p a {
    font-weight: 400;
    color: #00a2ff;
    text-decoration: underline;
}

.lk__trainers-form--inner > p span {
    font-weight: 400;
}

.lk__trainers-form--inner .btn-reg {
    margin: 20px 0;
}

.inner-page-cabinet .afisha-inner-item .btn-purple {
    top: 19px;
}

.intelligence__juridical--events .lk__trainers-form {
    padding-bottom: 76px;
}

.lk-chat {
    border-radius: 12px;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.lk-chat__content {
    padding: 25px 25px 25px 20px;
}

.lk-chat__message {
    position: relative;
}

.lk-chat__message input {
    box-sizing: border-box;
    width: 100%;
    padding: 14px 50px 16px 12px;
    border-top: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 0 0 12px 12px;
    color: #3e4e5e;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.lk-chat__message button {
    all: unset;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 24px;
    transform: translateY(-50%);
    cursor: pointer;
}

.lk-chat__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    min-height: 362px;
}

.lk-chat__content__item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50%;
}

.lk-chat__content__item img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.lk-chat__content__item p {
    padding: 12px 20px 12px 15px;
    background: #f5f6fa;
    border-radius: 12px;
    font-family: Roboto Condensed;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    color: #3e4e5e;
}

.lk-chat__content__item.self {
    align-self: flex-end;
}

.lk-chat__content__item.self p {
    background: #d9f0fd;
}

@media screen and (max-width: 560px) {
    .lk-chat__content__item {
        width: 70%;
    }
}

.inner-page-cabinet {
    margin-top: 60px;
}

.inner-page-cabinet .breadcrumbs {
    padding: 0 0 20px;
    background: none;
}

.modal-window .f-button.is-close-btn,
.modal-form .f-button.is-close-btn {
    display: none;
}

.calendar-wrapper {
    display: none;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 9;
}

.calendar-wrapper.active {
    display: block;
}

.calendar-block {
    position: relative;
}

.sport-zone-item.mobile {
    display: none;
}

.online-purchase__items {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 34px;
}

.online-purchase__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 24px 12px 18px;
    background-color: #f5f6fa;
    border-radius: 24px;
}

.online-purchase__item > h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #3e4e5e;
    font-family: "Bebas Neue";
    font-weight: 700;
}

.online-purchase__item > p {
    margin-top: 3px;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.18;
    color: #000;
}

.online-purchase__item__block {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #3e4e5e;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

.online-purchase__item__block p {
    color: inherit;
}

.online-purchase__item > .btn-purple-gr {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 9px 24px;
}

.dialog::backdrop {
    background: rgba(24, 24, 27, 0.98);
}
.dialog {
    border: none;
}
.dialog__close {
    all: unset;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 2;
}
.dialog__content > h3 {
    margin: 0 0 35px;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #3e4e5e;
    font-family: "Bebas Neue";
    font-weight: 700;
    text-align: center;
}
.dialog__content__row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.dialog__content__row:first-of-type {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 44px;
    font-family: "Bebas Neue";
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #3e4e5e;
    font-weight: 700;
}
.dialog__content__row:first-of-type p {
    color: inherit;
}
.dialog__content__row:first-of-type p:last-child {
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}
.dialog__content__row label {
    min-width: 78px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.18;
    color: #3e4e5e;
}
.dialog__content__row input {
    border-radius: 12px;
    border: 1px solid #dbdbdb;
    background: #fff;
    width: 100%;
    height: 45px;
    padding: 0 45px 0 20px;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
    color: #3e4e5e;
}
.dialog__content__row > button {
    all: unset;
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transform: translate(0, -50%);
}
.dialog__content__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid #dfe2eb;
}
.dialog__content__bottom > p,
.dialog__content__bottom > a {
    color: #000;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
}
.dialog__content__bottom > button {
    padding: 0 24px;
}
.dialog__content__bottom__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.dialog__content__bottom__item > p {
    color: #000;
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
}
@media screen and (max-width: 768px) {
    .dialog {
        max-width: 90%;
        width: 90%;
        box-sizing: border-box;
    }
    .dialog#modal-purchase {
        max-width: 90%;
    }
    .dialog__content__row {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .dialog__content__row:first-of-type {
        flex-wrap: wrap;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .dialog__content__row:first-of-type p:last-child {
        font-size: 14px;
    }
    .dialog__content__bottom {
        flex-wrap: wrap;
        gap: 14px;
        padding-top: 2%0px;
    }
    .dialog__content__bottom__item {
        flex-wrap: wrap;
    }
    .dialog__content__bottom__item > p {
        font-size: 26px;
    }
}
.lk-info .button_with_border,
.trainers .button_with_border,
.registration__bottom .button_with_border,
form .button_with_border_wr {
    position: relative;
    -webkit-backdrop-filter: blur(27.182817459106445px);
            backdrop-filter: blur(27.182817459106445px);
    background: linear-gradient(
        170deg,
        rgba(0, 163, 255, 1) 0%,
        rgba(103, 32, 120, 1) 100%
    );
    color: #3e4e5e;
}
.lk-info .button_with_border::after,
.trainers .button_with_border::after,
.registration__bottom .button_with_border::after,
form .button_with_border_wr::after {
    content: "";
    display: block;
    position: absolute;
    width: 98%;
    height: 90%;
    background: #f5f6fa;
    top: 2px !important;
    left: 2px !important;
    border-radius: 28px;
    z-index: -1;
}
.lk-info .button_with_border:hover,
.trainers .button_with_border:hover,
.registration__bottom .button_with_border:hover,
form .button_with_border_wr:hover {
    background: #cb37ee url("/img/pattern_hover2.png") no-repeat center/cover;
}
.lk-info .button_with_border .btn-reg,
.trainers .button_with_border .btn-reg,
.registration__bottom .btn-reg,
.inner-page:not(.inner-page-cabinet) form .btn-reg {
    color: #3e4e5e;
    background: transparent;
}
.lk-info .button_with_border .btn-reg:hover,
.trainers .button_with_border .btn-reg:hover,
.registration__bottom .btn-reg:hover,
.inner-page:not(.inner-page-cabinet) form .btn-reg:hover {
    color: #3e4e5e;
    background: transparent;
}
.trainers .button_with_border::after {
    width: 97%;
}
.form.sportpl .button_with_border_wr .btn-reg {
    color: #3e4e5e;
    background: transparent;
}
.form.sportpl .button_with_border_wr .btn-reg:hover {
    color: #3e4e5e;
    background: transparent;
}

.lk-form__tech .button_with_border_wr .btn-reg {
    color: #3e4e5e;
    background: transparent;
}

.lk-form__tech .button_with_border_wr .btn-reg:hover {
    color: #3e4e5e;
    background: transparent;
}

.form-btns.button_with_border_wr .btn-reg {
    color: #3e4e5e;
    background: transparent;
}

.form-btns.button_with_border_wr .btn-reg:hover {
    color: #3e4e5e;
    background: transparent;
}

/* .form.sportpl .button-submit {
    position: relative;
    color: #3e4e5e;
    background: transparent;
}
.form.sportpl .button-submit::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 28px;
    top: -0.1em;
    bottom: -0.1em;
    right: -0.1em;
    left: -0.1em;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(170deg,
                rgba(0, 163, 255, 1) 0%,
                rgba(103, 32, 120, 1) 100%);
} */

.lk-catalog__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 28px;
}
.lk-catalog__item {
    min-height: 210px;
    padding: 22px 18px 12px;
    background: #f5f6fa;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}
.lk-catalog__item h4 {
    margin: 0;
    color: #3e4e5e;
    font-size: 20px;
    line-height: 1.3;
}
.lk-catalog__item p {
    color: #000;
}
.lk-catalog__item > img {
    margin-top: auto;
}
.lk-catalog__item .btn-reg {
    height: 35px;
    border-radius: 26px;
    background: linear-gradient(157deg, #ef33f2 -18.35%, #3544dc 117.49%);
    -webkit-backdrop-filter: blur(13.591408729553223px);
            backdrop-filter: blur(13.591408729553223px);
    color: #fff;
    transition: all 0.3s ease;
}
.lk-catalog__item .btn-reg:hover {
    background: #d735ef;
}
@media screen and (max-width: 768px) {
    .lk-catalog__wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lk-catalog__item {
        min-height: unset;
        padding: 18px 14px 12px;
    }
}
.custom-select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    width: 100%;
    color: #3e4e5e;
    padding: 5px 24px 5px 5px;
    overflow: hidden;
    display: flex;
    font-family: "Roboto Condensed 400";
    font-size: 16px;
    align-items: center;
    border: none;
    background-color: transparent;
}
.custom-select {
    position: relative;
}
.custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 10px;
    width: 16px;
    background-image: url("/img/arrow-grey.svg");
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.3s ease;
}
.custom-select select option {
    color: #3e4e5e;
}

.main-page .custom-select select {
    color: #fff;
}

.main-page .custom-select::after {
    background-image: url("/img/arrow-white.svg");
}

.field-password {
    position: relative;
}
.field-password #togglePassword {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

#specialButton {
    display: flex;
    background: none;
    padding: 0;
}

.spoiler-block-item:has(.spoiler-trigger.active) .spoiler-block {
    height: auto !important;
    display: block !important;
}

.lk-info-notification {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
}

.lk-info-notification__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lk-info-notification .spoiler-block-item {
    padding: 0;
}

.lk-info-notification .spoiler-trigger p {
    flex: 1;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
}

.lk-info-notification .spoiler-trigger {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
}

.lk-info-notification .spoiler-trigger > p:first-child {
    flex: 0 1 75%;
}

.lk-info-notification .spoiler-trigger:hover p {
    color: #fff;
}

.lk-info-notification .spoiler-trigger::after {
    top: 50%;
    transform: translateY(-50%);
}

.lk-info-notification .spoiler-trigger.active p {
    padding: 0;
}

.lk-info-notification .spoiler-block {
    background: #FFF;
}

.lk-info-notification .spoiler-block-item:has(.spoiler-trigger.active) {
    border-radius: 12px;
    border: 1px solid #DBDBDB;
    background: #FFF;
}

.lk-info-notification .spoiler-block-item:has(.spoiler-trigger.active) {
    padding: 0;
}

.lk-info-notification__header {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

.lk-info-notification__header > p:first-child {
    flex: 0 1 75%;
}

.lk-content--callback {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.lk-child .lk-info-form {
    display: none;
}

.lk-child .lk-info-form__children {
    display: block;
}

.lk-child .lk-child__add:has(.btn-reg.active) + .lk-info-form {
    display: block;
}

.lk-child .lk-child__add:has(.btn-reg.active) {
    display: none;
}

.lk-child .lk-child__add {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 46px;
    border-radius: 12px;
    background: #F5F6FA;
}

.lk-child .lk-child__add .btn-reg {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    padding: 16px 24px;
    background: linear-gradient(157deg, #EF33F2 -18.35%, #3544DC 117.49%);
}

.lk-child {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.lk-child .lk-form .lk-form-label {
    padding: 0px 8px;
}

.lk-tabs-content {
    margin-top: 48px;
}

.fc-toolbar-chunk .fc-prev-button,
.fc-toolbar-chunk .fc-next-button {
    background: linear-gradient(157deg, #EF33F2 -18.35%, #3544DC 117.49%);
    border: none;
}

.fc-toolbar-chunk .fc-prev-button:focus,
.fc-toolbar-chunk .fc-next-button {
    box-shadow: none;
}

.fc-header-toolbar,
.fc-col-header {
    font-family: "Roboto";
    font-size: 13px;
}

.fc-theme-standard th {
    font-size: 13px;
    font-weight: 300;
    color: #3E4E5E;
}

.fc-theme-standard td {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #3E4E5E;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: #fff;
}

.fc-timeGridDay-view .fc-scrollgrid-shrink {
    height: 120px;
}

.fc-timeGridWeek-view .fc-scrollgrid-shrink {
    height: 200px;
}

.fc .fc-timegrid-slot-minor {
    display: none;
}

.fc-timegrid-event {
    position: relative;
    border: none !important;
}

.event-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 5px 5px 12px;
    border-radius: 5px;
    border: 1px solid rgba(128, 128, 128, 0.55);
    background: #FFF;
    color: #3E4E5E;
    font-size: 12px;
}

.event-item p {
    color: #3E4E5E;
}

.event-item .event-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 100%;
}

.event-item .event-title {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 700;
}

.event-item .event-with {
    font-size: 14px;
    font-weight: 300;
}

.event-item .event-duration {
    font-size: 9px;
    color: rgba(128, 128, 128, 0.55);
}

.event-item .event-room {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 200;
}

.event-item .event-slots {
    margin-top: 10px;
    font-size: 10px;
}

.fc .fc-prev-button {
    margin-right: 8px;
}

.lk-form-passport>.lk-form-label:last-child {
    grid-column: 1 / -1;
}

.lk-form-passport>.lk-info__block__form__item:last-of-type {
    width: 100%;
}

.registration-entity .registration__title {
    margin-bottom: 4px;
}

.registration-entity .registration__title + p {
    margin-bottom: 22px;
    color: #3E4E5E;
    font-family: "Roboto";
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0px;
}

.registration-entity .registration__line > p {
    margin-bottom: 22px;
    color: #3E4E5E;
    font-family: "Roboto";
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0px;
}

.lk-info .button_with_border {
    width: auto;
}

.lk-info__block__form .button_with_border {
    align-self: flex-start;
}

.lk-info__block__form .button_with_border .btn-reg {
    padding-inline: 15px;
}

.lk-info__block__form.active .button_with_border {
    display: none;
}
.lk-info__block__form.active .button_with_border .btn-reg {
    padding-inline: 52px;
}

.lk-info__block__form.active .button_with_border.active {
    display: flex;
}

.lk-info--organization .lk-info__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lk-info--organization .lk-info__header p {
    color: #3E4E5E;
    font-family: "Roboto";
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0px;
}

.lk-info--organization .lk-info__header h1 {
    margin: 0;
}

.lk-info-visits {
    border-radius: 0 0 12px 12px;
    background: #FFF;
    border: 1px solid #DBDBDB;
    border-top: none;
}

.lk-info-visits .inner-h1-title {
    margin: 0 0 15px;
    color: #3E4E5E;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
}

.lk-info-form-panel__visits {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transform-origin: center;
    transition: transform .3s ease-in-out;
}

.lk-info-form__children .lk-info-visits {
    display: none;
}

.lk-info-form__children.active .lk-info-visits {
    display: block;
    padding: 25px 15px;
}

.lk-info-form__children.active .lk-info-form-panel__visits {
    transform: rotate(180deg);
}

.lk-info-form__children.active {
    padding: 0;
}

.lk-info-form__children.active .lk-info-form-email {
    padding: 18px 20px;
    border-radius: 12px;
}

@media screen and (max-width: 1200px) {
    .event-item {
        padding: 3px 3px 3px 8px;
        font-size: 10px;
    }

    .event-item .event-color {
        width: 5px;
    }

    .event-item .event-title {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .event-item .event-with {
        font-size: 12px;
    }
}

.week-calendar {
    position: relative;
    font-family: "Roboto";
}

.week-calendar .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 5px;
    background: none;
    z-index: 1;
}

.week-calendar .header button {
    width: 32px;
    height: 32px;
    padding: 0;
}

.week-calendar .header button svg {
    width: 100%;
    height: 100%;
}

.week-calendar .header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: rgba(128, 128, 128, 0.55);
}

.week-table {
    width: calc(100% - 76px);
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
}

.week-table th {
    padding: 11px 0;
    border-left: 1px solid rgba(128, 128, 128, 0.55);
    color: #3E4E5E;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.week-table th.today {
    background: linear-gradient(157deg, #EF33F2 -18.35%, #3544DC 117.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.week-table thead tr th:last-child {
    border-right: 1px solid rgba(128, 128, 128, 0.55);
}

.week-table thead,
.week-table tbody {
    display: block;
}

.week-table tbody {
    overflow-y: auto;
    max-height: 570px;
    margin-top: 4px;
}

.week-table thead tr,
.week-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.week-table tbody td {
    vertical-align: top;
}

.week-calendar .day-cell .event-item:not(:last-child) {
    margin-bottom: 8px;
}

.week-calendar .day-cell .event-item:first-child {
    margin-top: 5px;
}

@media screen and (max-width: 1200px) {
    .week-table th {
        font-size: 10px;
    }
}

@media screen and (max-width: 992px) {
    .week-calendar .day-cell {
        display: flex;
        flex-direction: column;
    }
}

.lk-tabs ul {
    display: flex;
    gap: clamp(20px, 4vw, 44px);
}

.lk-tabs ul li {
    position: relative;
    color: #3E4E5E;
    font-size: clamp(20px, 4vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.lk-tabs ul li.is-active::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 13px;
    background: linear-gradient(157deg, #EF33F2 -18.35%, #3544DC 117.49%);
}

.lk-tabs ul li a {
    color: #3E4E5E;
}

.calendar__schedule {
    margin-top: 4rem;
}

.calendar__schedule .lk-tabs ul li.is-active::after {
    display: none;
}

.calendar__schedule .lk-tabs ul {
    gap: 50px;
}

.calendar__schedule .lk-tabs ul li a {
    opacity: 0.5;
}

.calendar__schedule .lk-tabs ul li.is-active a {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .calendar__schedule {
        margin-top: 2rem;
    }

    .calendar__schedule .lk-tabs ul {
        gap: 20px;
    }
}

.news-detail__content video {
    width: 100%;
}

