@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: normal;
    src: url(//st.avto.ru/mf-spec/_/1d9e47ce7f6576ce7bae.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    src: url(//st.avto.ru/mf-spec/_/065ee491488865d52b60.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: italic;
    font-weight: 500;
    src: url(//st.avto.ru/mf-spec/_/cbdbf29e8995bf6c5b78.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 600;
    src: url(//st.avto.ru/mf-spec/_/e25ac98086382ececc5d.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: bold;
    src: url(//st.avto.ru/mf-spec/_/75885bf04057d4697ae5.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 800;
    src: url(//st.avto.ru/mf-spec/_/db311a06095e69d7ec53.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Geo';
    font-style: normal;
    font-weight: normal;
    src: url(//st.avto.ru/mf-spec/_/cfecfb868d03a60f2e63.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Geo';
    font-style: normal;
    font-weight: 500;
    src: url(//st.avto.ru/mf-spec/_/ea8e2f5dde581ccdca53.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Geo';
    font-style: normal;
    font-weight: bold;
    src: url(//st.avto.ru/mf-spec/_/abcfe81a93c393e653df.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    font-style: normal;
    font-weight: normal;
    src: url(//st.avto.ru/mf-spec/_/5b3a85021efcfe0b8efa.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    font-style: normal;
    font-weight: 500;
    src: url(//st.avto.ru/mf-spec/_/fd82028209e90f356054.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    font-style: normal;
    font-weight: bold;
    src: url(//st.avto.ru/mf-spec/_/29036cce06c2c28eca48.woff2) format('woff2');
    font-display: swap;
}


body {
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 160px;

    @media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
        scroll-padding-top: 40px;
    }
}

img {
    -webkit-user-select: none;
            user-select: none;
}

/* stylelint-disable-next-line selector-max-universal */
*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --step-x1: 25px;
    --step-x2: 50px;
    --step-x3: 75px;
    --step-x4: 100px;
    --step-x5: 125px;
    --step-x6: 150px;
    --step-x7: 175px;
    --step-x8: 200px;
    --step-x9: 225px;
    --step-x10: 250px;
    --desktop-max-width: var(--unit-container-xlarge);
    --cars-listing-cards-card-max-width: 576px;
    --black: #000;
    --white: #fff;
    --autoru-red: #E60000;
    --semi-white: rgb(255 255 255 / 68%);
    --grey: rgb(28 33 40 / 60%)
}

.Badge-module__root__jxpb {
    color: var(--black);
    cursor: pointer;
    background: #F3F1F1;
    transition: border-radius .5s ease-in-out;

    @media (hover: hover), not all and (pointer: coarse) {
        &:hover {
            background: rgb(255 255 255 / 80%);
        }
    }
}

.Badge-module__s__kgk9 {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 16px;
}

.Badge-module__m__BRed {
    padding: 20px 40px;
    font-size: 24px;
    line-height: 110%;
    border-radius: 20px;
}

.Badge-module__root__jxpb.Badge-module__active__Yw1h {
    @media (hover: hover), not all and (pointer: coarse) {
        &:hover {
            background: none;
        }
    }
}

.Badge-module__active__Yw1h {
    border-radius: 10px;
}

.Filters-module__root__tF5P {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
}

.Section-module__root__Acl8 {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 14px 80px;
    margin-top: -20px;
    border-radius: 20px 20px 0 0;
}

.Section-module__dark__QLkm {
    color: var(--white);
    background-color: var(--black);
}

.Section-module__default__UMtK {
    color: var(--black);
    background-color: transparent;
}

.Section-module__noMargin__czwm {
    margin: 0;
}

.Section-module__withBigPadding__UaU_ {
    padding-right: 28px;
    padding-left: 28px;
}

.Section-module__layout__yFDu {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .Section-module__root__Acl8 {
        gap: 40px;
        padding: 80px 32px;
    }
}

.SectionTitle-module__root__a2tI {
    margin: 0;
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 47px;
    font-weight: 500;
    font-variant-numeric: lining-nums proportional-nums;
    line-height: 52px;
    color: var(--white);
}

.SectionTitle-module__dark__QKFp {
    color: var(--black);
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .SectionTitle-module__root__a2tI {
        font-size: 64px;
        line-height: 64px;
    }
}

.RatingItem-module__item__mLV2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.RatingItem-module__text__jn8q {
    margin: 0;
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
    color: var(--semi-white);
}

.RatingItem-module__top__z78Q {
    font-weight: 500;
    color: var(--white);
}


@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .RatingItem-module__text__jn8q {
        font-size: 24px;
        line-height: 28px;
    }
}

.RatingShowMoreButton-module__button__PdIh {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 14px;
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.RatingShowMoreButton-module__icon__lTEu {
    width: 16px;
    height: 16px;
    color: var(--white);
    transition: transform 0.3s;
}

.RatingShowMoreButton-module__iconExpanded__o0IK {
    transform: rotate(180deg);
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .RatingShowMoreButton-module__button__PdIh {
        font-size: 15px;
        line-height: 20px;
    }
}

.RatingList-module__listWrapper__IZHl {
    width: 100%;
    max-width: 1220px;
}

.RatingList-module__list__OPaq {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
    color: var(--white);
    list-style: none;
}

.RatingList-module__secondList__jjDm {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
}

.RatingList-module__secondListVisible__Ptj0 {
    grid-template-rows: 1fr;
    margin-top: 8px;
}

.RatingList-module__secondList__jjDm > ul {
    overflow: hidden;
}

.Rating-module__wrapper__O_qw {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .Rating-module__wrapper__O_qw {
        gap: 30px;
        align-items: flex-start;
        max-width: 625px;
        max-width: var(--unit-container-xsmall);
        margin: 0 auto;
    }

    .Rating-module__filters__KHas {
        margin-bottom: 8px;
    }
}

.Accordion-module__container__fytB {
    display: flex;
    flex-direction: column;
    padding: 12px 18px;
    overflow-x: hidden;
    font-family: 'YS Text';
    font-family: var(--font-text);
    color: #1e1e1e;
    background: var(--white);
    border-radius: 18px;
}

.Accordion-module__header__WgzL {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
}

.Accordion-module__expandedHeader__ZD_t {
    margin-bottom: 16px;
}

.Accordion-module__title__jTsp {
    max-width: 92%;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
}

.Accordion-module__arrowContainer__qkmS {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 28px;
    color: var(--black);
}

.Accordion-module__content__Y4iN {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    white-space: pre-wrap;
    opacity: .6;
    transition: max-height 0.3s ease-in-out;

    & > a {
        color: inherit;
    }
}

.Accordion-module__expandedContent__pZla {
    transition: max-height 0.3s ease-in-out;
}

.Accordion-module__chevronIcon__lTda {
    display: flex;
    width: 14px;
    height: 14px;
    cursor: pointer;
    transition: transform 0.3s ease-in;
}

.Accordion-module__chevronIconActive__q9jf {
    transform: rotate(180deg);
}


@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .Accordion-module__title__jTsp {
        line-height: 28px;
    }
}

.PromoTag-module__root__JOaC {
    box-sizing: border-box;
    display: flex;
    gap: calc(4px * 2);
    gap: var(--unit-x2);
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px calc(4px * 2);
    padding: 6px var(--unit-x2);
    font-family: 'JetBrains Mono', arial, helvetica, sans-serif;
    font-family: var(--font-jetbrains);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: currentcolor;
    text-transform: uppercase;
    border: 1px solid var(--black);
    border-radius: 8px;
    border-radius: var(--unit-radius-small);
}

.PromoTag-module__dark__UKVU {
    color: var(--white);
    border-color: var(--white);
}

.PromoTag-module__grey__Gb2h {
    color: var(--color-grey);
    border-color: var(--color-grey);
}

.PromoTag-module__default__YEvb {
    color: var(--black);
    border-color: var(--black);
}

.PromoTag-module__text__hOSx {
    margin: 0;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .PromoTag-module__root__JOaC {
        font-size: 15px;
        line-height: 19px;
    }
}

.Faq-module__root__vrCl {
    position: relative;
    z-index: 2;
    align-items: center;
    width: 100%;
    margin-top: 0;
    text-align: center;
    border-radius: 0;
}

.Faq-module__promoTag__Sesm {
    opacity: 0.6;
}

.Faq-module__items__XHQW {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.Faq-module__wrapper__G65w {
    max-width: var(--desktop-max-width);
}

.HugeBanner-module__image__Q0dy {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: fill;
    border-radius: 20px;
}


@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .HugeBanner-module__image__Q0dy {
        max-width: 840px;
        max-width: var(--unit-container-medium);
        height: auto;
        margin: 0 auto;
        border-radius: 32px;
        border-radius: var(--unit-radius-xlarge);
    }
}

.Partners-module__section__OihE {
    gap: 32px;
    align-items: center;
    padding-bottom: 40px;
    background: linear-gradient(180deg, var(--white) 75.62%, #FFD6CD 150.2%);
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .Partners-module__section__OihE {
        gap: 40px;
        padding-bottom: 80px;
    }
}


.About-module__root__PCOZ {
    display: flex;
    flex-direction: column;
    gap: calc(4px * 6);
    gap: var(--unit-x6);
}

.About-module__section__zRpQ {
    margin-top: -25px;
    background: linear-gradient(180deg, #FFD6CD -3.58%, var(--white) 10.77%, var(--white) 75.62%, #FFD6CD 130.2%);
}

.About-module__description__pELX {
    width: 100%;
    margin: 0;
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 20px;
    line-height: 24px;
}

.About-module__link__hhmv {
    display: flex;
    gap: 4px;
    gap: var(--unit-x1);
    align-items: center;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
}

.About-module__linkText__OEzI {
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: var(--grey);
}

.About-module__linkIcon__rKlX {
    width: 16px;
    height: 16px;
    color: var(--grey);
    transition: transform 0.3s;
}

.About-module__expandable__DVpA {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
}

.About-module__expandable__DVpA:not(.About-module__expanded__nhyc) {
    margin-bottom: calc(-1 * calc(4px * 6));
    margin-bottom: calc(-1 * var(--unit-x6));
}

.About-module__expanded__nhyc {
    grid-template-rows: 1fr;
}

.About-module__expandableContent__E3mB {
    display: flex;
    flex-direction: column;
    gap: calc(4px * 6);
    gap: var(--unit-x6);
    overflow: hidden;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .About-module__root__PCOZ {
        max-width: 840px;
        max-width: var(--unit-container-medium);
        margin: 0 auto;
    }

    .About-module__description__pELX {
        font-size: 24px;
        line-height: 28px;
    }

    .About-module__linkText__OEzI {
        font-size: 15px;
        line-height: 20px;
    }

    .About-module__linkIcon__rKlX {
        width: 24px;
        height: 24px;
    }
}

.Actionable-module__container__pzQF {
    all: unset;
    display: inline-flex;

    @media (hover: hover), not all and (pointer: coarse) {
        &:not(:disabled) {
            cursor: pointer;
        }
    }
}

.Link-module__root__LRvT {
    --color: inherit;

    color: var(--color);
    transition: 0.1s color;
}

.Link-module__neutral__nJKT {
    --color: var(--black);

    @media (hover: hover), not all and (pointer: coarse) {
        &:not(:disabled):hover {
            --color: var(--color-foreground-primary);
        }
    }
}

.Link-module__neutralFaded__wFLb {
    --color: var(--black-faded);

    @media (hover: hover), not all and (pointer: coarse) {
        &:not(:disabled):hover {
            --color: var(--black-highlighted);
        }
    }
}

.Link-module__primary__i_M_ {
    --color: var(--color-foreground-primary);

    @media (hover: hover), not all and (pointer: coarse) {
        &:not(:disabled):hover {
            --color: var(--black);
        }
    }
}

.Link-module__primaryCritical__FnZ9 {
    --color: var(--color-foreground-primary);

    @media (hover: hover), not all and (pointer: coarse) {
        &:not(:disabled):hover {
            --color: var(--color-foreground-primary-highlighted);
        }
    }
}

.Link-module__gray__Wrob {
    --color: var(--color-foreground-gray);
}

.Link-module__white__MtwO {
    --color: var(--color-foreground-white);

    @media (hover: hover), not all and (pointer: coarse) {
        &:not(:disabled):hover {
            --color: var(--color-foreground-primary);
        }
    }
}

.Link-module__black__E1Xx {
    --color: var(--color-foreground-black);

    @media (hover: hover), not all and (pointer: coarse) {
        &:not(:disabled):hover {
            --color: var(--color-foreground-primary);
        }
    }
}

.BottomBar-module__bottomBar__J0zh {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 19px 16px;
    background-color: var(--black);
}

.BottomBar-module__link__TC2i {
    color: var(--semi-white);
    opacity: 0.6;
}

.BottomBar-module__copyright__z97d {
    margin: 0;
    color: var(--semi-white);
    text-align: right;
    opacity: 0.6;
}

.BottomBar-module__link__TC2i,
.BottomBar-module__copyright__z97d {
    font-size: 10px;
    line-height: 12px;
}

.BottomBar-module__firstLinks__ZzBR {
    display: flex;
    gap: 12px;
    align-items: center;
}

@media (max-width: 380px) {
    .BottomBar-module__firstLinks__ZzBR {
        flex-direction: column;
    }
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .BottomBar-module__bottomBar__J0zh {
        flex-direction: row;
    }
}

.Button-module__root__mV0r {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'YS Text';
	font-family: var(--font-text);
	font-weight: 500;
	font-variant-numeric: lining-nums proportional-nums;
	white-space: nowrap;
	border: 1px none;
	transition: transform 0.1s;

    &:active {
        transform: scale(0.97);
    }

}

.Button-module__primary__Aqvo {
	color: var(--black);
	background-color: var(--white);
}

.Button-module__inverse__EPIq {
	color: var(--white);
	background-color: var(--black);
}

.Button-module__transparent__i_HY {
	color: var(--semi-white);
	background: transparent;
}

.Button-module__vote__Lk1s {
	color: var(--black);
	background-color: var(--black);
	border: none;
}

.Button-module__sizeS__FRxl {
	padding: 8px;
	font-size: 13px;
	line-height: 16px;
	border-radius: 10px;
}

.Button-module__sizeLogin__GCxM {
	padding: 8px 12px;
	font-size: 13px;
	line-height: 16px;
	border-radius: 10px;
}

.Button-module__sizeM__emSK {
	padding: 16px 19px;
	font-size: 17px;
	line-height: 24px;
	border-radius: 16px;
}

.Button-module__fullWidth__dTP1 {
	width: -webkit-fill-available;
	width: fill-available;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .Button-module__sizeLogin__GCxM {
        font-size: 17px;
        line-height: 24px;
    }

    .Button-module__sizeS__FRxl {
        padding: 12px 20px;
    }
}

.ShareBlock-module__share__wkzx {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
}

.ShareBlock-module__shareTitle__TzLf {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
    color: var(--grey);
	text-align: center;
}

.ShareBlock-module__socialLinks___Kmm {
	display: flex;
	gap: 12px;
	align-items: center;
}

.ShareBlock-module__socialLink__K6S7 {
    padding: 0;
	font-size: 13px;
    font-weight: normal;
	line-height: 16px;
	color: var(--black);
	text-align: center;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .ShareBlock-module__shareTitle__TzLf {
        font-size: 17px;
        line-height: 24px;
    }

    .ShareBlock-module__socialLink__K6S7 {
        font-size: 17px;
        line-height: 24px;
    }
}

.Footer-module__root__sBlX {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.Footer-module__content__wBLD {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    padding: 52px 16px 32px;
    font-family: 'YS Text';
    font-family: var(--font-text);
    background: linear-gradient(180deg, #FFD6CD -3.58%, var(--white) 10.77%, var(--white) 75.62%, #FFD6CD 130.2%);
}

.Footer-module__logo__mjSm {
    width: 255px;
    height: auto;
}

.Footer-module__magazine__oSOO {
    width: 153px;
    height: auto;
}

.Footer-module__navigation__Fw4W {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.Footer-module__navLink__ey8R {
    font-size: 15px;
    line-height: 19px;
    color: var(--grey);
    text-align: center;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .Footer-module__content__wBLD {
        gap: 60px;
        padding: 60px 32px;
    }

    .Footer-module__magazine__oSOO {
        width: 338px;
    }

    .Footer-module__logo__mjSm {
        width: 563px;
    }

    .Footer-module__navLink__ey8R {
        font-size: 17px;
        line-height: 24px;
    }
}

.NominationCard-module__root__jGyj {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    color: var(--black);
    background-color: var(--white);
    border-radius: 24px;
}

.NominationCard-module__header__FheB {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.NominationCard-module__title__bt3f {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.NominationCard-module__info__V024 {
    display: flex;
    gap: 8px;
}

.NominationCard-module__content__xAwN {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
}

.NominationCard-module__description__UQvn {
    flex-grow: 1;
    max-width: 266px;
    max-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'YS Text';
    font-family: var(--font-text);
    font-size: 15px;
    line-height: 19px;
    color: var(--grey);
    white-space: nowrap;
    transition-timing-function: ease-out;
    transition-duration: 0.4s;
    transition-property: max-height;
}

.NominationCard-module__description__UQvn.NominationCard-module__expanded__fRa0 {
    max-height: 100px;
    white-space: normal;
    transition-timing-function: ease-in;
    transition-duration: 0.2s;
}

.NominationCard-module__toggleButton__Lx3h {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    background: var(--black);
    border: none;
    border-radius: 50%;
    transition: background-color 0.2s ease-in-out;
}

.NominationCard-module__toggleButton__Lx3h.NominationCard-module__expanded__fRa0 {
    background: #f2f2f2;
}

.NominationCard-module__toggleIcon__FpBL {
    position: relative;
    width: 12px;
    height: 12px;
}

.NominationCard-module__toggleIcon__FpBL::before,
.NominationCard-module__toggleIcon__FpBL::after {
    position: absolute;
    content: '';
    background-color: var(--white);
    transition: transform 0.2s ease-in-out;
}

.NominationCard-module__toggleIcon__FpBL.NominationCard-module__expanded__fRa0::before,
.NominationCard-module__toggleIcon__FpBL.NominationCard-module__expanded__fRa0::after {
    background-color: #8c8c8c;
}

.NominationCard-module__toggleIcon__FpBL::before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
}

.NominationCard-module__toggleIcon__FpBL::after {
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
}

.NominationCard-module__toggleIcon__FpBL.NominationCard-module__expanded__fRa0::after {
    transform: scaleY(0);
}

.NominationCard-module__infoItem__jWm3 {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 6px 8px;
    font-family: 'JetBrains Mono', arial, helvetica, sans-serif;
    font-family: var(--font-jetbrains);
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    border: 1px solid var(--black);
    border-radius: 8px;
}

.NominationCard-module__infoItem__jWm3 svg {
    width: 16px;
    height: 16px;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .NominationCard-module__root__jGyj {
        padding: 24px;
    }

    .NominationCard-module__title__bt3f {
        font-size: 28px;
        line-height: 32px;
    }

    .NominationCard-module__description__UQvn {
        max-width: 660px;
        max-height: none;
        font-size: 17px;
        line-height: 20px;
        white-space: normal;
    }

    .NominationCard-module__toggleButton__Lx3h {
        display: none;
    }

    .NominationCard-module__content__xAwN {
        margin-bottom: 16px;
    }
}


.Nominations-module__root__JOo3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 840px;
    max-width: var(--unit-container-medium);
    margin: 0 auto;
}

.Nominations-module__section__SWin {
    background-color: #E9E3E3;
}

.Nominations-module__title__DZEe {
    color: var(--black);
}

.Nominations-module__promoTag__VY83 {
    margin-bottom: 14px;
}

.Nominations-module__list__dnWi {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .Nominations-module__promoTag__VY83 {
        margin: 0 auto;
    }

    .Nominations-module__root__JOo3 {
        gap: 32px;
    }

    .Nominations-module__title__DZEe {
        max-width: 520px;
        margin: 0 auto 8px;
        text-align: center;
    }

    .Nominations-module__list__dnWi {
        gap: 14px;
    }
}

.HeaderNavigation-module__nav__Pf8p {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--grey);
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .HeaderNavigation-module__nav__Pf8p {
        font-size: 28px;
        line-height: 32px;
    }
}

.HeaderMenuButton-module__button__fEj_ {
	position: relative;
	z-index: 200;
	display: flex;
	align-items: center;
	padding: 0;
	color: var(--white);
	cursor: pointer;
	background: none;
	border: none;
	-webkit-tap-highlight-color: transparent;
}

.HeaderMenuButton-module__white__MKrj {
	color: var(--white);
}

.HeaderMenuButton-module__grey__KVTp {
	color: var(--grey);
}

.HeaderMenu-module__menu__IXkr {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	padding: 24px 14px 0;
	overflow-y: auto;
	background: linear-gradient(180deg, #E9E3E3 0%, #FFF4F1 100%);
	transform: translateY(-100%);
	transition: transform 0.2s;
}

.HeaderMenu-module__top__F9m5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.HeaderMenu-module__opened__Zzp4 {
	transform: translateY(0);
}

.HeaderMenu-module__links__UzXB {
	flex-direction: column;
}

.HeaderMenu-module__bottom__Vp08 {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
	padding: 32px 0;
	font-family: 'YS Text';
	font-family: var(--font-text);
}

.HeaderMenu-module__logoContainer__ULoq {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
}

.HeaderMenu-module__logo__raoz {
	width: 255px;
	height: auto;
}

.HeaderMenu-module__magazine__kj7c {
	width: 153px;
	height: auto;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .HeaderMenu-module__backdrop__OdZA {
        position: fixed;
        inset: 0;
        z-index: 79;
        display: none;
        display: block;
        pointer-events: none;
        background: rgb(0 0 0 / 80%);
        opacity: 0;
        transition: opacity 0.2s;
        will-change: opacity;
    }

    .HeaderMenu-module__backdropVisible__GK4M {
        pointer-events: auto;
        opacity: 1;
    }

    .HeaderMenu-module__menu__IXkr {
        right: 0;
        left: unset;
        width: 550px;
        padding: 40px;
    }
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

/* stylelint-disable */

.Mag-module__section__yiDA {
    margin-top: -30px;
    background-image: url(//st.avto.ru/mf-spec/_/1e0b9e5e32ce10951261.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
}

.Mag-module__header__P4d9 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.Mag-module__swiper__Yd93 {
    max-width: 619px;
    max-height: 442px;
    margin: 0 auto;
    pointer-events: none;
    background: #fff;
    border-radius: 32px;
}

.Mag-module__swiper__Yd93 .swiper-wrapper,
.Mag-module__swiper__Yd93 .swiper-slide {
    pointer-events: none;
}

.Mag-module__slideContent__FBQc {
    height: 100%;
    overflow: hidden;
    color: var(--black);
    pointer-events: auto;
    border-radius: 32px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    transition: background-color 0.5s ease, color 0.5s ease;
}

.Mag-module__slideBackgroundPrimary__z6fx {
    background-color: var(--white);
}

.Mag-module__slideBackgroundSecondary__Xza6 {
    background-color: #E7DBDB;
}

.Mag-module__carItem__UQH7 {
    padding: 6px 8px;
    border: 1px solid var(--black);
    border-radius: 8px;
    transition: border-color 0.5s ease;
}

.Mag-module__slideContentInactive__rC3s {
    color: var(--grey);
}

.Mag-module__slideContentInactive__rC3s .Mag-module__carItem__UQH7 {
    border-color: var(--grey);
}

.Mag-module__cardLink__pY7r {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.Mag-module__cardHeader__V7tD {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0;
}

.Mag-module__cardTitle__TZb8 {
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 34px;
    font-weight: 500;
    line-height: 32px;
}

.Mag-module__cardYearBlock__uIGt {
    display: flex;
    gap: 4px;
    align-items: center;
}

.Mag-module__cardYear__C12J {
    font-family: 'JetBrains Mono', arial, helvetica, sans-serif;
    font-family: var(--font-jetbrains);
    font-size: 15px;
    font-weight: 500;
    font-variant-numeric: lining-nums tabular-nums slashed-zero;
    line-height: 20px;
}

.Mag-module__image__SvtB {
    width: 100%;
    aspect-ratio: 305 / 189;
    padding: 14px 20px 20px;
    object-fit: contain;
    border-radius: 40px;
}

.Mag-module__button__J1nY {
    z-index: 10;
    width: 378px;
    margin: 0 auto;
}

.Mag-module__container__ELFD {
    position: relative;
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 24px auto 40px;
}

.Mag-module__navButton__pVq8 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--white);
    cursor: pointer;
    background: transparent;
    border: none;
    transition: transform 0.3s ease, opacity 0.3s ease;

    &:disabled {
        cursor: not-allowed;
        opacity: 0.3;

        &:active {
            transform: none;
        }
    }

    /* stylelint-disable-next-line */
    &:first-child {
        transform: rotate(90deg);

        &:active {
            transform: rotate(90deg) scale(0.95);
        }

        &:disabled {
            transform: rotate(90deg);
        }
    }

    /* stylelint-disable-next-line */
    &:last-child {
        transform: rotate(-90deg);

        &:active {
            transform: rotate(-90deg) scale(0.95);
        }

        &:disabled {
            transform: rotate(-90deg);
        }
    }
}

.Mag-module__arrowDown__rLdA {
    width: 100%;
    height: 100%;
}

/* Фиксы только для Safari iOS. В нормальных браузерах итак все работает */
.safariFixes-module__main__WCfz {
    isolation: isolate;
}

.safariFixes-module__content__It5o {
    isolation: isolate;
    backface-visibility: hidden;
}

@supports (-webkit-touch-callout: none) {
    .safariFixes-module__content__It5o {
        contain: layout style paint;
        background-color: inherit;

        /* Принудительное создание stacking context  для Safari, без этого неправильно работает эффект наложения секций */
        opacity: 0.999;
        transform: translate3d(0, 0, 0);
        perspective: 1000;
    }
}

@supports (-webkit-hyphens: none) and (not (-webkit-touch-callout: none)) {
    .safariFixes-module__content__It5o {
        contain: layout style paint;
        background-color: inherit;
        opacity: 0.999;
        transform: translate3d(0, 0, 0);
        perspective: 1000;
    }
}

.HeaderMainLogo-module__root__rfhr {
    z-index: 10;
    display: block;
    height: 24px;
    color: var(--white);

    & > svg {
        width: auto;
        height: 100%;
    }
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .HeaderMainLogo-module__root__rfhr {
        /* Из-за того что в дизайне не учтена черточка t – без отступа лого выглядит не поцентру */
        padding-bottom: 3px;
    }
}

.Header-module__header__bo35 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    background-color: transparent;
}

.Header-module__logo__c9zX {
    grid-column: 2 / 3;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .Header-module__header__bo35 {
        display: flex;
        gap: 17px;
        align-items: center;
        max-width: 1272px;
        max-width: var(--unit-container-xlarge);
        margin: 0 auto;
    }
}

.VideoHeadBlock-module__container___vEk {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 24px 14px 51px;
    overflow: hidden;
    transform: translateZ(0);
}

.VideoHeadBlock-module__backgroundVideo__J4CG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
    object-fit: cover;
    -webkit-touch-callout: none;

    &::-webkit-media-controls {
        /* stylelint-disable-next-line declaration-no-important */
        display: none !important;
    }

    &::-webkit-media-controls-panel {
        /* stylelint-disable-next-line declaration-no-important */
        display: none !important;
    }

    &::-webkit-media-controls-play-button {
        /* stylelint-disable-next-line declaration-no-important */
        display: none !important;
    }

    &::-webkit-media-controls-start-playback-button {
        /* stylelint-disable-next-line declaration-no-important */
        display: none !important;
    }

    &::-webkit-media-controls-fullscreen-button {
        /* stylelint-disable-next-line declaration-no-important */
        display: none !important;
    }

    &::-webkit-media-controls-toggle-closed-captions-button {
        /* stylelint-disable-next-line declaration-no-important */
        display: none !important;
    }
}

.VideoHeadBlock-module__backgroundFallback__tLy9 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.VideoHeadBlock-module__content__xveM {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.VideoHeadBlock-module__wrapper__RUTN {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    max-width: var(--desktop-max-width);
}

.VideoHeadBlock-module__scrollButton__lb9j {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: transform 0.2s ease;

    &:hover {
        transform: scale(1.1);
    }
}

.VideoHeadBlock-module__scrollIcon__Vybz {
    width: 32px;
    height: 32px;
    color: var(--white);
}

.VideoHeadBlock-module__journalButton__W_ff {
    margin-bottom: 24px;
}

.VideoHeadBlock-module__buttonsWrapper__IQJg {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@supports (-webkit-touch-callout: none) {
    .VideoHeadBlock-module__container___vEk {
        height: 100vh;
        height: var(--viewport-height, 100vh);
    }
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .VideoHeadBlock-module__container___vEk {
        padding: 52px 14px 72px;
    }

    .VideoHeadBlock-module__scrollIcon__Vybz {
        width: 41px;
        height: 41px;
    }

    .VideoHeadBlock-module__journalButton__W_ff {
        width: 100%;
        max-width: 347px;
        margin: 0 auto 32px;
    }
}

.PosterFrontBlock-module__root__sUgr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 114px 0 0;
    overflow: hidden;
}

.PosterFrontBlock-module__posterText__o43b {
    max-width: 500px;
    margin: 40px 0 16px;
    font-family: 'YS Text';
    font-family: var(--font-text);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    text-align: center;
}

.PosterFrontBlock-module__logo__yB9n {
    width: 100%;
    max-width: 711px;
}


@media (max-height: 1000px) {
    .PosterFrontBlock-module__root__sUgr {
        padding-top: 20px;

    }

    .PosterFrontBlock-module__logo__yB9n {
        max-width: 600px;
    }
}

.PageIndex-module__main__oSDl {
    position: relative;
}

.PageIndex-module__content__SwXN {
    position: relative;
    z-index: 2;
    background: var(--white);
    border-radius: 20px 20px 0 0;
}

/* Специальный фикс для Safari iOS - переопределение цвета фона */
@supports (-webkit-touch-callout: none) {
    .PageIndex-module__content__SwXN {
        background-color: var(--white);
    }
}

.NominationStats-module__root__SeDt {
    display: flex;
    gap: 4px;
    align-items: center;
    color: var(--white);
}

.NominationStats-module__item__gGni {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 6px calc(4px * 2);
    padding: 6px var(--unit-x2);
    border: 1px solid currentcolor;
    border-radius: 8px;
    border-radius: var(--unit-radius-small);
}

.NominationStats-module__icon__ogko {
    display: flex;
    width: 16px;
    height: 16px;
}

.NominationStats-module__icon__ogko svg {
    width: 100%;
    height: 100%;
}

.NominationStats-module__value__GzQI {
    font-family: 'JetBrains Mono', arial, helvetica, sans-serif;
    font-family: var(--font-jetbrains);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .NominationStats-module__value__GzQI {
        font-size: 18px;
        line-height: 20px;
    }

    .NominationStats-module__root__SeDt {
        justify-content: center;
    }

    .NominationStats-module__item__gGni {
        border-width: 1.5px;
    }
}

.NextNomination-module__root__oyK4 {
    display: flex;
    flex-direction: column;
    gap: calc(4px * 6);
    gap: var(--unit-x6);
}

.NextNomination-module__card__pUfs {
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    border-radius: 32px;
    border-radius: var(--unit-radius-xlarge);
}

.NextNomination-module__cardContent__JFIP {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.NextNomination-module__cardHeader__OrmF {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.NextNomination-module__title__M2ki {
    margin: 0;
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 47px;
    font-weight: 500;
    line-height: 52px;
}

.NextNomination-module__description__ZlMc {
    height: 100px;
    margin: 0;
    margin-bottom: 40px;
    font-family: 'YS Text';
    font-family: var(--font-text);
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    color: var(--semi-white);
}

.NextNomination-module__actions__RctJ {
    display: flex;
    flex-direction: column;
    gap: calc(4px * 2);
    gap: var(--unit-x2);
}

.NextNomination-module__section__WsPH {
    gap: 60px;
    padding-top: 60px;
    border-radius: 0;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .NextNomination-module__root__oyK4, .NextNomination-module__section__WsPH {
        align-items: center;
    }

    .NextNomination-module__card__pUfs {
        display: flex;
        justify-content: center;
        width: 100vw;
        max-width: 840px;
        max-width: var(--unit-container-medium);
        background-position: center;
        background-position: center 20%;
        background-size: cover;
    }

    .NextNomination-module__cardContent__JFIP {
        max-width: 459px;
        padding: 40px 0;
    }

    .NextNomination-module__title__M2ki {
        font-size: 64px;
        line-height: 100%;
        text-align: center;
    }

    .NextNomination-module__cardHeader__OrmF {
        gap: 24px;
    }

    .NextNomination-module__description__ZlMc {
        height: 80px;
        text-align: center;
        text-wrap-style: balance;
    }


    .NextNomination-module__promoTag__eOw2 {
        font-size: 20px;
        line-height: 20px;
    }
}

.VoteButton-module__button__O0m7 {
    width: 100%;
    font-family: 'YS Text';
    font-family: var(--font-text);
    font-weight: 500;
    color: var(--black);
    cursor: pointer;
    background-color: var(--black);
    border: none;
    border-radius: 10px;
    transition: transform 0.1s, background-color 0.2s, color 0.2s;

    &:hover {
        color: var(--black);
    }

    &:active {
        transform: scale(0.95);
    }
}

.VoteButton-module__buttonDisabledWithNoStyles__pAgS {
    cursor: default;
}

.VoteButton-module__buttonDisabledWithNoStyles__pAgS:hover {
    color: var(--white);
    background-color: var(--black);
    transform: none;
}

.VoteButton-module__voted__e7im {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    color: var(--black);
}

.VoteButton-module__icon__dMMe {
    height: 100%;
}

.VoteButton-module__s__OpIk {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;

    & > .VoteButton-module__icon__dMMe {
        width: 16px;
    }
}

.VoteButton-module__m__UtAo {
    padding: 16px;
    font-size: 15px;
    line-height: 19px;

    & > .VoteButton-module__icon__dMMe {
        width: 24px;
    }
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .VoteButton-module__s__OpIk {
        padding: 12px 20px;
    }
}

.CarsGalleryCard-module__card__a4dK {
    width: 100%;
    cursor: pointer;
    background-color: var(--white);
    border-radius: 24px;
}

.CarsGalleryCard-module__content__NQF9 {
    display: flex;
    gap: 16px;
    padding: 14px;
}

.CarsGalleryCard-module__imageWrapper__UmRG {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    max-width: 152px;
    aspect-ratio: 152 / 150;
    overflow: hidden;
    border-radius: 12px;
}

.CarsGalleryCard-module__image__DIB0 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CarsGalleryCard-module__info__fSGB {
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: space-between;
    width: 100%;
}

.CarsGalleryCard-module__textContent__F5m0 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.CarsGalleryCard-module__title__h0Ae {
    margin: 0;
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--black);
}

.CarsGalleryCard-module__description__vrvb {
    margin: 0;
    font-family: 'YS Text';
    font-family: var(--font-text);
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: var(--grey);
}

@media (max-width: 380px) {
    .CarsGalleryCard-module__content__NQF9 {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
        padding: 12px;
    }

    .CarsGalleryCard-module__imageWrapper__UmRG {
        max-width: unset;
        aspect-ratio: 291 / 164;
    }
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .CarsGalleryCard-module__content__NQF9 {
        gap: 24px;
        height: 100%;
    }

    .CarsGalleryCard-module__imageWrapper__UmRG {
        max-width: 180px;
        min-height: 100%;
        aspect-ratio: 89 / 75;
    }
}

.StickyNominationBar-module__root__R5GO {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 19px 14px;
    overflow: visible;
    color: var(--black);
    background-color: #F3F1F1;
    backdrop-filter: blur(20px);
}

.StickyNominationBar-module__content__kqDc {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1272px;
    max-width: var(--unit-container-xlarge);
}

.StickyNominationBar-module__backgroundBlur__YQtS {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
}

.StickyNominationBar-module__backButton__Y2is {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0;
    color: #000;
    cursor: pointer;
    background: none;
    border: none;
    transform: rotate(180deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    &:active {
        transform: rotate(180deg) scale(0.95);
    }
}

.StickyNominationBar-module__rotated__gsPy {
	transform: rotate(90deg);

    &:active {
        transform: rotate(90deg) scale(0.95);
    }
}

.StickyNominationBar-module__text__nRpE {
    margin: 0;
    font-family: 'JetBrains Mono', arial, helvetica, sans-serif;
    font-family: var(--font-jetbrains);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.StickyNominationBar-module__statItem__lSP3 {
    display: flex;
    align-items: center;
    height: 33px;
    padding: 0 8px;
    border: 1px solid var(--black);
    border-radius: 8px;
    border-radius: var(--unit-radius-small);
}

.StickyNominationBar-module__leftBlock__fP6S {
    display: flex;
    gap: 4px;
}

.StickyNominationBar-module__nomination__KsT2 {
    margin-right: 4px;

    /* На маленьких экранах не помещается весь текст в номинации про путешествия, спеицифичный подгон */
    @media (max-width: 394px) {
        display: none;
    }
}

.StickyNominationBar-module__popup__EZAP {
	position: relative;
	z-index: 50;
}


@media (max-height: 750px) {
    .StickyNominationBar-module__root__R5GO {
        padding: 14px;
    }
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .StickyNominationBar-module__root__R5GO {
        padding: 28px;
    }

    .StickyNominationBar-module__nomination__KsT2 {
        margin-right: 8px;
    }

    .StickyNominationBar-module__text__nRpE {
        font-size: 20px;
        line-height: 20px;
    }
}

.CarsCardsPopup-module__container__zSFV {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    width: 100vw;
    height: 100dvh;

    /* Safari iOS фиксы для портала */
    isolation: isolate;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    backface-visibility: hidden;
}

.CarsCardsPopup-module__backdrop__mB_q {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: rgb(0 0 0 / 90%);
    opacity: 0;
    transition: opacity 0.6s;
}

.CarsCardsPopup-module__content__pYva {
    position: relative;
    z-index: 40;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100%;
    padding: 14px 0 40px;
    transition: height 0.2s;
}

.CarsCardsPopup-module__visible__RAQ7 {
    visibility: visible;
    opacity: 1;
}

.CarsCardsPopup-module__visible__RAQ7 .CarsCardsPopup-module__backdrop__mB_q {
    opacity: 1;
}

@media (max-height: 750px) {
    .CarsCardsPopup-module__content__pYva {
        padding: 14px 0 40px;
    }
}

@media (max-height: 662px) {
    .CarsCardsPopup-module__content__pYva {
        padding: 14px 0 40px;
    }
}

/* Дополнительные фиксы для Safari iOS при использовании портала */
@supports (-webkit-touch-callout: none) {
    .CarsCardsPopup-module__container__zSFV {
        contain: layout style;

        /* Принудительное создание stacking context для Safari */
        transform: translate3d(0, 0, 0);
        perspective: 1000;
    }

    .CarsCardsPopup-module__content__pYva {
        /* Обеспечиваем правильное отображение контента в портале */
        isolation: isolate;
        backface-visibility: hidden;
    }
}

@media (orientation: portrait) and (min-width: 768px) and (max-height: 744px),(orientation: landscape) and (min-height: 600px) and (max-height: 744px) {
    .CarsCardsPopup-module__header__TMY8 {
        display: none;
    }
}

.CarsGalleryCards-module__cards__cmKa {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.CarsGalleryCards-module__taskBanner__UZRU {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
            user-select: none;
}

.CarsGalleryCards-module__bannerImage__IJvc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: fill;
    border-radius: 20px;
}

.CarsGalleryCards-module__link__vZom {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .CarsGalleryCards-module__cards__cmKa {
        --gap: 24px;

        flex-flow: row wrap;
        gap: var(--gap);
        align-items: stretch;
        justify-content: center;
    }

    .CarsGalleryCards-module__card__sj9m, .CarsGalleryCards-module__bannerWrapper__KHMq {
        --containerFreeSpace: calc(100% - var(--gap) * 2);

        width: calc(var(--containerFreeSpace) / 3);
        min-width: 335px;
        max-width: 410px;
    }

    .CarsGalleryCards-module__fewCards__O71d .CarsGalleryCards-module__card__sj9m {
        --containerFreeSpace: calc(100% - var(--gap));

        width: calc(var(--containerFreeSpace) / 2);
    }
}

@media (orientation: portrait) and (min-width: 768px) and (max-width: 1160px),(orientation: landscape) and (min-height: 600px) and (max-width: 1160px) {
    .CarsGalleryCards-module__card__sj9m, .CarsGalleryCards-module__bannerWrapper__KHMq {
        --containerFreeSpace: calc(100% - var(--gap));

        width: calc(var(--containerFreeSpace) / 2);
        max-width: initial;
    }
}

.CarsGallery-module__container__JtvX {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 14px 12px 80px;
    scroll-margin-top: 26px;
}

.CarsGallery-module__wrapper__O1sw {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: var(--desktop-max-width);
}

.CategoryInfo-module__root__hZfD {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.CategoryInfo-module__header__ZQcX {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.CategoryInfo-module__subtitle__PPCK {
    max-width: 325px;
    margin: 0;
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    text-align: center;
    white-space: pre-wrap;
}

.CategoryInfo-module__titleWrapper__z6Vs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
}

.CategoryInfo-module__title__X5vF {
    margin: 0;
    font-family: 'YS Geo', arial, helvetica, sans-serif;
    font-family: var(--font-geo);
    font-size: 47px;
    font-weight: 500;
    line-height: 52px;
    color: var(--white);
    text-align: center;
    white-space: pre-wrap;
}

.CategoryInfo-module__description__mY3O {
    max-width: 325px;
    margin: 0;
    font-family: 'YS Text';
    font-family: var(--font-text);
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    color: var(--white);
    text-align: center;
    white-space: pre-wrap;
}

@media (max-width: 380px) {
    .CategoryInfo-module__description__mY3O {
        text-wrap-style: balance;
    }
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .CategoryInfo-module__root__hZfD {
        gap: 25px;
    }

    .CategoryInfo-module__subtitle__PPCK {
        font-size: 28px;
        line-height: 32px;
    }

    .CategoryInfo-module__title__X5vF {
        font-size: 100px;
        line-height: 100px;
    }

    .CategoryInfo-module__description__mY3O {
        max-width: 473px;
        font-size: 20px;
        line-height: 24px;
    }
}

.PageCategory-module__main__aro0 {
    position: relative;
}

.PageCategory-module__content__L2ek {
    position: relative;
    z-index: 2;
    background-color: #F3F1F1;
    border-radius: 20px 20px 0 0;
}

/* Специальный фикс для Safari iOS - переопределение цвета фона */
@supports (-webkit-touch-callout: none) {
    .PageCategory-module__content__L2ek {
        background-color: #F3F1F1;
    }
}


.FullscreenButton-module__root__e9_L {
	position: absolute;
	top: 8px;
	right: 16px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	color: var(--white);
	cursor: pointer;
	background: transparent;
	border: 0;
	transition: opacity 0.2s ease-out;
}

.FullscreenButton-module__icon__F6HQ {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentcolor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.FullscreenButton-module__root__e9_L:focus-visible {
	outline: 3px solid var(--white);
	outline: 3px solid var(--landing-lime, var(--white));
	outline-offset: 3px;
}

@media (hover: hover), not all and (pointer: coarse) {
	.FullscreenButton-module__root__e9_L:hover {
		opacity: 0.82;
	}
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.FullscreenButton-module__root__e9_L {
		display: none;
	}
}

.GameFullscreen-module__root__VYty,
.GameFullscreen-module__content__UPtN {
	width: 100%;
}

.GameFullscreen-module__content__UPtN {
	position: relative;
}

.GameFullscreen-module__root__VYty:fullscreen {
	display: flex;
	overflow: hidden;
	background: var(--black);
	background: var(--landing-dark, var(--black));
}

.GameFullscreen-module__root__VYty:fullscreen .GameFullscreen-module__content__UPtN {
	margin: auto;
}

.GameStatusScreen-module__root__uyfw {
	box-sizing: border-box;
	display: grid;
	place-items: center;
	min-height: 100%;
	padding: 32px 16px;
	text-align: center;
	background: var(--white);
}

.GameStatusScreen-module__content__zYjF {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
	width: 100%;
}

.GameStatusScreen-module__title__3_aC {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
}

.GameStatusScreen-module__description__bmc0 {
	max-width: 560px;
	margin: 8px 0 0;
	font-size: 16px;
	line-height: 24px;
	color: var(--grey);
}

.GameStatusScreen-module__actions__gZbx {
	display: flex;
	gap: 12px;
	min-height: 48px;
	margin-top: 32px;
}

.GameStatusScreen-module__button__dlAr,
.GameStatusScreen-module__secondaryButton__ZNNd {
	min-width: 180px;
	min-height: 48px;
	padding: 12px 24px;
	font: inherit;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 12px;
	transition: opacity 0.2s ease-out;
}

.GameStatusScreen-module__button__dlAr {
	color: var(--black);
	color: var(--landing-dark, var(--black));
	background: var(--autoru-red);
	background: var(--landing-lime, var(--autoru-red));
	border: 0;
}

.GameStatusScreen-module__secondaryButton__ZNNd {
	color: var(--black);
	background: transparent;
	border: 1px solid rgb(28 33 40 / 24%);
}

.GameStatusScreen-module__button__dlAr:focus-visible,
.GameStatusScreen-module__secondaryButton__ZNNd:focus-visible {
	outline: 3px solid var(--black);
	outline-offset: 3px;
}

@media (hover: hover), not all and (pointer: coarse) {
	.GameStatusScreen-module__button__dlAr:hover,
	.GameStatusScreen-module__secondaryButton__ZNNd:hover {
		opacity: 0.82;
	}
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
	.GameStatusScreen-module__large__GwZL .GameStatusScreen-module__title__3_aC {
		font-size: clamp(32px, 4vw, 64px);
		line-height: 1.125;
	}

	.GameStatusScreen-module__large__GwZL .GameStatusScreen-module__description__bmc0 {
		max-width: 800px;
		margin-top: clamp(8px, 1vw, 12px);
	}

	.GameStatusScreen-module__large__GwZL .GameStatusScreen-module__actions__gZbx {
		margin-top: clamp(32px, 2.5vw, 40px);
	}

	.GameStatusScreen-module__large__GwZL .GameStatusScreen-module__button__dlAr,
	.GameStatusScreen-module__large__GwZL .GameStatusScreen-module__secondaryButton__ZNNd {
		min-width: clamp(180px, 18vw, 200px);
	}
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.GameStatusScreen-module__root__uyfw {
		padding: 24px 16px;
	}

	.GameStatusScreen-module__description__bmc0 {
		min-height: 72px;
	}

	.GameStatusScreen-module__actions__gZbx {
		flex-direction: column;
		width: 100%;
		min-height: 108px;
	}

	.GameStatusScreen-module__button__dlAr,
	.GameStatusScreen-module__secondaryButton__ZNNd {
		width: 100%;
	}
}

.PrizeCard-module__card__Ca6Y {
	box-sizing: border-box;
	height: 100%;
	padding: 16px;
	background: rgb(28 33 40 / 4%);
	border-radius: 16px;
	border-radius: var(--unit-radius-medium);
}

.PrizeCard-module__image__AZsM {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: contain;
	border-radius: 8px;
	border-radius: var(--unit-radius-small);
}

.PrizeCard-module__prizeTitle__VNtx {
	margin: 12px 0 0;
	font-size: 18px;
	line-height: 24px;
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.PrizeCard-module__image__AZsM {
		height: 136px;
	}
}

.PrizesCarousel-module__root__uWhW {
	width: min(100%, 480px);
	margin-top: 24px;
}

.PrizesCarousel-module__title__Yt4C {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 32px;
}

.PrizesCarousel-module__carousel__NqLR {
	width: 100%;
	padding: 0 52px 40px;
}

.PrizesCarousel-module__carousel__NqLR.swiper {
	--swiper-navigation-color: var(--black);
	--swiper-navigation-size: 20px;
	--swiper-pagination-bullet-inactive-color: var(--grey);
	--swiper-pagination-color: var(--autoru-red);
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-horizontal-gap: 6px;
}

.PrizesCarousel-module__carousel__NqLR[data-single='true'] {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.PrizesCarousel-module__carousel__NqLR .swiper-button-prev,
.PrizesCarousel-module__carousel__NqLR .swiper-button-next {
	width: 44px;
	height: 44px;
	margin-top: -42px;
	background: var(--white);
	border: 1px solid rgb(28 33 40 / 12%);
	border-radius: 50%;
	transition: opacity 0.2s ease-out;
}

.PrizesCarousel-module__carousel__NqLR .swiper-button-prev {
	left: 0;
}

.PrizesCarousel-module__carousel__NqLR .swiper-button-next {
	right: 0;
}

.PrizesCarousel-module__carousel__NqLR .swiper-button-prev:focus-visible,
.PrizesCarousel-module__carousel__NqLR .swiper-button-next:focus-visible,
.PrizesCarousel-module__carousel__NqLR .swiper-pagination-bullet:focus-visible {
	outline: 3px solid var(--black);
	outline-offset: 2px;
}

.PrizesCarousel-module__carousel__NqLR .swiper-pagination-bullet {
	position: relative;
	width: 32px;
	height: 32px;
	margin: 0;
	cursor: pointer;
	background: transparent;
	opacity: 1;
}

.PrizesCarousel-module__carousel__NqLR .swiper-pagination-bullet::before {
	position: absolute;
	top: 11px;
	left: 11px;
	width: 10px;
	height: 10px;
	content: '';
	background: var(--grey);
	border-radius: 50%;
}

.PrizesCarousel-module__carousel__NqLR .swiper-pagination-bullet-active::before {
	background: var(--autoru-red);
}

@media (hover: hover), not all and (pointer: coarse) {
	.PrizesCarousel-module__carousel__NqLR .swiper-button-prev:hover,
	.PrizesCarousel-module__carousel__NqLR .swiper-button-next:hover,
	.PrizesCarousel-module__carousel__NqLR .swiper-pagination-bullet:hover {
		opacity: 0.82;
	}
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.PrizesCarousel-module__root__uWhW {
		margin-top: 20px;
	}

	.PrizesCarousel-module__title__Yt4C {
		font-size: 20px;
		line-height: 28px;
	}

	.PrizesCarousel-module__carousel__NqLR[data-single='false'] {
		padding-right: 44px;
		padding-left: 44px;
	}
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}



.LeaderboardRow-module__item__IUop {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 20px 24px minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	height: 36px;
	padding: 4px 8px;
	background: rgb(28 33 40 / 4%);
	border-radius: 8px;
	border-radius: var(--unit-radius-small);
}

.LeaderboardRow-module__currentUser__nHLp {
	background: rgb(219 55 48 / 10%);
}

.LeaderboardRow-module__position__VF6f {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.LeaderboardRow-module__avatar__ebtm,
.LeaderboardRow-module__avatarPlaceholder__X7yT {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.LeaderboardRow-module__avatar__ebtm {
	object-fit: cover;
}

.LeaderboardRow-module__avatarPlaceholder__X7yT {
	background: rgb(28 33 40 / 12%);
}

.LeaderboardRow-module__player__Xzrc {
	display: grid;
	min-width: 0;
}

.LeaderboardRow-module__name__wEit {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
}

.LeaderboardRow-module__result__A_f4 {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	line-height: 12px;
	color: var(--grey);
	white-space: nowrap;
}

.LeaderboardRow-module__badge__zb0H {
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	color: var(--autoru-red);
	background: var(--white);
	border-radius: 8px;
	border-radius: var(--unit-radius-small);
}

@media (orientation: portrait) and (min-width: 768px) and (min-width: 1280px),(orientation: landscape) and (min-height: 600px) and (min-width: 1280px) {
	.LeaderboardRow-module__item__IUop {
		grid-template-columns: 24px 32px minmax(0, 1fr) auto;
		height: 48px;
		padding: 8px 12px;
	}

	.LeaderboardRow-module__position__VF6f {
		font-size: 16px;
	}

	.LeaderboardRow-module__avatar__ebtm,
	.LeaderboardRow-module__avatarPlaceholder__X7yT {
		width: 32px;
		height: 32px;
	}

	.LeaderboardRow-module__name__wEit {
		font-size: 14px;
		line-height: 16px;
	}

	.LeaderboardRow-module__result__A_f4 {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.LeaderboardRow-module__item__IUop {
		grid-template-columns: 20px 28px minmax(0, 1fr);
		gap: 8px;
		height: 44px;
		padding: 6px 8px;
	}

	.LeaderboardRow-module__avatar__ebtm,
	.LeaderboardRow-module__avatarPlaceholder__X7yT {
		width: 28px;
		height: 28px;
	}

	.LeaderboardRow-module__name__wEit {
		font-size: 14px;
		line-height: 16px;
	}

	.LeaderboardRow-module__result__A_f4 {
		font-size: 12px;
		line-height: 14px;
	}

	.LeaderboardRow-module__badge__zb0H {
		display: none;
	}
}

.LeaderboardList-module__list__cmwg {
	display: grid;
	gap: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.LeaderboardSkeleton-module__list__QVCi {
	position: relative;
	display: grid;
	gap: 4px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
}

.LeaderboardSkeleton-module__list__QVCi::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: '';
	background: linear-gradient(100deg, transparent 20%, rgb(255 255 255 / 55%) 50%, transparent 80%);
	transform: translateX(-100%);
	animation: LeaderboardSkeleton-module__leaderboardSkeletonShimmer__TzIk 1.4s ease-in-out infinite;
}

.LeaderboardSkeleton-module__item__cEis {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 20px 24px minmax(0, 1fr) 24px;
	gap: 8px;
	align-items: center;
	height: 36px;
	padding: 4px 8px;
	background: rgb(28 33 40 / 4%);
	border-radius: 8px;
	border-radius: var(--unit-radius-small);
}

.LeaderboardSkeleton-module__position__D3BU,
.LeaderboardSkeleton-module__avatar__se0a,
.LeaderboardSkeleton-module__name__IKQ6,
.LeaderboardSkeleton-module__result__t6bb {
	display: block;
	background: rgb(28 33 40 / 10%);
}

.LeaderboardSkeleton-module__position__D3BU {
	width: 14px;
	height: 14px;
	margin: 0 auto;
	border-radius: 6px;
}

.LeaderboardSkeleton-module__avatar__se0a {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.LeaderboardSkeleton-module__player__GF_A {
	display: grid;
	gap: 4px;
}

.LeaderboardSkeleton-module__name__IKQ6 {
	width: min(55%, 180px);
	height: 12px;
	border-radius: 6px;
}

.LeaderboardSkeleton-module__result__t6bb {
	width: min(80%, 280px);
	height: 8px;
	border-radius: 6px;
}

@keyframes LeaderboardSkeleton-module__leaderboardSkeletonShimmer__TzIk {
	to {
		transform: translateX(100%);
	}
}

@media (orientation: portrait) and (min-width: 768px) and (min-width: 1280px),(orientation: landscape) and (min-height: 600px) and (min-width: 1280px) {
	.LeaderboardSkeleton-module__item__cEis {
		grid-template-columns: 24px 32px minmax(0, 1fr) 32px;
		height: 48px;
		padding: 8px 12px;
	}

	.LeaderboardSkeleton-module__position__D3BU {
		width: 16px;
		height: 16px;
	}

	.LeaderboardSkeleton-module__avatar__se0a {
		width: 32px;
		height: 32px;
	}

	.LeaderboardSkeleton-module__name__IKQ6 {
		height: 14px;
	}

	.LeaderboardSkeleton-module__result__t6bb {
		height: 10px;
	}
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.LeaderboardSkeleton-module__item__cEis {
		grid-template-columns: 20px 28px minmax(0, 1fr);
		gap: 8px;
		height: 44px;
		padding: 6px 8px;
	}

	.LeaderboardSkeleton-module__avatar__se0a {
		width: 28px;
		height: 28px;
	}

	.LeaderboardSkeleton-module__name__IKQ6 {
		height: 14px;
	}

	.LeaderboardSkeleton-module__result__t6bb {
		height: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.LeaderboardSkeleton-module__list__QVCi::after {
		animation: none;
	}
}

.Leaderboard-module__root__UVvm {
	width: min(100%, 640px);
	margin-top: 16px;
	text-align: left;
}

.Leaderboard-module__title__JbUQ {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
}

.Leaderboard-module__body__MObY {
	min-height: 436px;
}

.Leaderboard-module__message__JerM {
	display: grid;
	place-items: center;
	min-height: 436px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: var(--grey);
	text-align: center;
}

@media (orientation: portrait) and (min-width: 768px) and (min-width: 1280px),(orientation: landscape) and (min-height: 600px) and (min-width: 1280px) {
	.Leaderboard-module__root__UVvm {
		width: min(100%, 800px);
	}

	.Leaderboard-module__title__JbUQ {
		margin-bottom: 12px;
		font-size: 24px;
		line-height: 32px;
	}

	.Leaderboard-module__body__MObY,
	.Leaderboard-module__message__JerM {
		min-height: 568px;
	}
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.Leaderboard-module__body__MObY,
	.Leaderboard-module__message__JerM {
		min-height: 0;
	}
}

.GameImageZoom-module__root__ReEA {
	width: 100%;
	height: 100%;
}

.GameImageZoom-module__slide__Po9i {
	width: max-content;
	min-width: 100%;
	height: 100%;
}

.GameImageZoom-module__target__bFQU {
	flex: none;
	width: max-content;
	min-width: 100%;
	height: 100%;
}

.GameImageZoom-module__hint__zkt5[data-visible='true'] {
	animation: GameImageZoom-module__swipeHint__Na7X 1s ease-in-out;
}

@keyframes GameImageZoom-module__swipeHint__Na7X {
	0%,
	100% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(40px);
	}

	60% {
		transform: translateX(20px);
	}

	40% {
		transform: translateX(-40px);
	}

	80% {
		transform: translateX(-20px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.GameImageZoom-module__hint__zkt5[data-visible='true'] {
		animation: none;
	}
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}



.GameMarkers-module__marker__LgRA {
	position: absolute;
	width: 32px;
	height: 32px;
	color: var(--autoru-red);
	color: var(--landing-lime, var(--autoru-red));
	pointer-events: none;
	filter: drop-shadow(0 1px 1px rgb(28 32 35 / 65%));
	transform: translate(-50%, -50%);
}

.GameMarkers-module__marker__LgRA path {
	fill: none;
	stroke: currentcolor;
	stroke-width: 5px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.GameTargetAreas-module__root__EwG9 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.GameTargetAreas-module__area__OGuI {
	fill: rgb(0 0 255 / 5%);
}

.GameImageArea-module__root__j9jQ {
	overflow: hidden;
	scrollbar-width: none;
}

.GameImageArea-module__root__j9jQ::-webkit-scrollbar {
	display: none;
}

.GameImageArea-module__canvas__Q21S {
	position: relative;
	width: 100%;
	cursor: crosshair;
}

.GameImageArea-module__image__swNx {
	display: block;
	width: 100%;
	height: auto;
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.GameImageArea-module__root__j9jQ {
		height: calc(720px - 64px);
	}

	.GameImageArea-module__canvas__Q21S {
		width: max-content;
		min-width: 900px;
	}

	.GameImageArea-module__image__swNx {
		width: auto;
		height: calc(720px - 64px);
	}
}

.GameStats-module__stats__bMS0 {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: center;
	min-height: 64px;
	padding: 12px 76px 12px 20px;
	font-size: 14px;
	font-variant-numeric: tabular-nums;
	line-height: 20px;
	color: var(--white);
	background: var(--black);
	background: var(--landing-dark, var(--black));
}

.GameStats-module__clicks__MXCP {
	text-align: center;
}

.GameStats-module__timer__H6qB {
	min-width: 5ch;
	font-weight: 600;
	text-align: right;
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.GameStats-module__stats__bMS0 {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0 12px;
		padding: 8px 12px;
	}

	.GameStats-module__found__nrUd,
	.GameStats-module__clicks__MXCP {
		grid-column: 1;
		text-align: left;
	}

	.GameStats-module__timer__H6qB {
		grid-row: 1 / 3;
		grid-column: 2;
	}
}

.GameBoard-module__root__L2Qn {
	display: grid;
	min-width: 0;
}

.GameBoard-module__root__L2Qn[data-visible='false'] {
	visibility: hidden;
	pointer-events: none;
}

.GameBoard-module__stats__ZdFV {
	min-height: 64px;
}

.GameRound-module__root__0Vqo {
	position: relative;
	display: grid;
	align-content: start;
	min-width: 0;
}

.GameRound-module__board__dT9V {
	min-width: 0;
}

.GameRound-module__status__NoMH {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow-y: auto;
}

.GameView-module__root__TUdf {
	position: relative;
	display: grid;
	min-width: 0;
}

.GameView-module__round__aARC {
	display: grid;
}

.GameView-module__finished__JEcp {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow-y: auto;
}

:fullscreen .GameView-module__root__TUdf,
:fullscreen .GameView-module__root__TUdf .GameView-module__round__aARC {
	min-height: 0;
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.GameView-module__root__TUdf,
	.GameView-module__round__aARC {
		min-height: 720px;
	}
}

@media (orientation: portrait) and (min-width: 768px) and (min-width: 992px),(orientation: landscape) and (min-height: 600px) and (min-width: 992px) {
	.GameView-module__root__TUdf,
	.GameView-module__round__aARC {
		min-height: 720px;
	}
}

@media (orientation: portrait) and (min-width: 768px) and (min-width: 1280px),(orientation: landscape) and (min-height: 600px) and (min-width: 1280px) {
	.GameView-module__root__TUdf,
	.GameView-module__round__aARC {
		min-height: 880px;
	}
}

.FindBrandsGameBlock-module__root__Ulfy {
	box-sizing: border-box;
	width: 100%;
	max-width: 1440px;
	max-width: var(--landing-page-width, 1440px);
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	background: var(--white);
	border-radius: 32px;
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.FindBrandsGameBlock-module__root__Ulfy {
		border-radius: 24px;
	}
}

.FaqItem-module__item__f0NR {
	padding: 0 24px;
	background: #f3f4f5;
	border-radius: 24px;
}

.FaqItem-module__question__RDmZ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 72px;
	padding: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	color: inherit;
	text-align: left;
	text-transform: inherit;
	cursor: pointer;
	background: none;
	border: 0;
	-webkit-tap-highlight-color: transparent;
}

.FaqItem-module__question__RDmZ:focus-visible {
	outline: 2px solid currentcolor;
	outline-offset: 4px;
}

.FaqItem-module__arrow__fuGx {
	font-size: 24px;
	line-height: 24px;
	transition: transform 0.2s ease-out;
}

.FaqItem-module__item__f0NR[data-open="true"] .FaqItem-module__arrow__fuGx {
	transform: rotate(180deg);
}

.FaqItem-module__answerWrapper__VsES {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition:
		grid-template-rows 0.16s ease-in,
		opacity 0.12s ease-in;
}

.FaqItem-module__item__f0NR[data-open="true"] .FaqItem-module__answerWrapper__VsES {
	grid-template-rows: 1fr;
	opacity: 1;
	transition-timing-function: ease-out;
	transition-duration: 0.22s, 0.16s;
}

.FaqItem-module__answerContent___OIo {
	min-height: 0;
	overflow: hidden;
}

.FaqItem-module__answer__R_Os {
	padding: 16px 48px 24px 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px solid rgb(28 32 35 / 8%);
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.FaqItem-module__item__f0NR {
		padding: 0 16px;
		border-radius: 24px;
	}

	.FaqItem-module__question__RDmZ {
		min-height: 56px;
		font-size: 11px;
		line-height: 16px;
	}

	.FaqItem-module__answer__R_Os {
		padding: 12px 32px 20px 0;
		font-size: 11px;
		line-height: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.FaqItem-module__arrow__fuGx,
	.FaqItem-module__answerWrapper__VsES {
		transition: none;
	}
}

.Faq-module__root__PFzg {
	width: min(calc(100% - 64px), var(--landing-content-width));
	padding: 72px 0 80px;
	margin: 0 auto;
}

.Faq-module__title__mxWi {
	margin: 0 0 56px;
	font-size: 64px;
	font-weight: 500;
	line-height: 72px;
	text-align: center;
	letter-spacing: -0.04em;
}

.Faq-module__items__OtwS {
	display: grid;
	gap: 16px;
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.Faq-module__root__PFzg {
		width: calc(100% - 32px);
		padding: 72px 0 80px;
	}

	.Faq-module__title__mxWi {
		max-width: 300px;
		margin: 0 auto 48px;
		font-size: 40px;
		line-height: 48px;
	}

}

.Footer-module__root__HUi1 {
	box-sizing: border-box;
	width: min(calc(100% - 32px), calc(var(--landing-page-width) - 32px));
	padding: 88px 112px 136px;
	margin: 0 auto 16px;
	color: var(--white);
	background: var(--landing-red);
	border-radius: 32px;
}

.Footer-module__backToTop__eqXL,
.Footer-module__logoLink__lvnh,
.Footer-module__navigation__kJ4T a,
.Footer-module__socialLinks__fPlT a {
	color: inherit;
	text-decoration: none;
}

.Footer-module__backToTop__eqXL {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
}

.Footer-module__logoLink__lvnh,
.Footer-module__logo__QpwQ {
	display: block;
	width: 100%;
}

.Footer-module__logo__QpwQ {
	height: auto;
}

.Footer-module__bottom__hrjQ {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: start;
	margin-top: 120px;
	font-size: 14px;
	line-height: 24px;
}

.Footer-module__leftPart__TPWL {
	display: grid;
	gap: 34px;
}

.Footer-module__copyright__EN2l,
.Footer-module__socials__F1b2 p {
	margin: 0;
}

.Footer-module__navigation__kJ4T {
	display: grid;
	gap: 8px;
}

.Footer-module__socials__F1b2 {
	display: grid;
	gap: 8px;
	align-self: end;
}

.Footer-module__socials__F1b2 p {
	color: rgb(255 255 255 / 52%);
}

.Footer-module__socialLinks__fPlT {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.Footer-module__backToTop__eqXL:focus-visible,
.Footer-module__logoLink__lvnh:focus-visible,
.Footer-module__navigation__kJ4T a:focus-visible,
.Footer-module__socialLinks__fPlT a:focus-visible {
	outline: 2px solid currentcolor;
	outline-offset: 4px;
}

@media (hover: hover), not all and (pointer: coarse) {
	.Footer-module__backToTop__eqXL:hover,
	.Footer-module__navigation__kJ4T a:hover,
	.Footer-module__socialLinks__fPlT a:hover {
		opacity: 0.72;
	}
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.Footer-module__root__HUi1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: calc(100% - 32px);
		padding: 64px 16px 48px;
		margin: 0 auto 16px;
		text-align: center;
	}

	.Footer-module__backToTop__eqXL {
		order: 1;
		margin-bottom: 64px;
	}

	.Footer-module__logoLink__lvnh {
		order: 2;
		width: 100%;
	}

	.Footer-module__bottom__hrjQ,
	.Footer-module__leftPart__TPWL {
		display: contents;
	}

	.Footer-module__navigation__kJ4T {
		order: 3;
		margin-top: 64px;
	}

	.Footer-module__socials__F1b2 {
		align-self: auto;
		order: 4;
		margin-top: 64px;
	}

	.Footer-module__copyright__EN2l {
		order: 5;
		margin-top: 64px;
	}

	.Footer-module__socialLinks__fPlT {
		justify-content: center;
	}
}

.Header-module__root__T_VZ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 64px), var(--landing-content-width));
	height: 92px;
	margin: 0 auto;
}

.Header-module__logoLink__ZgRr,
.Header-module__logo__m8UF {
	display: block;
}

.Header-module__navigation__Zl1O {
	display: flex;
	gap: 40px;
	margin-left: 80px;
	font-size: 14px;
	line-height: 20px;
	color: rgb(28 32 35 / 52%);
}

.Header-module__navigation__Zl1O a,
.Header-module__playLink__szs3 {
	color: inherit;
	text-decoration: none;
}

.Header-module__playLink__szs3 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 98px;
	height: 44px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid rgb(28 32 35 / 32%);
	border-radius: 12px;
}

.Header-module__logoLink__ZgRr:focus-visible,
.Header-module__navigation__Zl1O a:focus-visible,
.Header-module__playLink__szs3:focus-visible {
	outline: 2px solid currentcolor;
	outline-offset: 4px;
}

@media (hover: hover), not all and (pointer: coarse) {
	.Header-module__navigation__Zl1O a:hover,
	.Header-module__playLink__szs3:hover {
		color: var(--landing-red);
	}
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.Header-module__root__T_VZ {
		width: calc(100% - 32px);
		height: 80px;
	}

	.Header-module__navigation__Zl1O {
		display: none;
	}

	.Header-module__playLink__szs3 {
		min-width: 90px;
		height: 32px;
		padding: 0 16px;
		font-size: 12px;
		line-height: 16px;
		border-radius: 9px;
	}
}

.HeroLogoAnimation-module__root__xS0j {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.HeroLogoAnimation-module__logoRow__uPQc {
	--row-delay: 0s;

	position: relative;
	width: 100%;
	aspect-ratio: 10.75;
	overflow: hidden;
}

.HeroLogoAnimation-module__delayedLogoRow__QM_a {
	--row-delay: 1.2s;
}

.HeroLogoAnimation-module__logo__il84 {
	--logo-delay: 0s;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: HeroLogoAnimation-module__changeLogo__uxEy 8.8s linear infinite;
	animation-delay: calc(var(--logo-delay) + var(--row-delay));
}

.HeroLogoAnimation-module__logo__il84:nth-child(2) {
	--logo-delay: -8s;
}

.HeroLogoAnimation-module__logo__il84:nth-child(3) {
	--logo-delay: -7.2s;
}

.HeroLogoAnimation-module__logo__il84:nth-child(4) {
	--logo-delay: -6.4s;
}

.HeroLogoAnimation-module__logo__il84:nth-child(5) {
	--logo-delay: -5.6s;
}

.HeroLogoAnimation-module__logo__il84:nth-child(6) {
	--logo-delay: -4.8s;
}

.HeroLogoAnimation-module__logo__il84:nth-child(7) {
	--logo-delay: -4s;
}

.HeroLogoAnimation-module__logo__il84:nth-child(8) {
	--logo-delay: -3.2s;
}

.HeroLogoAnimation-module__logo__il84:nth-child(9) {
	--logo-delay: -2.4s;
}

.HeroLogoAnimation-module__logo__il84:nth-child(10) {
	--logo-delay: -1.6s;
}

.HeroLogoAnimation-module__logo__il84:nth-child(11) {
	--logo-delay: -0.8s;
}

@keyframes HeroLogoAnimation-module__changeLogo__uxEy {
	0% {
		opacity: 1;
		transform: translateX(-8%);
	}

	9.08% {
		opacity: 1;
		transform: translateX(8%);
	}

	9.09%,
	100% {
		opacity: 0;
		transform: translateX(-8%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.HeroLogoAnimation-module__logo__il84 {
		display: none;
		animation: none;
	}

	.HeroLogoAnimation-module__logoRow__uPQc .HeroLogoAnimation-module__logo__il84:first-child,
	.HeroLogoAnimation-module__delayedLogoRow__QM_a .HeroLogoAnimation-module__logo__il84:nth-child(5) {
		display: block;
		opacity: 1;
		transform: none;
	}

	.HeroLogoAnimation-module__delayedLogoRow__QM_a .HeroLogoAnimation-module__logo__il84:first-child {
		display: none;
	}
}

.Hero-module__root__fJxd {
	width: min(calc(100% - 64px), var(--landing-content-width));
	padding: 32px 0 64px;
	margin: 0 auto;
}

.Hero-module__content__NLfU {
	display: grid;
	grid-template-columns: 1fr 464px;
	gap: 64px;
	margin-top: 64px;
}

.Hero-module__titleColumn__f5Qt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.Hero-module__title__OixY {
	max-width: 640px;
	margin: 0;
	font-size: 64px;
	font-weight: 500;
	line-height: 72px;
	text-align: left;
	letter-spacing: -0.04em;
}

.Hero-module__decorativeMark__wgYS {
	margin-top: 64px;
	font-size: 44px;
	font-weight: 300;
	line-height: 44px;
	letter-spacing: 4px;
	-webkit-user-select: none;
	        user-select: none;
}

.Hero-module__description__kpF4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	white-space: pre-line;
}

.Hero-module__action__kybQ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;
	padding: 0 16px;
	margin-top: 32px;
	font-size: 14px;
	line-height: 20px;
	color: inherit;
	text-decoration: none;
	background: var(--landing-lime);
	border-radius: 12px;
}

.Hero-module__action__kybQ:focus-visible {
	outline: 2px solid currentcolor;
	outline-offset: 4px;
}

.Hero-module__actionIcon__BmvG {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 16px;
	border: 2px solid currentcolor;
	border-radius: 50%;
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.Hero-module__root__fJxd {
		width: calc(100% - 32px);
		padding: 16px 0;
	}

	.Hero-module__content__NLfU {
		display: block;
		margin-top: 36px;
	}

	.Hero-module__title__OixY {
		font-size: 32px;
		line-height: 40px;
	}

	.Hero-module__decorativeMark__wgYS {
		margin-top: 24px;
		font-size: 28px;
		line-height: 32px;
		-webkit-user-select: none;
		        user-select: none;
	}

	.Hero-module__descriptionColumn__RstN {
		margin-top: 28px;
	}

	.Hero-module__description__kpF4 {
		font-size: 16px;
		line-height: 24px;
	}

	.Hero-module__action__kybQ {
		margin-top: 32px;
	}
}

.Prizes-module__root__JlXj {
	padding: 64px 16px;
	color: var(--white);
	text-align: center;
	background: var(--landing-dark);
}

.Prizes-module__eyebrow__DTzF {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.Prizes-module__title__L_GF {
	max-width: var(--landing-content-width);
	margin: 32px auto 64px;
	font-size: 64px;
	font-weight: 500;
	line-height: 72px;
	letter-spacing: -0.04em;
}

.Prizes-module__cards__E0q8 {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	max-width: calc(var(--landing-page-width) - 32px);
	margin: 0 auto;
}

.Prizes-module__largePrize__KGDi,
.Prizes-module__smallPrize__dZGt {
	position: relative;
	flex: none;
	overflow: hidden;
	border-radius: 32px;
}

.Prizes-module__largePrize__KGDi {
	width: 420px;
	height: 420px;
	background: var(--landing-red);
}

.Prizes-module__smallPrize__dZGt {
	width: 240px;
	height: 240px;
	background: var(--white);
}

.Prizes-module__rover__bKMg,
.Prizes-module__smallRover__hrYv {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.Prizes-module__badge__gLi8 {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	font-size: 18px;
	line-height: 24px;
	color: var(--landing-dark);
	background: var(--white);
	border-radius: 50%;
}

.Prizes-module__smallBadge__fRrc {
	color: var(--white);
	background: var(--landing-red);
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
	.Prizes-module__root__JlXj {
		padding: 64px 16px 16px;
	}

	.Prizes-module__title__L_GF {
		margin: 32px 0 64px;
		font-size: 32px;
		line-height: 40px;
	}

	.Prizes-module__cards__E0q8 {
		flex-direction: column;
		gap: 16px;
	}

	.Prizes-module__largePrize__KGDi,
	.Prizes-module__smallPrize__dZGt {
		width: 100%;
		height: auto;
		aspect-ratio: 41 / 37;
		border-radius: 32px;
	}
}

html:has(#find-brands-landing) {
	scroll-padding-top: 0;
}

.FindBrandsLanding-module__root__jgND {
	--landing-page-width: 1440px;
	--landing-content-width: 1184px;
	--landing-red: #f00000;
	--landing-lime: #c8ff00;
	--landing-dark: #1c2023;

	width: 100%;
	min-height: 100vh;
	overflow-x: clip;
	font-family: 'JetBrains Mono', arial, helvetica, sans-serif;
	font-family: var(--font-jetbrains);
	color: var(--landing-dark);
	text-transform: uppercase;
	background: var(--white);
}

.FindBrandsLanding-module__root__jgND button,
.FindBrandsLanding-module__root__jgND a,
.FindBrandsLanding-module__root__jgND img,
.FindBrandsLanding-module__root__jgND svg {
	-webkit-user-select: none;
	        user-select: none;
}

.FindBrandsLanding-module__root__jgND img {
	-webkit-user-drag: none;
}

.FindBrandsLanding-module__game__rE6d {
	padding: 0 16px 64px;
}

.Frame-module__root__i9dM {
    --_m_t: 0;
    --_m_r: 0;
    --_m_b: 0;
    --_m_l: 0;
    --_p_t: 0;
    --_p_r: 0;
    --_p_b: 0;
    --_p_l: 0;

    all: unset;
    display: flex;
    padding:
        calc(4px * var(--_p_t))
        calc(4px * var(--_p_r))
        calc(4px * var(--_p_b))
        calc(4px * var(--_p_l));
    padding:
        calc(var(--unit-base) * var(--_p_t))
        calc(var(--unit-base) * var(--_p_r))
        calc(var(--unit-base) * var(--_p_b))
        calc(var(--unit-base) * var(--_p_l));
    margin:
        calc(4px * var(--_m_t))
        calc(4px * var(--_m_r))
        calc(4px * var(--_m_b))
        calc(4px * var(--_m_l));
    margin:
        calc(var(--unit-base) * var(--_m_t))
        calc(var(--unit-base) * var(--_m_r))
        calc(var(--unit-base) * var(--_m_b))
        calc(var(--unit-base) * var(--_m_l));
}

.Frame-module__row__afgZ {
    flex-direction: row;
}

.Frame-module__column__GKWR {
    flex-direction: column;
}

.Frame-module__radius-smaller__MVWv {
    border-radius: 4px;
    border-radius: var(--unit-radius-smaller);
}

.Frame-module__radius-small___HaG {
    border-radius: 8px;
    border-radius: var(--unit-radius-small);
}

.Frame-module__radius-medium__nBrO {
    border-radius: 16px;
    border-radius: var(--unit-radius-medium);
}

.Frame-module__radius-large__Kzme {
    border-radius: 24px;
    border-radius: var(--unit-radius-large);
}

.Frame-module__radius-full__sPfh {
    border-radius: 100%;
}

.Frame-module__align-start__A1KR {
    align-items: flex-start;
}

.Frame-module__align-end__yyRU {
    align-items: flex-end;
}

.Frame-module__align-center__V6IK {
    align-items: center;
}

.Frame-module__justify-start__zbiT {
    justify-content: flex-start;
}

.Frame-module__justify-end__Xvdl {
    justify-content: flex-end;
}

.Frame-module__justify-center__Uog5 {
    justify-content: center;
}

.Frame-module__text-start__PqGK {
    text-align: left;
}

.Frame-module__text-center___w07 {
    text-align: center;
}

.Frame-module__text-end__ZT_b {
    text-align: right;
}

.Frame-module__overflow-scroll__YxHM {
    overflow: scroll;
}

.Frame-module__overflow-auto__X5db {
    overflow: auto;
}

.Frame-module__overflow-initial__ggHL {
    overflow: initial;
}

.Frame-module__overflow-visible__ZRZ4 {
    overflow: visible;
}

.Frame-module__overflow-hidden__Jouy {
    overflow: hidden;
}

.Frame-module__overflowX-scroll__QT9n {
    overflow-x: scroll;
}

.Frame-module__overflowX-auto__jqKw {
    overflow-x: auto;
}

.Frame-module__overflowX-initial__az0k {
    overflow-x: initial;
}

.Frame-module__overflowX-visible__hrtd {
    overflow-x: visible;
}

.Frame-module__overflowX-hidden__Ti04 {
    overflow-x: hidden;
}

.Frame-module__overflowY-scroll__Rhwn {
    overflow-y: scroll;
}

.Frame-module__overflowY-auto__lGY_ {
    overflow-y: auto;
}

.Frame-module__overflowY-initial__gcRA {
    overflow-y: scroll;
}

.Frame-module__overflowY-visible__Lu36 {
    overflow-y: visible;
}

.Frame-module__overflowY-hidden__do6Z {
    overflow-y: hidden;
}

.Frame-module__hiddenScrollBar__NC3Z {
    scrollbar-width: none; /** Для firefox */

    &::-webkit-scrollbar {
        display: none;
    }
}

.Frame-module__bg-neutral__ADST {
    background-color: var(--color-background-neutral);
}

.Frame-module__bg-primary__UR4y {
    background-color: var(--color-background-primary);
}

.Frame-module__bg-primary-faded__pVFC {
    background-color: var(--color-background-primary-faded);
}

.Frame-module__bg-positive__CxUC {
    background-color: var(--color-background-positive);
}

.Frame-module__bg-green__g0u5 {
    background-color: var(--color-background-green);
}

.Frame-module__bg-white__qSTs {
    background-color: var(--color-background-neutral);
}

.Frame-module__bg-page__KoAV {
    background-color: var(--color-background-page);
}

.Modal-module__root__Hvdh {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 90%);
    opacity: 0;

    @supports (height: 100dvh) {
        height: 100dvh;
    }
}

.Modal-module__root__Hvdh.Modal-module__opened__8iHt {
    z-index: calc(var(--z-index-front-top) + 10);
    visibility: visible;
    opacity: 1;
}

.Modal-module__closeButton__Qrex {
    position: absolute;
    top: 0;
    left: calc(100% + 16px);
    width: calc(4px * 3);
    width: var(--unit-x3);
    height: calc(4px * 3);
    height: var(--unit-x3);
    cursor: pointer;
}

@media (orientation: portrait) and (max-width: 767px),(orientation: landscape) and (max-height: 449px) {
    .Modal-module__root__Hvdh {
        justify-content: flex-end;
    }

    .Modal-module__closeButton__Qrex {
        top: -24px;
        left: calc(4px * 4);
        left: var(--unit-x4);
    }
}

.AuthModal-module__content___7Wz {
	width: 100%;
	max-width: 407px;
	padding: 0;
	overflow: hidden;
	background: var(--white);
    border-radius: 24px 24px 0 0;
}

.AuthModal-module__modalLayout__wSm5 {
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.AuthModal-module__overlaySection__l2dA {
    width: 100%;
    margin-bottom: -20px;
}

.AuthModal-module__overlayContent__ezWS {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--white);
	text-align: center;
}

.AuthModal-module__textContent__dzSF {
	width: 100%;
	padding: 24px 24px 44px;
	text-align: left;
	background: radial-gradient(59.41% 70.24% at 51.43% 87.5%, #FF8676 0%, #FF5637 65.39%, #FF5637 100%);
	border-radius: 24px 24px 0 0;
}

.AuthModal-module__title__YHO4 {
	max-width: 317px;
	margin: 0 0 14px;
	font-family: 'YS Geo', arial, helvetica, sans-serif;
	font-family: var(--font-geo);
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
}

.AuthModal-module__description__Lx18 {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
}

.AuthModal-module__logoSection__zhgB {
	margin-bottom: 8px;
}

.AuthModal-module__logo__MUUY {
	width: 144px;
	height: auto;
	color: var(--autoru-red);
}

.AuthModal-module__text__MFl7 {
	margin-bottom: 24px;
	font-family: 'YS Text';
	font-family: var(--font-text);
	font-size: 15px;
	line-height: 20px;
	color: var(--black);
}

.AuthModal-module__authButton__HDk5 {
	margin-bottom: 24px;
}

.AuthModal-module__agreement__OeEw {
	font-size: 11px;
	line-height: 12px;
	color: grey;
}

.AuthModal-module__agreementLink__c6uW {
	color: #0c78ed;
}

.AuthModal-module__buttonContent__a2Wu {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.AuthModal-module__bottomContent__j4zH {
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: 24px;
}

@media (orientation: portrait) and (min-width: 768px),(orientation: landscape) and (min-height: 600px) {
    .AuthModal-module__description__Lx18 {
        max-width: 337px;
        font-size: 15px;
        line-height: 17px;
    }

    .AuthModal-module__content___7Wz {
        position: relative;
        max-width: 407px;
        border-radius: 24px;
    }
}

:root {
    --z-index-step: 1;
    --z-index-multiply: 10;
    --z-index-back-bottom: calc(var(--z-index-multiply) * 1 - var(--z-index-step));
    --z-index-back: calc(var(--z-index-multiply) * 1);
    --z-index-back-top: calc(var(--z-index-multiply) * 1 + var(--z-index-step));
    --z-index-middle-bottom: calc(var(--z-index-multiply) * 2 - var(--z-index-step));
    --z-index-middle: calc(var(--z-index-multiply) * 2);
    --z-index-middle-top: calc(var(--z-index-multiply) * 2 + var(--z-index-step));
    --z-index-front-bottom: calc(var(--z-index-multiply) * 3 - var(--z-index-step));
    --z-index-front: calc(var(--z-index-multiply) * 3);
    --z-index-front-top: calc(var(--z-index-multiply) * 3 + var(--z-index-step));
    --z-index-corner: 10000;
}

:root {
    --unit-base: 4px; /* При смене значения, не забудь поменять в константах */
    --unit-x0: 0;
    --unit-x1: var(--unit-base); /* 4 */
    --unit-x2: calc(var(--unit-base) * 2); /* 8 */
    --unit-x3: calc(var(--unit-base) * 3); /* 12 */
    --unit-x4: calc(var(--unit-base) * 4); /* 16 */
    --unit-x5: calc(var(--unit-base) * 5); /* 20 */
    --unit-x6: calc(var(--unit-base) * 6); /* 24 */
    --unit-radius-smaller: 4px;
    --unit-radius-small: 8px;
    --unit-radius-medium: 16px;
    --unit-radius-large: 24px;
    --unit-radius-xlarge: 32px;
    --unit-radius-full: 100%;
    --unit-container-xsmall: 625px;
    --unit-container-small: 753px;
    --unit-container-medium: 840px;
    --unit-container-large: 1056px;
    --unit-container-xlarge: 1272px;
    --font-geo: 'YS Geo', arial, helvetica, sans-serif;
    --font-text: 'YS Text';
    --font-jetbrains: 'JetBrains Mono', arial, helvetica, sans-serif;
}

/* Для низких экранов тача */

/*
    @see https://medium.com/@ferie/detect-a-touch-device-with-only-css-9f8e30fa1134
    @see https://stackoverflow.com/questions/23885255/how-to-remove-ignore-hover-css-style-on-touch-devices
    @see https://gist.github.com/perjo927/e1f114398fc6fb8538a1412bea800f1a

    Ниже media query, чтобы убрать :hover на мобильных девайсах.
    Должно работать так:
    1) ставим @media на pointer: coarse, это будет работать в puppeteer
    2) ставим @media на прямую поддержку hover: hover для нормальных ребят
*/

