* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    flex: 1 0 auto;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    direction: ltr;
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 1.4;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    background: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: no-common-ligatures;
    text-size-adjust: 100%;
}

#reac-app {
    min-height: 100%;
    display: flex;
    flex-flow: column;
}

.fPUrRB {
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 600;
    color: #FF6900;
}

/*!sc*/
.fPUrRB:hover,.fPUrRB:active,.fPUrRB[data-active='true'] {
    color: #D15700;
}

/*!sc*/
.fPUrRB[data-type='secondary'] {
    color: #D15700;
}

/*!sc*/
.fPUrRB[data-type='secondary']:hover,.fPUrRB[data-type='secondary']:active,.fPUrRB[data-type='secondary'][data-active='true'] {
    color: #E86100;
}

/*!sc*/
.fPUrRB[data-type='tertiary'] {
    color: #5C6370;
}

/*!sc*/
.fPUrRB[data-type='tertiary']:hover,.fPUrRB[data-type='tertiary']:active,.fPUrRB[data-type='tertiary'][data-active='true'] {
    color: #ABADBA;
}

/*!sc*/
.fPUrRB[data-size='small'] {
    font-size: 14px;
    line-height: 18px;
}

/*!sc*/
.fPUrRB[data-disabled='true'] {
    color: #ABADBA;
}

/*!sc*/
data-styled.g1[id="sc-1c0ft0g-0"] {
    content: "fPUrRB,"
}

/*!sc*/
.GJPqi {
    outline: none;
    border: none;
    border-radius: 9999px;
    text-align: center;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/*!sc*/
.GJPqi .button-spinner {
    position: absolute;
    left: 12px;
    top: calc(50% - 12px);
    height: 24px;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    opacity: 0;
}

/*!sc*/
@-webkit-keyframes button-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
@keyframes button-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
.GJPqi[data-loading='true'] .button-spinner {
    opacity: 1;
    -webkit-animation: button-spinner 1000ms infinite;
    animation: button-spinner 1000ms infinite;
}

/*!sc*/
.GJPqi .button-arrow {
    position: absolute;
    right: 8px;
    top: calc(50% - 13px);
    height: 24px;
}

/*!sc*/
.GJPqi .button-arrow > path {
    -webkit-transition: stroke 200ms ease-out;
    transition: stroke 200ms ease-out;
}

/*!sc*/
.GJPqi[data-arrow='left'] .button-arrow {
    left: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*!sc*/
.GJPqi[data-type='primary'] {
    background-color: #FF6900;
    color: #FFFFFF;
}

/*!sc*/
.GJPqi[data-type='primary'] .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
.GJPqi[data-type='primary']:hover,.GJPqi[data-type='primary']:focus-visible {
    background-color: #E86100;
    color: #FFFFFF;
}

/*!sc*/
.GJPqi[data-type='primary']:active {
    background-color: #FF6900;
    color: #FFA566;
}

/*!sc*/
.GJPqi[data-type='primary']:active .button-arrow > path {
    stroke: #FFA566;
}

/*!sc*/
.GJPqi[data-type='primary'][data-loading='true'] {
    background-color: #FFD2B3;
    color: #FFFFFF;
}

/*!sc*/
.GJPqi[data-type='primary'] .button-spinner > path {
    stroke: #E86100;
}

/*!sc*/
.GJPqi[data-type='secondary'] {
    background-color: #FFF0E6;
    color: #D15700;
}

/*!sc*/
.GJPqi[data-type='secondary'] .button-arrow > path {
    stroke: #D15700;
}

/*!sc*/
.GJPqi[data-type='secondary']:hover {
    background-color: #FFD2B3;
    color: #D15700;
}

/*!sc*/
.GJPqi[data-type='secondary']:active {
    background-color: #FFF0E6;
    color: #FFD2B3;
}

/*!sc*/
.GJPqi[data-type='secondary']:active .button-arrow > path {
    stroke: #FFD2B3;
}

/*!sc*/
.GJPqi[data-type='secondary'][data-loading='true'] {
    background-color: #FFF0E6;
    color: #FFD2B3;
}

/*!sc*/
.GJPqi[data-type='secondary'][data-loading='true'] .button-arrow > path {
    stroke: #FFD2B3;
}

/*!sc*/
.GJPqi[data-type='secondary'] .button-spinner > path {
    stroke: #E86100;
}

/*!sc*/
.GJPqi[data-type='tertiary'] {
    background-color: #F3F3F7;
    color: #5C6370;
}

/*!sc*/
.GJPqi[data-type='tertiary'] .button-arrow > path {
    stroke: #5C6370;
}

/*!sc*/
.GJPqi[data-type='tertiary']:hover,.GJPqi[data-type='tertiary']:active {
    color: #000000;
}

/*!sc*/
.GJPqi[data-type='tertiary']:hover .button-arrow > path,.GJPqi[data-type='tertiary']:active .button-arrow > path {
    stroke: #000000;
}

/*!sc*/
.GJPqi[data-type='tertiary'][data-loading='true'] {
    color: #ABADBA;
}

/*!sc*/
.GJPqi[data-type='tertiary'][data-loading='true'] .button-arrow > path {
    stroke: #ABADBA;
}

/*!sc*/
.GJPqi[data-type='tertiary'] .button-spinner > path {
    stroke: #5C6370;
}

/*!sc*/
.GJPqi[data-type='attention'] {
    background-color: #FF3B30;
    color: #FFFFFF;
}

/*!sc*/
.GJPqi[data-type='attention'] .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
.GJPqi[data-type='attention']:hover {
    background-color: #E60B00;
    color: #FFFFFF;
}

/*!sc*/
.GJPqi[data-type='attention']:active {
    background-color: #E60B00;
    color: #FFFFFF;
}

/*!sc*/
.GJPqi[data-type='attention']:active .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
.GJPqi[data-type='attention'][data-loading='true'] {
    background-color: #FF3B30;
    color: #5C6370;
}

/*!sc*/
.GJPqi[data-type='attention'][data-loading='true'] .button-arrow > path {
    stroke: #5C6370;
}

/*!sc*/
.GJPqi[data-type='attention'] .button-spinner > path {
    stroke: #FFFFFF;
}

/*!sc*/
.GJPqi[data-size='small'] {
    height: 32px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
}

/*!sc*/
.GJPqi[data-size='small'] .button-spinner {
    left: calc(50% - 12px);
}

/*!sc*/
.GJPqi[data-size='small'] .button-arrow {
    display: none;
}

/*!sc*/
.GJPqi[data-size='small'][data-loading='true'] {
    color: transparent;
}

/*!sc*/
.GJPqi[data-size='medium'] {
    height: 40px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
}

/*!sc*/
.GJPqi[data-size='medium'] .button-spinner {
    left: calc(50% - 12px);
}

/*!sc*/
.GJPqi[data-size='medium'] .button-arrow {
    display: none;
}

/*!sc*/
.GJPqi[data-size='medium'][data-loading='true'] {
    color: transparent;
}

/*!sc*/
.GJPqi[data-size='big'] {
    height: 48px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
}

/*!sc*/
.GJPqi[data-size='big'][data-loading] {
    padding: 12px 48px;
}

/*!sc*/
.GJPqi[data-size='big'][data-arrow='right'] {
    padding: 12px 54px 12px 48px;
}

/*!sc*/
.GJPqi[data-size='big'][data-arrow='left'] {
    padding: 12px 48px 12px 54px;
}

/*!sc*/
.GJPqi[data-wide='true'] {
    width: 100%;
}

/*!sc*/
.GJPqi:disabled,.GJPqi:disabled:hover,.GJPqi:disabled:active {
    background-color: #E2E2E9;
    color: #ABADBA;
    cursor: not-allowed;
}

/*!sc*/
.GJPqi:disabled .button-arrow > path,.GJPqi:disabled:hover .button-arrow > path,.GJPqi:disabled:active .button-arrow > path {
    stroke: #ABADBA;
}

/*!sc*/
data-styled.g4[id="sc-qlzmyl-0"] {
    content: "GJPqi,"
}

/*!sc*/
@font-face {
    font-family: 'Dodo';
    src: url('/dist/9b9c7d0c3d1762ac8888.woff2') format('woff2'),url('/dist/028a5a7984d0d7a7934f.woff') format('woff'), url('/dist/abaa43147b897a85bca4.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/*!sc*/
@font-face {
    font-family: 'Dodo';
    src: url('/dist/9b9c7d0c3d1762ac8888.woff2') format('woff2'),url('/dist/028a5a7984d0d7a7934f.woff') format('woff'), url('/dist/abaa43147b897a85bca4.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/*!sc*/
@font-face {
    font-family: 'Dodo';
    src: url('/dist/9b9c7d0c3d1762ac8888.woff2') format('woff2'),url('/dist/028a5a7984d0d7a7934f.woff') format('woff'), url('/dist/abaa43147b897a85bca4.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*!sc*/
@font-face {
    font-family: 'Dodo';
    src: url('/dist/9b9c7d0c3d1762ac8888.woff2') format('woff2'),url('/dist/028a5a7984d0d7a7934f.woff') format('woff'), url('/dist/abaa43147b897a85bca4.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*!sc*/
@font-face {
    font-family: 'Dodo';
    src: url('/dist/9b9c7d0c3d1762ac8888.woff2') format('woff2'),url('/dist/028a5a7984d0d7a7934f.woff') format('woff'), url('/dist/abaa43147b897a85bca4.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*!sc*/
@font-face {
    font-family: 'Dodo';
    src: url('/dist/9b9c7d0c3d1762ac8888.woff2') format('woff2'),url('/dist/028a5a7984d0d7a7934f.woff') format('woff'), url('/dist/abaa43147b897a85bca4.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*!sc*/
#smartcaptcha-container-outer,#recaptcha-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,0.75);
}

/*!sc*/
#smartcaptcha-container {
    background-color: #fff;
    border-radius: 6px;
}

/*!sc*/
@media screen and (min-width: 399px) {
    #recaptcha-container + div {
        left:50% !important;
        margin-left: -201px !important;
    }
}

/*!sc*/
@media screen and (min-width: 399px) {
    .g-recaptcha-bubble-arrow {
        display:none !important;
    }
}

/*!sc*/
.c-inr {
    color: #000000;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}

/*!sc*/
.cc_div * {
    color: #000000;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}

/*!sc*/
.cc_div .cc-link {
    color: #000000;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}

/*!sc*/
#c-bns button:first-child,#s-bns button:first-child {
    background-color: #FF6900;
    color: #FFFFFF;
    height: 40px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    border: none;
    border-radius: 9999px;
    text-align: center;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #FF6900;
}

/*!sc*/
#c-bns button:first-child .button-arrow > path,#s-bns button:first-child .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child:hover,#s-bns button:first-child:hover,#c-bns button:first-child:focus-visible,#s-bns button:first-child:focus-visible {
    background-color: #E86100;
    color: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child:active,#s-bns button:first-child:active {
    background-color: #FF6900;
    color: #FFA566;
}

/*!sc*/
#c-bns button:first-child:active .button-arrow > path,#s-bns button:first-child:active .button-arrow > path {
    stroke: #FFA566;
}

/*!sc*/
#c-bns button:first-child[data-loading='true'],#s-bns button:first-child[data-loading='true'] {
    background-color: #FFD2B3;
    color: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child .button-spinner > path,#s-bns button:first-child .button-spinner > path {
    stroke: #E86100;
}

/*!sc*/
#c-bns button:first-child .button-spinner,#s-bns button:first-child .button-spinner {
    left: calc(50% - 12px);
}

/*!sc*/
#c-bns button:first-child .button-arrow,#s-bns button:first-child .button-arrow {
    display: none;
}

/*!sc*/
#c-bns button:first-child[data-loading='true'],#s-bns button:first-child[data-loading='true'] {
    color: transparent;
}

/*!sc*/
#c-bns button:first-child .button-spinner,#s-bns button:first-child .button-spinner {
    position: absolute;
    left: 12px;
    top: calc(50% - 12px);
    height: 24px;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    opacity: 0;
}

/*!sc*/
@-webkit-keyframes button-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
@keyframes button-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
#c-bns button:first-child[data-loading='true'] .button-spinner,#s-bns button:first-child[data-loading='true'] .button-spinner {
    opacity: 1;
    -webkit-animation: button-spinner 1000ms infinite;
    animation: button-spinner 1000ms infinite;
}

/*!sc*/
#c-bns button:first-child .button-arrow,#s-bns button:first-child .button-arrow {
    position: absolute;
    right: 8px;
    top: calc(50% - 13px);
    height: 24px;
}

/*!sc*/
#c-bns button:first-child .button-arrow > path,#s-bns button:first-child .button-arrow > path {
    -webkit-transition: stroke 200ms ease-out;
    transition: stroke 200ms ease-out;
}

/*!sc*/
#c-bns button:first-child[data-arrow='left'] .button-arrow,#s-bns button:first-child[data-arrow='left'] .button-arrow {
    left: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*!sc*/
#c-bns button:first-child[data-type='primary'],#s-bns button:first-child[data-type='primary'] {
    background-color: #FF6900;
    color: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-type='primary'] .button-arrow > path,#s-bns button:first-child[data-type='primary'] .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-type='primary']:hover,#s-bns button:first-child[data-type='primary']:hover,#c-bns button:first-child[data-type='primary']:focus-visible,#s-bns button:first-child[data-type='primary']:focus-visible {
    background-color: #E86100;
    color: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-type='primary']:active,#s-bns button:first-child[data-type='primary']:active {
    background-color: #FF6900;
    color: #FFA566;
}

/*!sc*/
#c-bns button:first-child[data-type='primary']:active .button-arrow > path,#s-bns button:first-child[data-type='primary']:active .button-arrow > path {
    stroke: #FFA566;
}

/*!sc*/
#c-bns button:first-child[data-type='primary'][data-loading='true'],#s-bns button:first-child[data-type='primary'][data-loading='true'] {
    background-color: #FFD2B3;
    color: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-type='primary'] .button-spinner > path,#s-bns button:first-child[data-type='primary'] .button-spinner > path {
    stroke: #E86100;
}

/*!sc*/
#c-bns button:first-child[data-type='secondary'],#s-bns button:first-child[data-type='secondary'] {
    background-color: #FFF0E6;
    color: #D15700;
}

/*!sc*/
#c-bns button:first-child[data-type='secondary'] .button-arrow > path,#s-bns button:first-child[data-type='secondary'] .button-arrow > path {
    stroke: #D15700;
}

/*!sc*/
#c-bns button:first-child[data-type='secondary']:hover,#s-bns button:first-child[data-type='secondary']:hover {
    background-color: #FFD2B3;
    color: #D15700;
}

/*!sc*/
#c-bns button:first-child[data-type='secondary']:active,#s-bns button:first-child[data-type='secondary']:active {
    background-color: #FFF0E6;
    color: #FFD2B3;
}

/*!sc*/
#c-bns button:first-child[data-type='secondary']:active .button-arrow > path,#s-bns button:first-child[data-type='secondary']:active .button-arrow > path {
    stroke: #FFD2B3;
}

/*!sc*/
#c-bns button:first-child[data-type='secondary'][data-loading='true'],#s-bns button:first-child[data-type='secondary'][data-loading='true'] {
    background-color: #FFF0E6;
    color: #FFD2B3;
}

/*!sc*/
#c-bns button:first-child[data-type='secondary'][data-loading='true'] .button-arrow > path,#s-bns button:first-child[data-type='secondary'][data-loading='true'] .button-arrow > path {
    stroke: #FFD2B3;
}

/*!sc*/
#c-bns button:first-child[data-type='secondary'] .button-spinner > path,#s-bns button:first-child[data-type='secondary'] .button-spinner > path {
    stroke: #E86100;
}

/*!sc*/
#c-bns button:first-child[data-type='tertiary'],#s-bns button:first-child[data-type='tertiary'] {
    background-color: #F3F3F7;
    color: #5C6370;
}

/*!sc*/
#c-bns button:first-child[data-type='tertiary'] .button-arrow > path,#s-bns button:first-child[data-type='tertiary'] .button-arrow > path {
    stroke: #5C6370;
}

/*!sc*/
#c-bns button:first-child[data-type='tertiary']:hover,#s-bns button:first-child[data-type='tertiary']:hover,#c-bns button:first-child[data-type='tertiary']:active,#s-bns button:first-child[data-type='tertiary']:active {
    color: #000000;
}

/*!sc*/
#c-bns button:first-child[data-type='tertiary']:hover .button-arrow > path,#s-bns button:first-child[data-type='tertiary']:hover .button-arrow > path,#c-bns button:first-child[data-type='tertiary']:active .button-arrow > path,#s-bns button:first-child[data-type='tertiary']:active .button-arrow > path {
    stroke: #000000;
}

/*!sc*/
#c-bns button:first-child[data-type='tertiary'][data-loading='true'],#s-bns button:first-child[data-type='tertiary'][data-loading='true'] {
    color: #ABADBA;
}

/*!sc*/
#c-bns button:first-child[data-type='tertiary'][data-loading='true'] .button-arrow > path,#s-bns button:first-child[data-type='tertiary'][data-loading='true'] .button-arrow > path {
    stroke: #ABADBA;
}

/*!sc*/
#c-bns button:first-child[data-type='tertiary'] .button-spinner > path,#s-bns button:first-child[data-type='tertiary'] .button-spinner > path {
    stroke: #5C6370;
}

/*!sc*/
#c-bns button:first-child[data-type='attention'],#s-bns button:first-child[data-type='attention'] {
    background-color: #FF3B30;
    color: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-type='attention'] .button-arrow > path,#s-bns button:first-child[data-type='attention'] .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-type='attention']:hover,#s-bns button:first-child[data-type='attention']:hover {
    background-color: #E60B00;
    color: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-type='attention']:active,#s-bns button:first-child[data-type='attention']:active {
    background-color: #E60B00;
    color: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-type='attention']:active .button-arrow > path,#s-bns button:first-child[data-type='attention']:active .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-type='attention'][data-loading='true'],#s-bns button:first-child[data-type='attention'][data-loading='true'] {
    background-color: #FF3B30;
    color: #5C6370;
}

/*!sc*/
#c-bns button:first-child[data-type='attention'][data-loading='true'] .button-arrow > path,#s-bns button:first-child[data-type='attention'][data-loading='true'] .button-arrow > path {
    stroke: #5C6370;
}

/*!sc*/
#c-bns button:first-child[data-type='attention'] .button-spinner > path,#s-bns button:first-child[data-type='attention'] .button-spinner > path {
    stroke: #FFFFFF;
}

/*!sc*/
#c-bns button:first-child[data-size='small'],#s-bns button:first-child[data-size='small'] {
    height: 32px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
}

/*!sc*/
#c-bns button:first-child[data-size='small'] .button-spinner,#s-bns button:first-child[data-size='small'] .button-spinner {
    left: calc(50% - 12px);
}

/*!sc*/
#c-bns button:first-child[data-size='small'] .button-arrow,#s-bns button:first-child[data-size='small'] .button-arrow {
    display: none;
}

/*!sc*/
#c-bns button:first-child[data-size='small'][data-loading='true'],#s-bns button:first-child[data-size='small'][data-loading='true'] {
    color: transparent;
}

/*!sc*/
#c-bns button:first-child[data-size='medium'],#s-bns button:first-child[data-size='medium'] {
    height: 40px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
}

/*!sc*/
#c-bns button:first-child[data-size='medium'] .button-spinner,#s-bns button:first-child[data-size='medium'] .button-spinner {
    left: calc(50% - 12px);
}

/*!sc*/
#c-bns button:first-child[data-size='medium'] .button-arrow,#s-bns button:first-child[data-size='medium'] .button-arrow {
    display: none;
}

/*!sc*/
#c-bns button:first-child[data-size='medium'][data-loading='true'],#s-bns button:first-child[data-size='medium'][data-loading='true'] {
    color: transparent;
}

/*!sc*/
#c-bns button:first-child[data-size='big'],#s-bns button:first-child[data-size='big'] {
    height: 48px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
}

/*!sc*/
#c-bns button:first-child[data-size='big'][data-loading],#s-bns button:first-child[data-size='big'][data-loading] {
    padding: 12px 48px;
}

/*!sc*/
#c-bns button:first-child[data-size='big'][data-arrow='right'],#s-bns button:first-child[data-size='big'][data-arrow='right'] {
    padding: 12px 54px 12px 48px;
}

/*!sc*/
#c-bns button:first-child[data-size='big'][data-arrow='left'],#s-bns button:first-child[data-size='big'][data-arrow='left'] {
    padding: 12px 48px 12px 54px;
}

/*!sc*/
#c-bns button:first-child[data-wide='true'],#s-bns button:first-child[data-wide='true'] {
    width: 100%;
}

/*!sc*/
#c-bns button:first-child:disabled,#s-bns button:first-child:disabled,#c-bns button:first-child:disabled:hover,#s-bns button:first-child:disabled:hover,#c-bns button:first-child:disabled:active,#s-bns button:first-child:disabled:active {
    background-color: #E2E2E9;
    color: #ABADBA;
    cursor: not-allowed;
}

/*!sc*/
#c-bns button:first-child:disabled .button-arrow > path,#s-bns button:first-child:disabled .button-arrow > path,#c-bns button:first-child:disabled:hover .button-arrow > path,#s-bns button:first-child:disabled:hover .button-arrow > path,#c-bns button:first-child:disabled:active .button-arrow > path,#s-bns button:first-child:disabled:active .button-arrow > path {
    stroke: #ABADBA;
}

/*!sc*/
.c-bn.c_link,.cc_div .c-bn {
    background-color: #FF6900;
    color: #FFFFFF;
    height: 40px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    border: none;
    border-radius: 9999px;
    text-align: center;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #FFF0E6;
    color: #D15700;
    background-color: #FFF0E6;
    color: #D15700;
}

/*!sc*/
.c-bn.c_link .button-arrow > path,.cc_div .c-bn .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
.c-bn.c_link:hover,.cc_div .c-bn:hover,.c-bn.c_link:focus-visible,.cc_div .c-bn:focus-visible {
    background-color: #E86100;
    color: #FFFFFF;
}

/*!sc*/
.c-bn.c_link:active,.cc_div .c-bn:active {
    background-color: #FF6900;
    color: #FFA566;
}

/*!sc*/
.c-bn.c_link:active .button-arrow > path,.cc_div .c-bn:active .button-arrow > path {
    stroke: #FFA566;
}

/*!sc*/
.c-bn.c_link[data-loading='true'],.cc_div .c-bn[data-loading='true'] {
    background-color: #FFD2B3;
    color: #FFFFFF;
}

/*!sc*/
.c-bn.c_link .button-spinner > path,.cc_div .c-bn .button-spinner > path {
    stroke: #E86100;
}

/*!sc*/
.c-bn.c_link .button-spinner,.cc_div .c-bn .button-spinner {
    left: calc(50% - 12px);
}

/*!sc*/
.c-bn.c_link .button-arrow,.cc_div .c-bn .button-arrow {
    display: none;
}

/*!sc*/
.c-bn.c_link[data-loading='true'],.cc_div .c-bn[data-loading='true'] {
    color: transparent;
}

/*!sc*/
.c-bn.c_link .button-spinner,.cc_div .c-bn .button-spinner {
    position: absolute;
    left: 12px;
    top: calc(50% - 12px);
    height: 24px;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    opacity: 0;
}

/*!sc*/
@-webkit-keyframes button-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
@keyframes button-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
.c-bn.c_link[data-loading='true'] .button-spinner,.cc_div .c-bn[data-loading='true'] .button-spinner {
    opacity: 1;
    -webkit-animation: button-spinner 1000ms infinite;
    animation: button-spinner 1000ms infinite;
}

/*!sc*/
.c-bn.c_link .button-arrow,.cc_div .c-bn .button-arrow {
    position: absolute;
    right: 8px;
    top: calc(50% - 13px);
    height: 24px;
}

/*!sc*/
.c-bn.c_link .button-arrow > path,.cc_div .c-bn .button-arrow > path {
    -webkit-transition: stroke 200ms ease-out;
    transition: stroke 200ms ease-out;
}

/*!sc*/
.c-bn.c_link[data-arrow='left'] .button-arrow,.cc_div .c-bn[data-arrow='left'] .button-arrow {
    left: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*!sc*/
.c-bn.c_link[data-type='primary'],.cc_div .c-bn[data-type='primary'] {
    background-color: #FF6900;
    color: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-type='primary'] .button-arrow > path,.cc_div .c-bn[data-type='primary'] .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-type='primary']:hover,.cc_div .c-bn[data-type='primary']:hover,.c-bn.c_link[data-type='primary']:focus-visible,.cc_div .c-bn[data-type='primary']:focus-visible {
    background-color: #E86100;
    color: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-type='primary']:active,.cc_div .c-bn[data-type='primary']:active {
    background-color: #FF6900;
    color: #FFA566;
}

/*!sc*/
.c-bn.c_link[data-type='primary']:active .button-arrow > path,.cc_div .c-bn[data-type='primary']:active .button-arrow > path {
    stroke: #FFA566;
}

/*!sc*/
.c-bn.c_link[data-type='primary'][data-loading='true'],.cc_div .c-bn[data-type='primary'][data-loading='true'] {
    background-color: #FFD2B3;
    color: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-type='primary'] .button-spinner > path,.cc_div .c-bn[data-type='primary'] .button-spinner > path {
    stroke: #E86100;
}

/*!sc*/
.c-bn.c_link[data-type='secondary'],.cc_div .c-bn[data-type='secondary'] {
    background-color: #FFF0E6;
    color: #D15700;
}

/*!sc*/
.c-bn.c_link[data-type='secondary'] .button-arrow > path,.cc_div .c-bn[data-type='secondary'] .button-arrow > path {
    stroke: #D15700;
}

/*!sc*/
.c-bn.c_link[data-type='secondary']:hover,.cc_div .c-bn[data-type='secondary']:hover {
    background-color: #FFD2B3;
    color: #D15700;
}

/*!sc*/
.c-bn.c_link[data-type='secondary']:active,.cc_div .c-bn[data-type='secondary']:active {
    background-color: #FFF0E6;
    color: #FFD2B3;
}

/*!sc*/
.c-bn.c_link[data-type='secondary']:active .button-arrow > path,.cc_div .c-bn[data-type='secondary']:active .button-arrow > path {
    stroke: #FFD2B3;
}

/*!sc*/
.c-bn.c_link[data-type='secondary'][data-loading='true'],.cc_div .c-bn[data-type='secondary'][data-loading='true'] {
    background-color: #FFF0E6;
    color: #FFD2B3;
}

/*!sc*/
.c-bn.c_link[data-type='secondary'][data-loading='true'] .button-arrow > path,.cc_div .c-bn[data-type='secondary'][data-loading='true'] .button-arrow > path {
    stroke: #FFD2B3;
}

/*!sc*/
.c-bn.c_link[data-type='secondary'] .button-spinner > path,.cc_div .c-bn[data-type='secondary'] .button-spinner > path {
    stroke: #E86100;
}

/*!sc*/
.c-bn.c_link[data-type='tertiary'],.cc_div .c-bn[data-type='tertiary'] {
    background-color: #F3F3F7;
    color: #5C6370;
}

/*!sc*/
.c-bn.c_link[data-type='tertiary'] .button-arrow > path,.cc_div .c-bn[data-type='tertiary'] .button-arrow > path {
    stroke: #5C6370;
}

/*!sc*/
.c-bn.c_link[data-type='tertiary']:hover,.cc_div .c-bn[data-type='tertiary']:hover,.c-bn.c_link[data-type='tertiary']:active,.cc_div .c-bn[data-type='tertiary']:active {
    color: #000000;
}

/*!sc*/
.c-bn.c_link[data-type='tertiary']:hover .button-arrow > path,.cc_div .c-bn[data-type='tertiary']:hover .button-arrow > path,.c-bn.c_link[data-type='tertiary']:active .button-arrow > path,.cc_div .c-bn[data-type='tertiary']:active .button-arrow > path {
    stroke: #000000;
}

/*!sc*/
.c-bn.c_link[data-type='tertiary'][data-loading='true'],.cc_div .c-bn[data-type='tertiary'][data-loading='true'] {
    color: #ABADBA;
}

/*!sc*/
.c-bn.c_link[data-type='tertiary'][data-loading='true'] .button-arrow > path,.cc_div .c-bn[data-type='tertiary'][data-loading='true'] .button-arrow > path {
    stroke: #ABADBA;
}

/*!sc*/
.c-bn.c_link[data-type='tertiary'] .button-spinner > path,.cc_div .c-bn[data-type='tertiary'] .button-spinner > path {
    stroke: #5C6370;
}

/*!sc*/
.c-bn.c_link[data-type='attention'],.cc_div .c-bn[data-type='attention'] {
    background-color: #FF3B30;
    color: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-type='attention'] .button-arrow > path,.cc_div .c-bn[data-type='attention'] .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-type='attention']:hover,.cc_div .c-bn[data-type='attention']:hover {
    background-color: #E60B00;
    color: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-type='attention']:active,.cc_div .c-bn[data-type='attention']:active {
    background-color: #E60B00;
    color: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-type='attention']:active .button-arrow > path,.cc_div .c-bn[data-type='attention']:active .button-arrow > path {
    stroke: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-type='attention'][data-loading='true'],.cc_div .c-bn[data-type='attention'][data-loading='true'] {
    background-color: #FF3B30;
    color: #5C6370;
}

/*!sc*/
.c-bn.c_link[data-type='attention'][data-loading='true'] .button-arrow > path,.cc_div .c-bn[data-type='attention'][data-loading='true'] .button-arrow > path {
    stroke: #5C6370;
}

/*!sc*/
.c-bn.c_link[data-type='attention'] .button-spinner > path,.cc_div .c-bn[data-type='attention'] .button-spinner > path {
    stroke: #FFFFFF;
}

/*!sc*/
.c-bn.c_link[data-size='small'],.cc_div .c-bn[data-size='small'] {
    height: 32px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
}

/*!sc*/
.c-bn.c_link[data-size='small'] .button-spinner,.cc_div .c-bn[data-size='small'] .button-spinner {
    left: calc(50% - 12px);
}

/*!sc*/
.c-bn.c_link[data-size='small'] .button-arrow,.cc_div .c-bn[data-size='small'] .button-arrow {
    display: none;
}

/*!sc*/
.c-bn.c_link[data-size='small'][data-loading='true'],.cc_div .c-bn[data-size='small'][data-loading='true'] {
    color: transparent;
}

/*!sc*/
.c-bn.c_link[data-size='medium'],.cc_div .c-bn[data-size='medium'] {
    height: 40px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
}

/*!sc*/
.c-bn.c_link[data-size='medium'] .button-spinner,.cc_div .c-bn[data-size='medium'] .button-spinner {
    left: calc(50% - 12px);
}

/*!sc*/
.c-bn.c_link[data-size='medium'] .button-arrow,.cc_div .c-bn[data-size='medium'] .button-arrow {
    display: none;
}

/*!sc*/
.c-bn.c_link[data-size='medium'][data-loading='true'],.cc_div .c-bn[data-size='medium'][data-loading='true'] {
    color: transparent;
}

/*!sc*/
.c-bn.c_link[data-size='big'],.cc_div .c-bn[data-size='big'] {
    height: 48px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
}

/*!sc*/
.c-bn.c_link[data-size='big'][data-loading],.cc_div .c-bn[data-size='big'][data-loading] {
    padding: 12px 48px;
}

/*!sc*/
.c-bn.c_link[data-size='big'][data-arrow='right'],.cc_div .c-bn[data-size='big'][data-arrow='right'] {
    padding: 12px 54px 12px 48px;
}

/*!sc*/
.c-bn.c_link[data-size='big'][data-arrow='left'],.cc_div .c-bn[data-size='big'][data-arrow='left'] {
    padding: 12px 48px 12px 54px;
}

/*!sc*/
.c-bn.c_link[data-wide='true'],.cc_div .c-bn[data-wide='true'] {
    width: 100%;
}

/*!sc*/
.c-bn.c_link:disabled,.cc_div .c-bn:disabled,.c-bn.c_link:disabled:hover,.cc_div .c-bn:disabled:hover,.c-bn.c_link:disabled:active,.cc_div .c-bn:disabled:active {
    background-color: #E2E2E9;
    color: #ABADBA;
    cursor: not-allowed;
}

/*!sc*/
.c-bn.c_link:disabled .button-arrow > path,.cc_div .c-bn:disabled .button-arrow > path,.c-bn.c_link:disabled:hover .button-arrow > path,.cc_div .c-bn:disabled:hover .button-arrow > path,.c-bn.c_link:disabled:active .button-arrow > path,.cc_div .c-bn:disabled:active .button-arrow > path {
    stroke: #ABADBA;
}

/*!sc*/
.c-bn.c_link .button-arrow > path,.cc_div .c-bn .button-arrow > path {
    stroke: #D15700;
}

/*!sc*/
.c-bn.c_link:hover,.cc_div .c-bn:hover {
    background-color: #FFD2B3;
    color: #D15700;
}

/*!sc*/
.c-bn.c_link:active,.cc_div .c-bn:active {
    background-color: #FFF0E6;
    color: #FFD2B3;
}

/*!sc*/
.c-bn.c_link:active .button-arrow > path,.cc_div .c-bn:active .button-arrow > path {
    stroke: #FFD2B3;
}

/*!sc*/
.c-bn.c_link[data-loading='true'],.cc_div .c-bn[data-loading='true'] {
    background-color: #FFF0E6;
    color: #FFD2B3;
}

/*!sc*/
.c-bn.c_link[data-loading='true'] .button-arrow > path,.cc_div .c-bn[data-loading='true'] .button-arrow > path {
    stroke: #FFD2B3;
}

/*!sc*/
.c-bn.c_link .button-spinner > path,.cc_div .c-bn .button-spinner > path {
    stroke: #E86100;
}

/*!sc*/
.c-bn.c_link:hover,.cc_div .c-bn:hover {
    background-color: #FFD2B3;
    color: #D15700;
}

/*!sc*/
#s-cnt button + button:hover {
    background-color: #FFD2B3;
    color: #D15700;
}

/*!sc*/
#cm .c_link:hover {
    background-color: #FFD2B3;
    color: #D15700;
}

/*!sc*/
#s-c-bn:hover {
    background-color: #F3F3F7;
}

/*!sc*/
#s-cnt .p {
    color: #000000;
}

/*!sc*/
#s-c-bn {
    background-color: #F3F3F7;
}

/*!sc*/
#s-c-bn:hover::after,#s-c-bn:hover::before {
    top: 0.53em;
    height: 0.7em;
}

/*!sc*/
#cm,.cc_div .b-tl,.cc_div .c-bl {
    border-radius: 12px;
}

/*!sc*/
#s-bl .c-bl:last-child:hover {
    background: none;
}

/*!sc*/
#s-inr {
    border-radius: 20px;
}

/*!sc*/
.cc_div .b-tg .c-tgl ~ .c-tg {
    background: #FFD2B3;
}

/*!sc*/
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
    background: #FF6900;
}

/*!sc*/
.cc_div .b-tg .c-tgl:disabled ~ .c-tg {
    background: #ABADBA;
}

/*!sc*/
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/*!sc*/
html {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: #FFFFFF;
}

/*!sc*/
body {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    direction: ltr;
    color: #000000;
    font-size: 15px;
    line-height: 1.4;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 400;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: no-common-ligatures;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

/*!sc*/
button {
    color: #000000;
}

/*!sc*/
#react-app {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

/*!sc*/
.checkbox {
    padding: 0;
    margin: 0;
}

/*!sc*/
.checkbox__item {
    padding: 0 0 21px;
    list-style: none;
}

/*!sc*/
.checkbox__item:nth-last-of-type(1) {
    padding-bottom: 0;
}

/*!sc*/
.checkbox__input {
    display: none;
    box-sizing: border-box;
    padding: 0;
}

/*!sc*/
.checkbox__input:checked + .checkbox__label:before {
    border-color: #FF6900;
}

/*!sc*/
.checkbox__input:checked + .checkbox__label:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/*!sc*/
.checkbox__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}

/*!sc*/
.checkbox__label_mute {
    color: #5C6370;
}

/*!sc*/
.checkbox__label:before,.checkbox__label:after {
    content: '';
    position: absolute;
}

/*!sc*/
.checkbox__label:before {
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #E2E2E9;
    border-radius: 4px;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
}

/*!sc*/
.checkbox__label:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-image: url('/dist/278ca7f851dac00b68e5.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.075s ease,opacity 0.1s ease,visibility 0.1s ease;
    -webkit-transition: transform 0.075s ease,opacity 0.1s ease,visibility 0.1s ease;
    transition: transform 0.075s ease,opacity 0.1s ease,visibility 0.1s ease;
}

/*!sc*/
.checkbox__description {
    display: block;
    margin-top: 10px;
    margin-left: 35px;
    color: #5C6370;
    font-size: 13px;
}

/*!sc*/
.form {
    position: relative;
}

/*!sc*/
.form__row {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}

/*!sc*/
.form__row:after {
    content: ' ';
    display: block;
    clear: both;
}

/*!sc*/
.form__col {
    position: relative;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

/*!sc*/
.form__col_4-1 {
    width: 25%;
    width: calc(25% - 10px);
}

/*!sc*/
.form__col_4-2 {
    width: 50%;
    width: calc(50% - 10px);
}

/*!sc*/
.form__col_4-3 {
    width: 75%;
    width: calc(75% - 10px);
}

/*!sc*/
.form__col_4-4 {
    width: 100%;
    width: calc(100% - 10px);
}

/*!sc*/
.form__col_padtop {
    padding-top: 15px;
}

/*!sc*/
.form__col_floatright {
    float: right;
}

/*!sc*/
.form__field {
    position: relative;
}

/*!sc*/
.form__field-icon {
    position: absolute;
    top: 0;
    font-size: 0;
    line-height: 0;
}

/*!sc*/
.form__field-icon_left-position {
    left: 0;
}

/*!sc*/
.form__field-icon_right-position {
    right: 0;
}

/*!sc*/
.input {
    display: block;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #E2E2E9;
    padding: 0 25px 0 10px;
    color: #000000;
    font-size: 14px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    box-sizing: border-box;
    width: 100%;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background-color 0.1s ease,border-color 0.1s ease;
    transition: background-color 0.1s ease,border-color 0.1s ease;
    font-variant-ligatures: no-common-ligatures;
}

/*!sc*/
.input_error {
    border-color: #FF3B30;
}

/*!sc*/
.form__field_left-space .input {
    padding-left: 40px;
}

/*!sc*/
.form__field_right-space .input {
    padding-right: 40px;
}

/*!sc*/
.form__field_left-space-locality-selector .input {
    padding-left: 36px;
}

/*!sc*/
.input:valid {
    background-color: #FFFFFF;
}

/*!sc*/
.input:invalid {
    background-color: #eee;
}

/*!sc*/
.input:invalid:focus {
    background-color: #FFFFFF;
}

/*!sc*/
.input_valid {
    padding-right: 30px;
}

/*!sc*/
.input_valid ~ .input__icon-valid {
    opacity: 1;
    visibility: visible;
}

/*!sc*/
.input_invalid {
    padding-right: 30px;
}

/*!sc*/
.input_invalid ~ .input__icon-invalid {
    opacity: 1;
    visibility: visible;
}

/*!sc*/
.input__icon-valid {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 10px;
    bottom: 50%;
    margin-bottom: -7px;
    width: 14px;
    height: 14px;
    background-image: url('/dist/6b553474848a817a4334.svg');
    background-size: contain;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

/*!sc*/
.input__icon-invalid {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 10px;
    bottom: 50%;
    margin-bottom: -6px;
    width: 12px;
    height: 12px;
    background-image: url('/dist/f0cc15f582b8631818db.svg');
    background-size: contain;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

/*!sc*/
.input_focus,.input:focus {
    border-color: #FF6900;
    outline: none;
}

/*!sc*/
.input_disabled,.input:disabled {
    border-color: #f1f1f6;
    background-color: #f1f1f6;
    cursor: not-allowed;
}

/*!sc*/
.input_error,.input_error:focus {
    border-color: #FF3B30;
}

/*!sc*/
.input_success,.input_success:focus {
    border-color: #008739;
}

/*!sc*/
.input_for-dark-background {
    border-color: #454545;
    background-color: #454545;
}

/*!sc*/
.input_for-dark-background_focus,.input_for-dark-background:focus {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

/*!sc*/
.input_for-dark-background:invalid {
    border-color: #454545;
    background-color: #454545;
}

/*!sc*/
.input_for-dark-background:invalid:focus {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

/*!sc*/
.input_for-dark-background:valid {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

/*!sc*/
.input_no-right-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: transparent;
}

/*!sc*/
::-webkit-input-placeholder {
    color: #c9c4c0;
}

/*!sc*/
::-moz-placeholder {
    color: #c9c4c0;
}

/*!sc*/
:-ms-input-placeholder {
    color: #c9c4c0;
}

/*!sc*/
:-moz-placeholder {
    color: #c9c4c0;
}

/*!sc*/
.label {
    display: block;
    margin-bottom: 7px;
    color: #000000;
    font-size: 14px;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
}

/*!sc*/
.money__currency {
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
}

/*!sc*/
.money__currency_on-the-left {
    margin-right: 2px;
}

/*!sc*/
.money__currency_on-the-right {
    margin-left: -2px;
}

/*!sc*/
.money__value {
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
}

/*!sc*/
.page {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
.page_secret-buyer {
    background-color: #ffa64c;
    padding: 15px;
}

/*!sc*/
.page__header {
    position: relative;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/*!sc*/
.page__scroll {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
}

/*!sc*/
.page__scroll_checkout-success-payment {
    text-align: center;
    padding: 70px 16px 0;
}

/*!sc*/
.page__fixed {
    position: absolute;
}

/*!sc*/
.page__spinner {
    height: 100vh;
    width: 100%;
    position: relative;
}

/*!sc*/
.rangeslider-horizontal {
    height: 5px;
    border-radius: 3px;
    background-color: #5C6370;
}

/*!sc*/
.rangeslider-horizontal .rangeslider__fill {
    height: 100%;
    width: 0;
    background-color: #FF6900;
    border-radius: 3px;
    top: 0;
}

/*!sc*/
.rangeslider-horizontal .rangeslider__handle {
    width: 24px;
    height: 24px;
    left: 12px;
    top: -15px;
    margin-left: -12px;
    z-index: 10;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1),0 1px 1px 0 rgba(0,0,0,0.16),0 2px 8px 0 rgba(0,0,0,0.15);
    border: solid 0.7px rgba(0,0,0,0.04);
    outline: none;
}

/*!sc*/
.select {
    position: relative;
    color: #5C6370;
    font-size: 16px;
    line-height: 1;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}

/*!sc*/
.select_time {
    width: 132px;
}

/*!sc*/
.select__control {
    position: relative;
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: solid 1px rgba(92,99,112,0.32);
    padding: 11px 34px 11px 16px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/*!sc*/
.select_small .select__control {
    padding: 11px 26px 11px 10px;
}

/*!sc*/
.select__control:hover {
    border-color: #FF6900;
}

/*!sc*/
.select__control:hover .select__control-icon {
    background-image: url('/dist/bb0c57edfefa42608904.svg');
}

/*!sc*/
.select__control-value {
    display: block;
    min-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*!sc*/
.select__control-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -5px;
    width: 14px;
    height: 9px;
    background-image: url('/dist/347283508511dfab746d.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/*!sc*/
.select_small .select__control-icon {
    right: 4px;
}

/*!sc*/
.select_disabled .select__control {
    background-color: #E2E2E9;
}

/*!sc*/
.select__drop {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3px 0;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: solid 1px rgba(92,99,112,0.32);
    overflow: hidden;
    -webkit-transition: opacity 0.1s ease,margin 0.25s ease;
    transition: opacity 0.1s ease,margin 0.25s ease;
}

/*!sc*/
.select__drop_top {
    top: auto;
    bottom: 0;
    margin-bottom: -10px;
}

/*!sc*/
.select__drop_show {
    display: block;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    margin: 0;
}

/*!sc*/
.select__drop-item {
    display: block;
    padding: 8px 15px 6px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*!sc*/
.select__drop-item:hover,.select__drop-item_is-focused {
    background-color: #ebebeb;
}

/*!sc*/
.select_small .select__drop-item {
    padding: 8px 10px 6px;
}

/*!sc*/
.select__drop-hint {
    display: block;
    padding: 8px 15px 6px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #5C6370;
}

/*!sc*/
.select_small .select__drop-hint {
    padding: 8px 10px 6px;
}

/*!sc*/
.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #FFFFFF;
    line-height: 22px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
    border-radius: 4px;
    margin: 0;
    padding: 0;
    max-height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*!sc*/
.suggestions__item {
    list-style: none;
    border-bottom: 1px solid #F3F3F7;
}

/*!sc*/
.suggestions__item:last-child {
    border: none;
}

/*!sc*/
.suggestions__item-link {
    display: block;
    padding: 10px 15px 10px 9px;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
.suggestions__item-link-description {
    display: block;
    font-size: 12px;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 700;
}

/*!sc*/
.suggestions__item-link:active {
    color: #000000;
    background-color: #F3F3F7;
}

/*!sc*/
.suggestions-message {
    padding: 10px 15px 10px 9px;
    color: #5C6370;
    font-size: 16px;
    line-height: 1.2;
}

/*!sc*/
.textarea {
    display: block;
    border-radius: 4px;
    border: solid 1px #E2E2E9;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

/*!sc*/
.form__field_left-space .textarea {
    padding-left: 40px;
}

/*!sc*/
.form__field_right-space .textarea {
    padding-right: 40px;
}

/*!sc*/
.form__field_left-space-locality-selector .textarea {
    padding-left: 36px;
}

/*!sc*/
.textarea_focus,.textarea:focus {
    border: 1px solid #FF6900;
    outline: none;
}

/*!sc*/
textarea::-webkit-input-placeholder {
    color: #c9c4c0;
}

/*!sc*/
textarea::-moz-placeholder {
    color: #c9c4c0;
}

/*!sc*/
textarea:-ms-input-placeholder {
    color: #c9c4c0;
}

/*!sc*/
textarea:-moz-placeholder {
    color: #c9c4c0;
}

/*!sc*/
.title {
    font-weight: normal;
}

/*!sc*/
.title_h1 {
    font-size: 26px;
    line-height: 28px;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 700;
    color: #000000;
}

/*!sc*/
.title_h2 {
    font-size: 20px;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
    color: #000000;
}

/*!sc*/
.tooltip-base__content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease,visibility 0.2s ease,-webkit-transform 0.18s ease;
    -webkit-transition: opacity 0.2s ease,visibility 0.2s ease,transform 0.18s ease;
    transition: opacity 0.2s ease,visibility 0.2s ease,transform 0.18s ease;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

/*!sc*/
.tooltip-base_shown .tooltip-base__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*!sc*/
.webcam {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

/*!sc*/
.webcam__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
    background: #000000;
}

/*!sc*/
.webcam__preview {
    background: #000000;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

/*!sc*/
.webcam iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*!sc*/
.webcam__live-broadcast {
    padding: 7px 9px;
    background-color: #F3F3F7;
    color: #5C6370;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 26px;
    border-radius: 5px 0 0 5px;
}

/*!sc*/
.webcam__indicator {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #FF3B30;
    border-radius: 50%;
    margin-right: 9px;
    -webkit-animation: pulse 1.25s infinite ease;
    animation: pulse 1.25s infinite ease;
}

/*!sc*/
.webcam__play-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.47);
    border-radius: 10px;
}

/*!sc*/
.webcam__play-button {
    width: 15%;
    height: auto;
    padding-bottom: 20.3%;
    background-image: url('/dist/3197965d7c51a9abb376.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}

/*!sc*/
.webcam__full-size {
    width: 25px;
    height: 25px;
    background-image: url('/dist/3c82a28bda046fe0aec5.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

/*!sc*/
.webcam__player {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*!sc*/
.webcam__logo {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 15px;
    width: 70px;
    height: 18px;
    overflow: hidden;
}

/*!sc*/
.webcam__logo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
}

/*!sc*/
.webcam__live {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 11px;
    overflow: hidden;
    padding: 4px 8px 3px;
    color: #FFFFFF;
    font-size: 10px;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    -webkit-letter-spacing: 0.125em;
    -moz-letter-spacing: 0.125em;
    -ms-letter-spacing: 0.125em;
    letter-spacing: 0.125em;
    border-radius: 20px;
    background-color: #FF3B30;
}

/*!sc*/
.webcam .iv-ratio-b {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

/*!sc*/
@-webkit-keyframes pulse {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*!sc*/
@-webkit-keyframes pulse {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*!sc*/
@keyframes pulse {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*!sc*/
data-styled.g6[id="sc-global-jZEUox1"] {
    content: "sc-global-jZEUox1,"
}

/*!sc*/
.crUQDB {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/*!sc*/
data-styled.g96[id="sc-dd7wua-0"] {
    content: "crUQDB,"
}

/*!sc*/
.bccUGy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    z-index: 101;
    height: 48px;
}

/*!sc*/
data-styled.g100[id="sc-597va4-0"] {
    content: "bccUGy,"
}

/*!sc*/
.hVtBZP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 16px;
}

/*!sc*/
.hVtBZP .logo-icon {
    width: 26px;
}

/*!sc*/
.hVtBZP .logo-text {
    width: 120px;
    margin: 0 10px;
}

/*!sc*/
data-styled.g102[id="sc-597va4-2"] {
    content: "hVtBZP,"
}

/*!sc*/
.bdjPay {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48px;
    padding: 12px;
}

/*!sc*/
data-styled.g103[id="sc-597va4-3"] {
    content: "bdjPay,"
}

/*!sc*/
.udTEo .card-background {
    background: #F3F3F7;
}

/*!sc*/
.udTEo .card-overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px 24px 24px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/*!sc*/
.udTEo .phone-input {
    width: 100%;
}

/*!sc*/
.udTEo .phone-input .input {
    text-align: left;
}

/*!sc*/
data-styled.g112[id="sc-1r9muso-0"] {
    content: "udTEo,"
}

/*!sc*/
.cKmivK {
    width: 100%;
}

/*!sc*/
.cKmivK.logo-wordmark_en {
    width: 88%;
}

/*!sc*/
data-styled.g191[id="sc-1xhdot2-0"] {
    content: "cKmivK,"
}

/*!sc*/
.hzKJCy {
    z-index: 0;
    overflow: hidden;
    padding-bottom: 20px;
    background-color: #181818;
    color: #FFFFFF;
    font-size: 16px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 400;
}

/*!sc*/
.hzKJCy .footer__link {
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
.hzKJCy .footer__link:active {
    color: #FFFFFF;
}

/*!sc*/
.hzKJCy .footer__secret-buyer {
    position: relative;
    display: block;
    padding: 17px 15px;
    background-color: #FF6900;
    line-height: 1;
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
.hzKJCy .footer__secret-buyer-text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

/*!sc*/
.hzKJCy .footer__secret-buyer-icon {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 10px;
    fill: white;
}

/*!sc*/
.hzKJCy .footer__section {
    margin: 20px 15px 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/*!sc*/
.hzKJCy .footer__section:first-child,.hzKJCy .footer__section_contacts,.hzKJCy .footer__section_copyright,.hzKJCy .footer__section_organization-details {
    margin-top: 0;
    border: none;
}

/*!sc*/
.hzKJCy .footer__section:first-child a,.hzKJCy .footer__section_contacts a,.hzKJCy .footer__section_copyright a,.hzKJCy .footer__section_organization-details a {
    color: #F3F3F7;
}

/*!sc*/
.hzKJCy .footer__section_organization-details {
    color: rgba(255,255,255,0.5);
    font-size: 10px;
    white-space: pre-line;
}

/*!sc*/
.hzKJCy .footer__section-item {
    margin-bottom: 20px;
}

/*!sc*/
.hzKJCy .footer__section-item:last-child {
    margin-bottom: 0;
}

/*!sc*/
.hzKJCy .footer__contacts-link {
    margin-bottom: 0;
    line-height: 1;
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
.hzKJCy .footer__contacts-link:active {
    color: #FFFFFF;
}

/*!sc*/
.hzKJCy .footer__phone-title {
    margin-bottom: 10px;
}

/*!sc*/
.hzKJCy .footer__phone-text {
    font-size: 16px;
    line-height: 1;
}

/*!sc*/
.hzKJCy .footer__phone-text_additional {
    color: rgba(255,255,255,0.5);
}

/*!sc*/
.hzKJCy .footer__phone-operators {
    margin-top: 10px;
}

/*!sc*/
.hzKJCy .footer__phone-operators-item {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 4px;
    font-size: 0;
    line-height: 1;
}

/*!sc*/
.hzKJCy .footer__phone-operators-item:focus,.hzKJCy .footer__phone-operators-item:active {
    outline: none;
}

/*!sc*/
.hzKJCy .footer__phone-operators-item_active {
    background-color: rgba(255,255,255,0.35);
}

/*!sc*/
.hzKJCy .footer__phone-operators-item-img {
    width: 100%;
    max-width: 20px;
    max-height: 20px;
    margin: 6px;
}

/*!sc*/
.hzKJCy .footer__phone-number-link {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
}

/*!sc*/
.hzKJCy .footer__navigation-links-section {
    margin-bottom: 30px;
}

/*!sc*/
.hzKJCy .footer__navigation-links-section:last-child {
    margin-bottom: 0;
}

/*!sc*/
.hzKJCy .footer__navigation-links-title {
    margin-bottom: 10px;
    font-weight: 500;
    -webkit-letter-spacing: 0.1px;
    -moz-letter-spacing: 0.1px;
    -ms-letter-spacing: 0.1px;
    letter-spacing: 0.1px;
}

/*!sc*/
.hzKJCy .footer__navigation-links-item {
    margin-bottom: 10px;
}

/*!sc*/
.hzKJCy .footer__navigation-links-item:last-child {
    margin-bottom: 0;
}

/*!sc*/
.hzKJCy .footer__social-link {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 4px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
}

/*!sc*/
.hzKJCy .footer__social-link:active {
    background: rgba(255,255,255,0.2);
}

/*!sc*/
.hzKJCy .footer__social-link:last-child {
    margin-right: 0;
}

/*!sc*/
.hzKJCy .footer__social-link_odnoklassniki {
    padding-top: 7px;
    padding-bottom: 7px;
}

/*!sc*/
.hzKJCy .footer__social-link-svg {
    width: 28px;
    height: 28px;
    fill: rgba(255,255,255,0.75);
}

/*!sc*/
.hzKJCy .footer__social-link-svg_odnoklassniki {
    height: 20px;
}

/*!sc*/
.hzKJCy .footer__apps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

/*!sc*/
.hzKJCy .footer__apps-link {
    vertical-align: top;
}

/*!sc*/
.hzKJCy .footer__apps-link-svg {
    height: 40px;
}

/*!sc*/
.hzKJCy .footer__apps-link-svg_huawei {
    max-width: 133px;
}

/*!sc*/
.hzKJCy .footer__payments-text {
    margin-bottom: 10px;
    font-weight: 500;
    -webkit-letter-spacing: 0.1px;
    -moz-letter-spacing: 0.1px;
    -ms-letter-spacing: 0.1px;
    letter-spacing: 0.1px;
}

/*!sc*/
.hzKJCy .footer__payments-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*!sc*/
.hzKJCy .footer__payments-item {
    width: 54px;
}

/*!sc*/
.hzKJCy .footer__payments-item-aikbanka {
    width: 76px;
}

/*!sc*/
.hzKJCy .footer__payments-link {
    display: block;
    line-height: 0;
}

/*!sc*/
.hzKJCy .footer__payments-link svg {
    max-width: 100%;
    max-height: 100%;
}

/*!sc*/
.hzKJCy .footer__payments-link:hover,.hzKJCy .footer__payments-link:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*!sc*/
.hzKJCy .footer__bottom-links-item {
    margin-bottom: 10px;
}

/*!sc*/
.hzKJCy .footer__bottom-links-item:last-child {
    margin-bottom: 0;
}

/*!sc*/
.hzKJCy .footer__copyright-wordmark {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-right: 6px;
    fill: rgba(255,255,255,0.75);
}

/*!sc*/
.hzKJCy .footer__copyright-text {
    display: inline-block;
    vertical-align: top;
    color: rgba(255,255,255,0.75);
}

/*!sc*/
data-styled.g192[id="sc-1q5kyj8-0"] {
    content: "hzKJCy,"
}

/*!sc*/
@media only screen and (max-width: 767px) {
    .dBIYMH {
        width:100%;
    }
}

/*!sc*/
data-styled.g204[id="sc-13o0onk-0"] {
    content: "dBIYMH,"
}

/*!sc*/
.bflQim {
    position: fixed;
    z-index: 100;
    left: 16px;
    bottom: 16px;
    width: calc(100% - 104px);
}

/*!sc*/
data-styled.g226[id="sc-nxj4rh-0"] {
    content: "bflQim,"
}

/*!sc*/
.fkwKNb {
    margin: 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*!sc*/
.fkwKNb .title {
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin: 16px 0;
    width: 100%;
}

/*!sc*/
data-styled.g600[id="sc-1aya4sw-0"] {
    content: "fkwKNb,"
}

/*!sc*/
.cAQfOA {
    box-shadow: 0 0 12px -4px rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 12px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 16px;
    width: 100%;
}

/*!sc*/
@media only screen and (min-width: 768px) {
    .cAQfOA {
        width:calc((100% - 16px) / 2);
        margin-right: 16px;
    }

    .cAQfOA:nth-child(2n + 3) {
        margin-right: 0;
    }
}

/*!sc*/
.cAQfOA .image {
    width: calc(100% + 34px);
    margin: -17px -17px 0 -17px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/*!sc*/
.cAQfOA .title {
    margin: 12px 0 8px 0;
    font-family: Dodo,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}
.modal {
    display: none; /* По умолчанию модальное окно скрыто */
    position: fixed; /* Фиксированная позиция, чтобы оно оставалось поверх контента */
    z-index: 1; /* Позиционируем поверх всего остального контента */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Добавляем прокрутку, если контент слишком велик */
    background-color: rgba(0,0,0,0.4); /* Черный цвет с небольшим прозрачным эффектом */
    padding-top: 60px; /* Отступ сверху */
  }
  
  /* Стили для контента в модальном окне */
  .modal-content {
    background-color: #fefefe; /* Белый фон */
    margin: 5% auto; /* Выравнивание по центру */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Ширина контента */
  }
  
  /* Стили для кнопки закрытия модального окна */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .btn_telegram_share {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	margin-right: 7px;
    padding: 3px 80px;
    border: 1px solid #54aaeb;
    border-radius: 50px;
    background: #54aaeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#54aaeb), to(#54aaeb));
    background: -moz-linear-gradient(top, #54aaeb, #54aaeb);
    background: linear-gradient(to bottom, #54aaeb, #54aaeb);
    font: normal normal normal 16px arial;
    color: #ffffff;
    text-decoration: none;
}
/*.btn_telegram_share:focus*/
.btn_telegram_share:hover
 {
    border: 1px solid #61c4ff;
    background: #65ccff;
    background: -webkit-gradient(linear, left top, left bottom, from(#65ccff), to(#65ccff));
    background: -moz-linear-gradient(top, #65ccff, #65ccff);
    background: linear-gradient(to bottom, #65ccff, #65ccff);
    color: #ffffff;
    text-decoration: none;
}
.btn_telegram_share:active {
    background: #32668d;
    background: -webkit-gradient(linear, left top, left bottom, from(#32668d), to(#54aaeb));
    background: -moz-linear-gradient(top, #32668d, #54aaeb);
    background: linear-gradient(to bottom, #32668d, #54aaeb);
}
.btn_telegram_share:before{
    content:  "\0000a0";
    display: inline-block;
    height: 23px;
    width: 24px;
    line-height: 28px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 4px;
    background: url("https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/telegram-white-icon.png") no-repeat left center transparent;
    background-size: 100% 100%;
}
/*!sc*/
.cAQfOA .description {
    font-size: 15px;
    line-height: 20px;
    color: #5C6370;
    margin: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/*!sc*/
.cAQfOA .description p {
    margin: 0;
    margin-bottom: revert;
    white-space: pre-line;
}

/*!sc*/
.cAQfOA .description p:last-child {
    margin-bottom: 0;
}

/*!sc*/
.cAQfOA .action-button {
    margin-top: 16px;
    padding: 0 24px;
}

/*!sc*/
data-styled.g601[id="sc-1aya4sw-1"] {
    content: "cAQfOA,"
}

header {
    display: flex;
    background: rgb(255, 255, 255);
    z-index: 101;
    height: 48px;
}

.BigPimpin {
    display: flex;
    flex: 1 1 auto;
    padding: 0px 16px;
}

.BigPimpin .logo-icon {
    width: 26px;
}

.BigPimpin .logo-text {
        width: 120px;
        margin: 0px 10px;
}

.main {
    padding: 20px;
}

.block_chlen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kartochka {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px -4px;
    border-radius: 12px;
    margin: 0 16px 24px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 16px;
    width: calc(33.33% - 32px); /* Расчетная ширина для трех карточек в строке */
    box-sizing: border-box;
}

.kartochka img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.kartochka .title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.kartochka .description {
    font-size: 15px;
    color: #5c6370;
    margin: 0;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #0056b3;
}
