

/* Start:/bitrix/components/bitrix/form.result.new/templates/.default/style.css?1781461680666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/components/bitrix/form.result.new/templates/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/templates/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/klas7/styles.css?178404827414052*/
:root {
    --bg: #fbf7ef;
    --white: #ffffff;
    --text: #2b241d;
    --muted: #6e6457;
    --line: #e6dbc8;
    --accent: #dfb34d;
    --accent-dark: #b88924;
    --shadow: 0 14px 36px rgba(55, 33, 5, 0.08);
    --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.08);
    --radius: 24px;
    --radius-md: 20px;
    --radius-sm: 12px;
    --max: 1200px;
    --transition: 0.2s ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

body.menu-open {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

main {
    max-width: 100%;
}

.container {
    width: min(var(--max), calc(100% - 32px));
    margin: 0 auto;
    max-width: 100%;
}

.hero {
    position: relative;
    min-height: 520px;
    z-index: 1;
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 60px 0;
    align-items: start;
}

.hero__content {
    background: rgba(255, 255, 255, 0.88);
    border-radius: 20px;
    padding: 32px;
    color: #222;
}

.hero__sup {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f5a623;
    line-height: 1.6;
    margin: 0 0 16px;
}

.hero__title {
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05;
    margin: 0 0 20px;
    color: #222;
}

.hero__list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 1.8;
}

.hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 999px;
    background: #f5a623;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color var(--transition);
}

.hero__cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-dir {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: var(--shadow-sm);
}

.hero-dir__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff5e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-dir__title {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
}

.hero-dir__text {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.section {
    padding: 40px 0;
    max-width: 100%;
}

.section-title {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.2;
}

.section-subtitle {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
}

.accent {
    color: var(--accent-dark);
    font-weight: 700;
}

.programs-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.slider-arrows {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.slider-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #f5a623;
    background: #fff;
    color: #f5a623;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color var(--transition), color var(--transition);
    flex-shrink: 0;
}

.cards-slider-wrap {
    width: 100%;
    overflow: clip;
}

.cards-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 2px 8px;
}

.cards-slider::-webkit-scrollbar {
    display: none;
}

.cards-slider > article.card {
    flex: 0 0 260px;
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.cards-slider > article.card img.card__image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    flex-shrink: 0;
}

.cards-slider > article.card .card__body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.cards-slider > article.card .card__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.3;
}

.cards-slider > article.card .card__text {
    font-size: 13px;
    margin: 0;
    color: var(--muted);
    line-height: 1.4;
    flex: 1;
}

.cards-slider > article.card .card__action {
    display: inline-block;
    font-size: 13px;
    padding: 7px 14px;
    align-self: flex-start;
    border: none;
    border-radius: 999px;
    background: var(--accent);
    color: #322407;
    font-weight: 600;
    cursor: pointer;
    transition: background-color var(--transition);
    margin-top: 8px;
}

#about .section-title {
    font-size: 34px;
}

.about p {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 16px;
}

.btn-more {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 24px;
    border-radius: 999px;
    background: var(--accent);
    color: #322407;
    font-weight: 700;
    transition: background-color var(--transition);
}

.reg-wrap,
.auth-wrap {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow);
}

.reg-wrap input[type="text"],
.reg-wrap input[type="email"],
.reg-wrap input[type="password"],
.reg-forminput {
    width: 100%;
    border: 1.5px solid #e0d5c5;
    border-radius: 10px;
    padding: 12px 14px;
    font: inherit;
    font-size: 15px;
    color: #222;
    background: #f8f6f2;
    outline: none;
    transition: border-color var(--transition), background-color var(--transition), box-shadow var(--transition);
    box-sizing: border-box;
}

.reg-wrap input[type="text"],
.reg-wrap input[type="email"],
.reg-wrap input[type="password"] {
    margin-bottom: 14px;
}

.reg-wrap input[type="submit"],
.reg-formbtn {
    width: 100%;
    min-height: 50px;
    border: none;
    border-radius: 12px;
    background: #f5a623;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color var(--transition);
}

.reg-formbtn {
    margin-top: 8px;
}

.reg-wrap label,
.reg-formlabel {
    font-size: 13px;
    font-weight: 700;
    color: #444;
    display: block;
    margin-bottom: 5px;
}

.reg-wrap a,
.reg-formgroup--check a,
.reg-formhint a {
    color: #f5a623;
    text-decoration: underline;
}

.auth-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 28px;
    border-bottom: 2px solid #f0ece4;
}

.auth-tab {
    flex: 1;
    padding: 12px;
    background: none;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    color: #aaa;
    cursor: pointer;
    transition: color var(--transition), border-color var(--transition);
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

.auth-tab--active {
    color: #f5a623;
    border-bottom-color: #f5a623;
}

.auth-panel {
    display: none;
}

.auth-panel--active {
    display: block;
}

.reg-formgroup {
    margin-bottom: 16px;
}

.req {
    color: #f5a623;
}

.reg-forminput:focus,
.reg-wrap input[type="text"]:focus,
.reg-wrap input[type="email"]:focus,
.reg-wrap input[type="password"]:focus {
    border-color: #f5a623;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.15);
}

.reg-formgroup--check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
}

.reg-formgroup--check input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #f5a623;
    margin-top: 2px;
}

.reg-formgroup--check label {
    font-size: 13px;
    color: #666;
}

.reg-formhint {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 16px;
}

.reg-formerror {
    padding: 10px 14px;
    border-radius: 10px;
    background: #fff0f0;
    border: 1px solid #ffcccc;
    color: #d93025;
    font-size: 13px;
    margin-bottom: 12px;
}

.reg-formsuccess {
    padding: 10px 14px;
    border-radius: 10px;
    background: #f0faf0;
    border: 1px solid #b2d8b2;
    color: #2a6a2a;
    font-size: 13px;
    margin-bottom: 12px;
}

.tourism-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 24px 20px;
    box-shadow: var(--shadow);
    color: var(--text);
    font-size: 15px;
}

.section-title--sm {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 8px;
}

@media (min-width: 1024px) {
    .hero__inner {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 48px;
    }

    .hero__title {
        font-size: 64px;
    }

    .cards-slider > article.card {
        flex: 0 0 280px;
        width: 280px;
        min-width: 280px;
        max-width: 280px;
    }

    .cards-slider > article.card img.card__image {
        height: 180px;
    }

    .section-title {
        font-size: 36px;
    }

    .tourism-card {
        padding: 32px 32px 28px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .hero__inner {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        padding: 40px 0;
    }

    .hero__title {
        font-size: 42px;
    }

    .hero__sup {
        font-size: 12px;
    }

    .cards-slider > article.card {
        flex: 0 0 240px;
        width: 240px;
        min-width: 240px;
        max-width: 240px;
    }
}

@media (max-width: 767.98px) {
    .container {
        width: calc(100% - 24px);
    }

    .hero {
        min-height: auto;
    }

    .hero__inner {
        grid-template-columns: 1fr;
        padding: 20px 0 16px;
        gap: 16px;
    }

    .hero__content {
        padding: 20px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.92);
    }

    .hero__sup {
        font-size: 10px;
        margin: 0 0 10px;
        letter-spacing: 0.04em;
    }

    .hero__title {
        font-size: 28px;
        margin: 0 0 14px;
    }

    .hero__list {
        font-size: 14px;
        margin-bottom: 18px;
        line-height: 1.7;
    }

    .hero__btn {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
        font-size: 14px;
    }

    .hero__cards {
        gap: 8px;
    }

    .hero-dir {
        padding: 12px 14px;
        gap: 10px;
        border-radius: 12px;
    }

    .hero-dir__icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .hero-dir__icon svg {
        width: 20px;
        height: 20px;
    }

    .hero-dir__title {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .hero-dir__text {
        font-size: 12px;
    }

    .section {
        padding: 24px 0;
    }

    .section-title,
    #about .section-title {
        font-size: 22px;
        line-height: 1.25;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .programs-head {
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 16px;
    }

    .programs-head div {
        flex: 1;
    }

    .slider-arrows {
        align-self: flex-start;
        margin-top: 4px;
    }

    .slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .cards-slider {
        gap: 10px;
        padding: 4px 0 12px;
    }

    .cards-slider > article.card {
        flex: 0 0 calc(100vw - 48px);
        width: calc(100vw - 48px);
        min-width: 0;
        max-width: 320px;
        border-radius: 16px;
    }

    .cards-slider > article.card img.card__image {
        height: 160px;
    }

    .cards-slider > article.card .card__title {
        font-size: 14px;
    }

    .cards-slider > article.card .card__text,
    .about p {
        font-size: 13px;
    }

    .cards-slider > article.card .card__action,
    .btn-more {
        width: 100%;
        text-align: center;
        padding: 9px 14px;
        font-size: 13px;
    }

    .auth-wrap,
    .reg-wrap {
        padding: 20px 16px;
        border-radius: 14px;
        margin: 0 4px;
    }

    .auth-tab {
        font-size: 14px;
        padding: 10px;
    }

    .reg-forminput {
        font-size: 16px;
    }

    .reg-formbtn {
        min-height: 48px;
        font-size: 14px;
    }
}

@media (max-width: 399px) {
    .hero__title {
        font-size: 24px;
    }

    .cards-slider > article.card {
        flex: 0 0 calc(100vw - 40px);
        width: calc(100vw - 40px);
    }

    .section-title {
        font-size: 20px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .hero__btn:hover,
    .reg-wrap input[type="submit"]:hover,
    .reg-formbtn:hover {
        background: #e09510;
    }

    .slider-arrow:hover {
        background: #f5a623;
        color: #fff;
    }

    .cards-slider > article.card .card__action:hover,
    .btn-more:hover {
        background: #e7bd5c;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero__btn,
    .slider-arrow,
    .cards-slider > article.card .card__action,
    .btn-more,
    .reg-wrap input,
    .reg-forminput,
    .reg-formbtn,
    .auth-tab {
        transition: none !important;
    }

    html {
        scroll-behavior: auto !important;
    }
}
/* End */
/* /bitrix/components/bitrix/form.result.new/templates/.default/style.css?1781461680666 */
/* /bitrix/templates/klas7/styles.css?178404827414052 */
