

/* Start:/local/templates/atlet/components/bitrix/news/clubs/bitrix/news.list/.default/style.css?17728650996111*/
/* ===== Clubs Section ===== */
.clubs-section {
    padding: 60px 0 80px;
    width: 100%;
    background: #fff;
}

.clubs-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.clubs-section__header {
    margin-bottom: 36px;
}

.clubs-section__title {
    font-size: 40px;
    font-weight: 800;
    color: #1728BF;
    margin-bottom: 8px;
    font-family: "TildaSans-ExtraBold", sans-serif;
}

.clubs-section__subtitle {
    font-size: 18px;
    color: #555;
    margin: 0;
    font-family: "TildaSans-Regular", sans-serif;
}

/* ===== Two-column layout ===== */
.clubs-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.clubs-left {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.clubs-right {
    flex: 1;
    position: sticky;
    top: 20px;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    background: #eef0f7;
    box-shadow: 0 2px 16px rgba(23, 40, 191, 0.08);
}

/* ===== Map panels ===== */
.clubs-map {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 460px;
}

.clubs-map--active {
    display: block;
}

.clubs-map iframe,
.clubs-map > div,
.clubs-map > ymaps {
    width: 100% !important;
    height: 100% !important;
    min-height: 460px;
    border: none;
    display: block;
}

/* ===== Card ===== */
.clubs-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(23, 40, 191, 0.07);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.clubs-card:hover {
    box-shadow: 0 4px 20px rgba(23, 40, 191, 0.13);
}

/* Header */
.clubs-card__header {
    cursor: pointer;
    user-select: none;
    position: relative;
}

.clubs-card__header-top {
    height: 4px;
    background: #1728BF;
    border-radius: 16px 16px 0 0;
}

.clubs-card__header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
}

.clubs-card__name {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.clubs-card__brand {
    font-size: 24px;
    font-weight: 800;
    color: #1b2454;
    font-family: "TildaSans-ExtraBold", sans-serif;
    line-height: 1.1;
}

.clubs-card__location {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    font-family: "TildaSans-Bold", sans-serif;
}

.clubs-card__toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.clubs-card__toggle i {
    font-size: 14px;
    color: #1728BF;
    transition: transform 0.3s ease;
}

.clubs-card--active .clubs-card__toggle {
    background: #1728BF;
}

.clubs-card--active .clubs-card__toggle i {
    color: #fff;
    transform: rotate(180deg);
}

/* Body */
.clubs-card__body {
    overflow: hidden;
}

.clubs-card__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 24px 20px;
}

.clubs-card__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.clubs-card__icon {
    font-size: 16px;
    color: #1728BF;
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

.clubs-card__label {
    font-size: 14px;
    font-weight: 600;
    color: #1b2454;
    margin: 0 0 2px;
    font-family: "TildaSans-Bold", sans-serif;
}

.clubs-card__text {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    font-family: "TildaSans-Regular", sans-serif;
}

.clubs-card__btn {
    display: inline-block;
    padding: 12px 28px;
    background: #1728BF;
    color: #fff !important;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "TildaSans-Bold", sans-serif;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 4px;
}

.clubs-card__btn:hover {
    background: #0f1e9e;
    color: #fff !important;
    transform: translateY(-1px);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .clubs-section {
        padding: 40px 0 60px;
    }

    .clubs-section__title {
        font-size: 32px;
    }

    .clubs-left {
        flex: 0 0 340px;
    }

    .clubs-card__brand {
        font-size: 20px;
    }

    .clubs-card__header-content {
        padding: 14px 18px;
    }

    .clubs-card__info {
        padding: 0 18px 16px;
    }

    .clubs-right {
        min-height: 360px;
    }

    .clubs-map,
    .clubs-map iframe,
    .clubs-map > div,
    .clubs-map > ymaps {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .clubs-section {
        padding: 32px 0 48px;
    }

    .clubs-section__title {
        font-size: 26px;
    }

    .clubs-section__subtitle {
        font-size: 15px;
    }

    .clubs-layout {
        flex-direction: column;
    }

    .clubs-left {
        flex: none;
        width: 100%;
    }

    .clubs-right {
        width: 100%;
        position: static;
        min-height: 280px;
        border-radius: 16px;
    }

    .clubs-map,
    .clubs-map iframe,
    .clubs-map > div,
    .clubs-map > ymaps {
        min-height: 280px;
    }

    .clubs-card__brand {
        font-size: 20px;
    }

    .clubs-card__btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .clubs-section__title {
        font-size: 22px;
    }

    .clubs-card__brand {
        font-size: 18px;
    }

    .clubs-card__header-content {
        padding: 12px 14px;
    }

    .clubs-card__info {
        padding: 0 14px 14px;
    }

    .clubs-right {
        min-height: 220px;
    }

    .clubs-map,
    .clubs-map iframe,
    .clubs-map > div,
    .clubs-map > ymaps {
        min-height: 220px;
    }
}

/* End */


/* Start:/local/components/wersys/club.benefits/templates/.default/style.css?17612928132741*/
.benefits {
	padding: 80px 0;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.benefits h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 32px;
    color: #1728BF;
}

.benefits__inner {
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: stretch;
}

.benefits__left {
	width: 35%;
	display: flex;
}

.benefits__left img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

.benefits__right {
	display: block;
	width: 65%;
}

.benefits__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.benefit {
	background: #f3f5ff;
	border-radius: 24px;
	padding: 16px 20px;
	min-height: 140px;
}

.benefit__icon {
	width: 36px;
	height: 36px;
	object-fit: contain;
	margin-bottom: 8px;
}

.benefit__title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #1b2454;
	margin-bottom: 6px;
}

.benefit__text {
	font-size: 16px;
	color: #2a2f3b;
	opacity: .9;
}

@media (max-width: 1200px) {
	.benefits {
		padding: 80px 20px;
	}
}

@media (max-width: 992px) {

	.benefits {
		padding: 60px 20px;
	}

	.benefits__inner {
		flex-direction: row;
		gap: 16px;
	}

	.benefits__left {
		width: 44%;
	}

	.benefits__right {
		width: 56%;
	}

	.benefits__left img { height: auto; }

	.benefits__grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.benefits__grid {
		gap: 20px;
	}

	.benefit {
		width: 47%;
	}

	.benefit__title {
		font-size: 16px;
	}

	.benefit__text {
		font-size: 12px;
	}

	.benefit__icon {
		width: 24px;
		height: 24px;
	}

	.benefits h2 {
		margin-bottom: 24px;
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.benefits {
		padding: 60px 20px;
	}

	.benefits__inner {
		flex-direction: column;
		gap: 16px;
	}

	.benefits__left,
	.benefits__right { width: 100%; }

	.benefits__left img { height: auto; }

	.benefits__grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.benefit {
		width: 47%;
	}

	.benefit__title {
		font-size: 16px;
	}

	.benefit__text {
		font-size: 12px;
	}

	.benefit__icon {
		width: 24px;
		height: 24px;
	}

	.benefits h2 {
		margin-bottom: 24px;
		font-size: 24px;
	}
}

@media (max-width: 480px) {
    .benefit {
        min-width: 280px;
        width: 280px;
        max-width: 280px;
    }

	.benefits__right {
		overflow-x: auto;
	}

	.benefits__grid {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: row;
    }
}

/* End */


/* Start:/local/templates/.default/components/wersys/forms/lp_firsttraining_banner/style.css?17756516627084*/
#banner.lp-banner-section {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

#banner .lp-banner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

#banner .lp-banner-shell {
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

#banner .lp-banner-card {
    padding: 34px;
    border: 0px solid #dfe4f0;
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(44, 67, 214, 0.2) 0%, rgba(44, 67, 214, 0) 42%),
        radial-gradient(circle at bottom right, rgba(255, 43, 122, 0.22) 0%, rgba(255, 43, 122, 0) 46%),
        linear-gradient(135deg, #eef3ff 0%, #f8f2ff 45%, #fff1f7 100%);background: radial-gradient(circle at top left, rgba(44, 67, 214, 0.2) 0%, rgba(44, 67, 214, 0) 42%),
                radial-gradient(circle at bottom right, rgba(255, 43, 122, 0.22) 0%, rgba(255, 43, 122, 0) 46%),
                linear-gradient(135deg, #eef3ff 0%, #f8f2ff 45%, #fff1f7 100%);
}

#banner .lp-banner-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.82fr);
    gap: 28px;
    align-items: stretch;
}

#banner .lp-banner-content {
    min-width: 0;
}

#banner .lp-banner-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 20px;
}

#banner .lp-banner-head {
    max-width: 560px;
}

#banner .lp-banner-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #bbc6ed;
    color: #2c43d6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#banner .lp-banner-title {
    margin: 0 0 8px;
    color: #1728BF;
    font-size: 40px;
    line-height: 1.06;
    font-family: "TildaSans-Bold";
}

#banner .lp-banner-subtitle {
    color: #5c657f;
    font-size: 16px;
    line-height: 1.5;
}

#banner .lp-banner-price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 18px;
    background: #ffffff;
    white-space: nowrap;
    flex: 0 0 auto;
}

#banner .lp-banner-price-label {
    color: #5c657f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#banner .lp-banner-price-value {
    color: #1f32c8;
    font-size: 34px;
    line-height: 1;
    font-family: "TildaSans-ExtraBold";
}

#banner .lp-banner-form {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#banner .lp-banner-error {
    margin-bottom: 12px;
    color: #d12d4a;
    text-align: center;
}

#banner .lp-banner-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

#banner .lp-banner-field label {
    display: block;
    margin-bottom: 8px;
    color: #4e566d;
    font-size: 13px;
    font-weight: 700;
}

#banner .lp-banner-form input[type="text"],
#banner .lp-banner-form input[type="tel"],
#banner .lp-banner-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;
}

#banner .lp-banner-form input[type="text"]:focus,
#banner .lp-banner-form input[type="tel"]:focus,
#banner .lp-banner-form input[type="email"]:focus {
    border-color: #2c43d6;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(44, 67, 214, 0.08);
}

#banner .lp-banner-consents {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

#banner .lp-banner-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 4px 8px;
    border-radius: 14px;
    background: #f7f9fc69;
    cursor: pointer;
    margin-bottom: 0;
}

#banner .lp-banner-form .lp-banner-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
}

#banner .lp-banner-consent span {
    color: #5d657c;
    font-size: 12px;
    line-height: 1.2;
}

#banner .lp-banner-consent a {
    color: #2c43d6;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#banner .lp-banner-actions {
    margin-top: 18px;
    text-align: center;
}

#banner .lp-banner-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;
}

#banner .lp-banner-submit:hover {
    background: linear-gradient(135deg, #f01a68 0%, #c60d51 100%);
}

#banner .lp-banner-note {
    margin-top: 18px;
    color: #5d657c;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

#banner .lp-banner-visual {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111827;
    max-width: 420px;
    width: 100%;
    justify-self: end;
    height: 100%;
    border: 1px solid #dfe4f0;
    align-self: stretch;
}

#banner .lp-banner-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    #banner .lp-banner-card {
        padding: 24px;
    }

    #banner .lp-banner-layout {
        grid-template-columns: 1fr;
    }

    #banner .lp-banner-content {
        order: 2;
    }

    #banner .lp-banner-visual {
        order: 1;
        max-width: none;
        justify-self: stretch;
        height: auto;
        align-self: start;
    }

    #banner .lp-banner-visual img {
        height: auto;
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    .lp-banner-visual {
        display: none;
    }

    #banner .sign-up .sign-up-blog {
        padding: 20px !important;
    }

    .lp-banner-wrap {
        margin: 80px auto 20px !important;
        width: 90% !important;
    }

    #banner.lp-banner-section {
        padding-top: 0;
        padding-bottom: 20px;
    }

    #banner .lp-banner-shell {
        padding: 0 !important;
    }

    #banner .lp-banner-card {
        padding: 12px;
        border-radius: 22px;
    }

    #banner .lp-banner-content,
    #banner .lp-banner-visual {
        border-radius: 18px;
    }

    #banner .lp-banner-top {
        flex-direction: row;
        align-items: flex-start;
    }

    #banner .lp-banner-title {
        font-size: 28px;
    }

    #banner .lp-banner-subtitle {
        font-size: 13px;
    }

    #banner .lp-banner-price-box {
        align-items: flex-start;
    }

    #sign-up .lp-testdrive-submit {
        width: 100%;
        min-width: 0;
    }

    #sign-up .lp-testdrive-visual img {
        max-height: 240px;
    }

    #sign-up .lp-testdrive-note {
        margin-top: 12px;
        color: #5d657c;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }

    #sign-up .lp-testdrive-consent span {
        font-size: 12px;
        line-height: 1.2;
    }
}
/* End */


/* Start:/local/templates/.default/components/wersys/forms/lp_firsttraining_testdr/style.css?17761894357063*/
#sign-up.lp-testdrive-section {
    padding-top: 80px;
    padding-bottom: 64px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

#sign-up .lp-testdrive-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

#sign-up .lp-testdrive-shell {
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

#sign-up .lp-testdrive-card {
    padding: 34px;
    border: 0px solid #dfe4f0;
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgb(244 246 255) 0%, rgba(44, 67, 214, 0) 42%), radial-gradient(circle at bottom right, rgb(255 206 224 / 22%) 0%, rgba(255, 43, 122, 0) 46%), linear-gradient(135deg, #f9fbff 0%, #f8f2ff 45%, #fff1f7 100%);
}

#sign-up .lp-testdrive-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.72fr);
    gap: 28px;
    align-items: stretch;
}

#sign-up .lp-testdrive-content {
    min-width: 0;
}

#sign-up .lp-testdrive-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 20px;
}

#sign-up .lp-testdrive-head {
    max-width: 560px;
}

#sign-up .lp-testdrive-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #bbc6ed;
    color: #2c43d6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#sign-up .lp-testdrive-title {
    margin: 0 0 8px;
    color: #1728BF;
    font-size: 40px;
    line-height: 1.06;
    font-family: "TildaSans-Bold";
}

#sign-up .lp-testdrive-subtitle {
    color: #5c657f;
    font-size: 16px;
    line-height: 1.5;
}

#sign-up .lp-testdrive-price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 18px;
    background: #ffffff;
    white-space: nowrap;
    flex: 0 0 auto;
}

#sign-up .lp-testdrive-price-label {
    color: #5c657f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#sign-up .lp-testdrive-price-value {
    color: #1f32c8;
    font-size: 34px;
    line-height: 1;
    font-family: "TildaSans-ExtraBold";
}

#sign-up .lp-testdrive-form {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#sign-up .lp-testdrive-error {
    margin-bottom: 12px;
    color: #d12d4a;
    text-align: center;
}

#sign-up .lp-testdrive-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

#sign-up .lp-testdrive-field label {
    display: block;
    margin-bottom: 8px;
    color: #4e566d;
    font-size: 13px;
    font-weight: 700;
}

#sign-up .lp-testdrive-form input[type="text"],
#sign-up .lp-testdrive-form input[type="tel"],
#sign-up .lp-testdrive-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-testdrive-form input[type="text"]:focus,
#sign-up .lp-testdrive-form input[type="tel"]:focus,
#sign-up .lp-testdrive-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-testdrive-consents {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

#sign-up .lp-testdrive-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 4px 8px;
    border-radius: 14px;
    background: #f7f9fc69;
    cursor: pointer;
    margin-bottom: 0;
}

#sign-up .lp-testdrive-form .lp-testdrive-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
}

#sign-up .lp-testdrive-consent span {
    color: #5d657c;
    font-size: 12px;
    line-height: 1.2;
}

#sign-up .lp-testdrive-consent a {
    color: #2c43d6;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#sign-up .lp-testdrive-actions {
    margin-top: 18px;
    text-align: center;
}

#sign-up .lp-testdrive-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-testdrive-submit:hover {
    background: linear-gradient(135deg, #f01a68 0%, #c60d51 100%);
}

#sign-up .lp-testdrive-note {
    margin-top: 18px;
    color: #5d657c;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

#sign-up .lp-testdrive-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-testdrive-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    #sign-up .lp-testdrive-card {
        padding: 24px;
    }

    #sign-up .lp-testdrive-layout {
        grid-template-columns: 1fr;
    }

    #sign-up .lp-testdrive-content {
        order: 2;
    }

    #sign-up .lp-testdrive-visual {
        order: 1;
        max-width: none;
        justify-self: stretch;
        height: auto;
        align-self: start;
    }

    #sign-up .lp-testdrive-visual img {
        height: auto;
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    .lp-testdrive-visual {
        display: none;
    }

    #sign-up .sign-up .sign-up-blog {
        padding: 20px !important;
    }

    .lp-testdrive-wrap {
        margin: 10px auto 20px !important;
        width: 90% !important;
    }

    #sign-up.lp-testdrive-section {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #sign-up .lp-testdrive-shell {
        padding: 0 !important;
    }

    #sign-up .lp-testdrive-card {
        padding: 12px;
        border-radius: 22px;
    }

    #sign-up .lp-testdrive-content,
    #sign-up .lp-testdrive-visual {
        border-radius: 18px;
    }

    #sign-up .lp-testdrive-top {
        flex-direction: column;
        align-items: flex-start;
    }

    #sign-up .lp-testdrive-title {
        font-size: 28px;
    }

    #sign-up .lp-testdrive-subtitle {
        font-size: 13px;
    }

    #sign-up .lp-testdrive-price-box {
        align-items: flex-end;
        width: 100%;
        flex-direction: row;
    	justify-content: space-between;
    }

    #sign-up .lp-testdrive-submit {
        width: 100%;
        min-width: 0;
    }

    #sign-up .lp-testdrive-visual img {
        max-height: 240px;
    }

    #sign-up .lp-testdrive-note {
        margin-top: 12px;
        color: #5d657c;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }

    #sign-up .lp-testdrive-consent span {
        font-size: 12px;
        line-height: 1.2;
    }
}
/* End */
/* /local/templates/atlet/components/bitrix/news/clubs/bitrix/news.list/.default/style.css?17728650996111 */
/* /local/components/wersys/club.benefits/templates/.default/style.css?17612928132741 */
/* /local/templates/.default/components/wersys/forms/lp_firsttraining_banner/style.css?17756516627084 */
/* /local/templates/.default/components/wersys/forms/lp_firsttraining_testdr/style.css?17761894357063 */
