@font-face {
    font-family: 'Suisse Intl Regular';
    src: local('Suisse Intl Regular'),
        url(/e8326c5523c10f97f9174f4f9f746bdb.woff) format('woff');
}

@font-face {
    font-family: 'Suisse Intl Medium';
    src: local('Suisse Intl Medium'),
        url(/a2ec212cacba9af579b6e30d4ac85e96.woff) format('woff');
}

:root {
    --black-color: #1a1a1a;
    --blue-color: #1B61E1;
    --white-color: #ffffff;

    --color: var(--black-color);
    --accent-color: #1b61e1;
    --link-color: #1b61e1;
    --background-color: #fff;
    --box-shadow-color: rgba(0, 0, 0, 0.1);
    --border-color: rgba(26, 26, 26, 0.24);
    --button-color: #ffffff;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    font: 18px/1.5 Suisse Intl Regular, Helvetica, Arial, sans-serif;
}

body * {
        box-sizing: inherit;
    }

._1U8KL {
    width: 352px;
    padding: 32px;
    border-radius: 8px;
    text-decoration: none;
    border: solid 1px rgba(26, 26, 26, 0.1);
    margin-bottom: 96px;
    margin-right: 32px;
}

._1Eywj {
    display: flex;
    flex-wrap: wrap;
    /*64px так как нижнее расстояние между карточками 32px*/
    padding: 0 0 64px;
}

._3Smv2 {
    text-decoration: none;
    color: var(--link-color);
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

._3Smv2 + ._3Smv2 {
        padding-top: 10px;
        box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    }

._3Smv2:hover {
        color: var(--color);
    }

._3Ie6b {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._3Ie6b::after {
        content: '';
        display: inline-flex;
        border-top: 8px solid transparent;
        border-left: 9px solid var(--color);
        border-bottom: 8px solid transparent;
    }

._1GE6N {
    text-decoration: none;
    color: #fff;
}

._141Xg {
    background-color: var(--card-background-color);
    max-width: 352px;
    height: 352px;
    padding: 32px;
    border-radius: 8px;
    border: solid 1px rgba(26, 26, 26, 0.1);
    flex: 1 0 100%;
}

._141Xg:nth-child(2n) {
        margin-left: 32px;
    }

._141Xg:nth-child(n + 3) {
        margin-top: 32px;
    }

._1N3Nu,
._2IZJl {
    width: 160px;
    height: 160px;
    border-radius: 8px;
    margin-bottom: 22px;
}

._2IZJl {
    background-color: rgba(26, 26, 26, 0.1);
}

._2dsQd {
    margin-bottom: 20px;
    height: 54px;
}

._1MzNa {
    display: flex;
    font-size: 13px;
}

._1ZAxt {
    width: 128px;
    height: 32px;
    margin-right: 8px;
    border-radius: 6px;
    background-color: #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}

._1cKJy {
    width: 102px;
    height: 32px;
    border-radius: 6px;
    background-color: var(--accent-color);
    text-decoration: none;
    color: var(--button-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

._1cKJy:hover,
    ._1cKJy:active {
        opacity: 0.9;
    }

._1zWkT {
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._2ovUs {
    width: 100%;
    /* цифры примерные, нужно переделывать */
    height: calc(100vh - 280px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

._29IaI {
    border: none;
}

@media screen and (max-width: 607px) {
        ._141Xg:nth-child(2n) {
            margin-left: 0;
        }

        ._141Xg + ._141Xg {
            margin-top: 16px;
        }

    ._29IaI {
        display: none;
    }
}

._1zodo {
    max-width: 1184px;
    /* 80 потому что NavBar */
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
}

    ._1zodo ._3rZQR {
        display: flex;
        position: relative;
    }

    @media (max-width: 576px) {._1zodo {
        padding: 0 16px
}
    }

._1eYmK {
    width: 100%;
}

._3rZQR {
    display: flex;
}

._2bxSd {
    width: 100%;
    margin-bottom: 30px;
}

._25veH {
    max-width: 100%;
    font-size: 29px;
    line-height: 2;
    margin-bottom: 34px;
}

._3X83H {
    flex: 0 0 288px;
}

@media screen and (max-width: 1095px) {
    ._25veH {
        width: 736px;
        margin: 0 auto 34px;
    }

    ._3rZQR {
        justify-content: center;
    }

    ._3X83H {
        display: none;
    }

    ._1eYmK {
        width: 736px;
    }
}

@media screen and (max-width: 799px) {
    ._1eYmK {
        width: 100%;
    }
}

@media screen and (max-width: 607px) {
    ._1zodo {
        padding: 0 16px;
        margin: 0 auto 0;
    }

    ._3rZQR > aside {
        width: 0;
    }
}

.UZ9-w {
    margin-bottom: 18px;
    position: relative;
}

.apOfj {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

._3V29E {
    position: absolute;
    display: none;
}

._36yyW {
    background-image: url(/0a0d465ca677ec269f709d937097bcea.png);
}

@media screen and (max-width: 799px) {
    ._3V29E {
        top: 32px;
        left: 32px;
        display: block;
    }
}

@media screen and (max-width: 607px) {
    .apOfj {
        height: 288px;
        width: 100%;
    }
        .apOfj:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: linear-gradient(
                to bottom,
                rgba(255, 255, 255, 0),
                rgba(255, 255, 255, 0) 50%,
                #ffffff
            );
        }
    ._3V29E {
        top: 224px;
        left: 16px;
        display: block;
        overflow: hidden;
        z-index: 1;
    }

    .UZ9-w {
        margin: 0 -16px 72px;
    }
}

._1ADm1 {
    text-align: center;
}

._2Kpjj {
    border: 1px solid var(--box-shadow-color);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    font-size: 59px;
    line-height: 128px;
}

._3JUAY {
    background-color: var(--color);
    border-radius: 50%;
    color: var(--background-color);
    font-size: 59px;
    line-height: 128px;
}

._1SS72 {
    margin: 16px 0 30px;
    display: inline-flex;
    flex-flow: row wrap;
}

._1rXS- {
    margin-right: 8px;
    padding: 2px 8px 3px 8px;
    height: 24px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--button-color);
    background-color: var(--accent-color);
    border-radius: 4px;
    text-decoration: none;
    margin-top: 8px;
}

._1rXS-:active,
    ._1rXS-:hover {
        opacity: 0.9;
    }

._1rXS-:last-child {
        background-color: #5e5e5e;
        color: var(--white-color);
    }

._1rXS-:last-child:active {
            pointer-events: none;
        }


@media screen and (max-width: 1095px) {
    ._1SS72 {
        width: 736px;
        margin: 16px auto 30px;
    }
}

@media screen and (max-width: 607px) {
    ._1SS72 {
        margin: 80px 0 30px;
        width: auto;
    }
}

._2OJiH {
    position: relative;
    padding: 30px 0 48px;
}

    @media (max-width: 864px) {._2OJiH {
        margin: 0 32px
}
    }

    @media (max-width: 576px) {._2OJiH {
        margin: 0
}
    }

._2Nfey {
    width: 736px;
}

._13dlI {
    max-width: 800px;
}

._1ctGq {
    max-width: 800px;
}

@media (max-width: 799px) {

._2Nfey,
._13dlI,
._1ctGq {
        width: auto
}
    }

._3lHgV {
    width: 736px;
    font-size: 29px;
    line-height: 48px;
    padding: 0 0 34px;
}

@media (max-width: 799px) {

._3lHgV {
        width: auto
}
    }

@media screen and (max-width: 1183px) {
    ._13dlI {
        max-width: 728px;
    }

    ._1ctGq {
        max-width: 728px;
    }
}

.Yp4un {
    position: relative;
    max-width: 352px;
    height: 416px;
    padding: 32px;
    background-color: var(--card-background-color);
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 8px;
    flex: 1 1 calc(50% - 16px);
    cursor: -webkit-grab;
    cursor: grab;
}

    .Yp4un:hover {
        transform: scale(1.02);
        border: 1px solid rgba(26, 26, 26, 0.1);
    }

    .Yp4un:nth-child(2n) {
        margin-left: 32px;
    }

    .Yp4un:nth-child(n + 3) {
        margin-top: 32px;
    }

._2ncuJ {
    width: 160px;
    height: 160px;
    margin-bottom: 22px;
    border-radius: 6px;
    background-color: rgba(26, 26, 26, 0.1);
}

.zCoiX {
    border-radius: 6px;
}

._1_lxo {
    border-radius: 8px;
}

._20_lx {
    color: var(--color);
    max-width: 288px;
    height: 54px;
    margin-bottom: 6px;
    overflow: hidden;
    text-decoration: none;
}

._2WJ5g {
    cursor: pointer;
}

._2IZ3H {
    max-width: 288px;
    height: 57px;
    margin-bottom: 14px;
    font-size: 13px;
    overflow: hidden;
}

._3pNkp {
    font: 13px/19px Suisse Intl Regular, Helvetica, Arial, sans-serif;
    background-color: var(--color);
    color: var(--background-color);
    padding: 6px 16px 7px;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
}

@media screen and (max-width: 799px) {
    .Yp4un {
        height: 372px;
    }

    ._2ncuJ {
        width: 130px;
        height: 130px;
    }

        ._2ncuJ > img {
            width: 130px;
            height: 130px;
        }
}

@media screen and (max-width: 607px) {
    ._2IZ3H,
    ._20_lx {
        width: auto;
    }
        .Yp4un:nth-child(2n) {
            margin-left: 0;
        }

        .Yp4un:nth-child(n + 1) {
            margin-top: 32px;
        }
}

._3M_xt {
    display: flex;
}

.T7mgR.Awiuo:hover ._2jZZQ {
        opacity: 1;
    }

._3t1Rr {
    border-radius: 8px;
}

.Awiuo {
    position: relative;
}

._2jZZQ {
    position: absolute;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.25s opacity;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--button-background-color);

    top: 30px;
}

._2jZZQ:active,
    ._2jZZQ:hover {
        background-color: var(--button-background-color-hover);
    }

.Awiuo ._2jZZQ {
        opacity: 0;
        top: calc(50% - 24px);
        background-color: rgba(26, 26, 26, 0.4);
    }

.Awiuo ._2jZZQ:active,
        .Awiuo ._2jZZQ:hover {
            background-color: rgba(26, 26, 26, 0.7);
        }

._2jZZQ::after {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

._3RJEw {
    /* 736px - ширина заголовка. 48px - ширина кнопки, 16px - отступ между кнопками */
    left: calc(736px - 48px * 2 - 16px);
}

._3RJEw::after {
        border-right: 9px solid var(--color);
    }

.Awiuo ._3RJEw {
        left: 16px;
    }

.Awiuo ._3RJEw::after {
            border-right: 9px solid rgba(255, 255, 255, 0.7);
        }

._3nn73 {
    left: calc(736px - 48px);
}

._3nn73::after {
        border-left: 9px solid var(--color);
    }

.Awiuo ._3nn73 {
        left: auto;
        right: 16px;
    }

.Awiuo ._3nn73::after {
            border-left: 9px solid rgba(255, 255, 255, 0.7);
        }

@media screen and (max-width: 799px) {
    ._3RJEw {
        left: calc(100% - 48px * 2 - 16px);
    }

    ._3nn73 {
        left: calc(100% - 48px);
    }
}

._3MGYG {
    background-color: var(--accent-color);
    padding: 10px 24px 11px;
    border-radius: 8px;
    border: none;
    outline: none;
    width: 100%;
    margin-top: 32px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    color: var(--button-color);
    display: block;
    text-align: center;
}

    ._3MGYG:active,
    ._3MGYG:hover {
        opacity: 0.9;
    }

._2wHjg {
    box-shadow: inset 0 -1px 0 0 var(--box-shadow-color);
    text-decoration: none;
    color: var(--link-color);
    padding: 10px 0 11px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

._2wHjg:hover {
        color: var(--color);
    }

._2e5Y_ {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._2e5Y_::after {
        content: '';
        display: inline-flex;
        border-top: 8px solid transparent;
        border-left: 9px solid var(--color);
        border-bottom: 8px solid transparent;
    }

._3OWyR {
    margin: 0 -32px;
}

.b47mM {
    height: 428px;
    padding: 4px;
}

.b47mM > div > div > div {
        width: calc(100% - 16px);
    }

._1aEEP {
    width: 736px;
    margin-top: 32px;
}

.CZJpE {
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 799px) {
    ._3OWyR {
        margin: auto;
    }

    ._1aEEP {
        width: auto;
    }
}

._2RuJ6 {
    background-color: #fff;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    text-decoration: none;
}

._3FZTR {
    display: inline-flex;
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer;
}

._17icZ {
    margin-top: 32px;
}

._3l4bu {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-color);
    margin-bottom: 11px;
}

.TL257 {
    width: 100%;
    height: 19px;
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.46;
    color: var(--black-color);
    margin-bottom: 27px;
}

._2LoGq {
    margin-right: 8px;
    border-radius: 6px;
    background-color: #e8e8e8;
    padding: 8px 16px;
    font-size: 13px;
    margin-bottom: 25px;
    display: inline-block;
}

._3hR4k {
    padding-top: 32px;
    margin-bottom: 54px;
    width: 100%;
}

.v61q4 {
    font: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 33px;
    font-size: 13px;
    line-height: 19px;
}

._2_C_o {
    font-size: 13px;
    margin-bottom: 26px;
}

._3JVsU {
    margin-bottom: 5px;
}

._3JVsU:after {
        content: '';
        display: block;
        height: 1px;
        box-shadow: inset 1px 1px 0 0 var(--box-shadow-color);
    }

.keKLM {
    display: flex;
    flex-direction: column;
}

._1TdwB {
    display: flex;
    justify-content: space-between;
}

.ipfVm {
    opacity: 0.7;
    color: var(--black-color);
}

._249fQ {
    opacity: 0.5;
    font-size: 13px;
    line-height: 1.46;
    color: var(--black-color);
}

._2cog4 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 224px;
    max-height: 224px;
    border-radius: 8px;
    overflow: hidden;
}

.CLB9m {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

._3qdrn {
    margin: 16px;
    width: 608px;
    max-height: 100vh;
}

@media screen and (max-width: 607px) {
    ._3qdrn {
        width: auto;
        overflow: auto;
        border-radius: 8px;
    }
}

._33fPA {
    display: inline-block;
    position: relative;
    top: -24px;
    -webkit-animation-name: _3PWKe;
            animation-name: _3PWKe;
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
}

    ._33fPA,
    ._33fPA::after,
    ._33fPA::before {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-duration: 1.2s;
                animation-duration: 1.2s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }

    ._33fPA::after,
    ._33fPA::before {
        content: '';
        position: absolute;
        -webkit-animation-name: _3PWKe;
                animation-name: _3PWKe;
    }

    ._33fPA::after {
        left: 35px;
    }

    ._33fPA::before {
        left: -35px;
        -webkit-animation-delay: -0.32s;
                animation-delay: -0.32s;
    }

._2V0Ai,
    ._2V0Ai::after,
    ._2V0Ai::before {
        width: 16px;
        height: 16px;
    }

@-webkit-keyframes _3PWKe {
    0%,
    80%,
    100% {
        box-shadow: 0 24px 0 -12px #299400;
    }

    40% {
        box-shadow: 0 24px 0 0 #299400;
    }
}

@keyframes _3PWKe {
    0%,
    80%,
    100% {
        box-shadow: 0 24px 0 -12px #299400;
    }

    40% {
        box-shadow: 0 24px 0 0 #299400;
    }
}

._1-8Wb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 224px;
    height: 224px;
}

._2l5Za {
    /* Костылище, чтобы избежать схлопывания полей */
    padding: 1px 0;
    color: var(--color);
    background-color: var(--background-color);
}

._136Uo {
    background-color: var(--background-color);
    color: var(--color);
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    height: 80px;
    padding: 0 32px;
    z-index: 99;
}

._8BXzQ {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0 -1px 0 0 var(--box-shadow-color);
}

@media screen and (min-width: 1095px) {

._3JrCs {
        display: none
}
    }

._3db5y {
    padding: 10px 24px 11px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

._2u4px {
    color: var(--link-color);
    padding: 10px 24px 11px 0;
    text-decoration: none;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: row;
}

._2bx5O {
    margin: 0 12px;
    display: inline-flex;
}

._1ilhS {
    flex-shrink: 0;
}

._4kKbx {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 1096px) {
        ._2u4px:hover {
            color: var(--color);
            background-color: rgba(26, 26, 26, 0.04);
        }
}

@media screen and (max-width: 607px) {
    ._136Uo {
        position: fixed;
        background-color: transparent;
    }

        ._136Uo._3B2OH {
            top: 120px;
            width: calc(100% - 320px);
        }

            ._136Uo._3B2OH._3Yhr0 {
                top: 144px;
            }

    ._8BXzQ {
        box-shadow: none;
    }

    ._2Qwbi {
        display: none;
    }

    ._2u4px {
        padding: 12px;
        background-color: #fff;
        box-shadow: 0 2px 4px 0 var(--box-shadow-color),
            0 0 0 1px var(--box-shadow-color);
    }

        ._2u4px + ._2u4px {
            margin-left: 16px;
        }

    ._2bx5O {
        margin: 0;
    }

    ._3db5y {
        display: none;
    }
}

._2sdUC {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    width: 160px;
}

.oQlpf {
    margin-top: 32px;
}

._3hAh6 {
    width: 24px;
    height: 24px;
    display: none;
    cursor: pointer;
}

._3CKG8 {
    position: relative;
    width: 18px;
    height: 2px;
    background-color: var(--black-color);
    opacity: 0.7;
    border-radius: 1px;
}

._3CKG8:after,
    ._3CKG8:before {
        width: 18px;
        height: 2px;
        content: '';
        display: block;
        position: absolute;
        background-color: var(--black-color);
        border-radius: 1px;
    }

._3CKG8:after {
        top: 4px;
    }

._3CKG8:before {
        top: -4px;
    }

._3uY5Q {
    margin-left: 32px;
}

.DqbJl {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    left: 32px;
    cursor: pointer;
}

._2EhUS {
    background-color: var(--accent-color);
    color: var(--button-color);
    padding: 10px 24px 11px;
    border-radius: 8px;
    border: none;
    outline: none;
    bottom: 0;
    width: 350px;
}

._3pCTe {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
}

._3pCTe > a {
        display: block;
        width: 100%;
        text-align: center;
    }

@media screen and (min-width: 1096px) {
    ._2seBT {
        position: sticky;
        top: 80px;
        padding-top: 30px;
        z-index: 1;
    }
}

@media screen and (max-width: 1095px) {
    ._2sdUC {
        position: absolute;
        max-width: 400px;
        width: 100%;
        height: 100vh;
        height: calc(1vh * 100);
        height: calc(var(--vh, 1vh) * 100);
        top: 0;
        left: -100%;
        display: block;
        background-color: #ffffff;
        transition: left 0.5s;
        box-shadow: inset -1px 0 0 0 var(--box-shadow-color);
        padding: 0 32px;
    }

    ._3CdE9 {
        left: 0;
    }

    ._3hAh6 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        padding: 19px 14px;
        border-radius: 8px;
        background-color: #ffffff;
    }

    ._35dpo {
        margin-top: 80px;
    }

        ._35dpo .oQlpf {
            color: var(--black-color);
        }
}

@media screen and (max-width: 607px) {
    ._3hAh6 {
        box-shadow: 0 2px 4px 0 var(--box-shadow-color),
            0 0 0 1px var(--box-shadow-color);
    }

    .oQlpf {
        margin-top: 16px;
    }

    ._3pCTe {
        bottom: 16px;
    }

    ._2seBT {
        top: 120px;
    }

    ._35dpo {
        margin-top: 120px;
    }
}

.AmVR_ {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 24px 11px;
    background-color: var(--accent-color);
    color: var(--button-color);
    border-radius: 8px;
    text-decoration: none;
}

    .AmVR_:active,
    .AmVR_:hover {
        opacity: 0.9;
    }

@media screen and (max-width: 607px) {
    .AmVR_ {
        display: block;
        width: 100%;
        text-align: center;
    }
}

._18vRR {
    margin-bottom: 2px;
    padding: 10px 24px 11px;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (min-width: 799px) {
    ._18vRR {
        border-radius: 8px;
        border: solid 1px transparent;
        transition: border ease-out 0.25s;
    }

        ._1nH6V,
        ._18vRR:hover {
            border: solid 1px var(--border-color);
        }
}

@media screen and (max-width: 607px) {
    ._18vRR {
        font-size: 14px;
    }
}

._2XYQk {
    max-width: 1120px;
    margin: 0 auto 30px;
    border-radius: 8px;

    background-color: var(--color);
    color: var(--background-color);
}

    @media (max-width: 864px) {._2XYQk {
        max-width: 804px
}
    }

    @media (max-width: 576px) {._2XYQk {
        margin: 0;
        border-radius: 0
}
    }

._3PtYt {
    flex: 0 0 352px;
    padding: 48px 0;
}

._3PtYt:first-child {
        flex-basis: 320px;
        padding-left: 48px;
    }

@media screen and (max-width: 864px) {

._3PtYt:first-child {
            flex-basis: 50%
    }
        }

@media screen and (max-width: 576px) {

._3PtYt:first-child {
            padding-left: 0
    }
        }

@media screen and (max-width: 864px) {

._3PtYt {
        flex: 0 0 50%
}

        ._3PtYt + ._3PtYt {
            padding-left: 16px;
        }
    }

@media screen and (max-width: 576px) {

._3PtYt {
        padding: 0
}

        ._3PtYt + ._3PtYt {
            box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
        }
    }

._3PtYt button {
        margin-top: 36px;
    }

._11iiQ {
    padding: 48px 0 32px;
}

.rLFwu {
    color: var(--background-color);
    opacity: 0.5;
    font-size: 13px;
    line-height: 19px;
    margin-top: 9px;
    margin-left: 16px;
}

._23JH4 {
    margin: 0 auto;
    max-width: 1184px;
    width: 100%;
    display: flex;
    border-radius: 8px;
}

@media (max-width: 799px) {

._23JH4 {
        width: 100%
}
    }

@media (max-width: 576px) {

._23JH4 {
        flex-direction: column-reverse
}
    }

._3SBld {
    display: flex;
    align-items: center;
}

._1jVxV {
    display: inline-block;
    width: 120px;
    height: 48px;
    color: inherit;
}

._1jVxV._2CYQ7 {
        color: var(--white-color);
    }

.HHVp0 {
    font-size: 29px;
    line-height: 48px;
}

._1OMwv {
    font-size: 13px;
    line-height: 19px;
    margin-top: 12px;
    opacity: 0.5;
}

._19IDQ {
    margin-top: 36px;
}

._19IDQ._2pzD2 > a {
        background-color: var(--button-color);
        color: var(--accent-color);
    }

._1okpY {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
}

.rXWI5 {
    font-size: 13px;
    opacity: 0.7;
    margin-left: 40px;
    padding-right: 32px;
}

._2PQkr {
    text-decoration: none;
    color: var(--background-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 11px;
}

._2PQkr:hover {
        opacity: 0.9;
    }

._3iPVE {
    margin-right: 15px;
}

._3iPVE svg {
    width: 18px;
    height: 18px;
    color: var(--phone-color);
}

._3iPVE path {
    fill: currentColor;
}

@media screen and (max-width: 1095px) {
    ._2XYQk {
        margin: auto;
        padding: 0 32px 32px;
    }
        ._3PtYt:first-child {
            flex-basis: 352px;
            padding-left: 0;
        }

        ._3PtYt:nth-child(2) {
            display: none;
        }

        ._3PtYt + ._3PtYt {
            margin-left: 32px;
        }

    ._23JH4 {
        justify-content: center;
    }
}

@media screen and (max-width: 799px) {
    ._2XYQk {
        padding: 0;
        border-radius: 0;
    }

    ._23JH4 {
        flex-direction: column-reverse;
        border-radius: 0;
    }
        ._3PtYt:nth-child(n) {
            flex: 0 0 auto;
            padding-left: 32px;
        }

        ._3PtYt:first-child {
            padding-left: 16px;
            padding-top: 24px;
        }

        ._3PtYt + ._3PtYt {
            margin-left: 0;
            box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
        }
}

@media screen and (max-width: 607px) {
        ._3PtYt:nth-child(n) {
            padding: 46px 16px 35px;
        }

        ._3PtYt:first-child {
            padding: 24px 16px 41px 0;
        }
}

._2ml_k {
    margin-top: 16px;
    margin-left: 16px;
    border: solid 1px var(--background-color);
    border-radius: 6px;
    padding: 6px 16px 7px;
    font-size: 13px;
    line-height: 19px;
    cursor: pointer;
    opacity: 0.5;
    color: var(--background-color);
    background-color: transparent;
    outline: none;
    text-decoration: none;
    display: inline-block;
}

._2ml_k:hover {
        opacity: 0.6;
    }

._1pSzH {
    font-size: 13px;
    line-height: 1.46;
    padding: 6px 16px 7px;
    border-radius: 6px;
    cursor: default;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

._1u3Cx {
    background-color: var(--color);
    color: var(--background-color);
}

._3Cdzx {
    background-color: #19aa1e;
    color: #fff;
}

._15AE8 {
    color: #1a1a1a;
}

    ._15AE8._2cXqd {
        color: #ffffff;
    }

.rc-pagination {
  font-size: 12px;
  font-family: 'Arial';
  user-select: none;
  padding: 0;
}
.rc-pagination > li {
  list-style: none;
}
.rc-pagination-total-text {
  float: left;
  height: 30px;
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}
.rc-pagination:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.rc-pagination-item {
  cursor: pointer;
  border-radius: 6px;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  float: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
}
.rc-pagination-item a {
  text-decoration: none;
  color: #666;
}
.rc-pagination-item:hover {
  border-color: #2db7f5;
}
.rc-pagination-item:hover a {
  color: #2db7f5;
}
.rc-pagination-item-disabled {
  cursor: not-allowed;
}
.rc-pagination-item-disabled:hover {
  border-color: #d9d9d9;
}
.rc-pagination-item-disabled:hover a {
  color: #d9d9d9;
}
.rc-pagination-item-active {
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.rc-pagination-item-active a {
  color: #fff;
}
.rc-pagination-item-active:hover a {
  color: #fff;
}
.rc-pagination-jump-prev:after,
.rc-pagination-jump-next:after {
  content: '•••';
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px;
}
.rc-pagination-jump-prev:hover:after,
.rc-pagination-jump-next:hover:after {
  color: #2db7f5;
}
.rc-pagination-jump-prev:hover:after {
  content: '«';
}
.rc-pagination-jump-next:hover:after {
  content: '»';
}
.rc-pagination-jump-prev-custom-icon,
.rc-pagination-jump-next-custom-icon {
  position: relative;
}
.rc-pagination-jump-prev-custom-icon:after,
.rc-pagination-jump-next-custom-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s;
  content: '•••';
  opacity: 1;
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px;
}
.rc-pagination-jump-prev-custom-icon .custom-icon-jump-prev,
.rc-pagination-jump-next-custom-icon .custom-icon-jump-prev,
.rc-pagination-jump-prev-custom-icon .custom-icon-jump-next,
.rc-pagination-jump-next-custom-icon .custom-icon-jump-next {
  opacity: 0;
  transition: all 0.2s;
}
.rc-pagination-jump-prev-custom-icon:hover:after,
.rc-pagination-jump-next-custom-icon:hover:after {
  opacity: 0;
  color: #ccc;
}
.rc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-prev,
.rc-pagination-jump-next-custom-icon:hover .custom-icon-jump-prev,
.rc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-next,
.rc-pagination-jump-next-custom-icon:hover .custom-icon-jump-next {
  opacity: 1;
  color: #2db7f5;
}
.rc-pagination-prev,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  margin-right: 8px;
}
.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  cursor: pointer;
  color: #666;
  font-size: 10px;
  border-radius: 6px;
  list-style: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  float: left;
  text-align: center;
}
.rc-pagination-prev a:after {
  content: '‹';
  display: block;
}
.rc-pagination-next a:after {
  content: '›';
  display: block;
}
.rc-pagination-prev,
.rc-pagination-next {
  border: 1px solid #d9d9d9;
  font-size: 18px;
}
.rc-pagination-prev a,
.rc-pagination-next a {
  color: #666;
}
.rc-pagination-prev a:after,
.rc-pagination-next a:after {
  margin-top: -1px;
}
.rc-pagination-disabled {
  cursor: not-allowed;
}
.rc-pagination-disabled a {
  color: #ccc;
}
.rc-pagination-disabled .rc-pagination-item,
.rc-pagination-disabled .rc-pagination-prev,
.rc-pagination-disabled .rc-pagination-next {
  cursor: not-allowed;
}
.rc-pagination-disabled .rc-pagination-item:hover,
.rc-pagination-disabled .rc-pagination-prev:hover,
.rc-pagination-disabled .rc-pagination-next:hover {
  border-color: #d9d9d9;
}
.rc-pagination-disabled .rc-pagination-item:hover a,
.rc-pagination-disabled .rc-pagination-prev:hover a,
.rc-pagination-disabled .rc-pagination-next:hover a {
  color: #d9d9d9;
}
.rc-pagination-disabled .rc-pagination-jump-prev,
.rc-pagination-disabled .rc-pagination-jump-next {
  pointer-events: none;
}
.rc-pagination-options {
  float: left;
  margin-left: 15px;
}
.rc-pagination-options-size-changer {
  float: left;
  width: 80px;
}
.rc-pagination-options-quick-jumper {
  float: left;
  margin-left: 16px;
  height: 28px;
  line-height: 28px;
}
.rc-pagination-options-quick-jumper input {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 3px 12px;
  width: 50px;
  height: 28px;
}
.rc-pagination-options-quick-jumper input:hover {
  border-color: #2db7f5;
}
.rc-pagination-options-quick-jumper button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 6px;
  height: 28px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.rc-pagination-options-quick-jumper button:hover,
.rc-pagination-options-quick-jumper button:active,
.rc-pagination-options-quick-jumper button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  border: none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 18px;
}
.rc-pagination-simple .rc-pagination-simple-pager {
  float: left;
  margin-right: 8px;
  list-style: none;
}
.rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash {
  margin: 0 10px;
}
.rc-pagination-simple .rc-pagination-simple-pager input {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 5px 8px;
  min-height: 20px;
}
.rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #2db7f5;
}
.rc-pagination-simple .rc-pagination-simple-pager button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 6px;
  height: 26px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.rc-pagination-simple .rc-pagination-simple-pager button:hover,
.rc-pagination-simple .rc-pagination-simple-pager button:active,
.rc-pagination-simple .rc-pagination-simple-pager button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
@media only screen and (max-width: 1024px) {
  .rc-pagination-item-after-jump-prev,
  .rc-pagination-item-before-jump-next {
    display: none;
  }
}

._15Tgg {
        font-size: 13px;
    }
        ._15Tgg .rc-pagination-item {
                height: 32px;
                width: 32px;
                border: none;
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--link-color);
            }
        ._15Tgg .rc-pagination-item-active {
                    background-color: var(--color);
                    color: #fff;
                }
        ._15Tgg .rc-pagination-prev,
            ._15Tgg .rc-pagination-next {
                height: 32px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 13px;
                padding: 6px 16px 7px;
                border: none;
                background-color: var(--accent-color);
                color: var(--button-color);
            }
        ._15Tgg .rc-pagination-prev {
                margin-right: 32px;
            }
        ._15Tgg .rc-pagination-next {
                /*24px так у номеров страниц margin-right: 8px*/
                margin-left: 24px;
            }
        ._15Tgg .rc-pagination-disabled {
                background-color: #e8e8e8;
            }
        ._15Tgg .rc-pagination-jump-prev:after, ._15Tgg .rc-pagination-jump-next:after {
                    content: '...';
                    font-size: 13px;
                    color: var(--link-color);
                    letter-spacing: 0;
                }

._1bX8X {
    margin-top: 48px;
}


@media screen and (max-width: 607px) {
            ._15Tgg .rc-pagination-next,
            ._15Tgg .rc-pagination-prev {
                display: none;
            }
}

._1k0__ {
    width: 352px;
    padding: 32px;
    border-radius: 8px;
    text-decoration: none;
    border: solid 1px rgba(26, 26, 26, 0.1);
    margin-bottom: 96px;
    margin-right: 32px;
}

._3kjEh {
    margin-top: 22px;
}

._3iEHQ {
    display: flex;
    flex-direction: column;
    margin-bottom: 96px;
}

._3mjbn {
    text-decoration: none;
    color: var(--link-color);
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

._3mjbn + ._3mjbn {
        padding-top: 10px;
        box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    }

._34d18 {
    text-decoration: none;
    color: #fff;
}

._3H2tJ {
    max-width: 352px;
    height: 352px;
    padding: 32px;
    border-radius: 8px;
    border: solid 1px rgba(26, 26, 26, 0.1);
    margin-right: 32px;
    flex: 1 0 0;
}

._3H2tJ:nth-child(2n) {
        margin-left: 32px;
    }

._3H2tJ:nth-child(n + 3) {
        margin-top: 32px;
    }

._28y-z {
    width: 160px;
    height: 160px;
    border-radius: 8px;
    margin-bottom: 22px;
}

._38ble {
    margin-bottom: 20px;
}

.tWOLT {
    width: 83px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    color: var(--button-color);
    font-size: 13px;
    text-decoration: none;
}

._1Dbxg {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
}

._1Dbxg::after {
        content: '';
        display: inline-flex;
        border-top: 8px solid transparent;
        border-right: 9px solid var(--button-color);
        border-bottom: 8px solid transparent;
    }

._1pR8H {
    flex-wrap: wrap;
    display: flex;
}

._2p3sW {
    text-decoration: none;
    color: var(--color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

._2p3sW:visited {
        color: inherit;
    }

.JdT9i {
    width: 100%;
    /* цифры примерные, нужно переделывать */
    height: calc(100vh - 280px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

._1F4LF {
    position: relative;
    flex: 1 0 0;
    max-width: 352px;
}

._1F4LF:nth-child(2n) {
        margin-left: 32px;
    }

@media screen and (max-width: 607px) {
    ._1pR8H {
        flex-direction: column;
    }

        ._1pR8H > *:nth-child(n) {
            margin-left: 0;
            margin-top: 16px;
        }

    .fUh_j {
        margin-left: 0;
    }
        ._3H2tJ:nth-child(2n) {
            margin-left: 0;
        }

        ._3H2tJ + ._3H2tJ {
            margin-top: 16px;
        }
}

._36t3l {
    height: calc(100vh - 80px);
    padding: 16px 32px;
    box-shadow: inset -1px 0 0 0 var(--box-shadow-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 320px;
    --color: #1a1a1a;
    --link-color: #1b61e1;
}

    ._36t3l a {
        margin: 0;
        font-size: 18px;
        line-height: 1.5;
        padding: 10px 0 11px;
        box-shadow: inset 0 -1px 0 0 var(--box-shadow-color);
        display: flex;
        text-decoration: none;
        cursor: pointer;
        flex-direction: row;
        align-items: center;
    }

    ._36t3l a._12Sb3 {
            font-size: 13px;
            line-height: 19px;
            box-shadow: none;
            display: inline;
            color: var(--link-color);
        }

    ._36t3l a:hover {
            opacity: 0.9;
        }

._3E8Fc {
    margin-top: 16px;
}

._1-zLF {
    color: var(--link-color);
    justify-content: space-between;
}

._1-zLF:hover {
        color: var(--color);
    }

._3MUuX {
    display: inline-flex;
    width: 24px;
    height: 24px;
    opacity: 0.4;
}

.VR4sq {
    opacity: 0.7;
}

._37Xl9 {
    margin: 0;
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
}

._37Xl9 ._3MUuX {
        margin-right: 12px;
    }

._37Xl9._1R6xg {
        opacity: 0.24;
    }

._3aERt {
    display: flex;
    align-items: center;
}

._1n2zl {
    margin-top: 32px;
    font-size: 13px;
    line-height: 19px;
}

._3lhNs {
    box-shadow: 0 2px 4px 0 rgba(26, 26, 26, 0.1),
        0 0 0 1px rgba(26, 26, 26, 0.1);
    border-radius: 8px;
    background-color: #fff;
}

._3lhNs ._3aERt {
        padding-left: 12px;
    }

._15b_n {
    max-height: calc(100vh - 80px);
}

._1-XkC {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

._1-XkC > a {
        box-shadow: none;
        margin-left: 12px;
    }

._1sHdu {
    color: #1b61e1;
    text-decoration: none;
}

._1yyFH {
    display: inline-flex;
}

._2eRt7 {
    display: none;
}

.plTsC {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

@media screen and (max-width: 607px) {
    ._36t3l {
        width: 100%;
        padding: 16px;
        font-size: 16px;
    }

        ._36t3l a {
            font-size: 16px;
        }

    ._37Xl9 {
        line-height: 40px;
    }

    ._1sHdu {
        font-size: 16px;
    }

    ._15b_n {
        min-width: 280px;
        background-color: white;
    }

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

        margin-bottom: 12px;
    }

        ._2eRt7 > span {
            font: 16px/32px Suisse Intl Regular, Helvetica, Arial, sans-serif;
        }
}

.H7tQH {
    width: 48px;
    height: 24px;
    border-radius: 12px;
    background-color: rgba(26, 26, 26, 0.4);
    position: relative;
    cursor: pointer;
}

    .H7tQH:hover {
        background-color: rgba(26, 26, 26, 0.7);
    }

    .H7tQH::after {
        transition: all 0.2s;
        content: '';
        position: absolute;
        top: 2px;
        height: 20px;
        width: 20px;
        border-radius: 20px;
        background-color: #fff;
        transform: translateX(2px);
    }

    ._1u-0a.H7tQH::after {
            transform: translateX(26px);
        }

._1u-0a {
    background-color: var(--link-color);
}

._1u-0a:hover {
        background-color: #478ff4;
    }

._282Ce {
    background-color: rgba(26, 26, 26, 0.4);
}

._3_Blz {
    display: flex;
    line-height: 48px;
    align-items: center;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

._19sad {
    flex-grow: 1;
    color: #1a1a1a;
}

._3_Blz ._14htw {
        text-decoration: none;
        display: inline-flex;
        cursor: pointer;
        box-shadow: none;
    }

._2-oy2 {
    margin-top: 16px;
    flex-grow: 1;
}

._10Kf7 {
    pointer-events: none;
    opacity: 0.5;
}

._3sX2I {
    border: none;
    outline: none;
    font: inherit;
    font-size: 13px;
    line-height: 19px;
    resize: none;
    width: 100%;
    margin-bottom: 16px;
    max-height: 60vh;
}

.PmrDH {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

._1XkCg {
    padding: 32px 0;
    box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    flex-shrink: 0;
}

._3ElYC {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    font: inherit;
    line-height: 48px;
    color: var(--white-color);
    background-color: var(--blue-color);
}

._3ElYC:disabled {
        background-color: rgba(26, 26, 26, 0.1);
    }

._3ElYC:hover {
        opacity: 0.9;
    }

._1znUM {
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    color: rgba(26, 26, 26, 0.7);
    margin-top: 16px;
}

._2URGp {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(26, 26, 26, 0.1),
        0 0 0 1px rgba(26, 26, 26, 0.1);
    overflow: hidden;
}

._2YrSK {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.sFFM4 {
    height: 50%;
    background: url(/1862c8640fe76f65aae4fa1038f817e5.png) center;
    background-size: cover;
}

._2L-OE {
    display: flex;
    height: 50%;
    justify-content: center;
    align-items: center;
}

._34OHa {
    font-size: 44px;
    line-height: 48px;
}

._3TeIc {
    background-color: #fff;
    color: #1a1a1a;
}

._3TeIc ._2qr8w:not(.uuAAd) {
        background-color: rgba(26, 26, 26, 0.4);
    }

._3w2i0 {
    background-color: #1a1a1a;
    color: #fff;
}

._3w2i0 ._2qr8w:not(.uuAAd) {
        background-color: rgba(255, 255, 255, 0.4);
    }

._1eF1D {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

._2eBrY {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

._2kwpq {
    display: inline-block;
    background-color: #aeaeae;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    border: 1px solid rgba(26, 26, 26, 0.1);
}

._2kwpq > input {
        cursor: pointer;
    }

._2kwpq._1NmlM::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 34px;
        height: 34px;
        border: 2px solid #fff;
        border-radius: 50%;
        box-sizing: border-box;
    }

._2kwpq._9tDdZ {
        background-color: var(--link-color);
    }

._2kwpq.God1o {
        background-color: #19aa1e;
    }

._2kwpq._39xZz {
        background-color: #f5373c;
    }

._2kwpq._3QRhY {
        background-color: #ffb919;
    }

._2kwpq._1fLFi {
        background-color: #1a1a1a;
    }

._2kwpq._1BiK0 {
        background-color: #ffffff;
    }

._2kwpq._1BiK0._1NmlM::after {
            border: 2px solid rgba(26, 26, 26, 0.24);
        }

._2UAYl {
    width: 24px;
    height: 24px;
    line-height: 48px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    margin-left: 12px;
    background-color: #a3a3a3;
}

    ._2UAYl > input {
        cursor: pointer;
    }

    ._2UAYl._24PZC {
        background-color: var(--link-color);
    }

._24PZC::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        top: 7px;
        left: 7px;
    }

._2uK6B {
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    margin-top: 16px;
}

.eGpX5,
.VWDOJ {
    font-size: 13px;
    line-height: 19px;
    color: rgba(26, 26, 26, 0.7);
}

._28pJV {
    margin-top: 12px;
}

._2iWCb {
    margin-top: 16px;
}

.VWDOJ {
    margin-top: 8px;
}

._3P4Lo {
    margin-top: 16px;
    width: 100%;
    height: 128px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

._3Yr7O {
    font-size: 18px;
    line-height: 1.5;
    background-color: #1B61E1;
    padding: 10px 24px 11px;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 8px;
}

._37tJp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 26, 26, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

._3RTS2 {
    background-color: #fff;
    width: 100%;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px 8px 32px;
}

.lel31 {
    display: inline-flex;
    cursor: pointer;
}

._1ihrs {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 202px;
    height: 202px;
    position: relative;
    margin: 1px 0 0 0;
    cursor: pointer;
}

._1ihrs:nth-child(3n - 1),
    ._1ihrs:nth-child(3n) {
        margin-left: 1px;
    }

._1ihrs._3S4-i::after {
        content: attr(data-selectedIdx);
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 29px;
        line-height: 48px;
    }

._1ZfO4 {
    width: 202px;
    height: 202px;
}

._1ZfO4:hover {
        opacity: 0.7;
    }

._3r9bK {
    margin: auto;
    background-color: #fff;
    display: flex;
    flex-flow: row wrap;
}

.dPhZk {
    border-radius: 8px;
    width: 608px;
    overflow: hidden;
}

._3KGQB {
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
}

._12v6k {
    display: flex;
    flex-flow: row wrap;
}

._2Q5qW {
    position: relative;
}

._2pqa0 {
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    align-items: center;
    cursor: pointer;
}

._1JFQA {
    opacity: 0.24;
}

._3Jr6y {
    margin-top: 8px;
    font-size: 13px;
    line-height: 19px;
    color: rgba(26, 26, 26, 0.7);
}

._3gvO0 > ._3N_Nl {
        display: inline;
        font-size: 13px;
        line-height: 19px;
        text-decoration: none;
        box-shadow: none;
        padding: 0;
    }

._3gvO0 > ._3N_Nl:hover {
            opacity: 0.9;
        }

._3gvO0 > ._3N_Nl:visited {
            color: #1b61e1;
        }

._2on8B {
    font-size: 13px;
    line-height: 19px;
    color: #f5373c;
}

._1H2EM {
    margin-top: 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}

._2xmhD {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 116px;
    height: 116px;
}

._2xmhD > img {
        width: 116px;
        height: 116px;
    }

._2xmhD:nth-child(n + 3) {
        margin-top: 16px;
    }

._2xmhD:nth-child(2n - 1) {
        margin-right: 16px;
    }

._2xmhD::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(26, 26, 26, 0.7);
        display: none;
        pointer-events: none;
    }

._2xmhD:hover::after {
            display: block;
        }

._2xmhD:hover ._1L4T8 {
            display: flex;
        }

._1L4T8 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 5;
    cursor: pointer;
}

.Jd8g3 {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
}

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

._3krDA {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    padding: 16px 0;
    flex-shrink: 0;
}

._1rJth {
    width: 100%;
}

._2X_6D {
    border: none;
    outline: none;
    font: inherit;
    font-size: 13px;
    line-height: 19px;
    resize: none;
    width: 100%;
    margin-bottom: 16px;
    max-height: 60vh;
}

._1hyB5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

._1eGmq {
    padding: 32px 0;
    box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    flex-shrink: 0;
}

._2yV7u {
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    font: inherit;
    line-height: 48px;
    color: var(--white-color);
    background-color: var(--blue-color);
}

._2yV7u:disabled {
        background-color: rgba(26, 26, 26, 0.1);
    }

._2yV7u:hover {
        opacity: 0.9;
    }

._2M9uc {
    color: #f5373c;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

._3wEqI {
    visibility: hidden;
}

.UHeXe {
    font: 59px/64px Suisse Intl Medium;
}

._2q50U {
    opacity: 0.7;
    margin-top: 32px;
}

._28LQe {
    background-color: var(--accent-color);
    color: var(--button-color);
    padding: 10px 24px 11px;
    border-radius: 8px;
    border: none;
    outline: none;
    margin-top: 41px;
}

._1lLPZ {
    margin-top: 38px;
}

._1obRz {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 41px;
    box-shadow: inset 0 -1px 0 0 var(--box-shadow-color);
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 10px 0 11px;
    color: var(--link-color);
    background-color: transparent;
    border: none;
    outline: none;
}

._1obRz:hover,
    ._1obRz:active {
        color: var(--color);
    }

._30KCd {
    margin-top: 41px;
}

@media screen and (max-width: 607px) {
    .UHeXe {
        font-family: inherit;
        font-size: 29px;
        line-height: 32px;
    }

    ._2q50U {
        margin-top: 6px;
    }
}

._2hE6e {
    max-height: 108px;
    margin-top: 16px;
}

    ._2hE6e._3bAdG {
        max-height: none;
    }

._240EH {
    font: inherit;
    margin-top: 16px;
    cursor: pointer;
    color: var(--link-color);
    background-color: transparent;
    border: none;
    outline: none;
    display: inline-flex;
    padding: 0;
}

._240EH:active,
    ._240EH:hover {
        color: var(--color);
    }

@media screen and (max-width: 607px) {
    ._2hE6e {
        font-size: 13px;
        line-height: 19px;
        max-height: 76px;
    }
}

._1l97d {
    box-shadow: inset 0 -1px 0 0 var(--box-shadow-color);
}

._1kfJk {
    color: var(--link-color);
    padding: 10px 0 11px;
    min-height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.fu0PT ._1kfJk,
    ._1kfJk:hover {
        color: var(--color);
    }

._10dL4 {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._10dL4::after {
        content: '';
        display: inline-flex;
        border-top: 9px solid var(--color);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

.fu0PT ._10dL4::after {
            transform: rotate(180deg);
        }

.Td5AD {
    overflow-wrap: normal;
    white-space: pre-line;
    padding: 16px 0 24px;
}

._2QFoj {
    margin-right: 2px;
    margin-bottom: 2px;
}

._1n7VJ {
    margin-bottom: 32px;
}

.Pnllc {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: calc(100% - 16px);
    min-height: 352px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

    .Pnllc::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

.t4lNd {
    padding: 38px 32px 32px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

._9BbfL {
    font-size: 29px;
    line-height: 32px;
}

._3tVgD {
    padding-top: 22px;
    font-size: 18px;
    line-height: 1.5;
}

.aw3JS {
    margin-top: 16px;
    font-size: 13px;
    line-height: 19px;
}

@media screen and (max-width: 799px) {
    .Pnllc {
        width: calc(100% - 16px);
    }
    ._9BbfL {
        font-size: 18px;
        line-height: 1.5;
    }
    ._3tVgD {
        font-size: 13px;
        line-height: 19px;
    }
}

._2JId4 {
    max-height: 108px;
    transition: max-height 0.5s;
    overflow: hidden;
}


._12CGr {
    height: 352px;
}

.hhCZR {
    width: calc(100% - 1px);
    height: 352px;
}

._3U2Qp {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media screen and (max-width: 799px) {
    .hhCZR {
        width: calc(100% - 16px);
        height: auto;
        transform: translateY(calc((100% - 352px) / 2 * -1));
    }
}

@media screen and (max-width: 607px) {
    .hhCZR {
        width: 100%;
        transform: translateY(calc((100% - 288px) / 2 * -1));
    }

    ._3U2Qp {
        border-radius: initial;
    }

    ._12CGr {
        border-radius: initial;
        margin: 0 -16px;
        height: 288px;
    }
}

._3RD9v {
    padding: 32px 0 48px;
    box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    display: flex;
    flex-direction: row;
}

.F2BzW {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 32px;
}

._2N_BA {
    background-color: rgb(168, 76, 168);
    color: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    border-radius: 50%;
}

._1oNwy {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

._32KoY {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

._2MIrr {
    padding-left: 16px;
    font-size: 13px;
    line-height: 19px;
    color: rgba(26, 26, 26, 0.7);
}

.wdWAy {
    margin-top: 3px;
    display: inline-flex;
}

._2Ag1y {
    display: inline-flex;
}

._2Ag1y._19Hal > svg > path {
        fill: var(--border-color);
    }

._2Ag1y + ._2Ag1y {
        margin-left: 2px;
    }

@media screen and (max-width: 607px) {
    ._33F5M {
        margin-top: 28px;
    }
}

._2C0Km {
    background-color: var(--button-background-color);
    padding: 10px 24px 11px;
    border-radius: 8px;
    border: none;
    outline: none;
    font: inherit;
    cursor: pointer;
    display: block;
    width: 100%;
    color: var(--color);
}

    ._2C0Km:active,
    ._2C0Km:hover {
        background-color: var(--button-background-color-hover);
    }

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

._2fCAg {
    width: 100%;
    height: 448px;
    position: relative;
}

._3lSOU {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 350ms;
    display: flex;
    justify-content: center;
    align-items: center;
}

._145xh {
    opacity: 0;
}

@media screen and (max-width: 607px) {
    ._2fCAg {
        height: 240px;
    }
}

._2BFqs {
    display: inline-block;
    padding: 12px 0;
    width: 100%;
}

._3yDP- {
    vertical-align: top;
    line-height: 44px;
    margin-right: 12px;
    color: var(--phone-color);
}

._3yDP- > svg {
        vertical-align: middle;
    }

._3yDP- svg > path {
        fill: currentColor;
    }

._1XvDw {
    display: flex;
}

._1XvDw + ._1XvDw {
        box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    }

._17c4x {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    padding: 21px 0 21px;
    width: 316px;
}

._3ZQei {
    display: flex;
    align-items: center;
    color: #9b9b9b;
}

._3ZQei + ._3ZQei {
        margin-top: 13px;
    }

.aDXE8 {
    color: var(--color);
}

._1gldS {
    width: 18px;
}

._1KKM8 {
    width: 82px;
    margin-left: 16px;
}

._29arl {
    width: 56px;
    margin-left: 8px;
}

._1hRAv {
    width: 84px;
    margin-left: 16px;
}

._3j0WX {
    margin-top: 20px;
}

._3tsRB {
    color: var(--color);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

._1DFTo {
    margin-right: 12px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
}

._3shfQ {
    box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    display: flex;
    justify-content: space-between;
    padding: 32px 0 40px;
}

._3shfQ:last-child {
        padding-bottom: 0;
    }

._3FdCt {
    width: 352px;
}

._31nE9 {
    font-size: 13px;
    line-height: 19px;
    position: relative;
    width: 100%;
    margin-top: 5px;
    opacity: 0.7;
}

._25xc1 {
    display: inline-block;
    width: 149px;
    height: 32px;
    border-radius: 6px;
    background-color: var(--accent-color);
    text-decoration: none;
    color: var(--button-color);
    font-size: 13px;
    line-height: 2.5;
    text-align: center;
    margin-top: 11px;
}

._25xc1:hover {
        opacity: 0.9;
    }

._3Xlyx {
    text-decoration: none;
    color: var(--phone-color);
}

._3Xlyx:hover {
        color: var(--phone-color-hover);
    }

.gEJsC {
    display: inline-block;
}

._1CcTF {
    display: flex;
    justify-content: space-between;
}

._1MrFH {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

._1MrFH::after {
        content: '';
        display: inline-flex;
        border-top: 8px solid #5e5e5e;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }

._1zHDf ._1MrFH::after {
            transform: rotate(180deg);
        }

@media screen and (max-width: 607px) {
    ._3shfQ {
        flex-direction: column;
    }

    ._3FdCt {
        width: auto;
    }

        ._3FdCt + ._3FdCt {
            box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        }
}

._1VW6n {
    color: var(--color);
    background-color: rgba(26, 26, 26, 0.04);
    padding: 10px 24px 11px;
    border-radius: 8px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

    ._1VW6n:hover {
        background-color: rgba(26, 26, 26, 0.1);
    }

._1gND_ {
    box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}

._2_wf4 {
    width: 352px;
}

.DfaQ1 {
    padding: 10px 0 11px;
}

.DfaQ1 + .DfaQ1 {
        box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    }

.jsMjt {
    width: 100%;
    display: flex;
    align-items: center;
}

._38hiR {
    font-size: 13px;
    line-height: 19px;
    margin-left: 34px;
}

._3vkna {
    background-color: #5e5e5e;
}

.dkAAX {
    color: var(--link-color);
    text-decoration: none;
    display: flex;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0 11px;
}

.dkAAX + .dkAAX {
        box-shadow: inset 0 1px 0 0 var(--box-shadow-color);
    }

.dkAAX:hover {
        color: var(--color);
    }

.dkAAX:hover svg > path {
            fill: currentColor;
        }

.Ob9hc {
    margin-right: 12px;
    flex-shrink: 0;
    display: inline-flex;
}

._1qrSy {
    text-decoration: none;
    color: var(--link-color);
}

._1qrSy:hover {
        color: var(--color);
    }

@media screen and (max-width: 607px) {
    ._1gND_ {
        flex-direction: column;
    }

    ._2_wf4 {
        width: auto;
    }
}

._2nYuh {
    width: 736px;
    font-size: 29px;
    line-height: 48px;
    padding: 0 0 34px;
}

    @media (max-width: 864px) {._2nYuh {
        width: auto
}
    }

.Uw21r {
    color: var(--color);
    background-color: var(--background-color);
}

.AM-yO {
    width: 100%;
}

._2iGZy {
    background-color: #fff;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    width: 100%;
    max-width: calc(1184px + 320px);
    margin: 0 auto;
    height: 80px;
    padding: 0 32px;
    z-index: 100;
    box-shadow: inset 0 -1px 0 0 var(--box-shadow-color);
}

._2V1Pf {
    padding: 2px 8px 3px;
    border-radius: 4px;
    background-color: #19aa1e;
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    white-space: nowrap;
    color: #fff;
}

.FfKGz {
    display: none;
}

.fR2wI {
    display: flex;
    align-items: center;
}

.fR2wI > svg {
        color: var(--background-color);
    }

._3XYdf {
    margin-left: 120px;
    width: 242px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._2nqYb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: 16px;
    cursor: pointer;
    border-radius: 8px;
    flex-shrink: 0;
}

._2nqYb > svg > path {
        opacity: 0.7;
    }

._2nqYb:not(._2p3VP):hover {
        background-color: rgba(26, 26, 26, 0.04);
    }

._2nqYb:not(._2p3VP):hover > svg > path {
            opacity: 1;
        }

.h7DdH {
    display: flex;
    align-items: center;
    position: relative;
}

.McDB5 {
    color: var(--black-color);
}

._2p3VP {
    cursor: default;
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    ._3XYdf {
        margin-left: 16px;
        width: 100%;
        justify-content: normal;
    }

    .fR2wI {
        flex-flow: row wrap;
    }

        .fR2wI > * + * {
            margin-left: 10px;
        }

    ._2iGZy {
        height: auto;
        padding: 12px 16px;
    }

    .h7DdH {
        float: right;
    }

    ._2nqYb {
        margin-left: auto;
    }
        ._2szVr.McDB5,
        ._2szVr._2V1Pf,
        ._2szVr.h7DdH {
            display: none;
        }

    .FfKGz {
        display: block;
    }
}

._2VJVX {
    position: absolute;
    top: 60px;
    right: -2px;
    width: 256px;
    padding: 16px 32px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(26, 26, 26, 0.1),
        0 0 0 1px rgba(26, 26, 26, 0.1);
}

._2h0u3 {
    line-height: 48px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.NmblF {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

    .NmblF.Ikr8Z {
        /* ширина меню в ЛК */
        width: 100%;
    }

._2_9I8 {
    max-width: calc(1184px + 320px + 32px + 32px);
}

._2_9I8 > div > main {
        max-width: 1184px;
    }

._15P0l {
    flex: 0 0 320px;
}

@media screen and (max-width: 1095px) {

._15P0l {
        display: block
}
    }

@media screen and (max-width: 1095px) {

.nUk7Q {
        width: 100%
}
    }

._3wwcN {
    height: calc(100vh - 80px);
    background-color: var(--background-color);
}

._3VkiF {
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

@media screen and (max-width: 607px) {
    ._15P0l {
        flex: 0;
        max-height: calc(100vh - 128px);
    }

    ._3wwcN {
        max-height: calc(100vh - 128px);
    }

        ._3wwcN.Ikr8Z {
            max-height: calc(100vh - 252px);
        }

    .NmblF.Ikr8Z {
        height: calc(100vh - 180px);
    }

    ._3dFrS {
        flex: 0;
    }
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
}

body * {
        box-sizing: inherit;
    }

._1tLRl {
    color: #fff;
    opacity: 0.7;
}

._2OTKJ {
    max-width: 600px;
    width: 100%;
    padding: 42px;
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15),
        0 2px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: var(--white-color);
}

    ._2OTKJ > h1 {
        margin: 0;
        font: 24px/30px Suisse Intl Medium, Helvetica, Arial, sans-serif;
    }

    ._2OTKJ > p {
        font: 16px/24px Suisse Intl Regular, Helvetica, Arial, sans-serif;
        margin: 18px 0;
    }

._3GfMb {
    color: var(--blue-color);
    text-decoration: none;
    font: 16px/24px Suisse Intl Regular, Helvetica, Arial, sans-serif;
}

._1HfGg,
._2w-i5 {
    flex: 1 0 50%;
}

._3Hm0k {
    display: flex;
    margin-top: 42px;
}

._1HfGg {
    cursor: pointer;
    color: #fff;
    background-color: var(--blue-color);
}

._2w-i5 {
    cursor: pointer;
    flex-grow: 1;
    background-color: transparent;
    border: none;
    outline: none;
    color: #cecece;
    font: 18px/normal Suisse Intl Medium, Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    ._2OTKJ {
        padding: 20px;
    }

    ._3Hm0k {
        flex-direction: column;
    }

    ._1HfGg {
        margin-bottom: 16px;
    }
}

