.MobileMenu_mobileMenuWrapper__sFptz {
    background: var(--black);
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 24px;
    opacity: 0;
    transform: translateX(100%) translateZ(0);
    transition: all .2s ease-in-out
}

.MobileMenu_plus__BnYa9 {
    color: var(--secondary)
}

.MobileMenu_mobileMenuWrapper__sFptz.MobileMenu_opened___3bGt {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    transition: all .2s ease-in-out
}

.MobileMenu_content__66m1x {
    display: flex;
    flex-direction: column;
    height: 100%
}

.MobileMenu_closeButton__796zG {
    position: fixed;
    z-index: 11;
    top: 30px;
    right: 15px
}

.MobileMenu_logo__j9QU6 {
    width: 174px
}

.MobileMenu_logo__j9QU6 img {
    width: 100%
}

.MobileMenu_navigation__JunN3 {
    display: flex;
    flex-direction: column;
    margin: 56px 0;
    gap: 40px;
    height: 100%
}

.MobileMenu_linkText__p2qRq {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 8px 16px
}

.MobileMenu_linkText__p2qRq:not(.MobileMenu_selected__OO22_):hover {
    color: var(--gray)
}

.MobileMenu_linkText__p2qRq.MobileMenu_selected__OO22_ {
    border-radius: 10px;
    background: var(--violet-dark)
}

.MobileMenu_loginWrapper__1L1w4 {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px
}

.MobileMenu_loginWrapper__1L1w4 .MobileMenu_linkText__p2qRq {
    padding: 0
}

.MobileMenu_dropDownWrapper__sZ3XO {
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content
}

/*.MobileMenu_dropDownWrapper__sZ3XO > .MobileMenu_linkText__p2qRq:after {*/
/*    content: url(/_next/static/media/down-icon.704818f6.svg);*/
/*    position: absolute;*/
/*    right: -16px;*/
/*    top: 20px;*/
/*    transform: translateY(-50%) rotate(0deg);*/
/*    transition: transform .2s ease-in-out;*/
/*    line-height: 0*/
/*}*/

.MobileMenu_dropDownWrapper__sZ3XO.MobileMenu_open__A_xlK > .MobileMenu_linkText__p2qRq:after {
    transform: translateY(-50%) rotate(180deg);
    transition: transform .2s ease-in-out
}

.MobileMenu_navigation__JunN3 a:last-child {
    margin-top: auto
}

.MobileMenu_dropDown__MiNnK {
    display: grid;
    grid-template-rows:0fr;
    overflow: hidden;
    padding: 0 32px;
    transition: grid-template-rows .2s ease-in-out;
    transition: padding .2s ease-in-out
}

.MobileMenu_dropDown__MiNnK.MobileMenu_open__A_xlK {
    padding: 20px 32px;
    grid-template-rows:1fr;
    top: 40px;
    gap: 24px
}

.MobileMenu_dropDown__MiNnK.MobileMenu_open__A_xlK > div {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.MobileMenu_dropDown__MiNnK.MobileMenu_enter__rjlRa {
    padding: 0;
    top: -30px;
    left: 150px
}

.MobileMenu_dropDown__MiNnK a .MobileMenu_item__yzfIX {
    white-space: nowrap
}

.MobileMenu_dropDown__MiNnK a .MobileMenu_item__yzfIX.MobileMenu_selected__OO22_ {
    color: var(--gray)
}

.Header_header__It600 {
    background: var(--gray-dark);
    padding: 40px 0 60px
}

.Header_plus__HWM_U {
    color: var(--secondary)
}

.Header_content__DXVT_ {
    max-width: var(--layout-max-width);
    margin: 0 auto
}

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

.Header_loginWrapper__WUjZB, .Header_navigation__oy_pI {
    display: flex
}

.Header_navigation__oy_pI a {
    display: flex;
    height: -moz-fit-content;
    height: fit-content
}

.Header_navigation__oy_pI {
    gap: 30px
}

.Header_loginWrapper__WUjZB {
    gap: 10px;
    align-items: center
}

.Header_linkText__sDwWN {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    white-space: nowrap;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 8px 16px;
    cursor: pointer
}

.Header_linkText__sDwWN:not(.Header_selected__bJiKV):hover {
    color: var(--gray)
}

.Header_linkText__sDwWN.Header_selected__bJiKV {
    background: var(--violet-dark)
}

.Header_linkText__sDwWN.Header_open__oDIhq {
    background: var(--violet-dark);
    border-radius: 10px 10px 0 0
}

.Header_mobileMenuButton__ITTJF {
    display: none
}

.Header_dropDown__ndWQv {
    display: none;
    background: var(--violet-dark);
    padding: 32px 20px;
    border-radius: 0 10px 10px 10px;
    z-index: 100
}

.Header_dropDown__ndWQv.Header_open__oDIhq {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    gap: 24px
}

.Header_dropDown__ndWQv.Header_enter__5xpdD {
    align-items: end;
    padding: 16px 0;
    gap: 16px
}

.Header_dropDown__ndWQv.Header_open__oDIhq.Header_enter__5xpdD {
    top: 42px;
    width: 100%
}

.Header_dropDown__ndWQv > .Header_item__Oqp9H {
    cursor: pointer;
    font-size: 18px;
    padding-right: 35px
}

.Header_dropDown__ndWQv > .Header_item__Oqp9H:hover {
    color: var(--gray)
}

.Header_dropDown__ndWQv > a .Header_item__Oqp9H {
    font-size: 18px;
    white-space: nowrap
}

.Header_dropDown__ndWQv > a .Header_item__Oqp9H.Header_selected__bJiKV {
    color: var(--gray)
}

.Header_enterWrapper__hOYxH {
    display: flex;
    position: relative
}

.Header_logo__ITeVo {
    display: flex
}

@media screen and (max-width: 1300px) {
    .Header_header__It600 {
        padding: 40px 24px
    }
}

@media screen and (max-width: 1100px) {
    .Header_header__It600 {
        padding: 24px
    }

    .Header_enterWrapper__hOYxH, .Header_navigation__oy_pI {
        display: none
    }

    .Header_mobileMenuButton__ITTJF {
        display: block
    }

    .Header_logo__ITeVo img {
        width: 174px;
        height: 30px
    }
}

:root {
    --primary: #d397ff;
    --secondary: #d397ff;
    --total-black: #101114;
    --black: #16171d; 
    --gray-dark: #000000;
    --violet-dark: #2e2d3d;
    --gray-stroke: #4d5064;
    --gray-light: #dad9de;
    --gray: #afb2bf;
    --gradient: #d397ff;
    --white: #fafafa;
    --yellow: #fdf41a;
    --radius: 10px;
    --primary-hover: #1e1e22;
    --primary-link: #0da472;
    --layout-max-width: 1220px
}

body {
    background: var(--black);
    color: var(--white);
    font-family: var(--fira-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*, body {
    margin: 0
}

* {
    box-sizing: border-box;
    padding: 0
}

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

li, ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

.markdown {
    margin-bottom: 40px
}

.markdown .hljs-comment {
    color: #9e9e9e
}

.markdown h2:first-child {
    margin-top: 0
}

.markdown :not(h2,li,ul) {
    margin-bottom: 15px
}

.markdown h1 {
    margin: 0;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px
}

.markdown h2 {
    margin-bottom: 27px;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px
}

.markdown h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

.markdown a, .markdown p {
    font-size: 18px;
    line-height: 30px
}

.markdown a {
    color: var(--primary)
}

.markdown a:hover {
    color: var(--primary-hover)
}

.markdown ul {
    margin-bottom: 15px
}

.markdown ul li > ul {
    margin-bottom: 0;
    display: inline-block
}

.markdown li {
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0 0 48px;
    position: relative
}

.markdown ol li {
    padding: 0 0 0 10px;
    margin-left: 48px
}

.markdown ol li::marker {
    color: var(--secondary)
}

.markdown ul li:before {
    content: url(/_next/static/media/check-icon-small.317d5866.svg);
    position: absolute;
    line-height: 0;
    left: 18px;
    top: 45%
}

.markdown ul li > ul li {
    display: inline-block;
    white-space: pre-line
}

.markdown ul li > ul li:before {
    content: "-";
    top: 55%
}

.markdown li:not(:last-child) {
    margin-bottom: 12px
}

.markdown pre {
    font-size: 16px;
    line-height: 26px
}

.markdown blockquote p {
    margin-bottom: 0
}

.markdown blockquote {
    font-style: italic;
    font-size: 18px;
    line-height: 150%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
    padding: 16px 0;
    border-top: 1px solid var(--gray-stroke);
    border-bottom: 1px solid var(--gray-stroke)
}

.markdown code:not(.markdown pre code) {
    color: #e77171;
    background: #262729;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 0
}

.markdown img {
    width: 100%
}

.hljs {
    white-space: pre-wrap
}

@media screen and (max-width: 860px) {
    .markdown h1 {
        font-size: 32px;
        line-height: 48px
    }

    .markdown h2 {
        font-size: 24px;
        line-height: 32px
    }

    .markdown h3 {
        font-size: 18px;
        line-height: 27px
    }
}

.Footer_footer__CNVh7 {
    padding: 60px 0 100px;
    background: var(--gray-dark)
}

.Footer_content__iC__c {
    max-width: var(--layout-max-width);
    margin: 0 auto
}

.Footer_head__XJGvp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
    gap: 16px
}

.Footer_socials___TNAq {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.Footer_social__FF0O0 {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--gray-stroke)
}

.Footer_social__FF0O0:hover {
    background: var(--gray-stroke)
}

.Footer_main__fp8gJ {
    display: flex;
    flex-wrap: wrap;
    gap: 80px
}

.Footer_blockContent__odnKW, .Footer_block__4ziJJ {
    display: flex;
    flex-direction: column
}

.Footer_blockContent__odnKW {
    gap: 10px
}

.Footer_caption__BSZSC {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--secondary);
    margin-bottom: 16px;
}

.Footer_navigation__TRPth {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.Footer_inn__E8NPh, .Footer_ip__y7iU3 {
    color: var(--gray)
}

.Footer_smallText__ENjsD {
    margin-top: 48px;
    color: var(--gray)
}

@media screen and (max-width: 1300px) {
    .Footer_footer__CNVh7 {
        padding: 34px 24px
    }
}

@media screen and (max-width: 800px) {
    .Footer_head__XJGvp {
        /* flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px */
    }

    .Footer_social__FF0O0 {
        width: 32px;
        height: 32px;
        border-radius: 7px
    }

    .Footer_social__FF0O0 img {
        width: 60%
    }

    .Footer_main__fp8gJ {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }
}

.Area_textarea-container__uAjjQ {
    position: relative;
    display: flex;
    flex-direction: column
}

.Area_textarea-container__uAjjQ .Area_filled___Puqs, .Area_textarea-container__uAjjQ:focus-within label {
    transform: translate(10px, 8px);
    font-size: 12px
}

.Area_textarea-container__uAjjQ label {
    position: absolute;
    pointer-events: none;
    transform: translate(10px, 18px);
    transform-origin: top left;
    transition: .2s cubic-bezier(0, 0, .2, 1) 0ms;
    color: var(--gray);
    font-size: 18px;
    left: 16px
}

.Area_textarea-container__uAjjQ label.Area_with-icon__JjVt4 {
    left: 56px
}

.Area_textarea-container__uAjjQ textarea {
    box-sizing: border-box;
    padding: 24px 24px 6px;
    color: var(--white);
    border: none;
    border-radius: 10px;
    background: var(--violet-dark);
    min-height: 116px;
    max-width: 1200px;
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 26px;
    outline: none;
    box-shadow: none;
    transition: .2s cubic-bezier(0, 0, .2, 1) 0ms;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.Area_textarea-container__uAjjQ textarea::-webkit-scrollbar {
    display: none
}

.Area_textarea-container__uAjjQ textarea.Area_error__5bJ4p {
    border: 1px solid red
}

.Area_textarea-container__uAjjQ textarea.Area_gray__kGlZA {
    background: var(--gray)
}

.Area_textarea-container__uAjjQ textarea.Area_gray__kGlZA:hover {
    background-color: var(--gray)
}

.Area_textarea-container__uAjjQ textarea.Area_no-placeholder__eaJZa {
    height: 40px;
    padding: 10px 16px
}

.Area_textarea-container__uAjjQ textarea.Area_with-icon__JjVt4 {
    padding-left: 56px
}

.Area_textarea-container__uAjjQ textarea::placeholder {
    color: var(--gray-light)
}

.Area_icon__EAhNz {
    position: absolute;
    top: 16px;
    left: 16px
}

.Area_no-placeholder__eaJZa ~ .Area_icon__EAhNz {
    position: absolute;
    top: 8px;
    left: 16px
}

.Area_password__7JQts {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer
}

.Area_no-placeholder__eaJZa ~ .Area_deletable__ylwLV {
    position: absolute;
    height: 24px;
    padding-left: 8px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    display: none
}

.Area_no-placeholder__eaJZa ~ .Area_deletable__ylwLV.Area_deletable-active__ohi2i {
    display: block
}

.Button_button__mg_cR {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    border-radius: 10px;
    font-family: var(--font-family)
}

.Button_s__T1ULj {
    padding: 2px 20px;
    font-size: 16px;
    line-height: 27px
}

.Button_l__MbAeJ {
    padding: 16px 32px;
    font-size: 18px;
    line-height: 120%
}

.Button_primary__PFIP8 {
    color: var(--white);
    background-color: var(--primary);
    border: none
}

.Button_primary__PFIP8:hover {
    background-color: var(--primary-hover)
}

.Button_disabled__SEFX_ {
    cursor: auto;
    pointer-events: none;
    opacity: .5
}

.Button_ghost__VE_C_ {
    color: var(--white);
    border: 1px solid var(--gray-stroke);
    background: none
}

.Button_ghost__VE_C_:hover {
    color: var(--white);
    background-color: var(--gray-dark)
}

@media screen and (max-width: 960px) {
    .Button_l__MbAeJ {
        padding: 12px 24px
    }
}

.Card_card__YWHGX, .Chip_span__n5iqY {
    border-radius: 10px
}

.Chip_span__n5iqY {
    font-size: 12px;
    line-height: 12px;
    color: var(--white);
    padding: 4px 10px
}

.Chip_ghost__Z5__W {
    border: 1px solid var(--gray-stroke);
    border-radius: 17px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 120%
}

.Chip_primary___XA4u {
    background-color: var(--primary)
}

.Chip_yellow__0M9Nu {
    background-color: var(--yellow)
}

.Chip_green__ORTz1 {
    background-color: var(--green)
}

.Chip_blue__474gS {
    background-color: var(--blue)
}

.Chip_cyan__oPFy9 {
    background-color: var(--cyan)
}

.Chip_purple__UQS_Y {
    background-color: var(--purple)
}

.Htag_h1__JRc3a {
    margin: 0;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px
}

.Htag_h2__ZnbzO {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px
}

.Htag_h3__zc7qQ {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

@media screen and (max-width: 860px) {
    .Htag_h1__JRc3a {
        font-size: 32px;
        line-height: 42px
    }

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

    .Htag_h3__zc7qQ {
        font-size: 22px;
        line-height: 27px
    }
}

.Input_input-container__pqm3G {
    position: relative;
    display: flex;
    flex-direction: column
}

.Input_input-container__pqm3G .Input_filled__9T5c0, .Input_input-container__pqm3G:focus-within label {
    transform: translateY(8px);
    font-size: 12px
}

.Input_input-container__pqm3G label {
    position: absolute;
    pointer-events: none;
    transform: translateY(19px);
    transform-origin: top left;
    transition: .2s cubic-bezier(0, 0, .2, 1) 0ms;
    color: var(--gray);
    font-size: 16px;
    left: 16px
}

.Input_input-container__pqm3G label.Input_with-icon__pbDeL {
    left: 56px
}

.Input_input-container__pqm3G input {
    box-sizing: border-box;
    padding: 18px 16px 6px;
    color: var(--white);
    border: none;
    border-radius: 10px;
    background: var(--violet-dark);
    height: 58px;
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 21px;
    outline: none;
    box-shadow: none;
    transition: .2s cubic-bezier(0, 0, .2, 1) 0ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.Input_input-container__pqm3G input::-webkit-date-and-time-value {
    text-align: left
}

.Input_input-container__pqm3G input.Input_error__1LZTs {
    border: 1px solid red
}

.Input_input-container__pqm3G input.Input_gray__9Xprd {
    background: var(--gray)
}

.Input_input-container__pqm3G input.Input_gray__9Xprd:hover {
    background-color: var(--gray)
}

.Input_input-container__pqm3G input.Input_no-placeholder__r4FBU {
    height: 40px;
    padding: 10px 16px;
    font-size: 13px
}

.Input_input-container__pqm3G input.Input_with-icon__pbDeL {
    padding-left: 56px
}

.Input_input-container__pqm3G input::placeholder {
    color: var(--gray-light)
}

.Input_icon__dztrq {
    position: absolute;
    top: 17px;
    left: 24px
}

.Input_telega__1k8qj {
    position: absolute;
    left: 24px;
    top: 18px
}

.Input_phone__uVYU4 {
    top: 21px
}

.Input_no-placeholder__r4FBU ~ .Input_icon__dztrq {
    position: absolute;
    top: 8px;
    left: 16px
}

.Input_password__CAeeQ {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer
}

.Input_no-placeholder__r4FBU ~ .Input_deletable__ERV_L {
    position: absolute;
    height: 24px;
    padding-left: 8px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    display: none
}

.Input_no-placeholder__r4FBU ~ .Input_deletable__ERV_L.Input_deletable-active__fFOx_ {
    display: block
}

.P_p__UMfTO {
    margin: 0 0 20px
}

.P_s__N44ww {
    font-size: 14px;
    line-height: 24px
}

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

.P_l___RFg3 {
    font-size: 18px;
    line-height: 30px
}

.ReadProgress_progress__67sk7 {
    height: 3px;
    background: var(--primary);
    display: block;
    position: fixed;
    top: 0;
    left: 0
}

.SelectComp_button__rautF, .SelectComp_wrapper__ReJo0 {
    border: none;
    border-radius: 8px;
    position: relative
}

.SelectComp_button__rautF {
    padding: 18px 16px 6px;
    margin-bottom: 2px;
    color: var(--white);
    background: var(--violet-dark);
    height: 58px;
    text-align: left;
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 21px;
    outline: none;
    box-shadow: none;
    transition: .2s cubic-bezier(0, 0, .2, 1) 0ms;
    width: 100%;
    cursor: pointer
}

.SelectComp_button__rautF.SelectComp_open__Yidpu {
    border-radius: 8px 8px 0 0
}

.SelectComp_button__rautF.SelectComp_gray__EFmpr {
    background: var(--gray)
}

.SelectComp_button__rautF.SelectComp_gray__EFmpr:hover {
    background-color: var(--gray)
}

.SelectComp_button__rautF.SelectComp_error__lkcae {
    border: 1px solid red
}

.SelectComp_button__rautF.SelectComp_no-placeholder__6Lcpb {
    height: 40px;
    padding: 8px 16px;
    font-size: 13px
}

.SelectComp_arrow__lre4c {
    right: 24px;
    display: flex;
    align-items: center;
    pointer-events: none;
    align-self: start;
    transition: all .3s
}

.SelectComp_arrow-opened__THm60 {
    transform: rotate(-180deg)
}

.SelectComp_arrow__lre4c.SelectComp_no-placeholder__6Lcpb {
    align-self: auto
}

.SelectComp_value-container__84bNx {
    display: flex;
    align-items: center;
    min-height: 21px;
    gap: 8px
}

.SelectComp_value__9MFoe {
    position: relative;
    flex: 1 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    left: 40px
}

.SelectComp_placeholder__y6KiL {
    position: absolute;
    pointer-events: none;
    top: 18px;
    transform: translate(0);
    transform-origin: top left;
    transition: .2s cubic-bezier(0, 0, .2, 1) 0ms;
    left: 56px
}

.SelectComp_placeholder-inside__9z2cl, .SelectComp_placeholder__y6KiL {
    color: var(--gray);
    font-size: 18px
}

.SelectComp_placeholder-inside-hidden__cVOhn, .SelectComp_placeholder__y6KiL.SelectComp_no-placeholder__6Lcpb {
    display: none
}

.SelectComp_selected__7TJoE {
    transform: translateY(-14px);
    font-size: 12px
}

.SelectComp_selected__7TJoE.SelectComp_no-placeholder__6Lcpb {
    display: none
}

.SelectComp_options__hvAsv {
    z-index: 2;
    position: absolute;
    top: 60px;
    width: calc(100%);
    list-style: none;
    padding: 0;
    overflow: auto;
    border: none;
    background: var(--black);
    border-radius: 0 0 8px 8px
}

.SelectComp_options__hvAsv.SelectComp_no-placeholder__6Lcpb {
    top: 32px
}

.SelectComp_option__JS1nS {
    cursor: pointer;
    font-size: 18px;
    padding: 21px 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--violet-dark);
    border: 1px solid transparent
}

.SelectComp_option__JS1nS:not(:last-child) {
    margin-bottom: 2px
}

.SelectComp_option__JS1nS:hover {
    border: 1px solid #4d5064
}

.SelectComp_check__KApS9 {
    margin-right: -14px
}

.SelectComp_icon__lpaJf {
    position: absolute;
    top: 18px;
    left: 24px
}

.Toast_toast-wrapper__d_L9i {
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer
}

.Toast_toast-wrapper__d_L9i > div {
    margin: 0
}

.Toast_toast__TANW5 {
    display: flex;
    background: var(--gray-dark)
}

.Toast_icon-wrapper__mVI_j {
    padding: 24px;
    border-radius: 8px 0 0 8px
}

.Toast_success__Kny9d, .Toast_warning__Oa2_A {
    background: var(--violet-dark)
}

.Toast_message__48U__ {
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 18px;
    line-height: 1.2;
    color: var(--white);
    padding: 24px
}

.Social_wrapper__pkX3n {
    padding: 60px 0
}

.Social_content__g_U26 {
    padding: 36px;
    border: 1px solid var(--primary);
    border-radius: 10px
}

.Social_title__dBBFX {
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 24px
}

.Social_links__IW1IB {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 24px;
    gap: 24px
}

.Social_link___r5xP {
    background: var(--gray-dark);
    border-radius: 10px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    color: var(--gray)
}

.Social_link___r5xP > span {
    margin: 0 0 0 18px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px
}

.Social_link___r5xP:hover {
    color: var(--white)
}

@media screen and (max-width: 960px) {
    .Social_links__IW1IB {
        grid-template-columns:1fr;
        grid-template-rows:1fr
    }
}

@media screen and (max-width: 660px) {
    .Social_wrapper__pkX3n {
        padding: 0
    }

    .Social_content__g_U26 {
        padding: 16px
    }

    .Social_title__dBBFX {
        margin: 0 0 22px;
        font-size: 26px
    }

    .Social_link___r5xP {
        padding: 16px
    }

    .Social_links__IW1IB {
        gap: 16px
    }

    .Social_link___r5xP > span {
        font-size: 21px
    }
}

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/382b6f43e60580be-s.woff2) format("woff2");*/
/*    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/42aa6e6ea3b85651-s.p.woff2) format("woff2");*/
/*    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/7bafef50a4560c1d-s.woff2) format("woff2");*/
/*    unicode-range: U+1f??*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/bc270b3a577192a7-s.woff2) format("woff2");*/
/*    unicode-range: U+0370-0377, U+037a-037f, U+0384-038a, U+038c, U+038e-03a1, U+03a3-03ff*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/b32bc20a1e277f31-s.woff2) format("woff2");*/
/*    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1ea0-1ef9, U+20ab*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/357398c3a461852b-s.woff2) format("woff2");*/
/*    unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/4d1af68a2715a16a-s.p.woff2) format("woff2");*/
/*    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/6821bb67d8dbee23-s.woff2) format("woff2");*/
/*    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/fe049333cc50d32b-s.p.woff2) format("woff2");*/
/*    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/a8f1d802d3a50c22-s.woff2) format("woff2");*/
/*    unicode-range: U+1f??*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/d5e97bb9bb0471a9-s.woff2) format("woff2");*/
/*    unicode-range: U+0370-0377, U+037a-037f, U+0384-038a, U+038c, U+038e-03a1, U+03a3-03ff*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/bf219fb9b8e9c4d9-s.woff2) format("woff2");*/
/*    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1ea0-1ef9, U+20ab*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/2955b29b2e789dbf-s.woff2) format("woff2");*/
/*    unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff*/
/*}*/

/*@font-face {*/
/*    font-family: __Fira_Sans_f5d82c;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-display: swap;*/
/*    src: url(/_next/static/media/83c07cea5b6249d7-s.p.woff2) format("woff2");*/
/*    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd*/
/*}*/

@font-face {
    font-family: __Fira_Sans_Fallback_f5d82c;
    src: local("Arial");
    ascent-override: 90.11%;
    descent-override: 25.54%;
    line-gap-override: 0.00%;
    size-adjust: 103.76%
}

.__className_f5d82c {
    font-family: __Fira_Sans_f5d82c, __Fira_Sans_Fallback_f5d82c;
    font-style: normal
}

.__variable_f5d82c {
    --fira-font: "__Fira_Sans_f5d82c", "__Fira_Sans_Fallback_f5d82c"
}
