:root{
    --scale: 19px;
    --block: 61.578rem;
    --headpadding: 10rem;
    --text: 1.333rem;
    --text-lite: 1rem;
    --h3: 1.157rem;
    --h2: 1.984rem;
    --h1: 3.197rem;
    --graphite: #191919;
    --light-gray: #363636;
    --sun-gray: #7A7A7A;
    --gray: #E8E8E8;
    --blue: #5865F2;
    --blue-middle: #1d59b5;
    --blue-dark: #4451E0;
    --red: #BA3232;
    --red-middle: #882020;
    --red-dark:#4450D8;
    --green: #1FA344;
    --green-middle: #167531;
    --green-dark: #0E431D;
    --orange: #D06400;
    --orange-middle: #9E4C00;
    --orange-dark: #683200;
    --yellow: #E3A400;
    --yellow-middle: #A77800;
    --yellow-dark: #6D4F00;
}

@media screen and (max-width: 1430px) {
    :root {
        --scale: 16px;
    }
}

@media screen and (max-width: 1370px) {
    :root {
        --scale: 14px;
    }
}

@media screen and (max-width: 1230px) {
    :root {
        --scale: 12px;
    }
}

@media screen and (max-width: 1130px) {
    :root {
        --scale: 11px;
    }
}

@media screen and (max-width: 1000px) {
    :root {
        --scale: 10px;
    }
}

html {
    font-family: 'Montserrat', sans-serif;
    font-size: var(--scale);
    background-color: var(--white);
}

* {
    outline: none;
    outline-offset: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    overflow-x: none;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: var(--h1);
    user-select: text;
    font-weight: 600;
    line-height: 180%;
}

h2 {
    font-size: var(--h2);
    user-select: text;
    font-weight: 500;
    line-height: 120%;
}

text {
    font-size: var(--text);
    user-select: text;
    font-weight: 500;
    line-height: 180%;
}

.body {
    padding: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.h_header {
    position: fixed;
    top: 0rem;
    width: 100%;
    z-index: 1000;
}

.header {
    display: flex;
    justify-content: space-between;
    width: var(--block);
    margin: auto;
    margin-top: auto;
    height: 3.684rem;
    margin-top: 0.842rem;
    padding: 0rem 1.263rem;
    border-radius: 0.842rem;
    backdrop-filter: blur(25rem);
    transition: transform .5s linear;
}

.header.hide {
    transform: translateY(-150px);
}

.header_nav {
    display: flex;
    align-items: center;
    gap: 2.105rem;
}

.header_link {
    color: var(--header-text);
}

.header_link:hover {
    color: var(--gray);
}

.logo {
    width: auto;
    height: 2.4rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main {
    width: 100%;
    height: 100%;
}

.home_banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(135vh - 6.3158rem);
    background-image: url('../images/banner.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3.105rem;
}

.home_banner_rules_mine {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(135vh - 6.3158rem);
    background-image: url('../images/banner_rules.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3.105rem;
}

.home_banner_rules_hytale {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(135vh - 6.3158rem);
    background-image: url('../images/banner_rules.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3.105rem;
}

.home_banner_aboutus {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(135vh - 6.3158rem);
    background-image: url('../images/banner_aboutus.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3.105rem;
}

.home_banner_contacts {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(135vh - 6.3158rem);
    background-image: url('../images/banner_aboutus.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3.105rem;
}

.home_banner_mine {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(135vh - 6.3158rem);
    background-image: url('../images/banner_aboutus.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3.105rem;
}

.home_banner_hytale {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(135vh - 6.3158rem);
    background-image: url('../images/banner_aboutus.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3.105rem;
}

.banner_text {
    width: var(--block);
    display: block;
    margin: auto;
}

.banner_text h1 {
    color: #fff;
    margin-bottom: 1.578rem;
}

.banner_text text {
    color: #fff;
    margin-bottom: 2.105rem;
    display: block;
}

.btn {
    -webkit-transition: .1s;
    user-select: none;
    font-size: 0.947rem;
    font-weight: 500;
    background: var(--blue);
    border: solid 0px var(--blue);
    color: #fff;
    border-radius: 0.363rem;
    padding: 0.684rem 1.315rem 0.684rem 1.315rem;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    height: 2.5263rem;
    line-height: 124%;
    fill: #fff;
}

.btn:hover {
    user-select: none;
    background-color: var(--blue-dark);
    transition: .1s;
}

.switch {
    height: 1.5rem;
    width: 1.5rem;
    border: none;
    background-color: rgba(28,28,28,0);
    background-size: cover;
    cursor: pointer;
}

.home_str h2 {
    color: var(--black);
    text-align: center;
    font-weight: 400;
    margin-bottom: 3.105rem;
}

.home_str h1 {
    color: var(--black);
    text-align: center;
    margin-bottom: 3.105rem;
    font-weight: 300;
    line-height: 180%;
}

.widgets {
    display: flex;
    justify-content: center;
    margin-bottom: 3.105rem;
}

.sseti {
    width: var(--block);
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    gap: 1.578rem;
    padding-top: 0.6316rem;
}

.sseti-widget {
    transition: 0.2s cubic-bezier(0.36, 1.19, 0.54, 0.73);
    width: calc(50% - 0.7895rem);
    height: auto;
    display: flex;
    gap: 0.5789rem;
    align-items: center;
    box-sizing: border-box;
    padding: 0.6474rem;
    border-radius: 0.778rem;
}

.sseti-widget .sseti-icon {
    height: 2.2rem;
    width: 2.2rem;
}

.sseti text {
    font-size: 0.978rem;
    color: #fff;
}

.tg-widget {
    background-color: #007CBD;
}

.tg-widget:hover {
    background-color: #0074B0;
}

.ds-widget {
    background-color: #5865F2;
}

.ds-widget:hover {
    background-color: #4B57DA;
}

.yt-widget {
    background-color: #E10303;
}

.yt-widget:hover {
    background-color: #C00000;
}

.vk-widget {
    background-color: #0B5ABA;
}

.vk-widget:hover {
    background-color: #0A51A8;
}

.rules {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: var(--block);
    margin-bottom: 3.105rem;
}

.rules h2, .rules text {
    color: var(--black);
    font-weight: 400;
    margin-bottom: 1.105rem;
}

.about {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: var(--block);
    margin-bottom: 3.105rem;
}

.inter {
    text-align: center;
}

.about h2, .about text {
    color: var(--black);
    font-weight: 400;
    margin-bottom: 1.105rem;
}

.komanda {
    width: var(--block);
    display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 1.98rem;
}

.sostav {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 3.105rem;
}

.komanda_img {
    width: calc(var(--block)/5 - 1.578rem);
    border-radius: 100rem;
    margin-bottom: 1.105rem;
}

.komanda text {
    font-size: var(--text-lite);
    color: var(--black);
    width: calc(var(--block)/5 - 1.578rem);
    margin-bottom: 0.105rem;
}

footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2.105rem;
}

footer text {
    color: var(--black);
    font-weight: 400;
}

.footer_text {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

.projects {
    width: var(--block);
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 2.105rem;
    margin-top: auto;
    display: block;
}

.project1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: calc(50.625vh - 6.3158rem);
    background-image: url('../images/banner_project1.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.842rem;
    padding: 2.75rem;
    margin-bottom: 3.105rem;
}

.project1 h1, .project1 h2, .project1 text {
    color: #fff;
}

.info {
    align-self: stretch;
    width: 75%;
}

.projects .btn_gr {
    align-self: flex-end;
}

.projects text {
    word-break: break-all;
}

.project2 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: calc(50.625vh - 6.3158rem);
    background-image: url('../images/banner_project2.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.842rem;
    padding: 2.75rem;
    margin-bottom: 3.105rem;
}

.project2 h1, .project2 h2, .project2 text {
    color: #fff;
}

.description {
    width: var(--block);
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.105rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.105rem 2.578rem;
    justify-content: space-between;
}

.description h2 {
    color: var(--black);
    font-weight: 400;
    margin-bottom: 1.105rem;
}

.banner_description_mine {
    width: 50%;
    height: calc(50.625vh - 6.3158rem);
    background-image: url('../images/banner_description_mine3.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1.842rem;
    border: none;
}

.link {
    color: var(--blue-middle);
}

/* ========== AUTH STYLES ========== */
.auth-container {
    width: var(--block);
    margin: 0 auto;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
}

.auth-form {
    width: 100%;
    max-width: 28rem;
    background: var(--white);
    border-radius: 1.2rem;
    padding: 2.5rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
    border: 1px solid var(--gray);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: var(--black);
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    background: var(--white);
    border: 1px solid var(--gray);
    border-radius: 0.5rem;
    color: var(--black);
    font-size: 1rem;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(88, 101, 242, 0.15);
}

.form-group input::placeholder {
    color: var(--sun-gray);
}

.form-group .error {
    color: var(--red);
    font-size: 0.85rem;
    margin-top: 0.4rem;
}

.form-group .error ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-primary {
    width: 100%;
    padding: 0.9rem 1.5rem;
    margin-top: 0.5rem;
}

.auth-links {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray);
}

.auth-links p {
    color: var(--sun-gray);
    font-size: 0.95rem;
}

.auth-links a {
    color: var(--blue);
    font-weight: 500;
    transition: color 0.2s;
}

.auth-links a:hover {
    color: var(--blue-dark);
}

/* Messages / Alerts */
.messages {
    margin-bottom: 1.5rem;
}

.alert {
    padding: 1rem 1.2rem;
    border-radius: 0.5rem;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.alert-success {
    background: rgba(31, 163, 68, 0.1);
    color: var(--green);
    border: 1px solid rgba(31, 163, 68, 0.2);
}

.alert-error,
.alert-danger {
    background: rgba(186, 50, 50, 0.1);
    color: var(--red);
    border: 1px solid rgba(186, 50, 50, 0.2);
}

.alert-warning {
    background: rgba(227, 164, 0, 0.1);
    color: var(--orange);
    border: 1px solid rgba(227, 164, 0, 0.2);
}

.alert-info {
    background: rgba(88, 101, 242, 0.1);
    color: var(--blue);
    border: 1px solid rgba(88, 101, 242, 0.2);
}

/* ========== PROFILE STYLES ========== */
.profile-container {
    width: var(--block);
    margin: 0 auto;
    padding: 3rem 0;
    display: grid;
    grid-template-columns: 18rem 1fr;
    gap: 2rem;
    align-items: start;
}

.profile-sidebar {
    background: var(--white);
    border-radius: 1.2rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
    border: 1px solid var(--gray);
    position: sticky;
    top: 6rem;
}

.profile-avatar {
    width: 8rem;
    height: 8rem;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--blue);
    box-shadow: 0 0.3rem 1rem rgba(88, 101, 242, 0.3);
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gray);
}

.profile-info h3 {
    color: var(--black);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.profile-info p {
    color: var(--sun-gray);
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.profile-email {
    word-break: break-all;
}

.profile-discord,
.profile-telegram {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(88, 101, 242, 0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 1rem;
    margin-top: 0.5rem;
    font-size: 0.85rem !important;
    color: var(--blue) !important;
}

.profile-menu {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.profile-menu-item {
    display: block;
    padding: 0.8rem 1rem;
    color: var(--black);
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.profile-menu-item:hover {
    background: rgba(88, 101, 242, 0.08);
    color: var(--blue);
}

.profile-menu-item.active {
    background: var(--blue);
    color: #fff;
}

.profile-menu-item.logout {
    color: var(--red);
    margin-top: 0.5rem;
}

.profile-menu-item.logout:hover {
    background: rgba(186, 50, 50, 0.1);
}

.profile-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.profile-section {
    background: var(--white);
    border-radius: 1.2rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
    border: 1px solid var(--gray);
}

.profile-section h2 {
    color: var(--black);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gray);
}

.profile-form .form-group {
    margin-bottom: 1.5rem;
}

.avatar-upload {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.avatar-preview {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--gray);
    flex-shrink: 0;
}

.avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-upload input[type="file"] {
    flex: 1;
    padding: 0.7rem;
    font-size: 0.9rem;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.stat-item {
    text-align: center;
    padding: 1.5rem 1rem;
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.05) 0%, rgba(88, 101, 242, 0.1) 100%);
    border-radius: 1rem;
    border: 1px solid rgba(88, 101, 242, 0.1);
}

.stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--blue);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--sun-gray);
    font-weight: 500;
}

/* ========== RESPONSIVE ========== */
@media screen and (max-width: 900px) {
    .profile-container {
        grid-template-columns: 1fr;
    }
    
    .profile-sidebar {
        position: static;
    }
    
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .auth-form {
        padding: 1.5rem;
        margin: 0 1rem;
    }
    
    .profile-section {
        padding: 1.5rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .avatar-upload {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ========== DISCORD AUTH STYLES ========== */
.social-login {
    margin-bottom: 1.5rem;
    width: 100%;
}

.btn-discord {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.9rem 1.5rem;
    background: #5865F2;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    box-sizing: border-box;
}

.btn-discord:hover {
    background: #4752C4;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(88, 101, 242, 0.4);
}

.btn-discord:active {
    transform: translateY(0);
}

.discord-icon {
    width: 1.4rem;
    height: 1.4rem;
    fill: currentColor;
}

.social-hint {
    margin-top: 0.6rem;
    font-size: 0.85rem;
    color: var(--sun-gray);
    text-align: center;
}

.auth-divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    gap: 1rem;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--gray);
}

.auth-divider span {
    font-size: 0.9rem;
    color: var(--sun-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Discord Badge в профиле */
.profile-discord-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #5865F2;
    color: #fff;
    padding: 0.4rem 0.8rem;
    border-radius: 1rem;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.profile-discord-badge svg {
    width: 1rem;
    height: 1rem;
}

/* Discord привязка в профиле */
.discord-linked {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.discord-account {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.discord-linked-avatar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 2px solid #5865F2;
}

.discord-account-info {
    display: flex;
    flex-direction: column;
}

.discord-account-name {
    font-weight: 600;
    color: var(--black);
    font-size: 1.1rem;
}

.discord-account-status {
    font-size: 0.85rem;
    color: var(--green);
}

.discord-not-linked {
    text-align: center;
    padding: 1rem 0;
}

.discord-not-linked p {
    color: var(--sun-gray);
    margin-bottom: 1rem;
}

.discord-not-linked .btn-discord {
    width: auto;
    padding: 0.8rem 2rem;
}

/* Кнопка отвязки */
.btn-outline-danger {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.2rem;
    background: transparent;
    color: var(--red);
    border: 1px solid var(--red);
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-outline-danger:hover {
    background: var(--red);
    color: #fff;
}

/* Responsive для Discord */
@media screen and (max-width: 600px) {
    .discord-linked {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .discord-unlink-form {
        width: 100%;
    }
    
    .btn-outline-danger {
        width: 100%;
        justify-content: center;
    }
}

/* ========== SETTINGS PAGE ========== */
.settings-hint {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.8rem 1rem;
    background: rgba(88, 101, 242, 0.1);
    border-radius: 0.5rem;
    color: var(--blue);
    font-size: 0.9rem;
}

.settings-hint svg {
    flex-shrink: 0;
}

.danger-zone {
    border: 1px solid var(--red) !important;
}

.danger-zone h2 {
    color: var(--red);
}

.danger-text {
    color: var(--sun-gray);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.btn-danger {
    background: var(--red);
    color: #fff;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-danger:hover {
    background: var(--red-middle);
}

.btn-secondary {
    background: var(--gray);
    color: var(--black);
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background: var(--sun-gray);
    color: #fff;
}

/* Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.modal-overlay.active {
    display: flex;
}

.modal-content {
    background: var(--white);
    padding: 2rem;
    border-radius: 1rem;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

.modal-content h3 {
    color: var(--red);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.modal-content p {
    color: var(--black);
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.modal-content .form-group {
    margin: 1rem 0;
}

.modal-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.modal-buttons .btn {
    flex: 1;
}
