

/* Start:/local/templates/atlet/assets/slick/slick.css?16790352571783*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: max-content;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/atlet/assets/slick/slick-theme.css?16790352573145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/atlet/assets/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/atlet/assets/slick/./fonts/slick.eot');
    src: url('/local/templates/atlet/assets/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/atlet/assets/slick/./fonts/slick.woff') format('woff'), url('/local/templates/atlet/assets/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/atlet/assets/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 25%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/components/wersys/site.header/templates/.default/style.css?177918532715126*/
header {
    display: flex;
    justify-content: center;
    width: 100%;
}

#header.header {
	height: max-content !important;
	min-height: max-content !important;
}

.header-wrapper{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    align-items: center;
}

.header-wrapper__logo img{
    max-height:56px;
    height:auto
}

.header-wrapper__menu{
    flex:1 1 auto;
    padding:0 16px
}

.header-wrapper__menu ul {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    list-style: none;
}

.header-wrapper__menu .menu li a {
    color: #1c2ecf;
    border: none;
}

.header-wrapper__burger {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.burger-menu{
    display:inline-flex;
    flex-direction:column;
    justify-content:space-between;
    width:32px;
    height:22px;
    background:transparent;
    border:0;
    cursor:pointer;
    padding:0
}

.burger-menu span{
    display:block;
    height:3px;
    background:#1a2ecf;
    border-radius:2px
}

.burger-dropdown{
    position:absolute;
    right:0;
    top:100%;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.12);
    padding:16px;
    min-width:240px;
    z-index:1000
}

/* Layout helpers for new header */
.da-header__left{display:flex;align-items:center;}
.da-header__center{flex:1 1 auto;display:flex;justify-content:center}

.da-header__center ul {
	display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0px;
}

.da-header__center li {
    border: none;
    padding: 0;
    background: original-background;
    color: original-color;
}

.da-header__center ul li a {
	color: #1c2ecf;
    padding: 8px 12px;
    border: none;
}

/* Prevent hover border jump in header center menu */
.da-header__center .menu li a,
.da-header__center .menu li a:hover,
.da-header__center .menu li.active a {
	border: 0 !important;
}

/* Styles moved from template */
.da-header {
	position: sticky;
	top: 0;
	z-index: 999; /* Base z-index for the header */
	background: #ffffff;
	color: #1c2ecf;
}

.da-header__inner {
	display: flex;
	align-items: center;
	padding: 12px 0px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.da-header__bottom-row {
	background: #fff;
	transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.2s ease-out;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 12px;
	overflow: hidden;
	max-height: 100px; /* Adjust if content is taller */
	opacity: 1;
}

.da-header__logo img {
	height: 36px;
}

.da-header__right {position: relative;}

.da-header__club {
	margin-left: 12px;
	font-weight: 700;
}

.da-header__choose-club {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 6px 12px;
}

.da-header__right {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.da-header__phone {
	color: #1c2ecf;
	text-decoration: none;
	margin-right: 12px;
	white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
	display: inline-block;
	width: max-content;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: flex;
	align-items: center;
}

.da-header__phone .da-header__phone-text a {
	color: #1c2ecf;
}

.da-burger__phone a {
	color: #ffffff;
}

.da-header__phone-icon {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

/* Telegram icon (styled like VK rounded square) */
.da-header__telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #29a9ea;
    border-radius: 6px;
}
.da-header__telegram-icon {
    color: #ffffff;
    line-height: 1;
	font-size: 18px !important;
	padding-right: 2px !important;
}
.da-header__telegram:hover,
.da-header__telegram:focus {
    background: #1e96d4;
}
.da-header__telegram:hover .da-header__telegram-icon,
.da-header__telegram:focus .da-header__telegram-icon {
    color: #ffffff;
}

/* VK icon in header */
.da-header__vk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 36px;
}
.da-header__vk-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.da-header__phone:hover {
    color: #1c2ecf;
}

.da-header__burger {
	width: 36px;
	height: 28px;
	position: relative;
	border: 0;
	background: transparent;
	cursor: pointer;
	z-index: 1003; /* Above everything including burger panel for close button */
}

.da-header__burger span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #1c2ecf;
	display: block;
	transition: transform .2s ease, opacity .2s ease, top .2s ease, bottom .2s ease;
}

.da-header__burger span:nth-child(1) { top: 4px; }
.da-header__burger span:nth-child(2) { top: 13px; }
.da-header__burger span:nth-child(3) { bottom: 4px; }

/* burger to cross */
.da-header__burger.is-open span:nth-child(1){
	transform: translateY(9px) rotate(45deg);
}
.da-header__burger.is-open span:nth-child(2){
	opacity:0;
}
.da-header__burger.is-open span:nth-child(3){
	transform: translateY(-9px) rotate(-45deg);
}

/* dropdown panel under burger */
.da-burger {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	background: #1b2454;
	color: #fff;
	border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
	min-width: 280px;
	padding: 0;
	z-index: 1002; /* Should be on top of everything */
}

.da-burger__inner {
	padding: 16px 8px;
}

/* Hide top menu inside burger by default (desktop). Will be enabled on mobile */
.da-burger__top-menu { display: none; }

.da-burger__phone {
	display: none; /* hidden by default */
	text-align: left;
	padding: 12px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

.da-burger__inner .menu {
    margin-bottom: 0;
}

.da-burger__inner .da-header__logo {
	padding-left: 16px;
    padding-bottom: 4px;
    height: max-content;
    display: block;
}

.da-burger__inner li:hover {
    background: rgb(255 255 255 / 20%);
    border: none;
}

.da-burger__inner .menu li a {
    padding: 10px 14px;
    font-weight: 400;
    font-size: 16px;
    border: 2px solid transparent !important;
    display: block;
    box-sizing: border-box;
}

.da-burger__inner .menu li a:hover {
    border-color: transparent !important;
}

.da-burger__inner .menu li:hover a,
.da-burger__inner .menu li.active a {
	border-color: transparent !important;
}

.da-burger__inner hr {
    margin-top: 8px;
    margin-bottom: 8px;    
    border-top: 1px solid rgb(255 255 255 / 20%);
}

/* club switcher */
.da-club-switcher {
	position: relative;
	z-index: 100; /* Ensure switcher and its dropdown are clickable */
}

.da-club-switcher--compact {
	margin-left: 12px;
}

.da-club-switcher__btn {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 2px solid #1c2ecf;
	background: transparent;
	color: #1c2ecf;
	border-radius: 20px;
	padding: 6px 12px;
	cursor: pointer;
}

.da-club-switcher__chevron {
	font-size: 12px;
	opacity: .9;
}

.da-club-switcher__list {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 280px;
	width: 100%; /* Full width on mobile */
	background: #1b2454;
	border: none;
	border-radius: 16px;
	padding: 16px 8px;  
	margin: 6px 0 0 0;
	box-shadow: 0 10px 30px rgba(0,0,0,.4);
	max-height: 60vh;
	overflow: auto;
	z-index: 1001; /* Above header, below burger */
	list-style: none;
}

.da-club-switcher__list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.da-club-switcher__list a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 14px;
}

.da-club-switcher__list a:hover {
    background: rgb(255 255 255 / 20%);
    border: none;
    color: rgb(255, 255, 255);
}

/* body scroll lock (not used for dropdown now, keep for safety) */
body.da-burger-open {
	overflow: auto;
}

/* Social buttons in burger */
.da-burger__socials-buttons{
	display: flex;
	gap: 12px;
	padding: 10px 8px;
}

.da-socials__item{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffffff;
	color: #1b2454;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}

.da-socials__item:hover{
	background: #f2f2f7;
	transform: none;
	color: #ff2b7a;
}

.da-socials__item i{
	font-size: 20px;
	line-height: 1;
}

.da-burger__inner > hr:first-child,
.da-burger__inner hr:first-of-type {
	display:none;
}

/* Responsive rules - ordered from largest to smallest breakpoint */

/* Desktop: Large screens */
@media (max-width: 1200px) {
	.da-header__inner, .header-other__inner {
		padding: 12px 20px !important;
	}
}

/* Tablet & Mobile: Below 1000px */
@media (max-width: 1000px) {
	/* Hide center menu on small screens */
	.da-header__center {
		display: none;
	}

	.da-header__phone {
		margin-right: 0;
	}

	/* Phone display: icon instead of text */
	.da-header__phone .da-header__phone-text {
		display: none;
	}
	.da-header__phone .da-header__phone-icon {
		display: inline-block;
	}
	.da-header__phone {
		width: max-content;
	}

	.da-header__inner {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.da-header__left {
		order: 1;
	}
	.da-header__right {
		order: 2;
	}
	.da-club-switcher--compact {
		order: 3;
		width: 100%;
		margin-top: 12px;
		margin-left: 0;
		transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease, margin-top 0.3s ease, padding 0.3s ease; /* синхронные тайминги */
		max-height: 60px; /* close to button height + margins to avoid gap */
		opacity: 1;
		transform: translateY(0);
		overflow: visible; /* allow dropdown to overflow container */
	}
	.da-header--scrolled-down .da-club-switcher--compact {
		max-height: 0;
		height: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		border: 0;
		opacity: 0;
		transform: translateY(-10px);
		overflow: hidden; /* prevent any leftover space */
		pointer-events: none; /* avoid focus/click while hidden */
	}

	.da-burger {
		position: fixed;
		top: var(--bx-panel-offset, 0);
		right: 0;
		left: 0;
		bottom: 0;
		border-radius: 0;
		overflow-y: auto;
		background: #1b2454;
	}

	.da-burger__inner {
		padding-top: 70px; /* space for header */
	}

	.da-burger__phone {
		display: block;
	}

	.da-club-switcher--compact .da-club-switcher__btn {
		width: 100%;
		justify-content: space-between;
	}

	.da-burger__inner .da-header__logo {
		position: absolute;
		top: 12px;
		left: 20px;
	}

	/* Burger: relative when closed; fixed only when open */
	.da-header__burger {
		position: relative;
		top: auto;
		right: auto;
		z-index: 1001;
	}
	.da-header__burger.is-open {
		position: fixed;
		top: calc(var(--bx-panel-offset, 0px) + 16px);
		right: 20px;
		z-index: 1003;
	}
	.da-header__burger span {
		background: #1c2ecf;
	}
	.da-header__burger.is-open span {
		background: #fff;
	}

	/* Show top menu inside burger only on mobile */
	.da-burger__top-menu {
		display: block;
	}
	.da-burger__top-menu .menu {
		margin-bottom: 0;
	}
	.da-burger__inner hr:first-of-type {
		display: block;
	}
}

/* Quick contact floating button */
.da-quick-contact {
    position: fixed;
    right: 16px;
    bottom: 56px; /* Поднята выше для бегущей строки */
    z-index: 10000;
}

/* Бегущая строка Сплит */
.da-split-marquee {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: radial-gradient(43.79% 200.6% at 13.9% -8.92%, #E2C1F9 0%, #FFB9DD 33%, #FBFFE4 56.16%, #B6CFF7 100%);
    overflow: hidden;
    z-index: 9999;
}

.da-split-marquee__track {
    display: flex;
    align-items: center;
    height: 100%;
    animation: da-marquee-scroll 20s linear infinite;
    white-space: nowrap;
}

.da-split-marquee__item {
    display: inline-flex;
    align-items: center;
    padding: 0 80px;
    color: #170023;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.da-split-marquee__item::before {
    content: '★';
    margin-right: 12px;
    font-size: 10px;
}

@keyframes da-marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.da-quick-contact__btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #229ED9;
    color: #fff;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    cursor: pointer;
}
.da-quick-contact__btn:hover { background: #1a8fc4; }
.da-quick-contact__btn i { font-size: 22px; }
.da-quick-contact__btn .fa-telegram-plane { font-size: 28px !important; }

.da-quick-contact__item:hover {
	color: #ffffff !important;
}

.da-quick-contact__menu {
	width: 56px;
	justify-items: center;
    position: absolute;
    right: 0;
    bottom: 68px; /* button height + gap */
    display: grid;
    grid-auto-rows: 48px;
    gap: 10px;
    transition: opacity .25s ease, transform .25s ease;
    opacity: 0;
    transform: translateY(10px);
}

.da-quick-contact__item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
}
.da-quick-contact__item--tg { background: #229ED9; }
.da-quick-contact__item--wa { background: #25D366; }
.da-quick-contact__item--call { background: #111; }
.da-quick-contact__item i { font-size: 20px; }
.fa-whatsapp {
	font-size: 24px !important;
}

.da-quick-contact__btn .fa-whatsapp {
	font-size: 28px !important;
}

.da-quick-contact.is-open .da-quick-contact__menu {
    opacity: 1;
    transform: translateY(0);
}

/* Tablet: Below 991px */
@media (max-width: 991px) {
	#header,
	#header .menu-blog {
		min-height: max-content;
		height: auto;
	}

	#header-other {
		background: #fff !important;
	}
}

/* Mobile: Below 767px */
@media (max-width: 767px) {
	/* Hero styles moved to site.hero component */
}

/* Small Mobile: Below 480px */
@media (max-width: 480px) {
	.da-header__inner {
		padding: 12px 16px !important;
	}
}

/* Phone display: text on desktop, icon on mobile */
@media (min-width: 1001px) {
	.da-header__phone .da-header__phone-text { display: inline; }
	.da-header__phone .da-header__phone-icon { display: none; }
}

/* Disable native tap highlight and focus outline on burger and club switcher */
.da-header__burger,
.burger-menu,
.da-club-switcher__btn {
    -webkit-tap-highlight-color: transparent; /* mobile browser highlight */
    -webkit-focus-ring-color: transparent; /* some browsers */
    outline: none; /* remove focus outline */
}

/* Also remove any :active background or color change */
.da-header__burger:active,
.burger-menu:active,
.da-club-switcher__btn:active {
    background: transparent !important;
    color: inherit !important;
}

/* If focus is needed for accessibility, keep visual focus but not default outline */
.da-header__burger:focus-visible,
.da-club-switcher__btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(28,46,207,0.12); /* subtle custom focus */
    outline: none;
}

@media (max-width: 380px) {
    #header {
        padding-bottom: 0px !important;
    }
}


/* End */


/* Start:/bitrix/components/wersys/forms/templates/footer_question/style.css?1664869317119*/
.subscribe-form .button-2.bg-orange {border:none; margin-top: 20px;width: 100%!important;}
.subscribe-form {color:#fff}
/* End */


/* Start:/local/templates/atlet/template_styles.css?177852092292709*/
@font-face {
	font-family: "TildaSans-ExtraBold";
	src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.eot");
	src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.woff")format("woff"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-ExtraBold/TildaSans-ExtraBold.ttf")format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: "TildaSans-Bold";
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Bold/TildaSans-Bold.eot");
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Bold/TildaSans-Bold.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Bold/TildaSans-Bold.woff")format("woff"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Bold/TildaSans-Bold.ttf")format("truetype");
    font-style: normal;
    font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: "TildaSans-Medium";
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Medium/TildaSans-Medium.eot");
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Medium/TildaSans-Medium.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Medium/TildaSans-Medium.woff")format("woff"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Medium/TildaSans-Medium.ttf")format("truetype");
    font-style: normal;
    font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: "TildaSans-Regular";
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Regular/TildaSans-Regular.eot");
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Regular/TildaSans-Regular.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Regular/TildaSans-Regular.woff")format("woff"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Regular/TildaSans-Regular.ttf")format("truetype");
    font-style: normal;
    font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: "TildaSans-Thin";
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Thin/TildaSans-Thin.eot");
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Thin/TildaSans-Thin.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Thin/TildaSans-Thin.woff")format("woff"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Thin/TildaSans-Thin.ttf")format("truetype");
    font-style: normal;
    font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: "TildaSans-Light";
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Light/TildaSans-Light.eot");
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Light/TildaSans-Light.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Light/TildaSans-Light.woff")format("woff"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Light/TildaSans-Light.ttf")format("truetype");
    font-style: normal;
    font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: "TildaSans-Hairline";
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Hairline/TildaSans-Hairline.eot");
    src: url("/bitrix/templates/atlet/assets/fonts/TildaSans-Hairline/TildaSans-Hairline.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Hairline/TildaSans-Hairline.woff")format("woff"),
        url("/bitrix/templates/atlet/assets/fonts/TildaSans-Hairline/TildaSans-Hairline.ttf")format("truetype");
    font-style: normal;
    font-weight: normal;
	font-display: swap;
}

body {
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

a {
	text-decoration: none !important;
	color: #1c2ecf;
}

a:hover {
	color: #ff859d;
}

.site_phone_number, .site_phone_number:hover {
	color: inherit;
	text-decoration: none;
}

h1 {
	word-wrap: break-word;
	max-width: 100%;
}

li {
    /*list-style: none;*/
	;
}

* {
	box-sizing: border-box;
	outline: none;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
    width: 90vw;
    padding-right: 0px;
    padding-left: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.name-blog p {
    font-size: 20px;
    margin-top: 12px;
    margin-left: 58px;
}

#one-trainer .name-blog, 
#vk-comment .name-blog {
	left: 0px;
}

#one-trainer .name-blog p,
#vk-comment .name-blog p {
	margin-left: 0px;
}

.bg-gradient {
	background: #fff;
}

.bg-orange {
	background: linear-gradient(121deg, rgb(94 126 255) 18%, rgb(255 0 41) 100%);
}

.bg-white {
	background: #fff;
}

.bg-dark-grey {
	background: #dde0e1;
}

.bg-grey {
	background: #f8f8f8;
}

.bg-super-dark-grey {
	background: #7a7f7f;
}

.bg-blue {
	background: #1c2ecf;
}

.bg-black {
	background: #000;
}

.bg-brown {
	background: #6a453b;
}

.color-orange {
	color: #1c2ecf;
}

.color-white {
	color: #fff;
}

.color-dark-grey {
	color: #2d2d2d;
	font-family: "TildaSans-Regular";
}

.color-dark-grey strong {
	font-family: "TildaSans-Bold";
	font-weight: normal;
}

.color-dark-grey-2 {
	color: #7f7f7f;
}

.color-grey {
	color: #b5b5b5;
}

.color-blue {
	color: #1c2ecf;
}

.color-dark-blue {
	color: #0a252e;
	display: inline-block;
	width: 90%;
	line-height: 135%;
}

.color-black {
	color: #000;
}

.h1 {
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 0;
	font-family: "TildaSans-ExtraBold";
	line-height: 110%;
	color: #1728BF;
}

.h2 {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: "TildaSans-Thin";
	line-height: 110%;
}

.h3 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 0;
	font-family: "TildaSans-ExtraBold";
	line-height: 110%;
}

.h4 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 0;
	font-family: "TildaSans-ExtraBold";
	line-height: 110%;
}

.h5 {
	font-size: 35px;
	margin-bottom: 0;
	font-family: "TildaSans-Light";
	line-height: 110%;
}

.h6 {
	font-family: "TildaSans-ExtraBold";
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 110%;
	height: 100%;
}

.club-info .hr-6 {
	bottom: -30px;
	left: 48%;
	top: auto;
}

.club-info .hr-7 {
	bottom: -40px;
	left: 51%;
	top: auto;
}

p, ul, ol {
	margin-bottom: 0;
	font-size: 16px;
	font-family: "TildaSans-Regular";
	line-height: 135%;
}

ul, ol {
	overflow: hidden;
}

.hr-1, .hr-5 {
	background: #f3f3f3;
	width: 69%;
	margin: 2px auto 0 auto;
	height: 1px;
}

.hr-5 {
	width: 82%;
}

.hr-2 {
	background: #1c2ecf;
	height: 4px;
	width: 22%;
	margin: 0 auto;
}

.hr-3 {
	background: #1c2ecf;
	height: 4px;
	width: 5%;
	margin: 14px 0 0 30px;
}

.hr-4 {
	width: 10px;
	height: 86px;
	background: #1c2ecf;
	margin: 0;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 30;
}

.hr-6 {
	background: #1c2ecf;
	width: 5px;
	height: 25px;
	border-radius: 3px;
	position: absolute;
	top: 5px;
	left: 87px;
}

.hr-7 {
	background: #1c2ecf;
	width: 5px;
	height: 35px;
	border-radius: 3px;
	position: absolute;
	top: 5px;
	left: 98px;
}

.col-12 {
    padding-right: 0px;
    padding-left: 0px;
}

@media screen and (max-width: 480px) {

    .name-blog {
        text-align: left;
        width: 100%;
        padding: 20px 0 12px 0 !important;
    }

    .name-blog p {
        margin-left: 0px;
        font-size: 16px;
    }

    .h3 {
        font-size: 16px;
    }

    p, ul, ol {
        font-size: 14px;
    }

    .sign-up {
        padding: 16px !important;
    }

    .sign-up-blog .sign-up-form {
        padding: 8px;
    }

    .hr-7 {
        left: 40px;
    }

    .hr-6 {
        left: 30px;
    }

    .sign-up-blog, .h4 {
        margin-bottom: 0px !important;
        margin-top: 16px !important;
    }
}

.fa-filter {
	color: #fff !important;
}

.link_in_form_13_2022 {
	text-align: center;
}

.link_in_form_13_2022 > a {
	cursor: text;
}

.link_in_form_13_2022 > a:hover {
	text-decoration: none !important;
	color: #1c2ecf !important;
}

section.section-blue i {
	color: #1c2ecf;
}

section.section-blue .filter-icon-1, section.section-blue .filter-icon-2, section.section-blue .filter-icon-3 {
	background: #1c2ecf;
}

section.section-orange i {
	color: #1c2ecf;
}

section.section-orange .filter-icon-1, section.section-orange .filter-icon-2, section.section-orange .filter-icon-3 {
	background: #1c2ecf;
}

.promo-popup-block {
	position: fixed;
	top: 95px!important;
	z-index: 1100;
	left: 450px;
	border-radius: 6px;
	display: block;
	width: 850px;
	text-align: right;
	display: block;
	left: -5000px;
}

.promo-popup-block__close {
	font-size: 100px;
	width: 36px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: right;
	display: inline-block;
	margin: 0 10px 0 0;
	cursor: pointer;
	opacity: 0;
}

.promo-popup-block img {
	width: 100%;
	border-radius: 6px;
	display: block;
}

.promo-popup-block__link {
	text-decoration: none;
}

.promo-popup-block__bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: 1000;
	top: 0;
	opacity: .6;
	display: none;
}

blockquote {
	margin: 20px 0;
	background: white;
	border-top: 5px solid #105fd7;
	border-bottom: 5px solid #105fd7;
	color: #000;
	padding: 30px 30px 30px 90px;
	position: relative;
}

blockquote:before {
	content: "\201C";
	font-family: serif;
	position: absolute;
	left: 20px;
	top: 20px;
	color: white;
	background: #1c2ecf;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 50px;
	line-height: 145%;
	text-align: center;
}

blockquote p {
	font-size: 20px;
	line-height: 135%;
}

/*ALL-BUTTON*/
.button-1 {
	width: 100%;
	overflow: hidden;
}

.button-1 a {
	text-transform: uppercase;
    /* border: 2px solid #fff;*/
	font-size: 12px;
	font-family: "TildaSans-ExtraBold";
	padding: 14px;
	float: right;
	border-radius: 2px;
	background-color: transparent;
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: .2s ease-out;
	letter-spacing: 1.5px;
}

.button-1 a.btn_tel:hover {
	background: #1c2ecf;
	border-color: #1c2ecf;
	color: #fff;
	transition: 0.5s;
}

.button-1 a.btn_whatsapp {
	background: #4aae20;
	border: 1px solid #4aae20 !important;
	color: #fff;
	transition: 0.5s;
	padding: 14px 14px 12px;
}

.button-1 a.btn_whatsapp:hover {
	background: #6cc751 !important;
	border: 1px solid #6cc751 !important;
	color: #fff !important;
	transition: 0.5s;
}

.btn_whatsapp i {
	font-size: 12px !important;
}

.button-2 {
	padding: 8px 30px;
	text-align: center;
}

.button-2 a {
    text-transform: none;
    font-family: 'TildaSans-Medium';
    font-size: 17px;
    letter-spacing: normal;
    border-radius: 24px;
    padding: 12px 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.button-buy {
	text-transform: uppercase;
	font-family: 'TildaSans-ExtraBold';
	font-size: 17px;
	border-radius: 2px;
	letter-spacing: 2px;
	padding: 10px 25px;
}

.button-2 a:hover {
	background: #172fff;
	color: #fff;
	transition: 0.5s;
}

.button-3 {
	padding: 14px 22px;
	border: 1px solid #5d5d5d;
	border-radius: 40px;
	margin: 0 127px;
	font-size: 15px;
	font-family: "TildaSans-Medium";
	line-height: 135%;
}

.button-3 a:hover {
	color: #1c2ecf;
	transition: 0.5s;
}

.button-3 i {
	top: 1px;
	position: relative;
}

.button-4, .button-5, .button-6 {
	padding: 20px;
	text-align: center;
	border-radius: 2px;
}

.button-4 a, .button-5 a, .button-6 a {
	padding: 18px 40px;
	text-transform: uppercase;
	font-family: "TildaSans-ExtraBold";
	font-size: 17px;
	border-radius: 2px;
	letter-spacing: 2px;
}

.button-2 a.button-buy {
	padding: 11px 25px 9px;
}

.button-6 a {
	border: 1px solid #5d5d5d;
    border-radius: 24px;
}

.button-4 a:hover, .button-6 a:hover {
	background: #105fd7;
	color: #fff;
	border: none;
	transition: 0.9s;
}

.button-5 a:hover {
	background: #d22803;
	color: #fff;
	transition: 0.5s;
}

.button-7 {
	padding: 0 140px;
}

.button-7 a {
	padding: 24px 41px;
	font-size: 17px;
	font-family: "TildaSans-ExtraBold";
	text-transform: uppercase;
	line-height: 135%;
	letter-spacing: 2px;
}

.button-7 a:hover {
	color: #fff;
	background: linear-gradient(121deg, rgb(255 0 41) 18%, rgb(94 126 255) 100%);
	transition: 0.5s;
}

.button-6 a:hover i, .button-7 a:hover i {
	-webkit-animation: bounceright 0.3s alternate ease infinite;
	animation: bounceright 0.3s alternate ease infinite;
}

.anim-btn {
	position: relative;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	transition: all 330ms;
}

.anim-btn span {
	position: relative;
	z-index: 1;
}

.anim-btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(4) translateX(-100%);
	transform: scale(4) translateX(-100%);
	transition: all 495ms ease-out;
}

.anim-btn:hover:before, .anim-btn:focus:before, .anim-btn:active:before {
	-webkit-transform: scale(4) translate(37%);
	transform: scale(4) translate(37%);
}

.anim-btn__alpha {
	background-color: #1c2ecf;
	color: #fff;
}

.anim-btn__alpha:before {
	background-color: #1c2ecf;
	background-image: linear-gradient(to right, #1c2ecf 30%, #1c2ecf 100%);
	position: absolute;
}

.anim-btn__alpha:hover, .anim-btn__alpha:focus, .anim-btn__alpha:active {
	color: #fff;
}

@-webkit-keyframes bounceright {
	from {
		-webkit-transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(3px);
	}
}


/*NAME-BLOG*/
.name-blog {
	padding: 60px 0 45px;
	position: relative;
	left: -40px;
}

.name-blog i {
	float: left;
	font-size: 22px;
	padding: 16px;
    /* margin-bottom: 0.8em;*/
	;
}



/*HEDER*/
#header {
	padding: 0;
	height: max-content;
	background-size: cover !important;
	width: 100%;
	max-width: 1200px;
    border-radius: 20px;
	;
}

.menu-blog {
	width: 265px;
	position: absolute;
	height: 870px;
	background: #1b2263;
	z-index: 100;
}

.menu-blog .button-1 {
	display: none;
}

.menu-logo {
	width: 100%;
	padding: 0 16px;
	display: flex;
}

.menu-logo a {
	width: 80%;
	display: flex;
}

.menu-logo a img {
	width: 100%;
}

.menu-sidebar {
	margin: 0 20px 0 20px;
	position: relative;
	top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	height: 92%;
}

.menu {
	padding: 0;
	margin-bottom: 20px;
}

.menu-sidebar li {
	list-style: none;
}

.menu li a {
	font-size: 17px;
	position: relative;
	font-family: "TildaSans-Bold";
	color: #fff;
	padding: 12px 23px;
	border: 2px solid #1b2263;
	border-radius: 2px;
	display: block;
}

.menu-sidebar li a i {
	padding: 6px 0;
	float: right;
	display: none;
}

.menu li:hover a, .menu li.active a {
	border: 2px solid #fff;
}

.menu-sidebar li:hover i, .menu-sidebar li.active i {
	display: block;
}

.menu-sidebar li a:hover {
	color: #fff;
}

.menu-sidebar #bx_incl_area_2 {
	width: 85%;
}

/*MENU-SCROLL*/
.menu-scroll {
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
    /*height: 70px;*/
	height: auto;
	background: #fff;
}

.menu-scroll .menu-sidebar {
	flex-direction: row;
	align-items: center;
}

.menu-scroll .menu-logo {
	float: left;
	display: none;
	padding: 8px 0;
	width: 22%;
}

.menu-scroll .button-1 {
	display: block;
}

.menu-scroll .menu-sidebar {
	top: 0;
	padding: 12px 0;
}

.menu-scroll .menu {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0 0.3vw;
	margin: 0;
	width: 90%;
}

.menu-scroll .menu li {
	width: auto;
	float: left;
}

.menu-scroll .menu li a {
	color: #000;
	border: none;
	padding: 18px 10px;
	font-size: 14px;
}

.menu-scroll .menu li:hover, .menu-scroll .menu-sidebar  .menu li.active {
}

.menu-scroll .menu li a:hover, .menu-scroll .menu-sidebar  .menu li.active a {
	color: #1c2ecf;
}

.menu-scroll .menu-sidebar li:hover i, .menu-scroll .social, .menu-scroll .menu-sidebar  .menu li.active i {
	display: none;
}

.menu-scroll .button-1 {
	width: auto;
	overflow: hidden;
}

.menu-scroll .button-1 a {
	border: 2px solid #dde0e1;
	float: right;
}

.menu-scroll .button-1 a:hover {
	border: 2px solid #d22803;
	background: #d22803;
	color: #fff;
}

/**Hamburger Button*!*/
.toggle-button {
	position: absolute;
	width: 44px;
	height: 40px;
	top: 22px;
	right: 22px;
	padding: 4px;
	transition: .25s;
	z-index: 150;
	display: none;
}

.toggle-button:hover {
	cursor: pointer;
}

.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}

.toggle-button .menu-bar-top {
	border: 4px solid #fff;
	border-bottom: none;
	top: 0;
}

.toggle-button .menu-bar-middle {
	height: 4px;
	background-color: #fff;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}

.toggle-button .menu-bar-bottom {
	border: 4px solid #fff;
	border-top: none;
	top: 22px;
}

.button-open {
	right: 25px;
}

.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}

.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}

.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}

.social i {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	text-align: center;
	vertical-align: center;
	font-size: 14px;
	padding: 6px 3.5px;
	margin: 0 5px;
	border: 2px solid #fff;
}

.social a:hover i {
	color: #1c2ecf;
	background: #fff;
}

/*HEADER-TEXT*/
.header-text {
    /* padding: 115px 165px 115px 291px;*/
	padding: 56px 140px 56px 291px;
	display: flex;
	flex-direction: column-reverse;
	gap: 16px;
}

.button-1 .link_logo {
	display: none;
}

.logo {
	position: relative;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 16px;
}

.logo img {
	padding: 5px 0;
}

.logo span {
	font-family: "TildaSans-Bold", cursive;
	font-size: 30px;
}

#footer .site_phone_number span {
	font-size: 18px;
}

.text-blog {
    /* padding: 120px 0;
    display: inline-block;
   left: 93px;
    position: relative;*/
	;
}

.text-blog .h1 {
	font-size: 150px;
	font-family: "TildaSans-ExtraBold";
	line-height: 135%;
	text-transform: uppercase;
}

.text-blog p {
	font-size: 45px;
	line-height: 135%;
	font-family: "TildaSans-Medium";
}

.text-head_header {
	padding-top: 10px;
	color: #ff859d;
	font-size: 28px !important;
	display: block;
}

@media screen and (max-width: 980px) {
	#header {
		background-position: center !important;
	}
}

/*HEADER-OTHER*/
#header-other {
	background: #fff;
	height: auto;
	color: #212529;
	overflow: visible;
}

#header-other .header-text {
	padding: 0;
}

#header-other .text-blog {
	padding: 0;
	min-height: auto;
}

#header-other .text-blog .h1 {
	font-size: 48px;
}

#header-other .text-blog p {
	font-size: 20px;
}

#header-other .menu-blog {
	height: auto;
	left: 0;
}

#header-other .menu-sidebar {
	top: 0;
}

#header-other .menu {
	margin-bottom: 0;
}

#header-other .menu-scroll {
	height: auto;
}

#header-other .menu-scroll .menu-sidebar {
	top: 0;
	padding: 12px 0;
}

.header-other__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 0px 0px 0px;
}

.header-other__title h1 {
	margin: 12px 0 0 0;
	font-size: 42px;
	line-height: 120%;
	color: #212529;
}

/* Breadcrumb (on white) */
#header-other .breadcrumb {
	background: none;
	font-family: "TildaSans-ExtraBold";
	font-size: 15px;
	padding: 0;
}

#header-other .breadcrumb li.active {
	color: #212529;
	text-transform: none;
}

#header-other .breadcrumb-item + .breadcrumb-item::before {
	color: #6c757d;
}

#header-other .breadcrumb a {
	color: #1c2ecf;
	text-decoration: none !important;
	font-family: "TildaSans-Regular";
}

#header-other .breadcrumb a:hover {
	color: #0b1faa;
}

#header-other .breadcrumb span {
	color: #212529;
}

@media screen and (max-width: 991px) {
	#header-other .header-text {
		padding: 20px 0;
	}

	.header-other__title h1 {
		font-size: 32px;
	}
}

@media screen and (max-width: 480px) {
	#header-other .menu-blog {
		height: auto;
	}

	#header-other {
		height: auto;
	}

	#header-other .text-blog h1 {
		margin: 0;
	}
}

#header-other .menu-sidebar {
	margin: 0 20px 0 20px;
	position: relative;
	top: 15px;
}

#header-other .menu {
	padding: 0;
	margin-bottom: 10px;
}

#header-other .menu-scroll {
	height: auto;
}

#header-other .menu-scroll .menu-sidebar {
	top: 0;
	padding: 12px 0;
}



/*BREADCRUMB*/
.breadcrumb {
    /* margin: 20px 0 0 0;*/
	background: none;
	font-family: "TildaSans-ExtraBold";
	font-size: 15px;
}

.breadcrumb li.active {
	text-transform: uppercase;
	color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}

.breadcrumb a {
	color: #fff;
	text-decoration: underline !important;
	font-family: "TildaSans-Regular";
}

.breadcrumb a:hover {
	color: #1c2ecf;
}

.breadcrumb span {
	color: #fff;
}

/*CLUBS BLOG*/

.about-clubs {
    border-radius: 24px;
    overflow: hidden;
}

#clubs .clubs {
	padding-bottom: 56px;
}

.club-info {
	padding: 0 15px;
	position: relative;
}

.club-info-name {
	border-top: 4px solid #1c2ecf;
	padding: 36px 30px;
}

.club-services {
	padding: 16px 14px 16px 30px;
    /* height: 162px;*/
	margin: 0;
	list-style: none;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;*/
	;
}

.club-services i {
	font-size: 1em;
	margin-right: 15px;
	display: inline-block;
	padding-top: 3px;
}

.club-time i, .trainer-services i {
	font-size: 1em;
	margin-right: 17px;
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	font-family: 'Font Awesome 5 Free';
}

.club-time .color-dark-blue, .trainer-services .color-dark-blue {
	width: 85%;
}

.adress-time {
	margin-bottom: 8px;
	height: max-content;
}

.adress-time-2 {
	margin-bottom: 1em;
	height: 20px;
}

.club-time i {
	padding: 0;
}

.club-services span {
	font-weight: 600;
	font-size: 16px;
	font-family: "TildaSans-Bold";
	display: inline;
	width: auto;
}

.club-map {
	padding: 20px 30px;
	width: 100%;
}

.club-time {
	padding: 10px 30px;
	min-height: 130px;
}

.club-time div > p, .club-time > p {
	font-size: 14px;
	font-family: "TildaSans-Regular";
	color: #777;
}




/*SIGN-UP BLOG*/
#sign-up {
	padding: 0;
	position: relative;
}

.bg-1 {
	position: absolute;
	top: 0;
	height: 100%;
	width: 37%;
	overflow: hidden;
}

.bg-2 {
	position: absolute;
	top: 0;
	height: 100%;
	width: 390px;
	right: 0;
	overflow: hidden;
}

.bg-3 {
	position: absolute;
	bottom: 30px;
	height: 22vw;
	width: 22vw;
	right: 14%;
	overflow: hidden;
}

.bg-4 {
	position: absolute;
	top: 50px;
	height: 14vw;
	width: 14vw;
	right: 14%;
	z-index: 15;
	overflow: hidden;
}

.bg-5 {
	position: absolute;
	bottom: -3vw;
	height: 14vw;
	width: 14vw;
	left: 7vw;
	z-index: 15;
	overflow: hidden;
}

.bg-1 img, .bg-2 img, .bg-3 img, .bg-4 img, .bg-5 img {
	height: 100%;
	width: auto;
}

.sign-up {
	padding: 40px;
	width: 946px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}

.sign-up-blog {
	padding: 30px;
	border: 0px solid #eeeeee;
}

.sign-up-blog p.color-dark-grey {
	margin: 0 auto 30px;
}

.sign-up_form_sup_header {
	max-width: 60%;
}

.sign-up-form {
	padding: 25px 168px;
}

.sign-up-form {
	font-size: 16px;
	font-family: "TildaSans-Medium";
}

.sign-up-form input[type="text"], .sign-up-form input[type="tel"], .sign-up-form input[type="email"] {
	width: 100%;
	border-radius: 40px;
	padding: 0.75em 2em;
	border: 1px solid #eee;
	margin-bottom: 25px;
	font-size: 15px;
	font-family: "TildaSans-Bold";
}

.sign-up-form input[type="text"]:focus, .sign-up-form input[type="tel"]:focus {
	border: 1px solid #f8e8dc;
	background: #fffdf9;
	transition: 0.5s;
}

.sign-up-form input[type="checkbox"] {
	height: 20px;
	width: 20px;
	margin: 10px;
}

.sign-up-form input[type="submit"] {
	display: block;
	margin: 20px auto 0 auto;
	padding: 20px 65px;
	font-size: 17px;
	font-family: "TildaSans-ExtraBold";
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 2px;
	letter-spacing: 2px;
	height: inherit;
}

.sign-up-form input.bg-blue[type="submit"]:hover {
	background: #105fd7;
	transition: 0.5s;
}

.sign-up-form input:focus {
	outline: none;
}

.sign-up-form input.bg-orange[type="submit"]:hover {
	background: #d8090e;
	transition: 0.5s;
}

.sign-up-blog .button-3 {
	border: none;
	padding: 0 15px;
}

/*SUBSCRIPTION-BLOG*/
#subscription .name-blog {
	padding: 56px 0 0 0;
}

.discount {
	position: absolute;
	top: 60px;
	right: 10px;
	background: url('/bitrix/templates/atlet/assets/img/discount.svg');
	background-size: cover;
	width: 85px;
	height: 85px;
}

.discount img {
	width: 111px;
	height: auto;
}

.discount .h6 {
	font-size: 24px;
}

.data-rectangle-2 {
	position: absolute;
	background-image: url("/bitrix/templates/atlet/assets/img/data-rectangle-2.png");
	width: 98px;
	height: 65px;
	top: 95px;
	left: 4px;
	padding: 9px 0 0 25px;
	font-size: 16px;
}

.data-rectangle-2 .h3 {
	font-family: "TildaSans-Hairline";
	font-size: 16px;
}

#subscription .slick-list, #subscription .slick-slider {
	padding: 25px 0;
}

.subscription-header {
	padding: 25px;
}

.subscription-info {
    /*padding: 2em 2em 2em 6em; Р ВµРЎРѓР В»Р С‘ Р С—РЎР‚РЎвЂ№Р С–Р В°РЎвЂљРЎРЉ Р Р…Р Вµ Р В±РЎС"Р Т'Р ВµРЎвЂљ РЎвЂљР С• РЎРЊРЎвЂљРЎС" РЎРѓРЎвЂљРЎР‚Р С•РЎвЂЎР С"РЎС" Р Р…Р В¶Р Р…Р С• Р С"Р Т'Р В°Р В»Р С'РЎвЂљРЎРЉ*/
    padding: 30px;
    display: flex;
    height: 166px;
    flex-direction: column;
    justify-content: center;
}

.subscription-cost {
    padding: 1.5em;
}

.subscription-text {
    padding: 0;
    text-align: center;
}


/*RECORDS-BLOGS*/
.data-rectangle {
    position: absolute;
    background-image: url("/bitrix/templates/atlet/assets/img/data-rectangle-1.png");
    width: 98px;
    height: 65px;
    top: 134px;
    left: -11px;
    padding: 9px 0 0 20px;
    font-size: 16px;
}

.data-rectangle .h3 {
    font-size: 16px;
}

.record, .clubs {
    padding: 0;
}

.record-one {
    width: 100%;
    height: inherit;
    margin: 15px;
}

.record-one-img {
    overflow: hidden;
    height: 220px;
}

.aktsii-card .record-one-img {
	overflow: visible;
}

.aktsii-card .record-one-img img {
	width: 100%;
}

.card-img-top {
    width: 100%;
}

.record-text {

    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-self: center;
    padding: 12px 30px 0 30px;
    margin-bottom: 15px;
}

.record-one .button-3{
    padding: 10px 20px;
    margin: 0 30px 30px 30px;
    width: 150px;
}

.slick-prev, .slick-next {
    height: 50px;
    width: auto;
}

button.slick-prev:before, button.slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    color:#5d5d5d;
    font-weight: 600;
    font-size: 50px;
}

button.slick-next:before, button.slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    color:#5d5d5d;
    font-weight: 600;
    font-size: 50px;
}

button.slick-prev:hover:before, button.slick-next:hover:before, button.slick-prev:hover:before, button.slick-next:hover:before   {
    color: #1c2ecf;
}

.tags {
    padding: 0 30px;
    overflow: hidden;
    height: 80px;
    margin-bottom: 15px;
}

.tag {
    border: 1px solid #5d5d5d;
    border-radius: 23px;
    padding: 6px 5px 5px 5px;
    font-size: 15px;
    font-family: "TildaSans-Medium";
    line-height: 135%;
    display: block;
    float: left;
    margin: 3px;
}

.tags a:hover{
    color: #fff;
    background: #1c2ecf;
    border: 1px solid #1c2ecf;
}

/*BEST-TRANERS-BLOG*/
#trainers {

}


#trainers .h1 {
    font-size: 3vw;
    margin: 40px 0 5px !important;
}
.container-trainers {
    padding: 0 0 0 20%;
    margin-bottom: 70px;
}
.container-clubs {height: inherit!important;}
#trainers .button-2 a{
    font-size: 1vw;
}

.container-clubs .card-body,
.meropriatia .card-body,
.front_news .card-body {
    max-height: 192px;
}

#trainers p {
    font-size: 13px;
}

.carousel-one-trainer-info {
    width: 60%;
    padding: 58px;
    float: left;
    height: 714px;
}
.carousel-one-trainer-info .h3 {
    font-size: 2vw;
}

.trainer-services {
    padding: 20px 0;
    margin: 0;
}

.trainer-services li{
    font-family: "TildaSans-Regular";
    font-size: 17px;
    margin-bottom: 9px;
    list-style: none;
}

.carousel-one-trainer-info .button-2 {
    text-align: left;
    padding: 20px 0;
}

.trainer-foto{
    width: 40%;
    float: right;
    overflow: hidden;
}

.trainer-foto img {
    height: 100%;
}

.trainer-comment {
    position: absolute;
    z-index: 100;
    width: 30%;
    /*height: 425px;*/
    padding: 30px;
    left: 32vw;
    top: 13vw;
}

.trainer-comment::after {
    content: '';
    position: absolute;
    left: 62%;
    bottom: -2.5em;
    border: 20px solid transparent;
    border-top: 20px solid #1c2ecf;
    border-right: 20px solid #1c2ecf;
}

.trainer-comment p {
    padding: 14px 0;
}

#trainers .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    bottom: -78px;
}

#trainers .carousel-indicators li {
    width: 156px;
    height: 156px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: transparent ;
}

#trainers .carousel-indicators li img {
    width: 90%;
    height: 90%;

}

#trainers .carousel-indicators .active {
    background: transparent;
    border: 1px solid #1c2ecf;
}


/*.carousel-control-prev {*/
/*left: -80px;*/
/*}*/

/*.carousel-control-next {*/
/*right: -80px;*/
/*}*/

#tips > div {
    padding-bottom: 56px;
}

/*FOOTER*/
#footer {
    background: url("/bitrix/templates/atlet/assets/img/footer-bg.jpg");
}

.footer-social-blog, .footer-lists{
    padding: 80px 15px;
}

#footer .logo img {
    width: 100%;
    margin-bottom: 5px;
}

#footer .logo .h3 {
    font-size: 18px;
}

.social-footer {
    font-size: 30px;
    padding: 60px 0;
    text-align: left;
}
.social-footer a {
    display: inline-block;
    margin: 0 10px 0 0;
}


.social-footer i:hover{
    color: #1c2ecf;
}

.lists {
    float: left;
    width: 50%;
    border-left: 1px solid #5e5e5e;
    padding: 1em;
    margin-bottom: 1em;
    /*height: 50%;*/
}

.lists ul {
    padding-left: 20px;
}

.lists li {
    font-size: 14px;
    font-family: "TildaSans-Medium";
    list-style: none;
    line-height: 120%;
    margin: 0 0 7px;
}

.lists li a:hover {
    color: #dde0e1;
    text-decoration: underline !important;
}

.subscribe {
    border-top: 5px solid #1c2ecf;
    padding: 55px 30px;
}

.subscribe form {
    margin: 15px 0;
}

.subscribe form input {
    width: 100%;
    padding: 17px 10px 13px;
    font-size: 15px;
    font-family: "TildaSans-Bold";
    border: 2px solid #eee;
}

.subscribe form input::placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    opacity: 1;
}

.subscribe .button-2 {
    padding: 15px 30px;
    cursor: pointer;
}

.subscribe .button-2:hover {
    background: linear-gradient(121deg, rgb(255 0 41) 18%, rgb(94 126 255) 100%);
}

.subscribe .button-2 a {
    padding: 0;
}

.confidentiality input {
    margin-right: 1em;
}

/*TRAINER-MOBILE*/
#trainers-mobile > .container{

}
.carousel-one-trainer-info-mobile {
    width: 100%;
    padding: 15px 0 40px 0;
    float: left;
    background: #dde0e1;
}
.carousel-one-trainer-info-mobile .h3 {
    margin: 5px 0 10px;
}

.trainer-foto-mobile {
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.trainer-services-mobile {
    margin-bottom: 20px;
    padding: 0 0 0 10px;
}
.trainer-services-mobile li {
    font-family: "TildaSans-Regular";
    font-size: 15px;
    list-style: none;
    line-height: 155%;
}
.trainer-services-mobile i {
    margin-right: 15px;
}

.trainer-foto-mobile img {
    height: auto;
    width: 100%;
}

.trainer-comment-mobile {
    position: relative;
    padding: 20px;
    margin: 0 auto 10px auto;
    /* height: 300px;*/
    font-family: "TildaSans-Regular";
    line-height: 135%;
}

.trainer-comment-mobile::after {
    content: '';
    position: absolute;
    right: 5em;
    top: -2.5em;
    border: 20px solid transparent;
    border-bottom: 20px solid #1977e0;
    border-right: 20px solid #1977e0;
}

.trainer-comment-mobile p {
    padding: 5px 0;
}

.filter-blog {
    /* margin-bottom: 30px;*/
    position: relative;
}

#all-services .filter-blog {

}

.filter-icon-1, .filter-icon-2, .filter-icon-3  {
    padding: 19px 14px;
    height: inherit;
    width: 44px;
    float: left;
    position: relative;
}

.filter-controls > div, .abonement-filter{
    padding: 16px 20px;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 !important;
}

.filter-controls .tab-panel {
    height: 38px;
}

.filter-category-button {
    display: flex;
    justify-content: space-between;
}

.filter-text-category {
	margin-right: 20px;
    width: 50%;
    margin-bottom: 12px;
    margin-left: 4px;
    margin-top: 12px;
}



select.ajax_controls {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  
  /* Сохраняем белый фон */
  background-color: #fff !important;
  
  /* Добавляем стрелку как фоновое изображение */
  background-image: url('https://www.svgrepo.com/show/511356/arrow-down-338.svg') !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) center !important;
  background-size: 16px 16px !important;

  /* Отступы (справа больше, чтобы не налегало на стрелку) */
  padding: 10px 35px 10px 10px !important;
}


select.ajax_controls:focus,
select.ajax_controls:active {
  background: url('https://dathletics.com/_files/arrow-down.svg') no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px 16px;
}

select.ajax_controls {
    height: max-content;
    padding-left: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-right: 40px;
}



.filter-category-button .filter-search .form-inline .input-group {
    mix-width: 180px !important;
    max-width: 260px !important;
}

.filter-category-button .filter-search .input-group-prepend button:hover {
    background: #d22803;
}

.filter-search form {
    position: relative;
    margin: 0 auto;
}
.filter-search input {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    border-radius: 50px;
    border: none;

}
.filter-search button {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
}
.filter-search button:before {
    /*content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;*/
}

.filter-controls p, .abonement-filter p {
    font-size: 15px;
    font-family: "TildaSans-Medium";
}
.filter-controls .align-items-center {
    width: 100%;
}

.filter-controls select, .abonement-filter select {
    padding: 16px 36px 16px 18px;
    border: none;
    border-radius: 50px;
    font-family: "TildaSans-ExtraBold";
    font-size: 16px;
    text-transform: uppercase;

}

.filter-controls select option, .abonement-filter select option {
    color: #000000;
}

.filter-controls select:focus,.filter-controls select:active, .filter-search input:focus, .filter-search input:active, .search-by-block input:focus, .input-group input:focus, .abonement-filter select:active, .abonement-filter select:focus {
    outline: none !important;
    box-shadow: none;
    background: #fff;
}

.filter-search input::placeholder, .filter-search input, .search-by-block input {
    font-family: "TildaSans-ExtraBold";
    font-size: 12px;
}

.search-button{
    border: none;
}

/*ONE-REVIEW-PAGE*/
.reviews-page .record-one {
    margin: 0;
}

.reviews-page {
    padding: 0 15px;
}

.reviews-page .mix {
    margin: 15px 0;
}

.autor-text, .trainer-comment-text {
    padding: 0 15px;
}

.autor-social div {
    margin-top: 10px;
}

.autor-social i{
    width: 31px;
    height: 31px;
    border-radius: 50%;
    text-align: center;
    vertical-align: center;
    padding: 8px 8px 8px 6px;

}
.autor-social a, .autor-text span, .trainer-comment-text span, .trainer-comment-text a {
    padding: 5px;
    font-family: "TildaSans-Regular";
    font-size: 15px;
    border-radius: 13px;
}
.trainer-comment-text span {
    padding: 5px 10px;
}

.autor-text p, .trainer-comment-text p{
    margin: 15px 0;
    line-height: 135%;
}

.autor-text .h3 {
    padding: 0 !important;
    margin: 30px 0 0;
}


.trainer-comment-text .h3 {
    padding: 0 !important;
    margin: 10px 0 0;
}

.trainer-comment-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.trainer-comment-img img{
    width: 100%;
    height: auto;
}

/*LIST-ALL-TRAINERS*/
#all-trainers .container {
    padding: 56px 15px 0 15px;
}

.list-trainers {
    padding: 15px;
}

.mini-foto-trainer {
    /*
      width: 205px;

      float: left;*/
    height: 205px;
    overflow: hidden;
}

.mini-foto-trainer img {
    max-width: 100%;
}

.modal-header {display: block}

.trainer-card, .card-info {
    padding: 15px 15px;
    overflow: hidden;
    height: 100%;
}
.card-info .color-black {
    font-family: "TildaSans-Bold";
    font-size: 16px;
}

.card-block {
    height: 100%;
    overflow: hidden;
    padding: 15px;
}

.card-info ul {
    padding: 15px;
    margin: 0;
}

.card-info ul li{
    list-style: disc;
    color: #1c2ecf;
}

.card-info .button-2 {
    padding: 0;
    text-align: left;
}

.card-info .button-2 a {
    padding: 11px 15px 9px;
    font-size: 12px;
}

.card-info .button-2 a:hover {
    background: #105fd7;
}

.empty {
    padding: 10em 0;
}


/*ONE-TRAINER-PAGE  */
.full-info-trainer {
    padding: 0 0 0 35px;
}

.full-info-trainer-img {
    padding: 15px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.full-info-trainer-img img {
    height: 100%;
    width: 100%;
}

.name-trainer {
    font-size: 45px;
    font-family: "TildaSans-ExtraBold";
    text-transform: uppercase;
    margin: 0 auto 20px;
}

/*ALL-SERVICES-PAGE*/
#all-services .name-blog {
    padding: 60px 0 24px 0;
}

#all-services .button-2 a {
    font-size: 14px;
}

.ticket-info {
    padding: 10px;

}
.ticket-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    height: 200px;
}

.ticket-info > img{
    display: block;
    margin: 0 auto;

}

.ticket-info .button-2 {
    padding: 20px 0;
}

.ticket-info .button-2 a{
    padding: 15px 20px;
}

.services-padding {
    padding: 0 15px;
}

.promotion-item {
	display: flex;
    justify-content: center;
	padding: 0px;
}

.list-services {
    /*list-style: none;
    width: 100%;
    height: 235px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    padding: 0 30px;
    margin: 0;
    overflow: inherit;
}

.list-services li{
    page-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    list-style: none;
    margin-bottom: 7px;
}
.list-services li > p { padding-left: 20px}
.list-services li i {
    position: absolute;
}

.list-services li p {
    font-size: 16px;
    font-family: "TildaSans-Regular";
}

.services-brief {
    display: none;

    /* height: 156px;*/
    padding: 15px;
    -webkit-box-shadow: 5px 7px 8px 0 rgba(206, 206, 206, 0.75);
    -moz-box-shadow:    5px 7px 8px 0 rgba(206, 206, 206, 0.75);
    box-shadow: 5px 7px 8px 8px rgba(206, 206, 206, 0.75);

    z-index: 80;

}
.services-brief .h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 120%;
}
.services-brief .color-dark-grey {
    overflow: hidden;
}

@media (min-width:768px) {
    .services-brief {
        position: absolute;


    }
}

.services-brief::before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -20px;
    left: 50px;
}

.services-brief img {
    width: 90px;
    /*height: 90px;*/
    float: left;
    margin-right: 10px;
}

.services-brief .button-2 {
    padding: 0;
    margin: 15px 0 5px;
}

.services-brief .button-2 a {
    padding: 12px 30px 10px;
    font-size: 13px;
    display: block;
}

/*.list-services li:hover .services-brief, .list-services li .services-brief:hover {
    display: block;
}*/

.list-services li:hover {
    color: #1c2ecf;
    cursor: pointer;
}

.list-services li:hover p {
    text-decoration: underline;
}

.list-services li:hover .services-brief p{
    display: block;
    text-decoration: none;
}

.additional {
    height: 100px;
}

/*ONE-SERVICE-PAGE*/

.service-desc-double {
	display: flex;
    align-items: stretch;
}

.service-desc-double .service-description {
	width: 25%;
    margin-bottom: 0px;
	padding: 30px;
    background: #fff;
	max-height: 100%;
}

.service-desc-double .service-text {
	width: 75%;
}

.ticket-text .h3 {
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.service-desc-double {
		flex-direction: column;
	}

	.service-desc-double .service-description {
		width: 100%;
		padding: 16px;
	}
	
	.service-desc-double .service-text {
		width: 100%;
	}

	.service-subscription .filt {
		padding: 0px !important;
	}

    .trainer-card, .card-info {
        padding: 15px 0px; 
    }

}


.service-info {
    padding: 70px 15px;
}

.service-description {
    max-height: 720px;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.service-description img{
    height: auto;
    width: 100%;
}

.service-text {
    padding: 40px 40px 10px 40px;

    /*width: 45%;
    bottom: 0;
    right: 0;
    position: absolute;*/
}

.service-subscription {
    padding: 20px 15px;
}

.service-subscription img {
    float:left;
    margin: 0 15px 15px 0;
}

.clubs-name, .calendar{
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.clubs-name ul {
    margin-bottom: 0 !important;
}

.clubs-name ul li {
    font-size: 18px;
    font-family: "TildaSans-Regular";
    list-style: none;
}

.clubs-name ul li i {
    margin-right: 5px;
}

.calendar input {
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 15px;
    font-family: "TildaSans-ExtraBold";
    border: 1px solid #5d5d5d;
    width: 50%;
    margin: 0 auto;
}

.blog-buy {
    padding: 30px 15px;
    text-align: center;
    font-family: "TildaSans-Regular";
}

.blog-buy .h5 {
    font-size: 25px;
    margin-bottom: 10px;
}
.blog-buy span {
    font-family: "TildaSans-ExtraBold";
}

.blog-video {
    width: 100%;
}

.service-info  .filter-controls p {
    width: auto;
    margin: 0 10px 0 0;
}

.nav-tabs, .nav-tabs .nav-link, .nav-tabs .disabled {
    border: none;
    border-radius: 0;
}

.nav-tabs .nav-link, .nav-tabs .disabled {

    display: flex;
    justify-content: center;
}

.nav-tabs .nav-link > p, .nav-tabs .disabled > p {
    margin: 0 auto;
}

.filter-blog .nav-tabs .nav-link:hover, #clubs-page .nav-tabs .nav-link:hover {
    background: #1c2ecf !important;
    color: #fff;
}

.filter-blog .nav-tabs .nav-link.active, #clubs-page .nav-tabs .nav-link.active {
    background: #1c2ecf !important;
    color: #fff;
    border-bottom: 2px solid #1c2ecf;
}

.tab-content{
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    float: left;
}

.flex-element {
    font-size: 15px;
    font-family: "TildaSans-Regular";
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.w-10 {
    width: 10%;
}

.w-25 {
    width: 25%;
}

.w-40 {
    width: 40%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-15 {
    width: 15%;
}
.practice-one, .practice-header  {
    font-size: 15px;
    font-family: "TildaSans-Bold";
    text-align: center;
}

.practice-one div, .practice-header{
    padding: 25px;
}

.practice button.slick-prev, .practice button.slick-next {
    z-index: 10;
    height: 100%;
    width: 10%;
}

.practice button.slick-prev {
    left: 0;
}

.practice button.slick-next {
    right: 0;
}

#news button.slick-prev {
    left: -15px
}

#news button.slick-next{
    right: -15px
}

.front_news .button-6 {
    padding: 20px 0;
}

/*Р РЋLUBS-PAGE*/
#clubs-page .tab-panel {
    overflow: hidden;
    position: relative;
    /*height: 630px;*/
}

#clubs-page .tab-pane {
    height: 100%;
}

#clubs-page .tab-content .club-map .init_map {
    height: 515px !important;
}

#clubs-page .nav-tabs {
    padding: 30px;
    border-top: 5px solid #1c2ecf;
    width: 32%;
    position: absolute;
    height: 39%;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(243,243,243,1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(243,243,243,1);
    box-shadow: 0px 0px 5px 5px rgba(243,243,243,1);
}

#clubs-page .tab-panel a{
    font-size: 14px;
    font-family: "TildaSans-Regular";
    padding: 12px 7px;
    height: auto;
    width: 100%;
    border: 2px solid #c6c6c6;
    margin: 0 0 10px 0;
    border-radius: 2px;
    display: block;
}

#clubs-page .tab-panel a.active {
    border: 2px solid #1c2ecf;
    color: #fff;
    background: #1c2ecf;
}

#clubs-page .tab-panel a:hover {
    background: #1c2ecf;
    color: #fff;
    border: 2px solid #1c2ecf;
}

#clubs-page .tab-panel a.active:hover {
    border: 2px solid #1c2ecf;
}

#clubs-page .tab-panel a i {
    display: none;
    float: right;
    top: 3px;
    position: relative;
}

#clubs-page .tab-panel a:hover i, #clubs-page .tab-panel a.active i {
    display: block;
}

#clubs-page .tab-content {
    margin: 0;
    position: relative;
    height: 100%;
}

#clubs-page .club-time {
    height: 100%;
    display: flex;
    align-content: space-between;
    padding: 15px 0;
    min-height: auto;
    font-size: 0.8vw;
}

#clubs-page .club-time i{
    margin-bottom: 0;
    font-size: 16px;
}

#clubs-page .club-time > span {
    padding-left: 40px;
}

#clubs-page .tab-content .club-info {
    width: 32%;
    height: 61%;
    bottom: 0;
    position: absolute;
    padding: 30px;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(243,243,243,1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(243,243,243,1);
    box-shadow: 0px 0px 5px 5px rgba(243,243,243,1);
}

#clubs-page .tab-content .club-info .h3{
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

#clubs-page .club-services {
    padding: 20px 0;
}

#clubs-page .tab-content .club-map {
    padding: 20px 30px;
    width: 65%;
    float: right;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(243,243,243,1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(243,243,243,1);
    box-shadow: 0px 0px 5px 5px rgba(243,243,243,1);
}

#clubs-page .adress-time-2 {
    float:left;
    height: 45px;
    width: 100%;
    margin-bottom: 10px;
    min-height: 35px;
}

#clubs-page .button-7 {
    height: 100%;
    padding: 0;
}

#clubs-page .button-7 a{
	border: 0px;
    font-family: "TildaSans-ExtraBold";
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 200%;

}

#clubs-page .button-7 a i {
    display: block;
    float: right;
    margin: 0;
}

#clubs-page .hr-3 {
    position: absolute;
    bottom: 0;
}

.advantages {
    padding: 30px;
    text-align: center;
    min-height: 375px;
}

.advantages-img {
    height: 100%;
    width: auto;
    overflow: hidden;
}

.advantages-img img{
    padding: 20px 0;
    width: auto;
    height: max-content;
    margin: 0 auto;
}

.advantages-text {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-self: center;
    height: 130px;
}

.advantages-text .h3 {
    min-height: 45px;
}

.history {
    padding: 0 15px;
}

.history-img {
    max-width: 600px;
    float: left;
    margin: 0 25px 15px 0;
}

.history-img, .autor-comment-img {
    overflow: hidden;
    padding: 15px;
}

.history-img img, .autor-comment-img img{
    width: 100%;
    height: auto;
}

.history-text {
    padding: 0;
}
ul.history-text {
    margin: 0 0 1rem 30px;
    list-style: none;
}

.history-text li {
    margin-bottom: 5px;
}

.history-text i{
    float: left;
    margin: 0 10px 5px 0;
}

.club-2-info {
    height: 445px;
    width: 100%;
}

.club-gallery {
    height: 325px;
    width: 100%;
    overflow: hidden;
}

.club-gallery img {
    width: 100%;
    height: auto;
}

.club-2-text {
    padding: 35px 20px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-self: center;

}

.club-2-text .h3 {
    margin-bottom: 13px;
}

.club-2-services {
    padding: 35px;
}

.club-2-services .list-services {
    padding: 35px 0;
}

.club-2-services .h3 {
    text-transform: uppercase;
}

/*BLOGS-PAGE*/
.sitebar .h3 {
    margin-bottom: 20px;
}

.search-by-block {
    border-top: 5px solid #1c2ecf;
    padding: 30px;
}

.search-by-block, .rubrics, .choice, .sitebar-sign, .one-blog-entry {
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.search-by-block  .search-button{
    font-size: 13px;
    font-family: "TildaSans-ExtraBold";
}
.search-by-block .input-group {
    width: 100%;
}
.search-by-block .search-button {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.sitebar .input-group-prepend button:hover {
    background: #d22803;
}

.rubrics ul{
    padding: 0;
}

.rubrics ul li{
    list-style-type: disc;
    list-style-position: inside;
}

.rubrics ul li a:hover {
    color: #1c2ecf;
}

.choice img {
    width: 100%;
    height: auto;
    /*float: left;
    margin-right: 10px;*/
    margin-bottom: 15px;
}

.one-choice {
    border-bottom: 1px solid #5d5d5d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 100%;
    overflow: hidden;
}

.choice-info {
    /*float: left;*/
    width: 100%;
}

.choice-info .h5, .more {
    font-size: 17px;
    font-family: "TildaSans-Bold";
}

.choice-info span, .one-blog-entry-text .icon-font {
    font-size: 13px;
    font-family: "TildaSans-Regular";
}

.sitebar-sign .sign-up-form {
    padding: 0;
}

.sitebar-sign .sign-up-form p {
    font-size: 13px;
}


.sitebar-sign .sign-up-form input[type="submit"] {
    padding: 12px 0 10px;
    width: 100%;
}

.sitebar-sign .sign-up-form input.bg-blue[type="submit"]:hover {
    color: #fff;
    background: #1c2ecf !important;

}

.sitebar-tags {
    width: auto;
    overflow: hidden;
}

.sitebar-tags .tag {
    border: none;
    border-radius: 2px;
    padding: 10px;
    font-size: 15px;
    font-family: "TildaSans-Medium";
    line-height: 135%;
    margin: 5px;
    position: relative;
    float: left;
}

.sitebar-tags .tag:hover {
    background: #1c2ecf !important;
    color: #fff;
}
.one-blog-entry-img {
    height: auto;
    width: 55%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    position: relative;
}

.one-blog-entry-img .full-blog {
    position: absolute;
    bottom: 0;
    padding: 14px;
    font-family: "TildaSans-Medium";
    font-size: 15px;
    display: block;
}

.one-blog-entry-img .full-blog a:hover {
    color: #d22803;
}

.one-blog-entry {
    /* height: 420px;*/
}

.one-blog-entry img{
    float: left;
    margin-right: 15px;
    height: auto;
    width: 100%;
    position: relative;
}
.one-blog-entry-text {
    float: right;
    width: 41%;
}

.one-blog-entry-text i {
    margin-right: 10px;
}

.text-briefly {
    max-height: 172px;
    overflow: hidden;
}

.text-briefly p {
    line-height: 1.5;
}

.one-blog-entry-text .h4, .text-briefly{
    margin-bottom: 15px;
    margin-top: 15px;
}

.abonement-info {
    padding: 30px;
}

.abonement-filter, .abonement-price {
    width: 100%;
    height: auto;
}

.abonement-price, .abonement-buy {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    border-left: 1px solid #5e5e5e;
}

.abonement-buy {
    border: none;
}

.abonement-price .h5{
    font-size: 20px;
}

.abonement-action {
    display: flex;
    padding: 30px;
}

.abonement-action img{
    width: 70px;
    margin-right: 18px;
}


.abonement-action-button {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.abonement-action-button .button-2 {
    padding: 30px;
}

.abonement-action-button a {
    margin: 0 auto;
}

.blog-info {
    padding: 15px;
    display: flex;
    /*justify-content: space-between;*/
    font-family: "TildaSans-Regular";
}

.d-block {
    /*display: block!important;*/
}

#one-blog span.d-block {
    display: block!important;
    margin: 0 30px 0 0;
    font-style: italic;
}



.about-autor {
    padding: 20px;
}

.autor-foto {
    overflow: hidden;
}

.autor-foto img{
    height: 100%;
    width: auto;
}

.about-autor ul{
    padding: 0;
}

.additional-list-1 ul, .additional-list-2 ul {
    padding: 0 15px;
}

.about-autor ul li, .additional-list-1 ul li, .additional-list-2 ul li{
    font-size: 15px;
    font-family: "TildaSans-Medium";
    list-style-type: disc;
}
.additional-list-1 ul li{
    list-style-type: decimal;
}


/*PAYMENT-PAGE*/
@media (min-width: 992px) {
#payment {
        padding-top: 200px;
    }
}

#payment .tab-content {
    overflow: inherit;
}

#payment .nav-tabs {
    width: 100%;
    z-index: 324;
    padding: 0 15px;
    border: none;
}


#payment .form-group {
    font-size: 15px;
    font-family: "TildaSans-Medium";
}

#payment .form-group label {
    margin-bottom: 1rem;
}

#payment .form-group input {
    width: 100%;
    border-radius: 40px;
    padding: 0.75em 2em;
    border: 2px solid #626262;
    font-size: 15px;
    font-family: "TildaSans-Regular";
}

#payment .form-group input:focus {
    outline: none;
}

#payment .cheackbox {
    display: flex;
    align-items: flex-start;
}

#payment .cheackbox input {
    margin: 3px 10px 0 0;
}

#payment .cheackbox p {
    font-family: "TildaSans-ExtraBold";
    font-size: 15px;
}

#payment .button-7 {
    padding: 0;
    margin: 15px 0 0;
}

#payment .button-7 button{
    padding: 14px 40px;
    font-family: "TildaSans-ExtraBold";
    text-transform: uppercase;
    letter-spacing: 1px;
}

#payment .service-cost {
    border-top: 4px solid #f42f2b;
    padding: 35px;

    margin-bottom: 65px;
}

#payment .in-abonement {
    padding: 35px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

#payment .in-abonement li{
    display: flex;
    align-items: flex-start;
    color: #0a252e;
    font-family: "TildaSans-Bold";
    font-size: 0.9em;
}

#payment .in-abonement li i{
    margin: 3px 30px 0 0;
}

#payment .select-club {
    padding: 10px 25px;
    display: flex;
    align-items: center;
    color: #000;
}

#payment .select-club select {
    border-radius: 50px;
    color: black;
}

#payment .card-payment-info {
    padding: 35px;
    border: 2px solid #626262;
    border-radius: 20px;
    font-size: 15px;
    font-family: TildaSans-Medium;
    text-align: justify;
    line-height: normal;
}

#payment .card-payment-info img {
    width: auto;
    height: 30px;
    margin-bottom: 20px;
}

#payment .order {
    font-family: "TildaSans-Hairline";
    font-size: 30px;
    font-style: italic;
    color:  #000;
    font-weight: 900;
}

#payment .form-group p {
    font-family: "TildaSans-Regular";
    font-size: 13px;
    font-style: italic;
}

#payment .form-group p ul li {
    list-style: none;
    font-size: 13px;
    color: red;
    font-style: normal;
}

#payment .form-group p ul {
    padding-inline-start: 0;
    margin: 3px 0 0 20px;
}

#payment .month-year {
    display: flex;
    align-items: baseline;
}

#payment .payment-news {
    padding: 30px;
    display: flex;
    height: 140px;
    overflow: hidden;
}

#payment .payment-news-img {
    height: 100%;
    width: auto;
    max-width: 100px;
    overflow: hidden;
    margin-right: 15px;
}
#payment .payment-news-img img {
    width: 100%;
    height: auto;

}

#payment .payment-news-text .h5{
    font-size: 15px;
}

#payment .payment-news-text .data {
    font-size: 13px;
    font-family: "TildaSans-Regular";
    font-style: italic;
}



#subscription .subscription-header .h5 {
    overflow: hidden;
    font-family: "TildaSans-Bold";
}


.cookie-block {
    position: fixed;
    background: #1c2ecf;
    width: 80%;
    height: auto;
    bottom: 40px;
    left: 10%;
    padding: 12px 30px;
    border-radius: .25rem;
    z-index: 1000;
    display: none;
}
.cookie-block__text {
    color: #fff;
    font-size: 15px;
    font-family: 'TildaSans-Regular';
}
.cookie-block__text a {
    color: #fff !important;
    text-decoration: underline !important;
}
.cookie-block__close {
    color: #fff;
    font-size: 40px;
    font-family: 'TildaSans-Bold';
    position: absolute;
    right: 15px;
    top: 7%;
    -moz-transform: rotate(45deg); /* Р ВќР В»РЎРЏ Firefox */
    -ms-transform: rotate(45deg); /* Р ВќР В»РЎРЏ IE */
    -webkit-transform: rotate(45deg); /* Р ВќР В»РЎРЏ Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Р ВќР В»РЎРЏ Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

/*** Р ВµР…Р В¶ РЎвЂљРЎР‚Р С•Р С–Р В°Р в„– *****/

.ajax-shadow {
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
}

.ajax-shadow {
    background: url("/bitrix/templates/atlet/assets/img/loading-big.gif") no-repeat 50% 50%;
    background-color: #fff;
    opacity: 0.5;
}


.ajax_reload {position: relative;}
.absolute_block {position: absolute; left: 0; width: 100%}
.meropriatia {}
#trainers {position: relative; overflow: hidden;}
#trainers > .container:nth-child(1) {min-height: 800px; padding: 0}
#trainers .absolute_block {max-width: calc(100vw - ((100vw - 1140px))); left:auto}
#trainers .trainer-foto {height: 714px}
/******/
.container.autor-comment {padding-bottom: 20px}
.one_reviews .h3 {padding: 10px 0}
.one_reviews .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.padding_block {height: 30px;width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto;}
.padding_block .bg-grey {height: 100%}


/* 404 */
.p404__header {
    font-size: 120px;
    font-weight: 900;
    font-family: "TildaSans-ExtraBold";
    line-height: 110%;
    margin: 0;
    padding: 40px 0 0;
    text-align: center;
}
.p404__text {
    font-size: 20px;
    font-family: "TildaSans-Regular";
    line-height: 135%;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
}

@media (min-width: 991px) {
    section.header nav { left: 0px;}
    section.header .text-blog {padding-left: 300px}
    .semi_h1 {width: 50%}
    /*#payment .payment-blog .tab-panel .nav.nav-tabs {padding-left: 100px}*/
}
section.header nav {    
    padding: 0;
    width: 100%;
    text-align: left;
    position: relative;
}

@media screen and (max-width: 991px) and (min-width: 640px) {
	#header .text-blog { 
		padding: 150px 25px 0 25px !important;
		height: 870px !important;
	}
}

@media (max-width: 991px) and (min-width: 640px) {
	section.header .text-blog h1 {margin: 8% 0 15px;}
}

@media (max-width: 991px) {
    section.header .text-blog {display: flex; margin: auto; height: calc(100% - 115px); flex-direction: column; padding: 0px 25px 0 25px;}
    section.header .text-blog h1 {margin: 4% 0 15px;}
    #header, #header .menu-blog  {min-height: 850px; height: auto;}
	#header .menu-sidebar .menu-logo, .menu-sidebar .menu-logo  { display: none; }

    #header .menu-sidebar li {}
    #header .menu-sidebar li a {padding: 10px 23px;}
    #header .menu {margin-bottom: 50px;}
    #header .menu-sidebar {top:100px}
    .header h1 {font-size: 24px !important;}
    #sign-up .bg-div{padding: 40px 15px;}
    #sign-up .sign-up {padding: 15px;}
    #sign-up .sign-up .sign-up-blog {padding: 40px 15px;}
    #sign-up .sign-up .hr-6, #sign-up .sign-up .hr-7 {top:0; left: inherit}
    #sign-up .sign-up .hr-6 {right: 57px}
    #sign-up .sign-up .hr-7 {right: 50px}
    .card .card-body {height: 270px; overflow: hidden}
    #mobile-call-phone {
        font-size: 34px;
        position: absolute;
		top: 20px;
        right: 80px;
        padding: 0;
        color:#fff;
        display: flex !important;
        margin: -2px 0 0;
    }
    .blog-video {width: 100%;}
	.header-text { flex-direction: row; }
	.button-1 .link_logo, .link_logo { display:block; }
}

@media (min-width:768px) {
    .record-text {height: 198px;}
}

@media (max-width: 1023px) {
    .absolute_block_relative{position: absolute; left: 0; width: 96%}

    /* .container-abonement .club-info {padding-top: 60px}*/

}
@media (max-width: 991px) {
    .menu {margin-bottom: 0}
    .menu .h3 {font-size: 27px; padding: 10px 0;}
    #footer .lists {width: 100%; display: block !important;}
    #footer .lists ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .footer-block .footer-lists {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px 20px 15px !important;
    }
    .button-6 a {display: flex; align-items: center; justify-content: center; }
    .button-6 .fas {font-size: x-large;}
}



iframe {max-width: 100%!important}
section.header {position: relative}
.blog-info i {margin-right: 6px}
.service-description .color-dark-grey {font-style: italic}
.about-autor p {color: #5e5e5e;}
.about-autor.other-post{height: 100%}
#more-blogs .blogs {margin: 0 -8px 0 -8px}
#more-blogs .blogs .record-one {margin: 8px}
#more-blogs .blogs .record-one-img img {width: 100%; height: auto}
.one-blog .name-blog {padding-bottom: 10px}
#one-blog .preview {margin-bottom: 10px}
.block-info {float: left; padding: 0; margin-right: 15px}
.sitebar-tags {/*margin-bottom: 15px*/}
.vk_block {padding: 20px; background: #fff}
.prices_block {margin-top: -200px}
.payment-blog #nav-tab > .row{ width: 100%}
.payment-blog .tab-panel .nav-link{margin: 0}
.h1 a {color:#212529;}
.button-1 .link_logo {float: left; width: 275px;}
.button-1 .link_logo img {width: 100%;}
.trener_blog .button-3 {width: 151px;
                        margin: 0;}
.trener_blog .trener_text {height: 40px; overflow: hidden}
.club-gallery.club-gallery-trenery img {width: 100%; height: auto}
.trener_blog .club-2-text {height: auto}
.choice div.color-dark-grey {height: 56px; overflow: hidden}
#pagination-info .bx-pag-prev, #pagination-info .bx-pag-next {display: none}
#pagination-info {padding-left: 30px}
#pagination-info a, #pagination-info span {border-radius: 0; background: #fff}
#pagination-info .bx-active span {background: #0056b3}
.club-gallery.images-gallery > a {display: block;background-size: cover;height: 100%;}
.club-gallery.images-gallery img {display: none}
.link-trener-review{margin-left: -5px; text-decoration: underline !important;}
.semi-border-right:after {content: '';height: 80%;width: 1px;position: absolute;right: 0;top: 10%;background: #dde0e1;}
.nav-tabs .nav-link, .nav-tabs .disabled {margin-right: 5px; padding: .55rem 1rem .35rem; border-radius: 2px;}
.flex-element .button-2 {padding: 0}
.flex-element .button-2 a {padding: 10px;font-size: 12px;}
.box-shadow { -webkit-box-shadow:  3.83px 3.214px 18px 0px rgba(0, 0, 0, 0.03);-moz-box-shadow:3.83px 3.214px 18px 0px rgba(0, 0, 0, 0.03);box-shadow:  3.83px 3.214px 18px 0px rgba(0, 0, 0, 0.03);}
.bg-div {padding: 56px 0;}
.payment-blog {position: relative}
.payment-blog .tab-panel {/*position: absolute; top: -28px; */ width: 100%; margin: 30px 0 0;}

#payment .payment-blog .nav-link {padding: 0}

#payment .nav-tabs .nav-link {
    background: none;
    color: #212529;
    font-size: 1em;
    font-family: "TildaSans-Bold";
    text-align: center;

}
#payment .nav-tabs .nav-link {padding: 0 5px}
#payment .nav-tabs .nav-link > div {
    border-bottom: 4px solid #212529;
    width: 100%
}

#payment .nav-tabs .nav-link.active > div {
    color: #1c2ecf;
    border-bottom: 4px solid #1c2ecf;
}
.club-gallery.images-gallery .zoom{
    display: block;
    position: absolute;
    top: 28%;
    width: inherit;
    left: 43%;
}
.nav-tabs .disabled {    opacity: 0.5;
                         padding: .5rem 1rem;}

.orange_line_href {text-decoration: underline!important; margin: 15px 0 0; display: block;}
.product-more-buy, .action-info {font-family: TildaSans-Medium;}
.button-buy:hover {color:#fff}
.product-action .h4{font-size: 18px;}
.club-map.mini-map > div {height: 80px; width:100%}
.ticket-info .ticket-img {height: 170px}
.ticket-info .ticket-img > img {margin: auto; height: 100%; max-width: 100%}
.product-priced .h5{font-family: 'TildaSans-ExtraBold';font-size: 25px;}
.product-select {border-radius: 50px}
.product-priced {font-family: TildaSans-Thin;
                 font-size: 21px;}
.flex{display: flex}


/* Index Header */
.top-header__h1 {
    color: #fff;
    font-size: 50px !important;
    line-height: 110% !important;
    margin: 65px 0 20px;
}

/*Р С›РЎвЂљРЎРѓР С—РЎС"РЎвЂљ Р Т'Р В»РЎРЏ Р Р…Р ВµР Р…РЎР‹ РЎРѓ РЎвЂљР ВµР В»Р ВµРЎвЂћР С•Р Р…Р В°*/
@media screen and (max-width: 640px) {
	.top-header__h1 {
		margin: 230px 0 20px;
	}
}

#mobile-call-phone {display: none}
.top-header__ul {
    margin: 20px 0 30px;
}
.top-header__li {
    color: #fff;
    font-family: "TildaSans-Regular";
    font-size: 21px;
    margin: 0 0 0 30px;
}
.top-header__li span {
    color: #1c2ecf;
}
.top-header__btn {
    padding: 0 !important;
}
.top-header__span-btn {
    color: #fff;
    font-family: "TildaSans-Regular";
    font-style: italic;
    margin: 5px 0 50px;
    font-size: 17px;
}
.top-header__span-btn a {
    text-decoration: underline !important;
}

.br_height_80 {
    height: 80px;
}

/* Р ВР В»Р С•Р С– */
.blog-detail-block {

}

.blog-detail-block h2 {
    font-size: 24px;
    font-family: "TildaSans-Bold";
    line-height: 100%;
    margin: 25px 0 15px;
}
.blog-detail-block h3 {
    font-size: 20px;
    font-family: "TildaSans-Bold";
    line-height: 100%;
    margin: 25px 0 15px;
}
.blog-detail-block p {
    margin: 0 0 7px;
}
.blog-detail-block p > b, .blog-detail-block p > strong {
    font-family: "TildaSans-Bold";
    font-weight: normal;
}
.blog-detail-block ol, .blog-detail-block ul {
    margin: 0 0 15px;
}

.blog-table-contents {
    margin: 10px 0 40px;
    background: white;
    border-top: 5px solid #105fd7;
    border-bottom: 5px solid #105fd7;
    color: #000;
    padding: 30px 30px 20px 30px;
    position: relative;
}
.blog-table-contents .blog-table-contents__header {
    font-size: 22px;
    font-weight: bold;
    font-family: "TildaSans-Regular";
    line-height: 135%;
    margin: 0 0 7px;
}
.blog-table-contents ul {

}
.blog-table-contents ul li {

}
.blog-table-contents ul li a {

}



.one_page_service {

}
.one_page_service p {
    margin-bottom: 12px;
}
.one_page_service h2 {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 0;
    font-family: "TildaSans-ExtraBold";
    line-height: 110%;
    margin: 20px 0 12px;
}
.one_page_service ul {
    margin-bottom: 12px;
}
.one_page_service ul li {}


/* LP */
.lp-header-block {
    margin: 0 0 80px;
}

.lp-header-block__header {
    font-family: "TildaSans-ExtraBold";
    color: #fff;
    font-size: 65px;
    line-height: 110%;
    margin: 35px 0 20px;
    padding: 0;
    max-width: 80%;
}

.lp-header-block__form {
    max-width: 550px;
}

.lp-header-block__form form {
    padding: 0 !important;
}

.lp-header-block__form form input[type="text"], .lp-header-block__form form input[type="tel"] {
    margin-bottom: 15px;
}
.lp-header-block__form form input[type="submit"] {
    margin: 10px 0 5px !important;
}


/* Footer */
.f-general-menu {

}

.f-general-menu li a {
    font-size: 20px;
    position: relative;
    font-family: "TildaSans-ExtraBold";
    color: #b5b5b5;
    padding: 0;
    border: none;
    border-radius: 0;
    display: contents;
}

.f-menu__list-header {
    margin: 0 0 10px;
}

.f-logo__description {
    margin-bottom: 35px;
}
.copyright-info, .copyright-partner {
    margin: 15px 0;
}

.more_link_razdel {

}
.more_link_razdel a {

}
.modal-body .sign-up-form  {padding: 0}
.modal-body .close {margin-right: 5px}


.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

.success-msg {
    display: block;
    text-align: center;
    background-color: #e5ffe5;
    border-radius: 4px;
    padding: 30px;
    color: #000;
    font-family: "TildaSans-Regular";
}
/* Responsive CSS */


@media screen and (max-width: 1440px){
    .text-blog, .text-blog .h1, .text-blog p, .button-7, #header-other .text-blog .h1, #header-other .text-blog p {
        /* padding-left: 0 !important;
         padding-right: 0 !important;
         text-align: center;*/
    }

    .lp-header-block__header {font-size: 60px;}

    #payment .button-7 {
        text-align: start;
    }

    .text-blog .h1 {
        font-size: 100px;
    }

    .text-blog p {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    #sign-up {
        padding-right: 15px;
        padding-left: 15px;
    }


    .sign-up {
        width: auto;
    }

    .menu-scroll .menu {
        left: 20px;
        position: relative;
    }

    .menu li a {
        padding: 15px 23px;
    }

    #header-other .menu-sidebar {
        top: 40px;
    }

    .carousel-one-trainer-info {
        padding: 50px;
    }

    .trainer-comment {
        left: 20em;
    }

    #trainers .carousel-indicators {
        margin-left: -12em;
    }

    .tag {
        font-size: 12px;
    }

    .record-text {
        min-height: 200px;
    }

    .footer-social-blog, .footer-lists {
        text-align: left;
        padding: 20px 15px 0 15px;
    }

    .lists {
        border-left: none;
        padding: 0;
    }

    #footer .logo img {
        margin-bottom: 10px;
    }

    .social-footer {
        text-align: left;
        padding: 15px 15px 0 20px;
        margin: 20px 0;


    }

    #footer .logo img{
        float: none;
        width: 40%;
    }

    .one-blog-entry-text .h4 {
        font-size: 20px;
    }

    .one-blog-entry-text p {
        font-size: 12px;
    }

    #clubs-page .nav-tabs {
        width: 100%;
        position: relative;
    }

    #clubs-page .tab-content .club-map {
        padding: 30px;
        width: 100%;
        float: none;
        position: relative;
    }

    #clubs-page .tab-content .club-map .init_map {
        height: 300px !important;
    }

    #clubs-page .tab-content .club-info {
        width: 100%;
        height: 100%;
        position: relative;
        float: none;
    }

    #history-clubs p {
        font-size: 13px;
    }

    .service-text {
        bottom: 20px;
    }

    #payment .nav-tabs {
        top: -28px;
        height: 28px;
    }

    #trainers .absolute_block {
        max-width: calc(100vw - ((100vw - 960px)));
    }
}

@media screen and (max-width: 1070px) {
    .lp-header-block__header {font-size: 55px; text-align: left;}
}

@media screen and (max-width: 991px) {
    .h1 {
        font-size: 35px;
    }
    #header-other {
        background: url("/bitrix/templates/atlet/assets/img/header-bg-mobile.jpg");
    }

    .lp-header-block__header {font-size: 35px;}
    .top-header__li {margin-left: 0;}

    .record-one-img {    height: auto;}
    .record-one .tags{display: none}
    .record-text {padding-top: 16px}
    .bg-1, .bg-2, .bg-3, .bg-4, .bg-5 {
        display: none;
    }

    .toggle-button {
        display: block;
    }

    .menu-blog, #header-other .menu-blog {
        left: -300px;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        transition: left 0.3s;
    }

    .menu-show, #header-other .menu-show {
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        transition: left 0.3s;
        left: 0;
        z-index: 140;
    }

    .logo span {
        display: none;
    }

    .logo img {
        float: right;
    }

    .button-1 {
        text-align: center;
        /*padding-top: 30px;*/
    }

    .button-1 a{
        float: none;
        padding: 14px 62px;
    }

    .header-text {
        padding: 40px;
    }

    #header-other .text-blog {
        padding: 20px;
    }

    .text-blog .h1, #header-other .text-blog .h1 {
        font-size: 60px !important;
    }

    .text-blog p, #header-other .text-blog p {
        font-size: 20px;
    }

    #header-other .header-text, #header .header-text {
        padding: 20px 0;
    }

    .sign-up {
        width: 100%;
    }

    .sign-up-form {
        padding: 32px;
    }

    .lists {
        display: none;
        margin: 0 auto;
        float: none;
    }

    .subscribe {
        width: 80%;
        margin: 0;
    }

    .filter-icon-2  {
        padding: 50px 14px;
    }

    .filter-icon-3 {
        padding: 81px 14px;
    }

    .list-services {
        /*height: 300px;*/
    }

    .additional {
        height: 155px;
    }

    .services-brief {
        margin: 5px 0 30px;
    }

    .history-img, .autor-comment-img {
        text-align: center;
    }
    .history-img {
        max-width: 100%;
        margin: 0 0 15px 0;
		height: max-content;
    }
	.container-clubs{height:540px!important;}
    .history-img img{
        width: 100% ;
        height: auto;
    }

    .history-text i {
        float: left;
        margin: 0 10px 0 0;
    }

    .full-info-trainer-img {
        height: 700px;
    }

    .full-info-trainer-img img {
        width: 100%;
        height: auto;
    }

    .service-description {
        height: inherit;
    }

    .service-text {
        position: relative;
        padding: 40px;
        bottom: 0;
        left: 0;
        width: 100%;
        height: inherit;
    }

    .clubs-name ul {
        padding: 15px;
    }
    .calendar input {
        width: auto;
    }

    .abonement-price, .abonement-buy {
        display: block;
        border: none;
        text-align: center;
    }

    .trainer-comment-img img {
        width: auto;
    }

    #clubs-page .button-7 a{
        font-size: 10px;}

    #payment .service-cost, #payment .card-payment-info {
        position: relative;
        width: 100%;
    }

    .prices_block {
        margin-top: 10px;
    }

    #trainers .absolute_block {
        max-width: calc(100vw - ((100vw - 720px)));
    }
}

@media screen and (max-width: 767px) {
    .h1 {font-size: 30px;}
    .club-info {padding: 0 0 0 15px;; margin-left: 10px;}
    .data-rectangle-2 {left: -10px;}
    .trainer-comment-mobile, .trainer-foto-mobile {width: 100%;}
    .button-2 {padding: 15px 0;}
    .container-trainers {padding: 0 50px;}
    .name-blog {left: 0;}
    .name-blog i {display: none;}
    .record-text {min-height: 100px;}
    .one-blog-entry {height: auto;}

    .cookie-block {display: none !important;}

    .one-blog-entry-img {
        width: 100%;
        margin: 0 0 15px 0;
        left: 0;
    }

    .one-blog-entry-text {
        float: none;
        width: 100%;
    }

    .text-briefly {height: auto;}

    .one-blog-entry-img img{
        left: 0;
        width: 100%;
    }

    .list-services {
        height: 100%;
    }

    .full-info-trainer-img {
        height: 500px;
        padding: 0;
        margin: 0 0 15px;
    }

    .service-text {
        padding: 15px;
    }

    #one-service .filter-blog {
        height: 170px;
    }

    .subscribe {
        width: 100%;
    }

    .button-6 {
        padding: 20px 0;
    }

    .button-6 a {
        padding: 12px 24px;
    }

    .nav-tabs .nav-link, .nav-tabs .disabled {
        padding: 9px 0 3px;
        height: 35px;
        width: 36px;
    }
    .filter-controls .tab-panel {
        /*height: auto;*/
    }
    .subscription-info {
        padding: 2em;
        height: 185px;
    }

    #clubs-page .club-info {
        margin: 0;
    }

    #payment .month-year, #payment .cods-card {
        display: block;
    }

    .prices_block .service-cost .h4 {
        font-size: 28px;
    }

    #trainers .absolute_block {
        max-width: calc(100vw - ((100vw - 540px)));
    }
}


@media screen and (max-width: 575px) {

    .top-header__li {
        font-size: 15px !important;
    }

    .text-blog p, #header-other .text-blog p {
        font-size: 15px;
    }

    .h4 {
        font-size: 20px;
    }

    .sign-up-blog, .advantages {
        padding: 10px;
    }

    .sign-up-blog p {
        font-size: 12px;
    }

    .sign-up-form input[type="submit"] {padding: 14px 0; font-size: 14px; width: 100%;}

    .name-blog {
        padding: 30px 15px;
    }

    #subscription .name-blog {
        padding: 30px 0 0 0;
    }

    .card-img-top {
        width: 100%;
    }


    .trainer-foto-mobile {

    }

    .trainer-foto-mobile img {
        width: 100%;
    }

    .list-services {

    }

    .mini-foto-trainer {
        float: none;
        text-align: center;
    }

    #clubs-page .tab-content {
        padding: 0;
    }

    #clubs-page button.slick-next {
        right: 0;
    }

    #clubs-page button.slick-prev {
        left: 0;
    }
    .our-advantages {
        padding: 0 30px;
    }

    .blog-info {
        flex-direction: column;
    }

    .blog-info span{
        padding: 5px 0;
    }

    .autor-foto {
        float: none;
        text-align: center;
    }

    .filter-controls > div, .abonement-filter {
        flex-direction: column;
        align-items: flex-start;
        min-height: 86px;
		height: max-content;
    }
    .filter-category-button .filter-search {
        position: relative;
        width: 100%;
    }
    .filter-category-button .filter-search button {
        top: 0;
        right: 0;
    }

    .filter-blog {
        padding: 0 10px;
    }

    .filter-icon-1, .filter-icon-2, .filter-icon-3 {
        padding: 31px 14px;
        display: none;
    }

    .filter-icon-2 {
        padding: 74px 14px;
    }

    .filter-icon-3 {
        padding: 117px 14px;
    }
    .one-blog-entry-img .full-blog {padding: 15px 0; font-size: 16px; width: 100%; text-align: center;}
    #payment .nav-tabs .nav-link {
        font-size: 0.9em;
    }
    #payment .button-7 a {
        padding: 10px;
    }

	.tab-content {max-height: 5500px;min-height: 550px;height: fit-content;}

    .slick-prev, .slick-next {z-index: 1;}
    .slick-next {right: 0;}
    .slick-prev {left: 0;}

}

@media screen and (max-width: 465px) {
    .name-blog i{
        margin-bottom: 0;
    }

    .logo img {
        width: 50%;
    }

    .header-text {
        padding: 40px 20px;
    }

    .club-services span {
        font-size: 12px;
    }

    .button-2 a {
        font-size: 15px;
    }

    .club-info-name, .club-services, .club-map, .club-time, .button-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sign-up-form {
        padding: 0px;
    }

    /*.button-6 {*/
    /*    padding: 0;*/
    /*}*/


    .container-trainers {
        padding: 0;
    }

    .filter-controls p {
        font-size: 14px;
    }

    .list-services li {
        font-size: 12px;
        margin-bottom: 7px;
    }
    #clubs-page .nav-tabs {
        padding: 10px;
    }

    #clubs-page .tab-content .club-map .init_map {
        height: 180px !important;
    }

    #clubs-page .club-time {
        padding: 10px 0;
    }

    #clubs-page .tab-panel a {
        font-size: 12px;
    }

    .nav-tabs .nav-link, .nav-tabs .disabled {
        height: 35px;
        width: 29px;
        padding: 10px 0 8px;
        margin: 0 5px 5px 0;
    }

    .services-brief img {
        float: none;
        margin: 0 auto 15px;
        display: block;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 385px) {
    h2 {
        font-size: 26px;
    }

    .h3 {font-size: 15px;}
    .button-2 a {font-size: 15px;}
    .club-services span, .club-time div > span, .club-time > span {font-size: 12px;}
    .club-time i {margin-bottom: 1.5em;}

    .tag {
        font-size: 8px;
    }
}

@media screen and (max-width: 352px) {
    #one-service .filter-blog {
        height: 200px;
    }

    .button-1 a {
        padding: 14px 50px;
    }

    .card-info .button-2 a {
        font-size: 10px;
    }
}

.trainer-comment.bg-blue {
    color: #fff;
    font-family: "TildaSans-Regular";
}
#header-other h1 {
    font-size: 50px;
    font-family: "TildaSans-ExtraBold";
    line-height: normal;
}
#header-other {
    color: #fff;
}
.carousel-item iframe {width: 100%}

@media (max-width: 1260px) {
    .menu-scroll .menu {width: 80%;}
	.menu-scroll .menu li a {
		padding: 18px 8px;
	}
    .menu li a {font-size: 14px; padding: 15px 17px;}

    #footer .logo .h3 {font-size: 18px;}
    .fab {font-size: 27px;}
}

@media (max-width: 1180px) {
    .menu-scroll .menu {width: 80%;}
	.menu-scroll .menu li a {
		padding: 18px 8px;
	}

    .menu-scroll .menu-logo {width: 20%;}
    .menu-scroll .menu-logo img {width: 100%;}

    .menu-scroll .menu li a {font-size: 13px; padding: 15px 10px;}
}

@media (min-width: 992px) {#trainers.one_trainer_container #carouselExampleIndicators .carousel-item img {height: 640px} }
@media (max-width: 991px) {
    #trainers #carouselExampleIndicators .carousel-indicators {
        margin: 0;

    }
    #trainers #carouselExampleIndicators .carousel-indicators li img {
        width: 90%;
        height: auto;

    }




    .link_logo {padding: 3px 0 0px 25px !important;}

    .sign-up-blog p.color-dark-grey {max-width: 100%;}
    .more_link_razdel a {font-size: 15px;}

    .club-info {width: 700px;}

    .f-general-menu {margin-bottom: 30px;}
    .f-general-menu.menu .h3 {font-size: 18px;}
}
@media (max-width: 780px) {
    .club-info {width: 470px;}
    .carousel-one-trainer-info-mobile .h3 {margin-left: 25px;}
    .carousel-one-trainer-info-mobile .color-dark-grey {margin-left: 25px;}
	.text-blog .h1 {font-size: 28px !important;}
}


@media (max-width: 500px) {
    .container-fluid, .padding_block, #sign-up {padding-right: 0; padding-left: 0; padding-top: 0px;}
    .container-fluid .container { padding-top: 20px;}
    #sign-up .container {padding: 0;}

    .button-1 .link_logo, .link_logo {width: 200px !important; padding: 0px 0 0px 20px !important;}

    section.header .text-blog h1 {margin: 40% 0 10px;}

    .club-info {width: 300px;}
    .club-info-name .h2 {font-size: 31px;}
    .club-info .pb-5 a {padding: 18px 0; width: 100%; display: block;}

    .subscription-info .color-dark-grey {font-size: 15px;}
    .subscription-cost .h4 {font-size: 30px;}

    .carousel-one-trainer-info-mobile .h3 {font-size: 20px; margin-left: 25px;}
    .carousel-one-trainer-info-mobile .color-dark-grey {margin-left: 25px;}

    .more_link_razdel a {font-size: 14px;}
    .more_link_razdel a i {display: none;}
	.service-description {max-height: 250px;}

	div.news-list img.preview_picture {width:100%}


}

@media (max-width: 380px) {
    .top-header__btn {width: 100%;}
    .button-7 a {width: 100%; padding: 24px 0 20px; font-size: 16px;}

    .club-info {width: 305px;}
	.service-description {max-height: 200px;}

	#header {padding-bottom:50px;}
}

@media (max-width: 320px) {
    .link_logo {width: 160px !important; padding: 7px 0 0px 25px !important;}
}

[type=submit].disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
	.reviews-h, .card-body {
		height: 300px !important;
        padding: 12px 16px 16px;
	}
	.container-clubs-reviews {
		
	}

    .record-one .button-3 {
        padding: 10px 20px;
        margin: 0px 16px 16px;
        width: calc(100% - 32px);
    }
}


@media screen and (max-width: 640px) {
    #header {
        background-position-x: 70% !important;
    }
}

.club-services-width {
	width: max-content;
}

#myModal1 .container {
	max-width: 800px;
}

.sign-up {
	width: 100%
}

.sign-up-blog  .sign-up-form {
	padding: 25px 20px;
}

.sign-up-form {
	padding: 25px 80px;
}

.trainer-comment {
	display: none;
}

#myModal1 .container.bg-div {
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important   ;
}

/* --- Modal fixes --- */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px; /* чтобы контент не прилипал к краям экрана */
	z-index: 1050;
	overflow: auto; /* прокрутка всей модалки, если контент не влезает */
	-webkit-overflow-scrolling: touch;
}
.modal.show { display: flex !important; }
.modal .container.bg-div { /* внутренняя обёртка */
	width: 100%;
	max-width: 960px;
	margin: auto; /* вертикальное И горизонтальное центрирование */
}
.modal .sign-up {
	max-width: 960px;
	margin: 0 auto;
	border-radius: 20px;
}
.modal-backdrop { z-index: 1040; }
body.modal-open, html.modal-open { overflow: hidden !important; }
/* Крестик всегда кликабелен */
#banner-modal-close { z-index: 2; }
@media (max-width: 480px) {
	.modal { padding: 8px; }
	.modal .sign-up { width: 100%; border-radius: 16px; }
}

/* --- News list & detail image fixes --- */
.news-list .preview_picture,
.news-detail .detail_picture {
	max-width: 100%;
	height: auto !important;
	width: auto !important;
	max-height: 400px;
	object-fit: cover;
	border-radius: 12px;
	margin: 0 16px 12px 0;
}

.news-list .news-item {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
}

.news-list .news-item a img.preview_picture {
	float: none !important;
	max-width: 320px;
}

.news-detail .detail_picture {
	float: none !important;
	display: block;
	max-width: 600px;
	margin-bottom: 20px;
}

.news-detail h3 {
	margin-top: 8px;
	margin-bottom: 12px;
}

.news-date-time {
	color: #888;
	font-size: 14px;
}

@media (max-width: 767px) {
	.news-list .news-item a img.preview_picture {
		max-width: 100%;
	}
	.news-detail .detail_picture {
		max-width: 100%;
	}
}








#sign-up.lp-firsttraining-section {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

#sign-up .lp-firsttraining-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
}

#sign-up .lp-firsttraining-shell {
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

#sign-up .lp-firsttraining-card {
    padding: 34px;
    border: 1px solid #dfe4f0;
    border-radius: 26px;
    background: #ffffff;
}

#sign-up .lp-firsttraining-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.72fr);
    gap: 28px;
    align-items: stretch;
}

#sign-up .lp-firsttraining-content {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

#sign-up .lp-firsttraining-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 20px;
}

#sign-up .lp-firsttraining-head {
    max-width: 560px;
}

#sign-up .lp-firsttraining-title {
    margin: 0;
    color: #1728BF;
    font-size: 40px;
    line-height: 1.06;
    font-family: "TildaSans-Bold";
}

#sign-up .lp-firsttraining-price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 18px;
    background: #f5f7fc;
    box-shadow: none;
    white-space: nowrap;
    flex: 0 0 auto;
}

#sign-up .lp-firsttraining-price-label {
    color: #5c657f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#sign-up .lp-firsttraining-price-value {
    color: #1f32c8;
    font-size: 34px;
    line-height: 1;
    font-family: "TildaSans-ExtraBold";
}

#sign-up .lp-firsttraining-form {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#sign-up .lp-firsttraining-error {
    margin-bottom: 12px;
    color: #d12d4a;
    text-align: center;
}

#sign-up .lp-firsttraining-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

#sign-up .lp-firsttraining-field label {
    display: block;
    margin-bottom: 8px;
    color: #4e566d;
    font-size: 13px;
    font-weight: 700;
}

#sign-up .lp-firsttraining-form input[type="text"],
#sign-up .lp-firsttraining-form input[type="tel"],
#sign-up .lp-firsttraining-form input[type="email"] {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 18px;
    border: 1px solid #d8deeb;
    border-radius: 16px;
    background: #ffffff;
    font-size: 15px;
    font-family: "TildaSans-Bold";
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#sign-up .lp-firsttraining-form input[type="text"]:focus,
#sign-up .lp-firsttraining-form input[type="tel"]:focus,
#sign-up .lp-firsttraining-form input[type="email"]:focus {
    border-color: #2c43d6;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(44, 67, 214, 0.08);
}

#sign-up .lp-firsttraining-consents {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

#sign-up .lp-firsttraining-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 4px 8px;
    border-radius: 14px;
    background: #f7f9fc;
    box-shadow: none;
    cursor: pointer;
    margin-bottom: 0px;
}

#sign-up .lp-firsttraining-form .lp-firsttraining-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
}

#sign-up .lp-firsttraining-consent span {
    color: #5d657c;
    font-size: 13px;
    line-height: 1.5;
}

#sign-up .lp-firsttraining-consent a {
    color: #2c43d6;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#sign-up .lp-firsttraining-actions {
    margin-top: 16px;
    text-align: center;
}

#sign-up .lp-firsttraining-submit {
    min-width: 260px;
    margin: 0 auto;
    padding: 12px 24px;
    border: none;
    border-radius: 24px;
    background: linear-gradient(135deg, #ff2b7a 0%, #d7175f 100%);
    box-shadow: none;
    letter-spacing: 0.05em;
}

#sign-up .lp-firsttraining-submit:hover {
    background: linear-gradient(135deg, #f01a68 0%, #c60d51 100%);
}

#sign-up .lp-firsttraining-benefits {
    margin-top: 18px;
    color: #5d657c;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

#sign-up .lp-firsttraining-visual {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111827;
    max-width: 360px;
    width: 100%;
    justify-self: end;
    height: 100%;
    border: 1px solid #dfe4f0;
    align-self: stretch;
}

#sign-up .lp-firsttraining-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    #sign-up .lp-firsttraining-card {
        padding: 24px;
    }

    #sign-up .lp-firsttraining-layout {
        grid-template-columns: 1fr;
    }

    #sign-up .lp-firsttraining-content {
        order: 2;
    }

    #sign-up .lp-firsttraining-visual {
        order: 1;
        max-width: none;
        justify-self: stretch;
        height: auto;
        align-self: start;
    }

    #sign-up .lp-firsttraining-visual img {
        height: auto;
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    #sign-up.lp-firsttraining-section {
        padding-top: 0;
        margin-top: 0;
    }

    #sign-up .lp-firsttraining-wrap {
        padding-top: 0;
        margin-top: 0;
    }

    #sign-up .lp-firsttraining-shell {
        margin-top: 0;
        padding: 0px !important;
    }

    #sign-up .lp-firsttraining-card {
        padding-top: 0;
        margin-top: 0 !important;
        padding: 12px;
        border-radius: 22px;
    }

    #sign-up .lp-firsttraining-content,
    #sign-up .lp-firsttraining-visual {
        border-radius: 18px;
    }

    #sign-up .lp-firsttraining-top {
        flex-direction: column;
        align-items: flex-start;
    }

    #sign-up .lp-firsttraining-title {
        font-size: 28px;
    }

    #sign-up .lp-firsttraining-price-box {
        align-items: flex-start;
    }

    #sign-up .lp-firsttraining-submit {
        width: 100%;
        min-width: 0;
    }

    #sign-up .lp-firsttraining-visual img {
        max-height: 240px;
    }

}
/* End */
/* /local/templates/atlet/assets/slick/slick.css?16790352571783 */
/* /local/templates/atlet/assets/slick/slick-theme.css?16790352573145 */
/* /local/components/wersys/site.header/templates/.default/style.css?177918532715126 */
/* /bitrix/components/wersys/forms/templates/footer_question/style.css?1664869317119 */
/* /local/templates/atlet/template_styles.css?177852092292709 */
