

/* Start:/zvezdy_professii/styles.css?176310602461111*/
@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('/zvezdy_professii/fonts/GTWalsheimPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('/zvezdy_professii/fonts/GTWalsheimPro-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('/zvezdy_professii/fonts/GTWalsheimPro-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*Common*/
p { margin-bottom: 0; }

.auth-section {
    height: 873px;
    position: relative;
    overflow: hidden;
}

.auth-section > .auth-content, .auth-section > .header-content {
    z-index: 1;
    display: flex;
    position: relative;
    margin: 0 auto;
}

.auth-section-text > .second-text {
    font-family: GT Walsheim Pro, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.auth-section-text > .main-text {
    font-family: GT Walsheim Pro, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0;
}

.auth-section-buttons {
    display: flex;
    gap: 20px;
}

@media (max-width: 767px) {
    .auth-section-buttons {
        flex-wrap: wrap;
        gap: 12px;
    }
}

.regular-button {
    display: flex;
    border: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: GT Walsheim Pro, sans-serif;
    font-style: normal;
    color: #FFFFFF;
    background: #EC1966;
    text-decoration: none;
    border-radius: 50px;
}

@media (max-width: 1360px) {
    .duplicated .regular-button {
        margin-left: auto;
    }
}

.regular-button:hover { background: #EA3778; color: #FFFFFF; }
.regular-button:active { background: #D0004C; color: #FFFFFF; }

.regular-button--disabled {
    pointer-events: none;
    background: transparent;
    color: #2A546D;
    border: 1px solid #2A546D;
}

.auth-section-buttons__text {
    max-width: 268px;
    font-size: 24px;
    line-height: 32px;
    color: #2A546D;
}

@media (max-width: 767px) {
    .auth-section-buttons__text {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        order: -1;
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
    }
}

.header-auth-form-input {
    font-size: 28px;
    line-height: 38px;
    color: #004670;
    outline: none;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom: 1px solid #004670;
    border-left-style: none;
}

.header-auth-form-input:hover { color: #0672B4; border-color: #0672B4; }
.header-auth-form-input:focus { color: #1A1230; border-color: #1A1230; }
.header-auth-form-input.error { border-color: #FF0F43 !important; }

.header-auth-form-input::placeholder { color: #004670; }
.header-auth-form-input:hover::placeholder { color: #0672B4; }
.header-auth-form-input:focus::placeholder { color: #1A1230; }

.input-text.error {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 8px;
    font-family: GT Walsheim Pro, sans-serif;
    font-style: normal;
    color: #FF0F43;
}

.section { margin: 0 auto; }

.section-header {
    font-family: GT Walsheim Pro, sans-serif;
    margin-bottom: 12px;
    font-weight: 400;
    vertical-align: middle;
}

.section-sub-header {
    font-family: GT Walsheim Pro, sans-serif;
    font-weight: 400;
    vertical-align: middle;
}

.hello-word-content { position: relative; }

.hello-word-content > picture > img {
    position: absolute;
    border-radius: 50%;
    object-fit: cover;
}

.hello-word-card { background-color: #84D8DE33; }

.hello-word-card-header, .for-who-card-text {
    font-family: GT Walsheim Pro, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.for-who-card-text { color: white; }

.hello-word-card-text { font-family: GT Walsheim Pro, sans-serif; font-weight: 400; }

.for-who-card { background-color: #009099; }

.regular-link {
    color: #EC1966;
    font-family: GT Walsheim Pro, sans-serif;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
}

.regular-link:hover { color: #EA3778; }
.regular-link:active { color: #D0004C; }

.regular-link > svg { margin-right: 12px; width: 32px; height: 32px; }
.regular-link > svg > * { stroke: #EC1966; }
.regular-link:hover > svg > * { stroke: #EA3778; }
.regular-link:active > svg > * { stroke: #D0004C; }

.tournament-card > div {
    font-family: GT Walsheim Pro, sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.for-who-card > svg { width: 32px; height: 32px; }

.how-it-was-section { background-color: #84D8DE33; }

.how-it-was-section-slider { border: 1px solid #EC1966; }

.contacts-contacts__email,
.contacts-contacts__phone {
    color: #ffffff;
    text-decoration: underline;
}

.contacts-contacts__email:hover,
.contacts-contacts__email:focus,
.contacts-contacts__phone:hover,
.contacts-contacts__phone:focus {
    color: rgba(255, 255, 255, 0.75);
}

.footer-contacts-tips > p > a {
    color: white;
    text-decoration: none;
}

.footer-contacts-tips > p > a:hover { opacity: 0.8; }

.footer-contacts-text > a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-contacts-text > a:hover, .footer-contacts-text > a:active { opacity: 0.8; }

.tournament-card > div { color: #1A1230 }

/*Desktop*/
@media (min-width: 768px) {

    .desktop-hidden { display: none !important; }

    .site-header.duplicated {
        width: 100%;
        position: fixed;
        background-color: #FFFFFF;
        z-index: 10;
        transition: top 0.2s ease-in-out;
    }

    .site-header.hidden { top: -100px; }
    .site-header.show { top: 0; }

    .header-container {
        position: relative;
        z-index: 2;
        margin: 0 auto;
        max-width: 1264px;
        height: 100px;
        border-bottom: 1px solid #FFFFFF;
        display: flex;
        align-items: center;
    }

    .divider-between {
        width: 100%;
        position: absolute;
        z-index: 2;
        background-color: white;
        height: 3px;
        margin-top: -1px;
        padding-bottom: 1px;
    }

    .links-container {
        display: flex;
        align-items: center;
        gap: 56px;
    }

    .site-header.duplicated > .header-container {
        width: 1280px;
        border-bottom: 0;
    }

    .site-header.duplicated > .header-container > .links-container {
        width: 1280px;
    }

    .header-link {
        font-family: GT Walsheim Pro, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
        flex: none;
        text-decoration: none;
    }

    .site-header.duplicated > .header-container > .links-container > .header-link { color: #1A1230; }

    .header-link:hover {
        color: #FFFFFF;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 0;
    }

    .header-link:active { opacity: 0.8; text-decoration: none; }

    .site-header.duplicated > .header-container > .header-link:hover { color: #EC1966; }
    .site-header.duplicated > .header-container > .header-link:active { color: #D0004C; text-decoration: none; }

    .auth-section { background: linear-gradient(155deg, #075280 0%, #83d7dd 100%); }

    .participate-button { width: 400px; }
    .site-header.duplicated > .header-container > .participate-button { width: 300px; }

    .auth-section > .auth-content { padding: 100px 0 48px; max-width: 1264px; }
    .auth-section > .header-content { padding: 48px 0; max-width: 1264px; }

    .auth-section > .auth-content::before, .auth-section > .header-content::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 873px;
        background-repeat: no-repeat;
        background-image: url(/zvezdy_professii/pictures/ellipse-39.png);
        background-size: contain;
        pointer-events: none;
        margin-right: -50%;
    }

    .auth-section > .header-content::before { top: -100px; }

    .auth-section::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 356px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5.15%, rgba(255, 255, 255, 0.463415) 51.05%, #FFFFFF 88.78%);
    }

    .auth-section > .auth-content > .left-section, .auth-section > .header-content > .left-section { max-width: 836px; z-index: 1; }
    .auth-section > .auth-content > .right-section, .auth-section > .header-content > .right-section { position: relative; margin-left: 20px; }

    .stars-spinner-container {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        animation: 240s linear infinite spin;
    }

    .stars-spinner {
        width: 626px;
        height: 626px;
        transition: transform 1s;
        transform: scale(1);
    }

    .stars-spinner:hover { transform: scale(1.05); }

    .top-pictures {
        display: flex;
        margin-bottom: 24px;
    }

    .top-pictures > *:not(:last-child) { margin-right: 32px; }
    .top-pictures > picture { display: flex; align-items: center; }

    .main-logo { margin-bottom: 48px; }
    .auth-section-text { margin-bottom: 48px; }

    .auth-section-text > .second-text {
        width: 836px;
        color: #D7F7FF;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .auth-section-text > .main-text { font-size: 48px; line-height: 56px; }

    .header-auth-form {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .header-auth-form > .input-container { width: 376px; }
    .header-auth-form-input { width: 376px; padding-bottom: 16px; padding-top: 10px; }

    .regular-button {
        align-items: center;
        padding: 16px 0;
        font-size: 24px;
        line-height: 28px;
        height: 64px;
    }

    .auth-button { width: 300px; }

    .section { max-width: 1264px; margin-bottom: 100px; }
    .section-header { font-size: 48px; line-height: 56px; }

    .tournament-cards, .for-who-cards { display: flex; gap: 20px; }
    .for-who-cards { margin-bottom: 32px; }

    .tournament-card { width: 301px; }
    .tournament-card > img { margin-bottom: 16px; }
    .tournament-card > div { font-size: 18px; }

    .for-who-card {
        width: 408px;
        border-radius: 20px;
        padding: 20px 20px 32px;
    }

    .for-who-card > svg { margin-bottom: 16px; }

    .tournament-header { margin-bottom: 32px; }
    .section-sub-header { margin-bottom: 32px; font-size: 24px; line-height: 32px; }

    .hello-word-header { margin-bottom: 12px; }
    .hello-word-content { margin-bottom: 69px; }

    .hello-word-content > picture > img {
        top: 0;
        left: 0;
        width: 292px;
        height: 292px;
    }

    .hello-word-card {
        margin-left: 216px;
        padding: 32px 32px 48px 107px;
        border-radius: 32px;
    }

    .hello-word-card > .hello-word-card-header { margin-bottom: 20px; }

    .hello-word-card-text p:not(:last-child) { margin-bottom: 15px; }
    .hello-word-card-text { font-size: 18px; line-height: 24px; }

    .regular-link { font-size: 24px; line-height: 32px; }

    .how-it-was-section { margin-bottom: 100px; }

    .stars-container {
        position: relative;
        margin-bottom: -778px;
        height: 778px;
        pointer-events: none;
        overflow-x: hidden;
    }

    .stars-container > img {
        content: '';
        position: absolute;
        top: 0;
        left: 42%;
        margin-top: -554px;
        z-index: 1;
        width: 1322px;
        height: 1322px;
    }

    .how-it-was-section { min-width: 768px; }

    .how-it-was-container {
        z-index: 2;
        padding-top: 96px;
        padding-bottom: 96px;
        overflow-x: hidden;
        margin: 0 auto;
        max-width: 1264px;
    }

    .how-it-was-header { margin-bottom: 32px; }

    .how-it-was-section-slider {
        display: inline-flex;
        height: 72px;
        border-radius: 60px;
        padding: 3px 4px;
        gap: 4px;
        margin-bottom: 80px;
    }

    .how-it-was-section-slider > button { width: 144px; pointer-events: none; }
    .how-it-was-section-slider > button.inactive {
        pointer-events: inherit;
        background: none;
        color: #EC1966;
        transition: color 0.4s ease, background-color 0.4s ease;
    }

    .how-it-was-section-slider > button.inactive:hover { background: #EC196626; }
    .how-it-was-section-slider > button.inactive:active { background: #D0004C; color: #FFFFFF; }

    .how-it-was-years-container {
        max-width: 727px;
        position: relative;
        display: grid;
    }

    .how-it-was-years-container > .year {
        grid-area: 1 / 1;
        transition: opacity 0.4s ease;
    }

    .how-it-was-years-container > .year.hidden { opacity: 0; pointer-events: none !important; }

    .how-it-was-video-container { position: relative; width: 836px; }

    .how-it-was-video-card {
        width: 408px;
        height: 586px;
        top: -240px;
        right: -428px;
        position: absolute;
        border-radius: 32px;
    }

    .how-it-was-video-preview-container > picture > img {
        width: 408px;
        height: 586px;
        border-radius: 32px;
        object-fit: cover;
        object-position: center;
        z-index: 4;
    }

    .how-it-was-video-preview-text {
        position: absolute;
        top: 24px;
        left: 24px;
        width: 360px;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        color: #FFFFFF;
        z-index: 6;
    }

    .how-it-was-video-preview-button {
        width: 82px;
        height: 82px;
        opacity: 1;
        border: 0;
        border-radius: 50%;
        position: absolute;
        bottom: 24px;
        left: 24px;
        z-index: 6;
        background-color: #FFFFFF;
    }

    .how-it-was-video-preview-button > svg > path { fill: #EC1966; }
    .how-it-was-video-preview-button:hover, .how-it-was-video-preview-button:active { background-color: #FFFFFF; }
    .how-it-was-video-preview-button:hover > svg > path { fill: #EA3778; }
    .how-it-was-video-preview-button:active > svg > path { fill: #D0004C; }

    .how-it-was-video-preview-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 32px;
        pointer-events: none;
        z-index: 5;
        background: linear-gradient(180deg, rgba(0, 84, 101, 0.4) 12.51%, rgba(0, 92, 111, 0.2) 100%);
    }

    .how-it-was-content-counter {
        display: flex;
        gap: 50px;
        max-width: 727px;
    }

    .how-it-was-content-counter > div > .number {
        color: #0F7084;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 275;
        font-size: 160px;
        line-height: 110px;
        margin-bottom: 16px;
    }

    .how-it-was-content-counter > div > .text {
        color: #0F7084;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
    }

    .how-it-was-tips {
        width: 836px;
        margin-top: 36px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        color: #0F7084;
    }

    .how-it-was-tips > div {
        width: 193px;
        position: relative;
        padding-top: 48px;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    .how-it-was-tips > div:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        background-image: url(/zvezdy_professii/pictures/red-star-how-it-was.svg);
        background-size: contain;
    }

    .how-it-was-tips > .full-tip { width: 836px; }
    .how-it-was-tips > .triple-tip { width: 622px; }
    .how-it-was-tips > .double-tip { width: 408px; }

    .section-header-slider-navigation {
        margin-left: 20px;
        display: flex;
        gap: 8px;
    }

    .slider-navigation__prev,
    .slider-navigation__next {
        width: 48px;
        height: 48px;
        border: 1px solid rgba(212, 211, 217, 1);
        cursor: pointer;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-radius: 50%;
    }
    .slider-navigation__prev {
        background-image: url(/zvezdy_professii/pictures/slider-navigation__prev.svg);
    }
    .slider-navigation__next {
        background-image: url(/zvezdy_professii/pictures/slider-navigation__next.svg);
    }
    .slider-navigation__prev:hover,
    .slider-navigation__next:hover {
        background-color: rgba(44, 51, 113, 0.05);
        border: 1px solid rgba(212, 211, 217, 1);
    }
    .slider-navigation__prev:hover {
        background-image: url(/zvezdy_professii/pictures/slider-navigation__prev--hover.svg);
    }
    .slider-navigation__next:hover {
        background-image: url(/zvezdy_professii/pictures/slider-navigation__next--hover.svg);
    }
    .slider-navigation__prev:focus,
    .slider-navigation__prev:active {
        background-color: transparent;
        background-image: url(/zvezdy_professii/pictures/slider-navigation__prev--pressed.svg);
    }
    .slider-navigation__next:focus,
    .slider-navigation__next:active {
        background-color: transparent;
        background-image: url(/zvezdy_professii/pictures/slider-navigation__next--pressed.svg);
    }
    .slider-navigation__prev.slick-disabled,
    .slider-navigation__next.slick-disabled {
        border: 1px solid rgba(0, 0, 0, 0.25);
    }
    .slider-navigation__prev.slick-disabled {
        background-image: url(/zvezdy_professii/pictures/slider-navigation__prev--disabled.svg);
    }
    .slider-navigation__next.slick-disabled {
        background-image: url(/zvezdy_professii/pictures/slider-navigation__next--disabled.svg);
    }
    .slider-navigation__prev.slick-disabled:hover,
    .slider-navigation__next.slick-disabled:hover,
    .slider-navigation__prev.slick-disabled:focus,
    .slider-navigation__next.slick-disabled:focus {
        border: 1px solid rgba(212, 211, 217, 1);
        background-color: transparent;
    }

    .jury-container {
        margin-top: 32px;
    }

    .jury-slider {margin-right: -10px; margin-left: -10px; }

    .jury-slider .slick-list {
        overflow: visible;
    }

    .jury-card { width: 301px; padding: 0 10px; }

    .jury-card-image {
        width: 301px;
        height: 297px;
        opacity: 1;
        border-radius: 30px;
        object-fit: cover;
        object-position: center;
        margin-bottom: 24px;
    }

    .jury-card-header {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        vertical-align: middle;
        margin-bottom: 8px;
    }

    .jury-card-text {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    .footer-section {
        padding-top: 100px;
        background: linear-gradient(123.85deg, #075280 4.62%, #83D7DD 70.07%);
    }

    .contacts-container {
        margin: 0 auto;
        max-width: 1264px;
        color: #FFFFFF;
        padding-bottom: 100px;
    }

    .footer-header {
        /*margin-bottom: 12px;*/
        margin-bottom: 32px;
    }

    .contacts-text {
        margin-bottom: 32px;
        max-width: 884px;
        color: #ffffff;
        font-size: 24px;
        line-height: 32px;
    }

    .contacts-text a {
        color: #ffffff;
    }

    .contacts-text a:hover,
    .contacts-text a:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .contacts-cards { display: flex; gap: 20px; }
    .contacts-card { width: 408px; }

    .contacts-img {
        margin-bottom: 24px;
        width: 120px;
        height: 120px;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
    }

    .contacts-header {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .contacts-description {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .contacts-contacts {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
    }

    .footer-container {
        padding-top: 98px;
        display: flex;
        color: #FFFFFF;
    }

    .footer-container > .left-section {
        position: relative;
        background-color: #25365F;
        width: 50%;
        border-top-right-radius: 80px;
        padding-top: 55px;
        padding-bottom: 65px;
    }

    .footer-container > .left-section:before {
        content: "";
        position: absolute;
        top: -98px;
        left: 0;
        width: 108px;
        height: 98px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 108 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C0 57.1705 37.1625 98 108 98H0V0Z' fill='%2325365F'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .footer-container > .right-section {
        position: relative;
        display: flex;
        background-color: #2C4173;
        width: 50%;
        border-top-left-radius: 80px;
        padding-top: 55px;
        padding-left: 120px;
        padding-bottom: 65px;
    }

    .footer-container > .right-section:before {
        content: "";
        position: absolute;
        top: -98px;
        right: 0;
        width: 108px;
        height: 98px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 108 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108 0.5C108 57.6705 70.8375 98.5 0 98.5H108V0.5Z' fill='%232C4173'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
    }

    .footer-contacts-header {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .footer-contacts-text {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

    .footer-contacts-text.phone-number { margin-bottom: 28px; }
    .footer-contacts-text.address { margin-bottom: 16px; }
    .footer-contacts-text.link { margin-bottom: 30px; }

    .footer-contacts-text.link > a { color: #FFFFFF; }

    .footer-contacts-text.address > p:not(:last-child) { margin-bottom: 8px; }

    .footer-contacts-visually-impaired {
        cursor: pointer;
        color: #FFFFFF !important;
        text-decoration: none;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400 !important;
        font-size: 13px !important;
        line-height: 18px !important;
        display: flex;
        align-items: center;
        gap: 8px;
        width: max-content;
    }

    .footer-contacts-visually-impaired:hover {
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
    }

    .footer-contacts-visually-impaired:active { opacity: 0.8; }
    .footer-contacts-visually-impaired > svg > path { fill: #FFFFFF; stroke: #FFFFFF; }

    .telegram-footer { margin-bottom: 8px; }

    .right-section > .footer-contacts-left { width: 190px; }

    .left-section > .footer-contacts-left {
        width: 300px;
        float: right;
        display: inline-flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .footer-contacts-left { margin-right: 21px; }
    .footer-contacts-right { width: 300px; }
    .left-section > .footer-contacts-right { float: right; width: 254px; margin-right: 56px; }

    .footer-contacts-tips {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    .footer-contacts-tips > p:not(:last-child) { margin-bottom: 12px; }

    .footer-counter {
        position: relative;
        width: 240px;
        height: 96px;
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        padding: 16px;
    }

    .footer-counter > .counts {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 18px;
        display: flex;
        padding-bottom: 8px;
        border-bottom: 1px solid #FFFFFF;
    }

    .footer-counter > .descriptions {
        margin-top: 4px;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        display: flex;
    }

    .footer-counter > .counts > div:not(:last-child) { width: 102px; }
    .footer-counter > .counts > div:not(:last-child), .footer-counter > .descriptions >div:not(:last-child) { margin-right: 16px; }

    .footer-counter-info-button {
        position: absolute;
        top: 0;
        right: -17px;
        line-height: 0;
        cursor: pointer;
    }

    .footer-counter-info-button > svg { height: 14px; width: 14px; }
    .footer-counter-info-button:hover { opacity: 0.8; }

    .footer-counter-info-tooltip {
        position: absolute;
        top: 26px;
        right: -110px;
        width: 200px;
        height: 70px;
        z-index: 1;
        border-radius: 12px;
        padding-top: 16px;
        padding-left: 16px;
        color: #272241;
        background-color: #FFFFFF;
        transition: opacity 0.4s ease;
    }

    .footer-counter-info-tooltip.hidden { opacity: 0; pointer-events: none; }

    .footer-counter-info-text {
        color: #272241;
        font-family: GT Walsheim Pro, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        z-index: 2;
    }

    .footer-counter-info-tooltip-container { position: relative; }

    .footer-counter-info-tooltip-container:before {
        content: '';
        position: absolute;
        right: 82px;
        top: -27px;
        width: 36px;
        height: 36px;
        z-index: 1;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-1' y='23.75' width='35' height='35' rx='4' transform='rotate(-45 -1 23.75)' fill='white'/%3E%3C/svg%3E%0A");
        background-size: contain;
    }

    .footer-counter-info-tooltip-button {
        cursor: pointer;
        position: absolute;
        top: -4px;
        right: 12px;
        width: 10px;
        height: 10px;
        z-index: 4;
    }

    .footer-last-info {
        position: relative;
        max-width: 1264px;
        height: 0;
        margin: 0 auto;
    }

    .footer-last-info > p {
        position: absolute;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        bottom: 27px;
        color: #FFFFFF;
    }

    .map-section {
        background-color: #EDFAFA;
        margin-bottom: 100px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .map-section-container { max-width: 1264px; margin: 0 auto; }
    .section-header.map-header { margin-bottom: 12px; }

    .map-container {
        width: 637px;
        height: 600px;
        position: relative;
        margin: 0 auto;
    }

    .map-stage {
        position: absolute;
        width: 627px;
        height: 600px;
        transition: opacity 0.4s ease;
    }

    .map-stage.hidden { opacity: 0; pointer-events: none; }

    .pointer, .line { transition: opacity 0.4s ease; }
    .pointer.hidden, .line.hidden { opacity: 0; }
    .pointer.hover, .line.hover { pointer-events: none; }
    .pointer.hover.disabled, .line.hover.disabled { opacity: 0; pointer-events: none; }

    .map-building-first { position: absolute; top: 93px; left: -5px; }
    .map-building-second { position: absolute; top: 1px; left: 370px; }
    .map-building-third { position: absolute; width: 62.12px; height: 132px; top: 2px; left: 365px; }

    .tooltip-step.hover {
        transition: opacity 0.4s ease;
        position: absolute;
        padding: 32px;
        border-radius: 20px;
        z-index: 3;
        border: 3px solid #00797C;
        background: #FFFFFF80;
        backdrop-filter: blur(30px)
    }

    .tooltip-step--2.hover {
        border: 3px solid #019CA6;
    }

    .tooltip-step--3.hover {
        border: 3px solid #0EBDBD;
    }

    .tooltip-step--4.hover {
        border: 3px solid #6DCECD;
    }

    .tooltip-step.hover.ended { border: 3px solid rgba(229, 241, 242, 1) !important; }
    .tooltip-step.hover.hidden { opacity: 0; pointer-events: none; }

    .tooltip-step.hover > .tooltip-star { position: relative; }

    .tooltip-step.hover > .tooltip-star:after {
        content: "";
        position: absolute;
        bottom: -60px;
        right: -70px;
        height: 67px;
        width: 67px;
        background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star.svg');
    }

    .tooltip-step--2.hover > .tooltip-star:after {
        background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star--019CA6.svg');
    }

    .tooltip-step--3.hover > .tooltip-star:after {
        background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star--0EBDBD.svg');
    }

    .tooltip-step--4.hover > .tooltip-star:after {
        background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star--6DCECD.svg');
    }

    .tooltip-step.hover.ended > .tooltip-star:after { background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star-ended.svg') !important; }

    .tooltip-button-ended { width: 256px; }

    .tooltip-step.hover > .tooltip-header {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 40px;
        vertical-align: middle;
        color: #EC1966;
        margin-bottom: 8px;
    }

    .tooltip-step.hover > .tooltip-date {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        vertical-align: middle;
        color: #00797C;
        margin-bottom: 24px;
    }

    .tooltip-step.hover > .tooltip-text {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        color: #212938;
    }

    .tooltip-step > .tooltip-text a {
        color: #212938;
    }

    .tooltip-step > .tooltip-text a:hover,
    .tooltip-step > .tooltip-text a:focus {
        opacity: 0.75;
    }

    .tooltip-step.hover > .tooltip-text > p:not(:last-child){ margin-bottom: 12px; }

    .first-step > .pointer { position: absolute; z-index: 2; left: 207px; top: 48px }
    .first-step > .line { position: absolute; z-index: 1; left: 175px; top: 121px }
    .first-step > .tooltip-step { width: 628px; height: 240px; top: 176px; left: -68px }

    .second-step > .pointer { position: absolute; z-index: 2; left: 125px; top: 261px }
    .second-step > .line { position: absolute; z-index: 1; left: 155px; top: 279px }
    .second-step > .tooltip-step { width: 515px; height: 420px; top: 114px; left: 210px }
    .second-step > .tooltip-step.ended {
        height: 276px;
        top: 177px
    }

    .third-step > .pointer { position: absolute; z-index: 2; left: 407px; top: 178px }
    .third-step > .line { position: absolute; z-index: 1; left: 312px; top: 92px }
    .third-step > .tooltip-step { width: 510px; height: 456px; top: 22px; left: -111px }
    .third-step > .tooltip-step.ended {
        height: 276px;
        top: 99px;
    }

    .fourth-step > .pointer { position: absolute; z-index: 2; left: 286px; top: 5px }
    .fourth-step > .tooltip-step { width: 626px; height: 272px; top: 133px; left: 6px }
    .fourth-step > .tooltip-step.ended { height: 236px; }

    .anchor-container { position: relative; }
    .anchor-container > .anchor { position: absolute; top: -200px; }
}

@media (min-width: 768px) and (max-width: 820px) {
    .top-pictures > *:not(:last-child) {
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
    section {
        padding: 0 40px;
    }
    .site-header.duplicated > .header-container {
        width: calc(100vw - 80px);
    }
    .site-header.duplicated > .header-container > .links-container {
        width: calc(100vw - 80px);
    }
    .header-link {
        font-size: 18px;
    }
    .tournament-card {
        width: 23%;
    }
    .tournament-card > img {
        max-width: 100%;
    }
    .contacts-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .contacts-card {
        width: 31%;
    }
    .contacts-contacts {
        font-size: 2.2vw;
        line-height: 4vw;
    }
    .left-section > .footer-contacts-right {
        margin-right: 5vw;
    }
    .left-section > .footer-contacts-left {
        margin-top: 20px;
    }
    .footer-container > .right-section {
        padding-left: 5vw;
    }
    .site-header.duplicated {
        width: 100vw;
        margin-left: -40px;
    }
    .site-header {
        overflow: hidden;
    }
    .second-step > .tooltip-step {
        width: 449px;
    }
    .how-it-was-section {
        padding: 0;
    }
    .how-it-was-container {
        padding: 0 40px;
    }
    .how-it-was-video-card {
        position: relative;
    }
    .section-header.how-it-was-header {
        margin-top: 20px;
    }
    .how-it-was-years-container > .year {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .how-it-was-video-card {
        margin: 20px 0;
        top: 0;
        right: 0;
    }
    .site-header.duplicated > .header-container > .links-container > .participate-button {
        font-size: 2vw;
    }
    .auth-section-text > .second-text {
        width: 100%;
    }
    .how-it-was-tips {
        width: calc(100vw - 80px);
    }
    .how-it-was-tips > div {
        width: 22%;
    }
    .how-it-was-content-counter {
        width: calc(100vw - 80px);
    }
    .auth-section {
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .links-container {
        gap: 1rem;
    }
}

/*Mobile*/
@media (max-width: 767px) {
    .mobile-hidden { display: none; }
    .site-header { display: none; }

    .auth-section { background: linear-gradient(177.68deg, #085381 14.01%, #1A9EA7 46.35%, #AAECF3 60.97%, #1FA1A9 101.56%); padding-bottom: 17px; }
    
    .auth-section:not(.site) {
        min-height: 100vh;
        height: auto;
    }
    
    .auth-section.site {
        background: linear-gradient(166.49deg, #085381 31.68%, #1A9EA7 52.75%, #80D3DB 82.72%, #1FA1A9 102.12%);
        height: 560px;
        margin-bottom: 64px;
    }

    .auth-section > .auth-content, .auth-section > .header-content { margin-top: 24px; max-width: 328px; }
    .auth-section > .auth-content, .auth-section > .header-content.site { max-width: 344px; }
    .auth-section > .auth-content > .right-section, .auth-section > .header-content > .right-section { display: none; }

    .top-pictures {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 16px;
        width: 328px;
        margin-bottom: 24px;
    }

    .top-pictures picture:nth-child(3) {
        position: relative;
        top: 4px;
    }

    .top-pictures picture:nth-child(4) {
        position: relative;
        top: 3px;
    }

    .top-pictures.site { width: 344px; }

    .main-logo > img { width: 328px; height: 128px; }
    .main-logo.site > img { width: 344px; height: 134px; }
    .main-logo { margin-bottom: 24px; }
    .auth-section-text { margin-bottom: 24px; }

    .auth-section-text > .second-text {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .auth-section-text > .main-text { font-size: 24px; line-height: 28px; }

    .header-auth-form > .input-container { width: 328px; }

    .header-auth-form-input {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 328px;
        height: 38px;
        padding-bottom: 32px;
        padding-top: 18px;
    }

    .regular-button {
        align-items: center;
        padding: 16px 24px;
        font-size: 20px;
        line-height: 28px;
        height: 52px;
    }

    .auth-button { margin-top: 48px; width: 328px; }
    .participate-button { width: 100%; }

    .section { max-width: 344px; margin-bottom: 64px; }

    .section-header {
        font-weight: 500;
        font-size: 32px;
        line-height: 36px;
        color: #1A1230;
    }

    .tournament-header { margin-bottom: 32px; }
    .section-header.tournament-header { font-size: 36px; line-height: 40px; }

    .tournament-cards > *:not(:last-child) { margin-bottom: 32px; }

    .tournament-card {
        width: 344px;
        display: grid;
    }

    .tournament-card > img {
        margin: 0 auto 8px;
    }
    .tournament-card > div { width: 328px; margin: 0 auto; font-size: 20px; }

    .section-sub-header { margin-bottom: 24px; font-size: 18px; line-height: 20px; }

    .hello-word-content { margin-bottom: 64px; }

    .hello-word-content > picture > img {
        top: 24px;
        left: 16px;
        width: 120px;
        height: 120px;
    }

    .hello-word-card { padding: 160px 16px 32px; border-radius: 16px; }

    .hello-word-card > .hello-word-card-header { line-height: 28px; margin-bottom: 16px; }

    .hello-word-card-text p:not(:last-child) { margin-bottom: 16px; }
    .hello-word-card-text { font-size: 18px; line-height: 20px; }

    .for-who-cards > div:not(:last-child) { margin-bottom: 12px; }
    .for-who-cards > div:last-child { margin-bottom: 24px; }

    .for-who-card {
        width: 100%;
        border-radius: 20px;
        padding: 20px 20px 32px;
    }

    .for-who-card > svg { margin-bottom: 12px; }
    .for-who-card-text { font-size: 18px; line-height: 20px; }

    .regular-link { font-size: 18px; line-height: 20px; }

    .stars-container { display: none; }

    .how-it-was-section {
        padding-top: 24px;
        padding-bottom: 32px;
        margin-bottom: 64px;
    }

    .how-it-was-container { width: 344px; margin: 0 auto; }
    .how-it-was-header { margin-bottom: 24px; }

    .how-it-was-section-slider {
        display: inline-flex;
        width: 323px;
        height: 72px;
        border-radius: 60px;
        padding: 3px 4px;
        gap: 4px;
        margin-bottom: 28px;
    }

    .how-it-was-section-slider > button { width: 104px; height: 64px; pointer-events: none; }
    .how-it-was-section-slider > button.inactive {
        pointer-events: inherit;
        background: none;
        color: #EC1966;
        transition: color 0.4s ease, background-color 0.4s ease;
    }

    .how-it-was-section-slider > button.inactive:active { background: #D0004C; color: #FFFFFF; }

    .how-it-was-years-container {
        max-width: 727px;
        position: relative;
        display: grid;
    }

    .how-it-was-years-container > .year {
        grid-area: 1 / 1;
        transition: opacity 0.4s ease;
    }

    .how-it-was-years-container > .year.hidden { opacity: 0; position: absolute; width: 0; pointer-events: none !important; }

    .year {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        max-width: 344px;
    }

    .how-it-was-content-counter {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 24px;
        max-width: 344px;
    }

    .how-it-was-content-counter > div:first-child { width: 344px; margin-bottom: 16px; }
    .how-it-was-content-counter > div:last-child { margin-left: 32px; }

    .how-it-was-content-counter > div > .number {
        color: #0F7084;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 275;
        font-size: 64px;
        line-height: 64px;
    }

    .how-it-was-content-counter > div > .text {
        color: #0F7084;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
    }

    .how-it-was-tips {
        width: 344px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        color: #0F7084;
        margin-bottom: 24px;
    }

    .how-it-was-tips > div {
        position: relative;
        padding-top: 30px;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
    }

    .how-it-was-tips > div:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 23px;
        height: 22px;
        background-repeat: no-repeat;
        background-image: url(/zvezdy_professii/pictures/red-star-how-it-was.svg);
        background-size: contain;
    }

    .how-it-was-video-container { position: relative; width: 344px; }

    .how-it-was-video-card { width: 344px; height: 419px; border-radius: 47px; }

    .how-it-was-video-preview-container > picture > img {
        width: 344px;
        height: 419px;
        border-radius: 47px;
        object-fit: cover;
        object-position: center;
        z-index: 4;
    }

    .how-it-was-video-preview-text {
        position: absolute;
        top: 22px;
        left: 25px;
        width: 277px;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 28px;
        line-height: 38px;
        color: #FFFFFF;
        z-index: 6;
    }

    .how-it-was-video-preview-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 47px;
        pointer-events: none;
        z-index: 5;
        background: linear-gradient(180deg, rgba(0, 84, 101, 0.4) 12.51%, rgba(0, 92, 111, 0.2) 100%);
    }

    .how-it-was-video-preview-button {
        width: 74px;
        height: 74px;
        opacity: 1;
        border: 0;
        border-radius: 50%;
        position: absolute;
        bottom: 25px;
        left: 25px;
        z-index: 6;
        background-color: #FFFFFF;
    }

    .how-it-was-video-preview-button > svg > path { fill: #EC1966; }
    .how-it-was-video-preview-button:hover, .how-it-was-video-preview-button:active { background-color: #FFFFFF; }
    .how-it-was-video-preview-button:hover > svg > path { fill: #EA3778; }
    .how-it-was-video-preview-button:active > svg > path { fill: #D0004C; }

    .jury-section {
        max-width: 100vw;
        overflow: hidden;
        margin: 0;
    }

    .jury-container {
        max-width: 344px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }

    .jury-header {
        margin-bottom: 24px;
        max-width: 344px;
        margin-left: auto;
        margin-right: auto;
    }

    .jury-slider { width: 320px; }
    .jury-card { width: 304px; }

    .jury-card-image {
        width: 304px;
        height: 300px;
        opacity: 1;
        border-radius: 30px;
        object-fit: cover;
        object-position: center;
        margin-bottom: 24px;
    }

    .slick-list.draggable { overflow: visible; }

    .jury-card-header {
        max-width: 318px;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        vertical-align: middle;
        margin-bottom: 8px;
    }

    .jury-card-text {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
    }

    .footer-section {
        margin-top: 64px;
        padding-top: 48px;
        background: linear-gradient(123.85deg, #075280 4.62%, #83D7DD 70.07%);
    }

    .contacts-container {
        margin: 0 auto;
        max-width: 344px;
        color: #FFFFFF;
        padding-bottom: 68px;
    }

    .footer-header {
        color: #FFFFFF;
        /*margin-bottom: 8px;*/
        margin-bottom: 24px;
    }

    .contacts-text {
        margin-bottom: 24px;
        color: #ffffff;
        font-size: 18px;
        line-height: 20px;
    }

    .contacts-text a {
        color: #ffffff;
    }

    .contacts-cards { display: flex; flex-wrap: wrap; gap: 32px; }
    .contacts-card { width: 330px; }

    .contacts-img {
        margin-bottom: 24px;
        width: 120px;
        height: 120px;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
    }

    .contacts-header {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 8px;
    }

    .contacts-description {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .contacts-contacts {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
    }

    .contacts-contacts > .phone { text-decoration: underline; }

    .footer-container {
        display: block;
        background-color: #1A1230;
        color: #FFFFFF;
    }

    .footer-container > .left-section {
        position: relative;
        width: 344px;
        margin: 0 auto;
        padding-top: 40px;
    }

    .footer-container > .right-section { width: 344px; margin: 0 auto; }

    .footer-contacts-left img { margin-bottom: 32px; }

    .footer-contacts-header {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    .footer-contacts-text {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }

    .footer-contacts-text.phone-number { margin-bottom: 32px; }

    .telegram-footer { width: 36px; height: 36px; margin-bottom: 50px; }

    .telegram-text {
        position: relative;
        font-weight: 700;
        margin-left: 8px;
        font-size: 15px;
        line-height: 18px;
        display: inline-table;
    }

    .telegram-text > * { position: absolute; top: -48px; width: 276px; }

    .footer-contacts-tips {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        padding-top: 20px;
        border-top: 1px solid #818181;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .footer-contacts-tips > p:not(:last-child) { margin-bottom: 16px; }

    .footer-counter {
        position: relative;
        width: 254px;
        height: 96px;
        border: 1px solid #FFFFFF;
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 20px;
    }

    .footer-counter > .counts {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 18px;
        display: flex;
        padding-bottom: 9px;
        border-bottom: 1px solid #FFFFFF;
    }

    .footer-counter > .descriptions {
        margin-top: 4px;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        display: flex;
    }

    .footer-counter > .counts > div:not(:last-child) { width: 104px; }
    .footer-counter > .counts > div:not(:last-child), .footer-counter > .descriptions >div:not(:last-child) { margin-right: 18px; }

    .footer-counter-info-button {
        position: absolute;
        top: -2px;
        right: -18px;
        line-height: 0;
        cursor: pointer;
    }

    .footer-counter-info-button > svg { height: 15px; width: 15px; }

    .footer-counter-info-tooltip {
        position: absolute;
        top: 26px;
        right: -75px;
        width: 201px;
        height: 69px;
        z-index: 1;
        border-radius: 12px;
        padding-top: 16px;
        padding-left: 16px;
        color: #272241;
        background-color: #FFFFFF;
        transition: opacity 0.4s ease;
    }

    .footer-counter-info-tooltip.hidden { opacity: 0; pointer-events: none; }

    .footer-counter-info-text {
        font-family: GT Walsheim Pro, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        z-index: 2;
    }

    .footer-counter-info-tooltip-container { position: relative; }

    .footer-counter-info-tooltip-container:before {
        content: '';
        position: absolute;
        right: 47px;
        top: -27px;
        width: 36px;
        height: 36px;
        z-index: 1;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-1' y='23.75' width='35' height='35' rx='4' transform='rotate(-45 -1 23.75)' fill='white'/%3E%3C/svg%3E%0A");
        background-size: contain;
    }

    .footer-counter-info-tooltip-button {
        cursor: pointer;
        position: absolute;
        top: -4px;
        right: 12px;
        width: 10px;
        height: 10px;
        z-index: 4;
    }

    .footer-contacts-text.address { margin-bottom: 32px; font-size: 14px; }
    .footer-contacts-text.address > p:not(:last-child) { margin-bottom: 10px; }
    .footer-contacts-text.address > p:first-child { margin-bottom: 16px; font-size: 16px; }

    .footer-contacts-header.address-header { margin-bottom: 20px; }

    .footer-contacts-text.link {
        padding-bottom: 32px;
        border-bottom: 1px solid #818181;
        font-size: 14px;
        line-height: 18px;
    }

    .footer-contacts-text.link > a { color: #FFFFFF; }

    .footer-contacts-visually-impaired {
        cursor: pointer;
        color: #FFFFFF !important;
        margin-top: 32px;
        text-decoration: none;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 14px !important;
        line-height: 18px !important;
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 8px;
        width: max-content;
        margin-bottom: 120px;
        border-bottom: 1px solid transparent;
    }

    .footer-contacts-visually-impaired:hover {
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
    }

    .visually-impaired__link svg {
        margin-left: 0 !important;
    }

    .footer-contacts-visually-impaired:active { opacity: 0.8; }
    .footer-contacts-visually-impaired > svg > path { fill: #FFFFFF; stroke: #FFFFFF; }

    .footer-last-info {
        position: relative;
        max-width: 344px;
        height: 0;
        margin: 0 auto;
    }

    .footer-last-info > p {
        position: absolute;
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        bottom: 55px;
        color: #FFFFFF;
    }

    .map-section {
        background-color: #EDFAFA;
        margin-bottom: 64px;
        padding-top: 24px;
        padding-bottom: 24px;
        overflow: hidden;
    }

    .map-section-container { max-width: 344px; margin: 0 auto; }
    .section-header.map-header { margin-bottom: 8px; }
    .map-section-link { margin-bottom: 48px; display: block; }

    .map-container {
        width: 344px;
        height: 324px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }

    .map-stage {
        position: absolute;
        width: 344px;
        height: 324px;
        transition: opacity 0.4s ease;
    }

    .map-stage.hidden { opacity: 0; pointer-events: none; }

    .pointer, .line { transition: opacity 0.4s ease; }
    .pointer.hidden, .line.hidden { opacity: 0; }
    .pointer.hover, .line.hover { pointer-events: none; }

    .map-building-first { height: 58px; width: 82px; position: absolute; top: 50px; left: -3px; }
    .map-building-second { height: 64px; width: 88px; position: absolute; top: 0; left: 197px; }
    .map-building-third { position: absolute; width: 34px; height: 71px; top: 1px; left: 194px; }

    .tooltip-step {
        height: 373px !important;
        padding: 13px;
        border-radius: 20px;
        z-index: 3;
        border: 3px solid #00797C;
        background: #FFFFFF80;
        backdrop-filter: blur(30px)
    }

    .tooltip-step--2 {
        border: 3px solid #019CA6;
    }

    .tooltip-step--3 {
        border: 3px solid #0EBDBD;
    }

    .tooltip-step--4 {
        border: 3px solid #6DCECD;
    }

    .tooltip-step.ended {
        border: 3px solid #E5F1F2 !important;
    }

    .tooltip-step > .tooltip-star { position: relative; }

    .tooltip-step > .tooltip-star:after {
        content: "";
        position: absolute;
        bottom: -373px;
        right: -39px;
        height: 50px;
        width: 49px;
        background-repeat: no-repeat;
        background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star-mobile.svg');
    }

    .tooltip-step--2 > .tooltip-star:after {
        background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star-mobile--019CA6.svg');
    }

    .tooltip-step--3 > .tooltip-star:after {
        background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star-mobile--0EBDBD.svg');
    }

    .tooltip-step--4 > .tooltip-star:after {
        background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star-mobile--6DCECD.svg');
    }

    .tooltip-step.ended > .tooltip-star:after {
        background-image: url('/zvezdy_professii/pictures/map/map-tooltip-star-mobile-ended.svg') !important;
    }

    .tooltip-step > .tooltip-header {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 32px;
        vertical-align: middle;
        color: #EC1966;
        margin-bottom: 8px;
    }

    .tooltip-step > .tooltip-date {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        vertical-align: middle;
        color: #00797C;
        margin-bottom: 16px;
    }

    .tooltip-step > .tooltip-text {
        font-family: GT Walsheim Pro, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #212938;
    }

    .tooltip-step > .tooltip-text a {
        color: #212938;
    }

    .tooltip-step > .tooltip-text a:hover,
    .tooltip-step > .tooltip-text a:focus {
        opacity: 0.75;
    }

    .first-step > .pointer { width: 40px; height: 65px; position: absolute; z-index: 2; left: 109px; top: 26px }
    .first-step > .line { width: 42px; height: 108px; position: absolute; z-index: 1; left: 92px; top: 65px }

    .second-step > .pointer { width: 40px; height: 65px; position: absolute; z-index: 2; left: 65px; top: 141px }
    .second-step > .line { width: 158px; height: 55px; position: absolute; z-index: 1; left: 81px; top: 151px }

    .third-step > .pointer { width: 40px; height: 65px; position: absolute; z-index: 2; left: 217px; top: 96px }
    .third-step > .line { width: 75px; height: 107px; position: absolute; z-index: 1; left: 166px; top: 50px }

    .fourth-step > .pointer { width: 40px; height: 65px; position: absolute; z-index: 2; left: 152px; top: 3px }

    .map-slider { width: 312px; }
    .tooltip-step { margin-right: 24px; }

    .tooltip-button-ended {
        margin-top: 173px;
        text-decoration: none;
        height: 64px;
        width: 256px;
    }

    .tooltip-button-ended.lg { margin-top: 141px; }
    .tooltip-button-ended.lg-lg { margin-top: 205px; }
    .pointer.hover.disabled, .line.hover.disabled { opacity: 0; pointer-events: none; }
}

@media (min-width: 360px) and (max-width: 767px) {
    .tooltip-step {
        width: 288px !important;
    }
}

@media (max-width: 359px) {
    section {
        padding-left: 8px;
        padding-right: 8px;
    }
    .auth-section {
        padding-bottom: 17px;
        min-height: 100vh;
        height: auto;
    }
    .auth-section.site {
        padding-bottom: 17px;
        min-height: 560px;
        height: auto;
    }
    .auth-section > .auth-content, .auth-section > .header-content.site {
        flex-wrap: wrap;
    }
    .top-pictures {
        max-width: 328px;
        width: 100%;
    }
    .top-pictures.site {
        max-width: 344px;
        width: 100%;
    }
    .top-pictures img {
        max-width: 100%;
    }
    .top-pictures.site img {
        max-width: 100%;
    }
    .main-logo > img {
        max-width: 328px;
        width: 100%;
    }
    .main-logo.site > img {
        max-width: 344px;
        height: auto;
        width: 100%;
    }
    .header-auth-form > .input-container {
        max-width: 328px;
        width: 100%;
    }
    .header-auth-form-input {
        max-width: 328px;
        width: 100%;
    }
    .auth-button {
        max-width: 328px;
        width: 100%;
    }
    .section-header,
    .section-header.tournament-header {
        font-size: 28px;
        line-height: 32px;
    }
    .tournament-card {
        max-width: 344px;
        width: 100%;
    }
    .tournament-card > img {
        margin: 0;
        max-width: 100%;
    }
    .tournament-card > div {
        max-width: 344px;
        width: 100%;
    }
    .map-container {
        max-width: 344px;
        width: 100%;
        height: auto;
        aspect-ratio: 1.05/1;
    }
    .map-stage {
        max-width: 344px;
        width: 100%;
        height: auto;
    }
    .map-slider {
        max-width: 312px;
        width: 100%;
    }
    .tooltip-step {
        height: 420px !important;
    }
    .tooltip-step > .tooltip-header {
        font-size: 20px;
        line-height: 24px;
    }
    .tooltip-step > .tooltip-text {
        font-size: 14px;
        line-height: 16px;
    }
    .how-it-was-container {
        width: 100%;
        max-width: 344px;
    }
    .how-it-was-section-slider {
        width: 100%;
        max-width: 323px;
    }
    .how-it-was-section-slider > button {
        padding: 10px 10px;
        width: 33%;
        font-size: 16px;
        line-height: 18px;
    }
    .how-it-was-content-counter > div:first-child {
        width: 100%;
        max-width: 344px;
    }
    .how-it-was-tips {
        width: 100%;
        max-width: 344px;
    }
    .how-it-was-video-container {
        width: 100%;
        max-width: 344px;
    }
    .how-it-was-video-card {
        width: 100%;
        max-width: 344px;
    }
    .how-it-was-video-preview-container > picture > img {
        width: 100%;
        max-width: 344px;
    }
    .how-it-was-video-preview-text {
        width: 100%;
        max-width: 277px;
    }
    .jury-slider {
        width: 100%;
        max-width: 320px;
    }
    .jury-card {
        padding-right: 16px;
    }
    .jury-card-image {
        width: 100%;
        max-width: 304px;
    }
    .contacts-container {
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
        max-width: 344px;
    }
    .contacts-card {
        width: 100%;
        max-width: 330px;
    }
    .contacts-contacts {
        font-size: 16px;
        line-height: 24px;
    }
    .footer-container {
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer-container > .left-section {
        width: 100%;
        max-width: 344px;
    }
    .footer-contacts-left img {
        max-width: 100%;
    }
    .telegram-text {
        font-size: 12px;
        line-height: 14px;
    }
    .telegram-text > * {
        width: 180px;
    }
    .footer-counter {
        width: calc(100% - 20px);
        max-width: 254px;
    }
    .footer-counter > .descriptions {
        font-size: 11px;
        line-height: 14px;
    }
    .footer-counter-info-tooltip {
        right: -28px;
    }
    .footer-container > .right-section {
        width: 100%;
        max-width: 344px;
    }
    .footer-counter-info-tooltip-container:before {
        right: 2px;
    }
    .footer-contacts-visually-impaired {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    .footer-last-info {
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer-last-info > p {
        left: 8px;
        right: 8px;
    }
}

/*region Integration */
body {
    background-color: #ffffff !important;
    letter-spacing: 0 !important;
}
#header-js {
    display: none;
}
main {
    padding-top: 0 !important;
}
.site-header {
    position: static;
    height: auto;
}
.breadcrumb__container {
    display: none;
}
.footer {
    display: none !important;
}
.footer-mobile {
    display: none !important;
}
/*endregion*/
/* End */


/* Start:/local/templates/.default/css/jquery.fancybox.min.css?160408281912795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/components/omega/landing.close.form/templates/zvezdy_professii_2025/style.css?17612925481128*/
.input-container input[type="password"]:hover,
.input-container input[type="password"]:focus {
	color: #004670;
	border-bottom: 1px solid #004670;
}
.input-container input[type="password"].error {
	border-bottom: 1px solid #DD4334;
}
.input-container input:focus {
	outline: none;
}
.input-container input::-webkit-input-placeholder {
    color: #ffffff;
}
.input-container input:hover::-webkit-input-placeholder,
.input-container input:focus::-webkit-input-placeholder {
    color: #004670;
}
.input-container input::-moz-placeholder {
    color: #ffffff;
}
.input-container input:hover::-moz-placeholder,
.input-container input:focus::-moz-placeholder {
    color: #004670;
}
.input-container input::-ms-placeholder {
    color: #ffffff;
}
.input-container input:hover::-ms-placeholder,
.input-container input:focus::-ms-placeholder {
    color: #004670;
}
.input-container input::placeholder {
    color: #ffffff;
}
.input-container input:hover::placeholder,
.input-container input:focus::placeholder {
    color: #004670;
}
.input-container .error {
	margin-top: 8px;
	font-size: 18px;
	line-height: 24px;
	color: #EC1966;
}
/* End */
/* /zvezdy_professii/styles.css?176310602461111 */
/* /local/templates/.default/css/jquery.fancybox.min.css?160408281912795 */
/* /local/components/omega/landing.close.form/templates/zvezdy_professii_2025/style.css?17612925481128 */
