* {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0
}

ul {
    padding: 0
}

li {
    list-style: none
}

html {
    font-size: 10px
}

body {
    font-size: 2rem;
    background-color: #f7f9fd;
    min-width: 300px
}



body,
figcaption,
h3 {
    font-family: FuturaBookC, arial, sans-serif
}

figure {
    margin: 0
}

.blog {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700
}

.h-1 {
    font-family: SONGER_ SemiExpanded, arial, sans-serif;
    font-weight: 800;
    line-height: 1;
    margin-bottom: .5em;
    text-align: center;
    font-size: 3rem
}

@media (min-width:480px) {
    .h-1 {
        font-size: 4rem
    }
}

@media (min-width:768px) {
    .h-1 {
        font-size: 5rem;
        text-align: left
    }
}

.h-1__small {
    font-size: 50%;
    margin-bottom: .4em
}

.h-1__mid,
.h-1__small {
    display: block;
    line-height: 1
}

.h-1__mid {
    font-size: 80%
}

.h-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 2.4rem
}

@media (min-width:480px) {
    .h-2 {
        font-size: 3rem
    }
}

@media (min-width:768px) {
    .h-2 {
        font-size: 3.6rem
    }
}

@media (min-width:1024px) {
    .h-2 {
        font-size: 4rem
    }
}

.h-3 {
    font-size: 3rem;
    font-family: FuturaBookC, arial, sans-serif;
    font-weight: 600
}

@media (max-width:480px) {
    .h-3 {
        font-size: 2.4rem
    }
}

.nobr {
    white-space: nowrap
}

.mt {
    margin-top: 69px
}
.

.backgroundfa {
    background-color: #fafafa
}

.backgroundff {
    background-color: #fff
}

.app-block {
    display: flex
}

.pt-0 {
    padding-top: 0 !important
}

.overhid {
    overflow: hidden
}

.relative {
    position: relative
}

.non_selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.img-background {
    position: absolute;
    opacity: .01;
    top: 0
}

.img--payment-over-table,
.img--waiters-main {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.img--payment-over-table {
   
    position: relative;    
}

.bg-gray {
    background: #fafafa
}

@media (min-width:768px) {
    .-no-margin-bottom-desktop {
        margin-bottom: 0 !important
    }
}

.page-main {
    overflow: hidden
}

.heading-center {
    text-align: center
}

@media (max-width:768px) {
    .mobile-central {
        text-align: center
    }
}

.central {
    text-align: center
}

.accented-central {
    text-align: center;
    font-size: 24px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .accented-central {
        font-size: 36px
    }
}

.b-inner-anchor {
    color: inherit;
    -webkit-text-decoration-color: #ccc;
    text-decoration-color: #ccc;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}

ul.b-simple-list {
    padding-left: 2.4rem
}

    ul.b-simple-list li {
        margin: .8em 0;
        position: relative
    }

        ul.b-simple-list li:before {
            content: "";
            display: block;
            position: absolute;
            top: .5em;
            left: -2.4rem;
            border-radius: 100px;
            width: .3em;
            height: .3em;
            background-color: #fcc60e;
            background-image: linear-gradient(90deg, transparent, #ed693c)
        }

.b-section {
    padding: 5rem 0
}

@media (min-width:768px) {
    .b-section {
        padding: 10rem 0
    }
}

.b-section a,
.b-section li,
.b-section p {
    font-family: FuturaBookC, arial, sans-serif
}

.b-text-section {
    padding: 2rem 0
}

@media (min-width:768px) {
    .b-text-section {
        padding: 4rem 0
    }
}

.b-text-section a,
.b-text-section li,
.b-text-section p {
    font-family: FuturaBookC, arial, sans-serif
}

.b-text-section ul {
    margin-bottom: 2rem
}

.b-text-section h2 {
    text-align: center
}

.b-buttons-block {
    margin-top: 5rem
}

@media (max-width:480px) {
    .b-buttons-block {
        text-align: center
    }
}

.b-button {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    padding: .8em 1.5em;
    transition: all .1s;
    font-size: 16px
}

@media (min-width:480px) {
    .b-button {
        font-size: 18px
    }
}

a.b-button {
    text-decoration: none
}

.b-button_accent {
    background-color: #5fc6c4;
    background-image: linear-gradient(165deg, #3c938d, #5fc6c4);
    box-shadow: 0 20px 30px -5px rgba(255, 153, 0, .267), 0 40px 30px -15px rgba(236, 139, 139, .2);
    transition: all .1s
}

    .b-button_accent:hover {
        transition: all .2s;
        background-color: #fad602;
        background-image: linear-gradient(165deg, #3c938d, #fad602);
        box-shadow: 0 25px 35px -5px rgba(255, 153, 0, .2), 0 40px 30px -3px rgba(236, 139, 139, .133)
    }

.b-button_secondary {
    background-color: #709c13;
    background-image: linear-gradient(165deg, #34731f, #709c13);
    box-shadow: 0 10px 21px -5px rgba(9, 33, 14, .188), 0 25px 40px -15px rgba(54, 234, 32, .278)
}

    .b-button_secondary:hover {
        transition: all .2s;
        background-color: #85df08;
        background-image: linear-gradient(165deg, #34731f, #85df08);
        box-shadow: 0 12px 21px -5px rgba(9, 33, 14, .188), 0 31px 50px -15px rgba(54, 234, 32, .278)
    }

.b-button-app {
    margin-top: 40px;
    width: 100%
}

.b-button-app__img {
    height: 50px;
    margin-right: 15px;
    margin-top: 10px
}

@media (max-width:480px) {
    .b-button-app__img {
        height: 40px;
        margin-right: 10px
    }
}

.b-button-app__footerimg {
    height: 35px;
    margin: 5px
}

@media (max-width:768px) {
    .b-button-app__centered {
        justify-content: center
    }
}

.b-button-app span {
    font-family: FuturaBookC, arial, sans-serif;
    font-size: 2.5rem;
    color: #ed693c
}

.b-emphased {
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem
}

@media (min-width:768px) {
    .b-emphased {
        font-size: 3rem
    }
}

.b-central {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width:480px) {
    .b-central {
        padding-left: 20px
    }
}

@media (min-width:768px) {
    .b-central {
        padding-left: 30px
    }
}

@media (min-width:1024px) {
    .b-central {
        padding-left: 45px
    }
}

@media (min-width:480px) {
    .b-central {
        padding-right: 20px
    }
}

@media (min-width:768px) {
    .b-central {
        padding-right: 30px
    }
}

@media (min-width:1024px) {
    .b-central {
        padding-right: 45px
    }
}

.b-central a,
.b-central li,
.b-central p {
    font-family: FuturaBookC, arial, sans-serif
}

.b-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.b-autocolumns {
    display: flex;
    margin-right: -12px;
    flex-wrap: wrap
}

@media (min-width:480px) {
    .b-autocolumns {
        margin-right: -20px
    }
}

@media (min-width:768px) {
    .b-autocolumns {
        margin-right: -30px
    }
}

@media (min-width:1024px) {
    .b-autocolumns {
        margin-right: -45px
    }
}

.b-autocolumns > * {
    max-width: 100%;
    padding-right: 12px;
    flex-grow: 1;
    flex-basis: 400px
}

@media (min-width:480px) {
    .b-autocolumns > * {
        padding-right: 20px
    }
}

@media (min-width:768px) {
    .b-autocolumns > * {
        padding-right: 30px
    }
}

@media (min-width:1024px) {
    .b-autocolumns > * {
        padding-right: 45px
    }
}

@media (min-width:768px) {
    .b-double {
        display: flex;
        margin-right: -12px
    }

        .b-double > * {
            width: 100%;
            padding-right: 12px;
            flex-grow: 1
        }
}

@media (min-width:768px) and (min-width:480px) {
    .b-double {
        margin-right: -20px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .b-double {
        margin-right: -30px
    }
}

@media (min-width:768px) and (min-width:1024px) {
    .b-double {
        margin-right: -45px
    }
}

@media (min-width:768px) and (min-width:480px) {
    .b-double > * {
        padding-right: 20px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .b-double > * {
        padding-right: 30px
    }
}

@media (min-width:768px) and (min-width:1024px) {
    .b-double > * {
        padding-right: 45px
    }
}

.l-container {
    width: auto;
    max-width: 100%;
    margin: 0 15px
}

@media (min-width:1024px) {
    .l-container {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto
    }
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px
}

    .grid [class*=col-] {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px
    }

    .grid .col-1-1 {
        margin-bottom: 0
    }

    .grid .row {
        display: flex;
        width: 100%
    }

.col-1-1 {
    width: calc(100% - 40px)
}

.col-1-2 {
    width: calc(50% - 40px)
}

.col-1-3 {
    width: calc(33.33333% - 40px)
}

.col-2-3 {
    width: calc(66.66667% - 40px)
}

@media (min-width:480px) {
    .col-sm-1-1 {
        width: calc(100% - 40px)
    }

    .col-sm-1-2 {
        width: calc(50% - 40px)
    }

    .col-sm-1-3 {
        width: calc(33.33333% - 40px)
    }

    .col-sm-2-3 {
        width: calc(66.66667% - 40px)
    }
}

@media (min-width:768px) {
    .col-md-1-1 {
        width: calc(100% - 40px)
    }

    .col-md-1-2 {
        width: calc(50% - 40px)
    }

    .col-md-1-3 {
        width: calc(33.33333% - 40px)
    }

    .col-md-2-3 {
        width: calc(66.66667% - 40px)
    }
}

@media (min-width:1024px) {
    .col-lg-1-1 {
        width: calc(100% - 40px)
    }

    .col-lg-1-2 {
        width: calc(50% - 40px)
    }

    .col-lg-1-3 {
        width: calc(33.33333% - 40px)
    }

    .col-lg-2-3 {
        width: calc(66.66667% - 40px)
    }
}

.col-2 {
    width: calc(100% - 40px)
}

@media (min-width:768px) {
    .col-2 {
        width: calc(50% - 40px)
    }
}

.col-3 {
    width: calc(100% - 40px)
}

@media (min-width:768px) {
    .col-3 {
        width: calc(50% - 40px)
    }
}

@media (min-width:1024px) {
    .col-3 {
        width: calc(33.33333% - 40px)
    }
}

.navbar {
    height: 80px;
    width: 100vw;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    box-shadow: 10px 0 15px rgba(0, 0, 0, .1)
}

    .navbar a,
    .navbar li,
    .navbar p {
        font-family: FuturaBookC, arial, sans-serif;
        font-size: 20px
    }

@media (max-width:$bp1) {
    .navbar {
        height: 69px
    }
}

.fixed {
    height: 69px;
    background: #fff;
    box-shadow: 10px 0 15px rgba(0, 0, 0, .1);
    z-index: 100
}

.navbar__navigation__button {
    font-family: Montserrat-Italic, Montserrat;
    font-style: italic;
    text-transform: uppercase;
    width: 130px;
    height: 40px;
    border: none;
    border-radius: 50px;
    padding: 0;
    margin: 0 0 0 25px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    background-color: #5fc6c4;
    background-image: linear-gradient(165deg, #3c938d, #5fc6c4);
    box-shadow: 0 20px 30px -5px rgba(255, 153, 0, .267), 0 40px 30px -15px rgba(236, 139, 139, .2);
    transition: all .1s
}

    .navbar__navigation__button:hover {
        transition: all .2s;
        background-color: #fad602;
        background-image: linear-gradient(165deg, #3c938d, #fad602);
        box-shadow: 0 25px 35px -5px rgba(255, 153, 0, .2), 0 40px 30px -3px rgba(236, 139, 139, .133)
    }

@media (max-width:957px) {
    .navbar__navigation__button {
        font-size: 14px;
        width: 100px;
        font-family: Montserrat
    }
}

.navbar__navigation__burger {
    display: none
}

@media (max-width:957px) {
    .navbar__navigation__burger {
        display: flex;
        align-items: center
    }
}

.navbar__navigation__burger button {
    height: 35px;
    margin-right: 15px
}

.navbar__logo {
    height: 60px;
    transition: all .4s
}

@media (max-width:957px) {
    .navbar__logo {
        height: 50px
    }
}

@media (max-width:480px) {
    .navbar__logo {
        height: 40px
    }
}

.minimize {
    height: 50px
}

@media (max-width:480px) {
    .minimize {
        height: 40px
    }
}

.page-footer {
    background-color: #4e4e4e;
    padding: 3rem 0 4rem
}

    .page-footer,
    .page-footer a {
        color: #999
    }

.home--header {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px
}

.home--brand,
.home--header {
    display: flex;
    flex-wrap: wrap
}

.home--brand {
    justify-content: center;
    margin: 0 auto 0 -.5rem
}

    .home--brand > * {
        margin: 0 .5rem
    }

.home--logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='26'%3E%3Cstyle%3E.st0{fill:%23f9a11b}.st3{fill-rule:evenodd;clip-rule:evenodd;fill:%2351a245}%3C/style%3E%3Cellipse class='st0' cx='14.59' cy='12.64' rx='12.22' ry='12.64'/%3E%3Cpath opacity='.502' fill-rule='evenodd' clip-rule='evenodd' fill='%23fff' d='M9.6 8.5l16.46-4.28 2.37 9.71-16.46 4.29z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23fff' d='M11.56 8.56l16.89-1.8.99 9.97-16.88 1.8z'/%3E%3Cpath class='st3' d='M20.78 13.5c.18-.02.38-.03.55-.06.08.02.35-.09.43-.13.36-.17.62-.46.8-.82.13-.25.17-.57.16-.86l-.01-.12c-.02-.12-.05-.26-.09-.36-.05-.15-.12-.26-.19-.38-.05-.08-.11-.15-.18-.23a1.8 1.8 0 00-.37-.3c-.11-.06-.22-.12-.36-.16-.24-.07-.4-.08-.58-.06l-.35.04h-.02l-1.58.17.27 2.73-.88.09.07.68c.1-.01.85-.1.88-.09l.07.68h-.02l-.86.09.07.68c.1-.01.85-.1.88-.09l.07.68.89-.09-.07-.68 1.98-.21-.07-.69-1.98.21c-.02-.01-.02-.15-.02-.17-.01-.09-.05-.49-.05-.52.07.01.46-.02.56-.03zm-.61-.63l-.19-1.91.93-.1c.03-.01.06-.01.09-.02.49-.05.92.34.98.87.05.53-.3 1-.78 1.05h-.09l-.94.11zM10.17.23c-3.14 2.34 1.86 4.41-1.54 6.52.96-2.55-3.87-4.94 1.54-6.52zM4.42 15.59c-.23-.36-.45-.74-.63-1.14-.68-1.45-1.02-3.06-1.06-4.67-.26.04-.5.15-.69.32-.87.77-.56 2.62.69 4.13.52.61 1.11 1.08 1.69 1.36zm13.39-5.83c-.22 2.15-.97 4.28-2.27 5.99-1.13 1.5-2.7 2.67-4.53 3.01a5.9 5.9 0 01-1.73.07c-.58-.06-1.14-.21-1.68-.44-.97-.42-1.8-1.07-2.49-1.87-.47.04-.96-.07-1.4-.24-.89-.35-1.69-1-2.3-1.74C.8 13.8.29 12.89.09 11.93c-.17-.79-.13-1.69.38-2.34.07-.09.14-.17.23-.24.08-.07.17-.14.26-.2.54-.33 1.18-.34 1.77-.2.02-.28.03-.57.06-.85l.05-.46L17.86 9.3l-.05.46zM14.2 2.82c-2.11 1.57 1.25 2.97-1.03 4.39.64-1.72-2.6-3.33 1.03-4.39z'/%3E%3Cpath d='M41.88 14.88v3.24H30.99v-2.56l5.23-5.06c.51-.5.85-.92 1.02-1.27.17-.35.26-.71.26-1.06 0-.47-.15-.83-.46-1.09-.31-.26-.75-.39-1.34-.39-.52 0-1 .12-1.43.36-.43.24-.79.59-1.07 1.04L30.27 6.4c.55-.94 1.31-1.67 2.3-2.21.99-.54 2.15-.81 3.5-.81 1.07 0 2.01.18 2.83.54.82.36 1.46.87 1.92 1.54.46.67.69 1.44.69 2.32 0 .78-.16 1.52-.49 2.22-.33.7-.96 1.48-1.89 2.36l-2.64 2.52h5.39z' fill='%2351a245'/%3E%3Cpath class='st0' d='M69.36 11.12c.81 0 1.42-.18 1.84-.55.41-.36.62-.88.62-1.56 0-.67-.21-1.2-.62-1.57-.41-.37-1.03-.56-1.84-.56h-2.2v4.23h2.2zm.24-7.45c1.26 0 2.36.22 3.3.65.93.43 1.65 1.05 2.16 1.86.51.81.76 1.75.76 2.84 0 1.09-.25 2.03-.76 2.83s-1.23 1.41-2.16 1.85c-.93.43-2.03.65-3.3.65h-2.44v3.78h-3.95V3.67h6.39zm-13.16 0h3.95v14.45h-3.95V3.67zm-9.71 3.24h-4.29V3.67h12.52v3.24h-4.27v11.21h-3.95V6.91z'/%3E%3C/svg%3E");
    width: 150px;
    max-width: 60vw;
    margin-right: 20px;
    flex-shrink: 0
}

    .home--logo:before {
        content: "";
        display: block;
        padding-bottom: 34.21052631578947%
    }

.home--descriptor {
    color: #f9a11b;
    font-weight: 600;
    margin-top: .15em;
    line-height: .8
}

.home--main-menu {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap
}

.home--main-menu__item {
    padding: .5em .8em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .07em;
    text-decoration: none;
    cursor: pointer;
    color: #67686a;
    white-space: nowrap;
    transform-origin: 0 50%
}

    .home--main-menu__item:hover {
        animation: menuHover .1s alternate-reverse;
        color: #000
    }

    .home--main-menu__item:before {
        content: "";
        display: inline-block;
        border-radius: 100px;
        width: .55em;
        height: .55em;
        top: -.05em;
        margin-right: .5em;
        position: relative;
        background-color: #fcc60e;
        background-image: linear-gradient(90deg, transparent, transparent 50vw, #ed693c 90vw);
        background-attachment: fixed
    }

@-webkit-keyframes menuHover {
    to {
        transform: scaleY(1.3)
    }
}

@keyframes menuHover {
    to {
        transform: scaleY(1.3)
    }
}

.home--hero {
    position: relative
}

@media (min-width:768px) {
    .home--hero.b-section {
        padding: 9rem 0 2em
    }
}

.home--hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.home--hero__bg-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat
}

.home--hero__bg-layer_1 {
    left: 0;
    background-position: -30px 70%
}

.home--hero__bg-layer_2 {
    right: 0;
    background-position: 85% 0
}

.home--hero__bg-layer_3 {
    right: 0;
    background-position: 95% 75%
}

@media (max-width:768px) {
    .home--hero__bg-layer {
        background-image: none
    }
}

.home--hero__content {
    position: relative
}

.home--hero__lead {
    font-size: 26px;
    line-height: 130%;
    color: #67686a
}

.home--hero__text {
    margin-bottom: 6rem
}

.home--hero__figure {
    position: relative;
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto
}

    .home--hero__figure > * {
        transform: scale(1.4) !important;
        transform-origin: 70% 20%
    }

.home--hero h1 {
    margin: .25em 0;
    font-family: Montserrat, sans-serif
}

.home--hero .b-buttons-block {
    margin-top: 3.5rem
}

    .home--hero .b-buttons-block a {
        padding: 1.1em 1.8em;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        font-family: Montserrat, sans-serif;
        text-transform: none
    }

.home--hero .b-button-app {
    margin-top: 3em
}

    .home--hero .b-button-app span {
        font-size: 2rem
    }

.home--hero .b-button-app__img {
    height: 40px
}

.home--hero__figure.-home,
.home--hero__figure.-home > * {
    transform: none !important;
    transform-origin: center !important
}

    .home--hero__figure.-home .home--how-pay__card {
        display: none
    }

    .home--hero__figure.-home .home--how-pay__hand {
        background: none;
        filter: none !important;
        transform: none !important;
        position: relative
    }

        .home--hero__figure.-home .home--how-pay__hand img {
            display: block;
            width: 100%;
            max-width: 595px;
            opacity: 1
        }

@media (min-width:1180px) {
    .home--hero__figure.-home .home--how-pay__hand img {
        position: absolute;
        right: 0;
        top: -5%;
        width: 120%
    }
}

.home--for-business {
    overflow: hidden;
    background-image: linear-gradient(#f1f1f1, transparent)
}

.home--for-business__text {
    position: relative;
    z-index: 2
}

.home--for-business__image {
    margin-top: 3rem;
    position: relative;
    left: -20%;
    width: 160%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1147.52' height='585.06'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23fff}.st5{fill:%234d4d4d}.st6{fill:%23ccc}.st8{fill:%23fff}.st30{fill:%23d0d1d1}%3C/style%3E%3Cfilter id='AI_GaussianBlur_4'%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3C/filter%3E%3Cpath class='st0' d='M703.37 471.34H134.64c-12.35 0-22.36 10.01-22.36 22.36s10.01 22.36 22.36 22.36h25.9c6.71 0 12.15 5.44 12.15 12.15s-5.44 12.15-12.15 12.15h-75.4c-12.35 0-22.36 10.01-22.36 22.36s10.01 22.36 22.36 22.36H504.9c2.99 0 5.41-2.42 5.41-5.41s2.42-5.41 5.41-5.41h469.89c12.35 0 22.36-10.01 22.36-22.36s-10.01-22.36-22.36-22.36h-48.78c-5.83 0-10.55-4.72-10.55-10.55 0-5.83-4.72-10.55-10.55-10.55h-39.58c-5.67 0-10.27-4.6-10.27-10.27s4.6-10.27 10.27-10.27h160.84c14.49 0 26.23-11.74 26.23-26.23s-11.74-26.23-26.23-26.23H739.3c-9.92 0-17.96 8.04-17.96 17.96-.01 9.89-8.05 17.94-17.97 17.94zM1095.06 461.64c0 14.49 11.74 26.23 26.23 26.23s26.23-11.74 26.23-26.23-11.74-26.23-26.23-26.23c-14.48 0-26.23 11.74-26.23 26.23zM22.36 585.06c12.35 0 22.36-10.01 22.36-22.36s-10.01-22.36-22.36-22.36C10.01 540.35 0 550.36 0 562.71c0 12.34 10.01 22.35 22.36 22.35z'/%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-4133.597' y1='197.141' x2='-4014.014' y2='197.141' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%23fcc60e'/%3E%3Cstop offset='1' stop-color='%23ed693c'/%3E%3C/linearGradient%3E%3Cpath d='M728.59 19.68h16.32c5.84 0 11.58 1.45 16.71 4.23l1.12.61a15.588 15.588 0 017.76 17.32L735.82 188.1a22 22 0 00-.58 4.65l-1.27 89.56c-.01.9-.12 1.8-.31 2.69l-15.26 70c-.66 3.02-2.42 5.68-4.95 7.47l-17.18 12.14-44.93-9.94 77.25-344.99z' fill='url(%23SVGID_1_)'/%3E%3ClinearGradient id='SVGID_2_' gradientUnits='userSpaceOnUse' x1='-4031.449' y1='75.224' x2='-3894.104' y2='409.077' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%23fcc60e'/%3E%3Cstop offset='1' stop-color='%23ed693c'/%3E%3C/linearGradient%3E%3Cpath d='M742 19.43c8.61-.11 14.75 8.32 12 16.48-12.74 37.92-37.57 122-41.67 145.08-4.95 27.88 3.69 62.94 0 80.81s-14.2 97.89-14.2 97.89l-166.5-7.44s18.92-81.24 16.33-90.45c-2.6-9.2 8.8-95.38 8.8-95.38l48.42-137.1c1.75-4.94 6.39-8.27 11.63-8.34L742 19.43z' fill='url(%23SVGID_2_)'/%3E%3Cg opacity='.2' filter='url(%23AI_GaussianBlur_4)'%3E%3Cpath d='M646.56 46.47c16.61-6.08 31.01-18.39 36.97-15.15s18.22 17.58 18.22 17.58l38.58 34.05-15.08 18.22-37.52-17.27-7.94 8.49 27.95 20.44 15.29 25.46-31.09 36-13.25 79.93 12.37 84.39h-99.44l12.41-167.5 43.76-101.86-1.23-22.78z' fill='%23754c24'/%3E%3C/g%3E%3Cpath class='st5' d='M675.66 495.31h14.21v37.3h-14.21c-5.08 0-9.2-8.35-9.2-18.65 0-10.3 4.12-18.65 9.2-18.65zM590.49 480.317h-25.74v-120.62h25.74z'/%3E%3Cpath class='st5' d='M460.42 477.34l117.19-9.9 117.2 9.9v15.85H460.42z'/%3E%3Cellipse class='st6' cx='689.34' cy='513.96' rx='9.2' ry='18.65'/%3E%3Cpath class='st5' d='M583.65 496.46h14.21v37.3h-14.21c-5.08 0-9.2-8.35-9.2-18.65s4.12-18.65 9.2-18.65z'/%3E%3Cellipse class='st6' cx='597.32' cy='515.11' rx='9.2' ry='18.65'/%3E%3Cpath class='st5' d='M471.27 496.46h14.21v37.3h-14.21c-5.08 0-9.2-8.35-9.2-18.65s4.12-18.65 9.2-18.65z'/%3E%3Cellipse class='st6' cx='484.95' cy='515.11' rx='9.2' ry='18.65'/%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='657.268' y1='71.569' x2='698.538' y2='113.356'%3E%3Cstop offset='0' stop-color='%234d4d4d'/%3E%3Cstop offset='1' stop-color='%23333'/%3E%3C/linearGradient%3E%3Cpath d='M677.82 171.1c-2.97-6.07-8.37-32.73-8.85-33.47.34-.63 0-30.31 4.89-21.46l50.43-14.49-44.54-28.28 17.87-15.31L752.44 90c9.76 5.68 10.38 19.54 1.18 26.08l-75.8 55.02z' fill='url(%23SVGID_3_)'/%3E%3Cpath class='st8' d='M698.13 60.84l-5.45-4.42-16.06 13.11 8.1 5.15z'/%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='690.559' y1='61.36' x2='669.066' y2='51.036'%3E%3Cstop offset='0' stop-color='%23e2c7a7'/%3E%3Cstop offset='1' stop-color='%23dda967'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_4_)' d='M691.94 59.1l-11.05 10.14-22.78-10.14 15.27-19.32z'/%3E%3ClinearGradient id='SVGID_5_' gradientUnits='userSpaceOnUse' x1='383.735' y1='162.084' x2='538.943' y2='282.659'%3E%3Cstop offset='0' stop-color='%234d4d4d'/%3E%3Cstop offset='1' stop-color='%23333'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_5_)' d='M576.34 256.88l-62.83-48.48-33.05-9.98-47.53 34.97L540.36 338.6h77.47z'/%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='413.846' y1='245.418' x2='667.006' y2='342.712'%3E%3Cstop offset='0' stop-color='%23333'/%3E%3Cstop offset='1' stop-color='%234d4d4d'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_6_)' d='M650.64 285.05l-151.89-61.29-198.41-8.67v40.99l188.95 5.72 87.67 79.99 59.44-.57 14.94-19.61z'/%3E%3ClinearGradient id='SVGID_7_' gradientUnits='userSpaceOnUse' x1='340.853' y1='176.037' x2='218.19' y2='244.958'%3E%3Cstop offset='0' stop-color='%23333'/%3E%3Cstop offset='1' stop-color='%234d4d4d'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_7_)' d='M301.62 222.3l-50.25-51.54-6.73 7.32 37.84 74.52h20.99z'/%3E%3ClinearGradient id='SVGID_8_' gradientUnits='userSpaceOnUse' x1='340.685' y1='251.164' x2='306.477' y2='189.907'%3E%3Cstop offset='0' stop-color='%23333'/%3E%3Cstop offset='1' stop-color='%234d4d4d'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_8_)' d='M347.1 223.19l-15.8 29.41h-11.85l-13.03-23.9-8.89-32.89 22.55-3.06 19.22 31.5z'/%3E%3ClinearGradient id='SVGID_9_' gradientUnits='userSpaceOnUse' x1='339.14' y1='170.746' x2='261.604' y2='219.155'%3E%3Cstop offset='0' stop-color='%23333'/%3E%3Cstop offset='1' stop-color='%234d4d4d'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_9_)' d='M328.17 209.67l-47.29-60.17-8.12 2.45 29.65 88.02h22.33z'/%3E%3ClinearGradient id='SVGID_10_' gradientUnits='userSpaceOnUse' x1='-3693.365' y1='276.274' x2='-3748.943' y2='176.749' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%23333'/%3E%3Cstop offset='1' stop-color='%234d4d4d'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_10_)' d='M481.9 222.72l-27.52-24.3-134.48-5.68 3.91 31.74 7.49 28.12 134.31-25.39z'/%3E%3ClinearGradient id='SVGID_11_' gradientUnits='userSpaceOnUse' x1='-3967.677' y1='85.792' x2='-3855.75' y2='85.792' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%234d4d4d'/%3E%3Cstop offset='1' stop-color='%23333'/%3E%3C/linearGradient%3E%3Cpath d='M636.93 45.85c.2-5.81-8.15-9.83-18.56-8.93l-82.7 7.19c-10.41.9-13.79 8.48-7.51 16.83l51.06 67.89c6.28 8.35 15.79 7.84 21.13-1.14l7.76-13.04c5.34-8.98 1.99-20-7.44-24.49l-39.42-18.75c-9.44-4.49-8.63-8.79 1.79-9.56l54.57-4.03c10.43-.77 19.12-6.15 19.32-11.97z' fill='url(%23SVGID_11_)'/%3E%3ClinearGradient id='SVGID_12_' gradientUnits='userSpaceOnUse' x1='-3941.516' y1='123.573' x2='-3965.139' y2='262.682' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%23f0f0f0'/%3E%3Cstop offset='1' stop-color='%23e4e4e4'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_12_)' d='M664.94 106.3l-2.42-4.19h-5.2l5.63-9.73-16.94-3.36-17.52.5-.86 4.95-8.95 5.78L573.76 244l46.01 35.67z'/%3E%3ClinearGradient id='SVGID_13_' gradientUnits='userSpaceOnUse' x1='-3947.078' y1='182.533' x2='-3972.498' y2='199.154' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%234d4d4d'/%3E%3Cstop offset='1' stop-color='%23333'/%3E%3C/linearGradient%3E%3Cpath d='M642.74 148.69l19.78-46.58 26 10.77c.96 4.45 1.31 47.07 1.01 48.25-.03.13-3.55 3.4-3.55 3.4s-11.12 34.57-17.07 56.91c-5.96 22.34-15.92 101.9-15.92 101.9l-33.21-34.9 22.96-139.75z' fill='url(%23SVGID_13_)'/%3E%3ClinearGradient id='SVGID_14_' gradientUnits='userSpaceOnUse' x1='634.283' y1='77.472' x2='657.612' y2='99.936'%3E%3Cstop offset='0' stop-color='%23f3d6b3'/%3E%3Cstop offset='1' stop-color='%23eeb66f'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_14_)' d='M659.35 74.68v24.9l-22.04 7.74-9.06-8.99 12.48-21.38z'/%3E%3Cg%3E%3ClinearGradient id='SVGID_15_' gradientUnits='userSpaceOnUse' x1='-3957.69' y1='49.861' x2='-4011.159' y2='71.962' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%23fce7cd'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M631.39 21.09l43.73 15.54 1.77 11.26s4.84 12.03-7.5 24.29-34.4 15.16-40.25 11.65-6.96-25.8-4.86-34.98 7.11-27.76 7.11-27.76z' fill='url(%23SVGID_15_)'/%3E%3Cpath d='M678.29 47.87l-3.17-11.24-8.23-2.92c5.3 8.87 15.41 7.1-5.67 19.45l-6.52 6.37c-.17.15-9.65 21.66-18.3 24.84-1.42.52-5.82-.2-7.22-.51 2.77 2.11 13.93 1.05 13.93 1.05 6.55-1.93 17.11-3.34 26.28-12.72 12.16-12.44 8.9-24.32 8.9-24.32z' opacity='.29' fill='%23f0ab5d'/%3E%3ClinearGradient id='SVGID_16_' gradientUnits='userSpaceOnUse' x1='628.231' y1='32.55' x2='688.169' y2='32.55'%3E%3Cstop offset='0' stop-color='%234d4d4d'/%3E%3Cstop offset='1' stop-color='%23333'/%3E%3C/linearGradient%3E%3Cpath d='M685.27 49.58c-1.7 3.69-9.46 13.61-9.46 13.61s2.55-10.2.82-11.27c-7.37-4.56-12.08 10.94-16.4 4.5-.92-1.37 10.32-15.93-.87-22.43-4.85-2.82-30.18-15.9-31.1-2.34.02.4-.51-8.76 2.54-14.59 3.9-7.45 17.34-25.83 36.1-6.78 14.89 15.13 27.04 20.5 18.37 39.3z' fill='url(%23SVGID_16_)'/%3E%3ClinearGradient id='SVGID_17_' gradientUnits='userSpaceOnUse' x1='689.255' y1='65.372' x2='669.511' y2='58.513'%3E%3Cstop offset='0' stop-color='%23c69c6d'/%3E%3Cstop offset='.848' stop-color='%23f0bf82'/%3E%3Cstop offset='1' stop-color='%23f7c586' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath d='M665.88 65.75c2.42 2.66 7.41 2.07 11.15-1.33s4.81-8.31 2.39-10.97-7.41-2.07-11.15 1.33-4.81 8.31-2.39 10.97z' fill='url(%23SVGID_17_)'/%3E%3C/g%3E%3Cg%3E%3ClinearGradient id='SVGID_18_' gradientUnits='userSpaceOnUse' x1='630.617' y1='108.152' x2='642.508' y2='108.152'%3E%3Cstop offset='0' stop-color='%23cfed1d'/%3E%3Cstop offset='1' stop-color='%231b6915'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_18_)' d='M642.51 104.28l-11.89-2.61 3.79 12.96z'/%3E%3ClinearGradient id='SVGID_19_' gradientUnits='userSpaceOnUse' x1='591.712' y1='155.235' x2='630.627' y2='178.584'%3E%3Cstop offset='0' stop-color='%23cfed1d'/%3E%3Cstop offset='1' stop-color='%231b6915'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_19_)' d='M633.1 110.15l-23.29 116.76 4.83 13.74 7.24-15.6 15.43-114.12z'/%3E%3C/g%3E%3ClinearGradient id='SVGID_20_' gradientUnits='userSpaceOnUse' x1='-3957.263' y1='178.137' x2='-3883.545' y2='178.137' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%234d4d4d'/%3E%3Cstop offset='1' stop-color='%23333'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_20_)' d='M626.52 94.47h-33.43L552.81 252.6l27.49 9.2z'/%3E%3Cpath class='st8' d='M662.95 92.38l-.43 9.73-22.24 14.06-1.94-14.06zM628.49 89.52l7.91 12.15-9.5 11.15-1.11-17.09z'/%3E%3Cg%3E%3ClinearGradient id='SVGID_21_' gradientUnits='userSpaceOnUse' x1='-3897.631' y1='334.382' x2='-3890.483' y2='389.611' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%23fcc60e'/%3E%3Cstop offset='1' stop-color='%23ed693c'/%3E%3C/linearGradient%3E%3Cpath d='M441.74 335.68h244.61c9.65 0 17.48 7.83 17.48 17.48v6.5c0 9.65-7.83 17.48-17.48 17.48H441.74c-9.65 0-17.48-7.83-17.48-17.48v-6.5c0-9.65 7.82-17.48 17.48-17.48z' fill='url(%23SVGID_21_)'/%3E%3ClinearGradient id='SVGID_22_' gradientUnits='userSpaceOnUse' x1='-3985.269' y1='271.769' x2='-3966.776' y2='392.416' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%23fcc60e'/%3E%3Cstop offset='1' stop-color='%23ed693c'/%3E%3C/linearGradient%3E%3Cpath d='M591.61 338.6h99.44c9.86 0 17.85 7.99 17.85 17.85v2.84c0 9.86-7.99 17.85-17.85 17.85h-99.44c-9.86 0-17.85-7.99-17.85-17.85v-2.84c0-9.86 7.99-17.85 17.85-17.85z' fill='url(%23SVGID_22_)'/%3E%3C/g%3E%3Cg%3E%3ClinearGradient id='SVGID_23_' gradientUnits='userSpaceOnUse' x1='-3844.939' y1='236.46' x2='-3847.834' y2='252.796' gradientTransform='matrix(-1 0 0 1 -3330.74 0)'%3E%3Cstop offset='0' stop-color='%23d0d1d1'/%3E%3Cstop offset='1' stop-color='%23ddd'/%3E%3C/linearGradient%3E%3Cpath d='M443.02 252.91h146.75a2.69 2.69 0 002.69-2.69v-2.99H440.33v2.99c0 1.49 1.2 2.69 2.69 2.69z' fill='url(%23SVGID_23_)'/%3E%3Cpath class='st30' d='M568.27 252.91h38.8c1.72 0 3.11-1.39 3.11-3.11v-2.57h-41.91v5.68z'/%3E%3Cpath class='st30' d='M415.6 159.73h119.87c1.57 0 2.97.99 3.49 2.47l32.11 90.72H443.34l-31.23-88.25c-.86-2.41.93-4.94 3.49-4.94z'/%3E%3ClinearGradient id='SVGID_24_' gradientUnits='userSpaceOnUse' x1='526.674' y1='257.835' x2='484.083' y2='201.484'%3E%3Cstop offset='0' stop-color='%23d0d1d1'/%3E%3Cstop offset='1' stop-color='%23ddd'/%3E%3C/linearGradient%3E%3Cpath d='M413.01 159.73h119.87c1.57 0 2.97.99 3.49 2.47l32.11 90.72H440.75l-31.23-88.25c-.85-2.41.93-4.94 3.49-4.94z' fill='url(%23SVGID_24_)'/%3E%3Cellipse transform='rotate(-52.287 486.703 207.02)' cx='486.73' cy='207.02' rx='8.56' ry='12.07' fill='%23fcfcfc'/%3E%3Cg%3E%3Cpath fill='%23f7c586' d='M877.944 279.672h-678.59v-27.07h678.59z'/%3E%3ClinearGradient id='SVGID_25_' gradientUnits='userSpaceOnUse' x1='834.702' y1='406.714' x2='850.778' y2='406.714'%3E%3Cstop offset='0' stop-color='%23d0d1d1'/%3E%3Cstop offset='1' stop-color='%23ddd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_25_)' d='M834.7 533.76h16.08V279.67H834.7z'/%3E%3Cpath class='st5' d='M850.78 537.35H834.7v-9.49h16.08z'/%3E%3ClinearGradient id='SVGID_26_' gradientUnits='userSpaceOnUse' x1='763.26' y1='406.714' x2='779.337' y2='406.714'%3E%3Cstop offset='0' stop-color='%23d0d1d1'/%3E%3Cstop offset='1' stop-color='%23ddd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_26_)' d='M763.26 533.76h16.08V279.67h-16.08z'/%3E%3Cpath class='st5' d='M779.337 537.35h-16.08v-9.49h16.08z'/%3E%3Cg%3E%3ClinearGradient id='SVGID_27_' gradientUnits='userSpaceOnUse' x1='301.86' y1='406.714' x2='317.936' y2='406.714'%3E%3Cstop offset='0' stop-color='%23d0d1d1'/%3E%3Cstop offset='1' stop-color='%23ddd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_27_)' d='M301.86 533.76h16.08V279.67h-16.08z'/%3E%3Cpath class='st5' d='M317.935 537.35h-16.08v-9.49h16.08z'/%3E%3C/g%3E%3Cg%3E%3ClinearGradient id='SVGID_28_' gradientUnits='userSpaceOnUse' x1='230.418' y1='406.714' x2='246.494' y2='406.714'%3E%3Cstop offset='0' stop-color='%23d0d1d1'/%3E%3Cstop offset='1' stop-color='%23ddd'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_28_)' d='M230.42 533.76h16.07V279.67h-16.07z'/%3E%3Cpath class='st5' d='M246.492 537.35h-16.08v-9.49h16.08z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3ClinearGradient id='SVGID_29_' gradientUnits='userSpaceOnUse' x1='745.92' y1='266.136' x2='861.121' y2='266.136'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='.3'/%3E%3Cstop offset='.14' stop-color='%23fff' stop-opacity='.258'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_29_)' d='M745.92 279.67h115.2V252.6h-115.2z'/%3E%3C/g%3E%3C/svg%3E")
}

    .home--for-business__image:before {
        content: "";
        display: block;
        padding-bottom: 50.98473229224763%
    }

.home--how-pay {
    color: #fff;
    text-shadow: 0 1px 2px #825a06;
    background-color: #d3d6ce;
    background-image: linear-gradient(90deg, #bbb, #888)
}

.home--how-pay__card,
.home--how-pay__hand {
    transition: all .2s
}

.home--how-pay__image {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(.001px);
    height:451px;
}

.home--how-pay__card {
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90.71' height='58.13'%3E%3Cstyle%3E.st2{fill:%232e2e2e}%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-29.541' y1='-32.3' x2='119.979' y2='90.209'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath d='M87.85 58.13H2.86A2.86 2.86 0 010 55.27V2.86A2.86 2.86 0 012.86 0h84.99a2.86 2.86 0 012.86 2.86v52.41a2.86 2.86 0 01-2.86 2.86z' fill='url(%23SVGID_1_)'/%3E%3Cpath fill='%23fff' d='M42.34 10.35h39.14v37.64H42.34z'/%3E%3Cpath class='st2' d='M47.36 14.87h6.02v6.02h-6.02zM59.4 14.87h6.02v6.02H59.4zM65.42 20.89h6.02v6.02h-6.02zM53.38 20.89v6.02h-6.02v6.02H59.4V20.89zM59.4 32.93h6.02v6.02H59.4zM47.36 38.95h6.02v6.02h-6.02zM65.42 38.95h6.02v6.02h-6.02zM71.44 14.87h6.02v6.02h-6.02zM71.44 26.91h6.02v6.02h-6.02z'/%3E%3ClinearGradient id='SVGID_2_' gradientUnits='userSpaceOnUse' x1='-6.243' y1='-6.26' x2='15.682' y2='28.62'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_2_)' d='M7.82 34.61H34.1v4.8H7.82z'/%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-13.227' y1='-1.87' x2='8.698' y2='33.01'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_3_)' d='M7.82 42.85h17.15v4.8H7.82z'/%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='-51.719' y1='-91.581' x2='22.656' y2='26.743'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath d='M23.71 24.4v-1.52c2.14-1.69 3.62-5.04 3.62-7.58 0-3.52-2.85-6.38-6.38-6.38s-6.38 2.85-6.38 6.38c0 2.47 1.41 5.72 3.46 7.45v1.7c-2.62.92-4.81 3.06-6.15 5.87h18.13c-1.35-2.86-3.61-5.03-6.3-5.92z' fill='url(%23SVGID_4_)'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 25%;
    left: 30%;
    top: 25%;
    transform: skewX(5deg) rotate(-8deg);
    opacity: .7;
    filter: blur(2px)
}

    .home--how-pay__card:before {
        content: "";
        display: block;
        padding-bottom: 64.08334252011907%
    }

.home--how-pay__image:hover .home--how-pay__hand {
    filter: blur(2px);
    transform: translateX(3%)
}

.home--how-pay__image:hover .home--how-pay__card {
    transform: translateX(-5%) skewX(5deg) rotate(-8deg);
    opacity: 1;
    filter: none
}

.home--how-pay__hand {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/img/hand.svg);
    width:70%;
    height:100%;
    left:40%;
}

    .home--how-pay__hand:before {
        content: "";
        display: block;
        padding-bottom: 91.86691312384472%
    }

.home--how-pay__payments-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.home--how-pay__payment {
    font-size: 0;
    position: absolute;
    width: 22.920517560073936%;
    border-radius: 500px;
    box-shadow: 0 15px 40px rgba(25, 35, 51, .067), 0 4px 15px rgba(60, 47, 90, .067)
}

    .home--how-pay__payment:before {
        content: "";
        display: block;
        padding-bottom: 100%
    }

.home--how-pay__payment_apple {
    left: 6.4%;
    top: 4.6%;
    background-image: url(/images/common/pay-apple.svg)
}

.home--how-pay__payment_apple,
.home--how-pay__payment_google {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.home--how-pay__payment_google {
    left: 5.5%;
    top: 33.3%;
    background-image: url(/images/common/pay-google.svg)
}

.home--how-pay__payment_visa {
    left: 18%;
    top: 60.2%;
    left: 5.5%;
    top: 33.3%;
    background-image: url(/images/common/pay-visa.svg)
}

.home--how-pay__payment_mastercard,
.home--how-pay__payment_visa {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 5.5%;
    top: 33.3%
}

.home--how-pay__payment_mastercard {
    left: 45.3%;
    top: 67.3%;
    left: 18%;
    top: 60.2%;
    background-image: url(/images/common/pay-mastercard.svg)
}

.home--how-pay__payment_mir {
    left: 71.1%;
    top: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/common/pay-mir.svg)
}

.home--withdrawal {
    background-color: #fff;
    padding-top: calc(40px + 2vmin);
    padding-bottom: calc(60px + 3vmin)
}

    .home--withdrawal a,
    .home--withdrawal li,
    .home--withdrawal p {
        font-family: FuturaBookC, arial, sans-serif
    }

.home--withdrawal__figure {
    position: relative;
    max-width: 60vw;
    min-width: 240px;
    margin-left: auto;
    margin-right: auto
}

    .home--withdrawal__figure:before {
        content: "";
        display: block;
        padding-bottom: 53.35753176043557%
    }

.home--withdrawal__image {
    position: absolute
}

.home--withdrawal__image_from {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("/img/logo.png");
    left: 7%;
    top: 12.95%;
    width: 34.7%;
    border-radius: 5px;
    border: 4px solid #dbdada;
    box-shadow: 0 -20px #dbdada, 0 3px 0 -2px rgba(84, 125, 83, .133), 0 5px 25px -2px rgba(113, 116, 117, .133), 0 20px 30px -5px rgba(8, 80, 121, .133), 0 40px 40px -15px rgba(143, 134, 0, .067)
}

    .home--withdrawal__image_from:before {
        content: "";
        display: block;
        padding-bottom: 63.12688979251382%
    }

.home--withdrawal__image_to {
    position: absolute;
    left: 51%;
    top: 37%;
    width: 43.76%;
    border-radius: 3%/5%;
    background-repeat: no-repeat;
    transition: all .1s;
    background-color: #5fc6c3;
    background-image: linear-gradient(105deg, rgba(198, 232, 170, .302), rgba(237, 255, 231, .361) 23%, rgba(32, 150, 27, .133) 49%, rgba(147, 191, 116, .133) 76%, rgba(0, 104, 55, .067));
    background-size: 110% 100%;
    background-position: 0 0;
    box-shadow: inset 1px -1px 1px hsla(0, 0%, 100%, .067), 0 2px 0 -1px #acacac, 0 14px 15px -5px rgba(113, 116, 117, .267), 0 20px 30px -5px rgba(120, 57, 6, .133), 0 40px 40px -15px rgba(143, 62, 5, .067)
}

    .home--withdrawal__image_to:hover {
        background-position: 100% 0
    }

    .home--withdrawal__image_to:after {
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='241.36' height='151.28'%3E%3Cstyle%3E.st6,.st7{opacity:.25;fill:%23fce7cd}.st7{opacity:.2}%3C/style%3E%3Cpath d='M58.44 73.54h-30.6c-2.04 0-3.7-1.66-3.7-3.7V44.05c0-2.04 1.66-3.7 3.7-3.7h30.61c2.04 0 3.7 1.66 3.7 3.7v25.78a3.715 3.715 0 01-3.71 3.71z' fill='%23c7b299'/%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='32.656' y1='37.733' x2='62.144' y2='65.101'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M36.65 51.28v-4.75h12.98v4.75h10.93v-6.15c0-1.87-1.52-3.39-3.39-3.39H29.11c-1.87 0-3.39 1.52-3.39 3.39v6.15h10.93z' fill='url(%23SVGID_1_)'/%3E%3ClinearGradient id='SVGID_2_' gradientUnits='userSpaceOnUse' x1='33.444' y1='36.884' x2='62.931' y2='64.253'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_2_)' d='M49.63 53.18h10.93v7.6H49.63z'/%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='23.184' y1='47.939' x2='52.671' y2='75.308'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M49.63 62.68v4.75H36.65v-4.75H25.72v6.08c0 1.87 1.52 3.39 3.39 3.39h28.06c1.87 0 3.39-1.52 3.39-3.39v-6.08H49.63z' fill='url(%23SVGID_3_)'/%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='27.911' y1='42.846' x2='57.398' y2='70.214'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_4_)' d='M38.55 48.43h9.19v17.1h-9.19z'/%3E%3ClinearGradient id='SVGID_5_' gradientUnits='userSpaceOnUse' x1='22.378' y1='48.807' x2='51.865' y2='76.176'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_5_)' d='M25.72 53.18h10.93v7.6H25.72z'/%3E%3Cpath class='st6' d='M24.99 84.84h38.33v12.78H24.99zM24.99 126.58h110.74v12.78H24.99zM76.1 84.84h38.33v12.78H76.1zM127.21 84.84h38.33v12.78h-38.33zM178.33 84.84h38.33v12.78h-38.33z'/%3E%3Cg%3E%3Ccircle class='st7' cx='188.82' cy='126.58' r='12.78'/%3E%3Ccircle class='st7' cx='205.87' cy='126.58' r='12.78'/%3E%3C/g%3E%3Cpath fill='none' d='M0 0h241.36v151.28H0z'/%3E%3C/svg%3E");
        padding-bottom: 62.67815710971163%
    }

.home--withdrawal__image_flow {
    left: 41.7%;
    top: 0;
    width: 60%;
    height: 37%;
    overflow: hidden
}

.home--withdrawal__coin {
    position: absolute;
    -webkit-animation: none;
    animation: none;
    width: 10%;
    border-radius: 20px;
    box-shadow: 0 1px #df9d02, 0 5px 10px -2px rgba(0, 42, 121, .333), 0 10px 20px -1px rgba(0, 111, 143, .333);
    -webkit-animation: moveShadow 2.5s linear infinite, moveCoinX 2.5s cubic-bezier(0, .35, .64, 1.09) infinite, moveCoinY 2.5s cubic-bezier(.27, -1.34, .78, .09) infinite;
    animation: moveShadow 2.5s linear infinite, moveCoinX 2.5s cubic-bezier(0, .35, .64, 1.09) infinite, moveCoinY 2.5s cubic-bezier(.27, -1.34, .78, .09) infinite;
    background-color: #ffda00
}

@media (max-width:768px) {
    .home--withdrawal__coin {
        display: none
    }
}

.home--withdrawal__coin:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background-image: linear-gradient(50deg, #ffd605, rgba(255, 254, 226, .5), #ffd400);
    box-shadow: inset 1px 1px 0 -1px hsla(0, 0%, 100%, .533);
    border-radius: 20px
}

.home--withdrawal__coin:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 5%;
    border-radius: 20px;
    box-shadow: inset 0 -1px 2px -1px #fff, inset 0 1px 1px -1px rgba(81, 11, 11, .333)
}

.home--withdrawal__coin:first-of-type {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.home--withdrawal__coin:nth-of-type(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.home--withdrawal__coin:nth-of-type(3) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.home--withdrawal__coin:nth-of-type(4) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.home--withdrawal__coin:nth-of-type(5) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s
}

.home--withdrawal__img {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:768px) {
    .home--withdrawal__img {
        margin-bottom: 2rem
    }
}

.home--withdrawal__img img {
    display: block
}

.home--integration {
    overflow: hidden
}

.home--integration__text {
    position: relative;
    z-index: 2;
    color: #fff
}

@media (max-width:768px) {
    .home--integration__head {
        font-size: 6.5vw
    }
}

@media (max-width:768px) {
    .home--integration__text-pc {
        display: none
    }
}

.home--integration__text-mobile {
    font-family: FuturaBookC, arial, sans-serif;
    position: relative;
    display: none
}

@media (max-width:768px) {
    .home--integration__text-mobile {
        display: block;
        margin-left: 40px;
        margin-top: -5%;
        width: 60%
    }
}

.home--integration__background {
    position: relative;
    left: -80%;
    width: 260%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/common/fon.jpg);
    background-position: 50%;
    transform: rotate(-8deg)
}

@media (max-width:1945px) {
    .home--integration__background {
        left: -45%;
        width: 190%
    }
}

@media (max-width:1640px) {
    .home--integration__background {
        left: -30%;
        width: 160%
    }
}

@media (max-width:768px) {
    .home--integration__background {
        background-image: url(/images/common/doska-small.jpg)
    }
}

.home--integration__background:before {
    content: "";
    display: block;
    padding-bottom: 63%
}

@media (max-width:1640px) {
    .home--integration__background:before {
        padding-bottom: 70%
    }
}

.home--integration__check {
    position: absolute;
    top: 35%;
    left: 54%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/common/check-ill.png);
    width: 50%;
    height: 50%;
    transform: rotate(5deg)
}

@media (max-width:768px) {
    .home--integration__check {
        height: 60%
    }
}

.home--integration__explane {
    position: absolute;
    top: 33%;
    margin-left: 100px;
    width: 40%
}

@media (max-width:1024px) {
    .home--integration__explane {
        top: 30%;
        margin-left: 60px;
        width: 40%
    }
}

@media (max-width:768px) {
    .home--integration__explane {
        margin-left: 20px;
        width: 60%;
        top: 40%
    }
}

.home--integration__list {
    padding-left: 2.4rem
}

    .home--integration__list li {
        color: #fff;
        margin: .1em 0;
        position: relative;
        font-size: 28px;
        font-weight: 800
    }

        .home--integration__list li:before {
            content: "";
            display: block;
            position: absolute;
            top: .5em;
            left: -2.4rem;
            border-radius: 100px;
            width: .3em;
            height: .3em;
            background-color: #fcc60e;
            background-image: linear-gradient(90deg, transparent, #ed693c)
        }

@media (max-width:768px) {
    .home--integration__list {
        display: none
    }
}

.home--integration__list-mobile {
    position: relative;
    display: none
}

@media (max-width:768px) {
    .home--integration__list-mobile {
        display: block;
        margin-left: 40px;
        width: 60%;
        margin-bottom: 50px
    }

        .home--integration__list-mobile li {
            color: #000
        }
}

.static--hero-figure__phone {
    display: block
}

    .static--hero-figure__phone:after {
        content: "";
        display: block;
        background-color: orange
    }

.static--hero-figure__image {
    position: absolute;
    display: block
}

.static--hero-figure__image_person {
    display: block
}

.white-text {
    color: #fff
}

.static--page-hero {
    padding: 3rem 0
}

.article-cards {
    padding-bottom: 50px
}

.article-cards__list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-right: -12px
}

@media (min-width:480px) {
    .article-cards__list {
        margin-right: -20px
    }
}

@media (min-width:768px) {
    .article-cards__list {
        margin-right: -30px
    }
}

@media (min-width:1024px) {
    .article-cards__list {
        margin-right: -45px
    }
}

.article-tag {
    display: inline;
    white-space: nowrap;
    color: #818181
}

    .article-tag:hover {
        color: #414141
    }

    .article-tag:before {
        content: "#";
        color: #5fc6c4;
        position: relative;
        top: .07em;
        margin-right: .1em
    }

.article-card {
    padding-bottom: 3rem;
    width: 100%;
    padding-right: 12px
}

@media (min-width:480px) {
    .article-card {
        padding-right: 20px
    }
}

@media (min-width:768px) {
    .article-card {
        padding-right: 30px
    }
}

@media (min-width:1024px) {
    .article-card {
        padding-right: 45px
    }
}

@media (min-width:768px) {
    .article-card {
        width: 50%
    }
}

.article-card__body {
    padding: 10px;
    min-height: 590px;
    border-radius: 5px;
    box-shadow: 0 11px 44px -11px #abbdd6, 0 4px 11px 0 rgba(0, 30, 68, .067)
}

@media (min-width:768px) {
    .article-card__body {
        padding: 20px
    }
}

@media (min-width:1024px) {
    .article-card__body {
        padding: 30px
    }
}

@media (max-width:1024px) {
    .article-card__body {
        min-height: 500px
    }
}

.article-card__in-article {
    min-height: 500px
}

.article-card__cover {
    position: relative;
    background-color: #ececec;
    overflow: hidden;
    transition: all .05s;
    max-height: 80vh
}

    .article-card__cover > a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: 50% 25%;
        transition: all .5s
    }

    .article-card__cover:hover > a {
        transform: scale(1.1)
    }

    .article-card__cover:after {
        display: block;
        content: "";
        padding-bottom: 61.8%
    }

.article-card__cover-image {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover
}

.article-card__centered {
    display: flex;
    justify-content: center;
    align-items: center
}

.article-card__title {
    display: block;
    text-decoration: none;
    margin-top: 15px;
    color: #1e1f26;
    line-height: 1
}

    .article-card__title:hover {
        color: #000
    }

.article-card__teaser {
    margin-top: 5px
}

.article-card__meta {
    margin-top: 15px
}

.article-card__date {
    color: #ccc
}

.article-card__tags {
    display: block;
    margin-top: 1px
}

.article-card__tag {
    display: inline;
    white-space: nowrap;
    color: #818181
}

    .article-card__tag:hover {
        color: #414141
    }

    .article-card__tag:before {
        content: "#";
        color: #5fc6c4;
        position: relative;
        top: .07em;
        margin-right: .1em
    }

.article--article {
    overflow: hidden;
    padding-bottom: 8rem
}

.article--article__cover {
    position: relative;
    background-color: #ececec;
    overflow: hidden;
    transition: all .05s;
    max-height: 50vh;
    background-size: cover;
    background-position: 50% 25%
}

.article--article__cover-image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .001
}

.article--article__cover:after {
    display: block;
    content: "";
    padding-bottom: 61.8%
}

.article--article__contain {
    position: relative;
    background-color: #ececec;
    overflow: hidden;
    transition: all .05s;
    max-height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

    .article--article__contain:after {
        display: block;
        content: "";
        padding-bottom: 61.8%
    }

.article--article__title {
    position: relative;
    line-height: 1;
    font-family: SONGER_ SemiExpanded, arial, sans-serif;
    padding: .7em 0;
    border-bottom: 1px solid #5fc6c4;
    font-size: 30px
}

@media (min-width:768px) {
    .article--article__title {
        text-align: center;
        font-size: 40px
    }
}

.article--article__body {
    font-size: 22px;
    margin-top: 2em
}

    .article--article__body h2,
    .article--article__body h3,
    .article--article__body h4,
    .article--article__body h5 {
        clear: both
    }

    .article--article__body h2 {
        margin-top: 4rem;
        margin-bottom: 2.5rem;
        font-family: SONGER_ SemiExpanded, arial, sans-serif;
        font-weight: 400
    }

    .article--article__body h3 {
        margin-top: 2rem
    }

    .article--article__body p {
        line-height: 1.4;
        font-size: inherit
    }

    .article--article__body .figure,
    .article--article__body figure,
    .article--article__body p {
        margin: 1.2em 0
    }

    .article--article__body .figure,
    .article--article__body figure {
        display: block;
        width: 100%
    }

@media (min-width:768px) {
    .article--article__body .figure,
    .article--article__body figure {
        max-width: 45%
    }

        .article--article__body .figure.left,
        .article--article__body figure.left {
            margin-right: 1.2em;
            float: left
        }

        .article--article__body .figure.right,
        .article--article__body figure.right {
            margin-left: 1.2em;
            float: right
        }
}

@media (min-width:1024px) {
    .article--article__body .figure,
    .article--article__body figure {
        max-width: 30%
    }
}

.article--article__body .figure img,
.article--article__body figure img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.article--article__body .figure figcaption,
.article--article__body figure figcaption {
    max-width: 100%;
    color: #aaa;
    font-size: 80%;
    line-height: 1.1;
    text-align: center;
    margin: .5em 0 1em
}

.article--article__footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5rem
}

.article--article__tags {
    width: 100%;
    margin-bottom: 1em
}

.article--article__tag {
    display: inline
}

.article--article__date {
    text-align: center;
    margin-right: auto
}

.article--article__share a {
    color: #1e1f26;
    -webkit-text-decoration-color: #ccc;
    text-decoration-color: #ccc;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}

    .article--article__share a:hover {
        color: #000
    }

@media (min-width:768px) {
    .cash-system-integration.b-section {
        padding: 9rem 0 6rem
    }
}

@media (min-width:768px) {
    .cash-system-integration h2 {
        margin-top: -2em
    }
}

.cash-system-integration__image {
    margin-bottom: 20px;
    margin-right:10%
}

@media (min-width:768px) {
    .cash-system-integration__image {
        width: 50%;
        margin-bottom: 0
    }
}

.cash-system-integration__image img {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .cash-system-integration__image img {
        width: calc(120% + 70px);
        margin: 0 -90px 0 -10%
    }
}

@media (min-width:768px) {
    .cash-system-integration__text {
        width: 50%;
        padding-left: 55px
    }
}

.cash-system-integration__text p {
    color: #6a6a6a;
    font-size: 22px
}

.cash-system-integration__text-img {
    line-height: 33px
}

    .cash-system-integration__text-img img:first-child {
        margin-right: 20px
    }

@media (min-width:768px) {
    .for-buisness.b-section {
        padding: 7rem 0 4rem
    }

    .for-buisness h2 {
        margin-bottom: 1em
    }
}

.for-buisness__image {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .for-buisness__image {
        width: 50%;
        margin-bottom: 0
    }
}

.for-buisness__image img {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .for-buisness__image img {
        width: calc(120% + 70px);
        margin: 0 -90px 0 -10%
    }
}

@media (min-width:768px) {
    .for-buisness__text {
        width: 50%
    }
}

.for-buisness__text p {
    color: #6a6a6a;
    font-size: 22px
}

.for-buisness__text-img {
    line-height: 33px
}

    .for-buisness__text-img img:first-child {
        margin-right: 20px
    }

.for-buisness__text .b-simple-list li:before {
    top: .3em;
    width: 12px;
    height: 12px
}

.for-buisness__text .b-buttons-block {
    margin: 1.5em 0
}

    .for-buisness__text .b-buttons-block .b-button {
        background: linear-gradient(93.09deg, #3c938d 2.56%, #5fc6c4 88.06%);
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        text-transform: none;
        box-shadow: none;
        padding: 1.1em 3.5em
    }

@media (min-width:768px) {
    .where-place.b-section {
        padding: 6rem 0 2rem
    }
}

.where-place h2 {
    text-align: center;
    margin-bottom: 2em;
    font-size: 4rem
}

@media (max-width:768px) {
    .where-place h2 {
        font-size: 2.4rem
    }
}

.where-place__item {
    position: relative;
    padding-bottom: 93.37349%;
    background: #f9f9f9;
    border-radius: 25px
}

.where-place__text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 130%
}

@media (min-width:1024px) {
    .where-place__text {
        padding: 35px
    }
}

.where-place__img {
    display: block
}

    .where-place__img,
    .where-place__img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

.home--how-it-works__list {
    margin-top: 30px
}

.home--how-it-works__list-item {
    position: relative;
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:480px) and (max-width:768px) {
    .home--how-it-works__list-item {
        width: 50%
    }
}

@media (min-width:768px) {
    .home--how-it-works__list-item {
        width: 33.33%
    }
}

@media (min-width:480px) and (max-width:768px) {
    .home--how-it-works__list-item_2 {
        margin-top: 200px;
        margin-bottom: -100px
    }
}

.home--how-it-works__list-item > * {
    position: relative
}

.home--how-it-works__list-item .h-3 {
    padding-bottom: 2rem;
    position: relative
}

    .home--how-it-works__list-item .h-3:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 3rem;
        height: 3px;
        background-color: #fcc60e;
        background-image: linear-gradient(90deg, transparent, #ed693c);
        border-radius: 100px
    }

.home--how-it-works__figure {
    display: block;
    top: 0;
    width: 100%
}

    .home--how-it-works__figure:after,
    .home--how-it-works__figure:before {
        content: "";
        display: block;
        background-repeat: no-repeat
    }

    .home--how-it-works__figure:before {
        position: absolute;
        top: 2px;
        left: -30px;
        width: 145px;
        background-position: 50% 50%;
        height: 100px
    }

@media (min-width:480px) {
    .home--how-it-works__figure:before {
        height: 160px
    }
}

.home--how-it-works__figure:after {
    background-position: 100% 50%;
    right: 0;
    width: 100%;
    background-size: contain;
    margin-bottom: -30px;
    height: 120px
}

@media (min-width:480px) {
    .home--how-it-works__figure:after {
        height: 160px
    }
}

.home--how-it-works__list-item_1 .home--how-it-works__figure:before {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144.38' height='144.38'%3E%3Cstyle%3E.st6{fill:%23fff;stroke:%23ddd;stroke-miterlimit:10}.st7{fill:%23a4a4a5}%3C/style%3E%3Cfilter filterUnits='objectBoundingBox' height='130%25' id='AI_Shadow_123123' width='142%25' x='-15%25' y='-15%25'%3E%3CfeOffset dx='1' dy='2' in='SourceGraphic' result='offOut'/%3E%3CfeColorMatrix in='offOut' result='matrixOut' values='0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0'/%3E%3CfeGaussianBlur in='matrixOut' result='blurOut' stdDeviation='5'/%3E%3CfeBlend in='SourceGraphic' in2='blurOut'/%3E%3C/filter%3E%3Cpath fill='none' d='M0 0h144.38v144.38H0z'/%3E%3Cg filter='url(%23AI_Shadow_123123)'%3E%3Cpath d='M106.1 114.44H35.76a5.07 5.07 0 01-5.07-5.07V32.1c0-2.8 2.27-5.07 5.07-5.07h70.34c2.8 0 5.07 2.27 5.07 5.07v77.27c0 2.8-2.27 5.07-5.07 5.07z' fill='%23dbdada'/%3E%3C/g%3E%3Cpath d='M108.01 114.44H33.84a3.16 3.16 0 01-3.16-3.16V37.85a3.16 3.16 0 013.16-3.16h74.17a3.16 3.16 0 013.16 3.16v73.44c0 1.74-1.41 3.15-3.16 3.15z' fill='%23f9f9f9'/%3E%3Cpath d='M108.01 114.44H33.84a3.16 3.16 0 01-3.16-3.16V37.85a3.16 3.16 0 013.16-3.16h74.17a3.16 3.16 0 013.16 3.16v73.44c0 1.74-1.41 3.15-3.16 3.15z' fill='none' stroke='%23ddd' stroke-miterlimit='10'/%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='31.134' y1='83.229' x2='102.063' y2='122.38'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23e83e39'/%3E%3C/linearGradient%3E%3Cpath d='M70.25 105.74H45.31c-4.31 0-7.81-3.49-7.81-7.81 0-4.31 3.49-7.81 7.81-7.81h24.94c4.31 0 7.81 3.49 7.81 7.81 0 4.32-3.49 7.81-7.81 7.81z' fill='url(%23SVGID_1_)'/%3E%3Cpath class='st6' d='M38.64 67.37h62.51v16.47H38.64z'/%3E%3Ccircle class='st7' cx='47.73' cy='75.75' r='3.65'/%3E%3Ccircle class='st7' cx='58.91' cy='75.75' r='3.65'/%3E%3Ccircle class='st7' cx='70.1' cy='75.75' r='3.65'/%3E%3Cg%3E%3Cpath class='st6' d='M38.64 45.18h62.51v16.47H38.64z'/%3E%3Cpath class='st7' d='M44.07 50.19h17.7v6.74h-17.7zM66.45 50.19h22.99v6.74H66.45z'/%3E%3C/g%3E%3C/svg%3E")
}

.home--how-it-works__list-item_1 .home--how-it-works__figure:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='140'%3E%3Cpath d='M73.83 41.29L56.7 53.32 39.38 26.88l33-21.7h32.82v129.81H73.83v-93.7z' opacity='.5' fill='%23ede9e1'/%3E%3Cpath fill='none' d='M0 0h108v140H0z'/%3E%3C/svg%3E")
}

.home--how-it-works__list-item_2 .home--how-it-works__figure:before {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144.38' height='144.38'%3E%3Cstyle%3E.st5{fill:%232e2e2e}%3C/style%3E%3Cfilter filterUnits='objectBoundingBox' height='130%25' id='AI_Shadow_123123' width='142%25' x='-15%25' y='-15%25'%3E%3CfeOffset dx='1' dy='2' in='SourceGraphic' result='offOut'/%3E%3CfeColorMatrix in='offOut' result='matrixOut' values='0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0'/%3E%3CfeGaussianBlur in='matrixOut' result='blurOut' stdDeviation='5'/%3E%3CfeBlend in='SourceGraphic' in2='blurOut'/%3E%3C/filter%3E%3Cpath fill='none' d='M0 0h144.38v144.38H0z'/%3E%3Cg filter='url(%23AI_Shadow_123123)'%3E%3Cpath d='M113.14 92.55H32.71c-2.4 0-4.35-1.95-4.35-4.35V38.77c0-2.4 1.95-4.35 4.35-4.35h80.43c2.4 0 4.35 1.95 4.35 4.35V88.2c0 2.4-1.95 4.35-4.35 4.35z' fill='%23dbdada'/%3E%3C/g%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-1.817' y1='.937' x2='147.703' y2='123.447'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath d='M115.58 91.37h-85a2.86 2.86 0 01-2.86-2.86V36.1a2.86 2.86 0 012.86-2.86h84.99a2.86 2.86 0 012.86 2.86v52.41a2.85 2.85 0 01-2.85 2.86z' fill='url(%23SVGID_1_)'/%3E%3Cpath fill='%23fff' d='M70.06 43.59h39.14v37.64H70.06z'/%3E%3Cpath class='st5' d='M75.08 48.11h6.02v6.02h-6.02zM81.1 54.13h6.02v6.02H81.1zM87.12 48.11h6.02v6.02h-6.02zM93.15 54.13h6.02v6.02h-6.02zM75.08 60.15h6.02v6.02h-6.02z'/%3E%3Cpath class='st5' d='M81.1 60.15h6.02v6.02H81.1zM87.12 66.17h6.02v6.02h-6.02zM75.08 72.19h6.02v6.02h-6.02zM93.15 72.19h6.02v6.02h-6.02zM99.17 48.11h6.02v6.02h-6.02zM99.17 60.15h6.02v6.02h-6.02z'/%3E%3Cg%3E%3ClinearGradient id='SVGID_2_' gradientUnits='userSpaceOnUse' x1='21.481' y1='26.977' x2='43.406' y2='61.858'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_2_)' d='M35.54 67.85h26.28v4.8H35.54z'/%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='14.497' y1='31.367' x2='36.422' y2='66.248'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_3_)' d='M35.54 76.09h17.15v4.8H35.54z'/%3E%3Cg%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='31.068' y1='20.951' x2='52.993' y2='55.831'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath d='M55.05 48.55c0 3.52-2.85 8.65-6.38 8.65s-6.38-5.12-6.38-8.65 2.85-6.38 6.38-6.38 6.38 2.86 6.38 6.38z' fill='url(%23SVGID_4_)'/%3E%3ClinearGradient id='SVGID_5_' gradientUnits='userSpaceOnUse' x1='24.53' y1='25.06' x2='46.455' y2='59.941'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath d='M57.74 63.57c-1.81-3.81-5.18-6.38-9.06-6.38-3.88 0-7.26 2.57-9.06 6.38h18.12z' fill='url(%23SVGID_5_)'/%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='27.457' y1='23.22' x2='49.382' y2='58.101'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_6_)' d='M45.76 54.47h5.67v4.77h-5.67z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.home--how-it-works__list-item_2 .home--how-it-works__figure:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='140'%3E%3Cpath d='M57.01 103.82h48.86V135H5.05V99.26c30.08-14.4 70.37-35.92 70.37-52.69 0-8.93-8.75-14.95-19.14-14.95-10.03 0-21.69 6.2-27.53 20.97L1.04 42.38C10.34 13.39 33.49.81 56.1.81c26.43 0 50.87 18.05 50.87 45.76-.01 29.17-24.44 44.67-49.96 57.25z' opacity='.5' fill='%23ede9e1'/%3E%3Cpath fill='none' d='M0 0h108v140H0z'/%3E%3C/svg%3E")
}

.home--how-it-works__list-item_3 .home--how-it-works__figure:before {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144.38' height='144.38'%3E%3Cstyle%3E.st2{fill:%23dbdada}.st5{fill:%232e2e2e}%3C/style%3E%3Cfilter filterUnits='objectBoundingBox' height='130%25' id='AI_Shadow_123123' width='142%25' x='-15%25' y='-15%25'%3E%3CfeOffset dx='1' dy='2' in='SourceGraphic' result='offOut'/%3E%3CfeColorMatrix in='offOut' result='matrixOut' values='0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0'/%3E%3CfeGaussianBlur in='matrixOut' result='blurOut' stdDeviation='5'/%3E%3CfeBlend in='SourceGraphic' in2='blurOut'/%3E%3C/filter%3E%3Cfilter filterUnits='objectBoundingBox' height='200%25' id='AI_Shadow_12312' width='200%25' x='-15%25' y='-15%25'%3E%3CfeOffset dx='1' dy='2' in='SourceGraphic' result='offOut'/%3E%3CfeColorMatrix in='offOut' result='matrixOut' values='0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0'/%3E%3CfeGaussianBlur in='matrixOut' result='blurOut' stdDeviation='5'/%3E%3CfeBlend in='SourceGraphic' in2='blurOut'/%3E%3C/filter%3E%3Cpath fill='none' d='M0 0h144.38v144.38H0z'/%3E%3Cg filter='url(%23AI_Shadow_12312)'%3E%3Cpath class='st2' d='M74.93 75.16h33.04c1.18 0 2.14-.96 2.14-2.14V43.6c0-1.18-.96-2.14-2.14-2.14H74.93c-1.18 0-2.14.96-2.14 2.14v29.41c0 1.19.96 2.15 2.14 2.15z'/%3E%3C/g%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-2777.008' y1='58.315' x2='-2739.269' y2='58.315' gradientTransform='translate(2849.854)'%3E%3Cstop offset='0' stop-color='%23fff23a'/%3E%3Cstop offset='1' stop-color='%23f7ad40'/%3E%3C/linearGradient%3E%3Cpath d='M109.16 75.55h-34.9c-.78 0-1.42-.64-1.42-1.42V42.5c0-.78.64-1.42 1.42-1.42h34.9c.78 0 1.42.64 1.42 1.42v31.63c0 .79-.63 1.42-1.42 1.42z' fill='url(%23SVGID_1_)'/%3E%3Cg%3E%3Cpath fill='%23fff' d='M78.68 46.4h23.51v23.51H78.68z'/%3E%3Cpath class='st5' d='M82.78 50.09h4.92v4.92h-4.92z'/%3E%3Cpath class='st5' d='M92.62 50.09v4.92H87.7v4.92h-4.92v4.92h9.84v-4.92h4.93v-9.84z'/%3E%3C/g%3E%3Cg%3E%3Cg filter='url(%23AI_Shadow_123123)'%3E%3Cpath class='st2' d='M76.11 107.5l-37.45-3.28a3.682 3.682 0 01-3.34-3.98l6.51-74.42a3.682 3.682 0 013.98-3.34l37.45 3.28c2.02.18 3.51 1.96 3.34 3.98l-6.51 74.42a3.682 3.682 0 01-3.98 3.34z'/%3E%3C/g%3E%3Cpath d='M73.79 103.8l-32.44-2.84a3.487 3.487 0 01-3.17-3.78l6.1-69.73a3.487 3.487 0 013.78-3.17l32.44 2.84c1.92.17 3.34 1.86 3.17 3.78l-6.1 69.73a3.494 3.494 0 01-3.78 3.17z' fill='%23fff' stroke='%23ddd' stroke-miterlimit='10'/%3E%3Cpath class='st2' d='M75.26 31.05l-22.74-1.99a.712.712 0 01-.65-.78l.34-3.86c.03-.39.38-.69.78-.65l22.74 1.99c.39.03.69.38.65.78l-.34 3.86c-.03.39-.38.68-.78.65z'/%3E%3C/g%3E%3C/svg%3E")
}

.home--how-it-works__list-item_3 .home--how-it-works__figure:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='140'%3E%3Cpath d='M28.02 91.6c6.02 11.12 16.23 16.23 26.07 16.23 12.03 0 20.78-6.56 20.78-13.31 0-5.65-7.29-11.12-23.15-11.12H36.95V54.59h14.77c14.4 0 20.97-5.47 20.97-11.12 0-6.02-7.84-11.3-19.69-11.3-9.12 0-19.14 3.83-24.25 13.49L1.22 31.62C11.25 9.56 31.85.81 52.08.81c29.54 0 53.05 20.05 53.05 42.3 0 9.48-4.56 17.87-12.76 24.79 10.57 6.93 14.95 16.41 14.95 26.62 0 22.61-23.52 44.67-53.96 44.67-20.97 0-42.48-10.03-52.69-33.18L28.02 91.6z' opacity='.5' fill='%23ede9e1'/%3E%3Cpath fill='none' d='M0 0h108v140H0z'/%3E%3C/svg%3E")
}

@media (min-width:768px) {
    .how-it-works.b-section {
        padding: 4rem 0 6em
    }
}

@media (min-width:1024px) {
    .how-it-works .h-2 {
        display: inline-block;
        margin-bottom: 55px;
        position: relative
    }

        .how-it-works .h-2:before {
            content: "";
            position: absolute;
            left: 100%;
            top: 0;
            width: 153px;
            height: 72px;
            margin: 24px 0 0 20px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='153' height='72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 2.5C33-1 108.8 7.7 152 70.5' stroke='%23DBDADA' stroke-width='2' stroke-dasharray='4 4'/%3E%3Cpath d='M152 63.5v7h-6.5' stroke='%23DBDADA' stroke-width='2'/%3E%3C/svg%3E")
        }
}

.how-it-works__list {
    margin-top: 30px
}

.how-it-works__list-item {
    position: relative;
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:480px) and (max-width:768px) {
    .how-it-works__list-item {
        width: 50%
    }
}

@media (min-width:768px) {
    .how-it-works__list-item {
        width: 33.33%
    }
}

@media (max-width:480px) {
    .how-it-works__list-item {
        margin-bottom: 20px
    }
}

@media (min-width:480px) and (max-width:768px) {
    .how-it-works__list-item_2 {
        margin-top: 200px;
        margin-bottom: -100px
    }
}

.how-it-works__list-item > * {
    position: relative
}

.how-it-works__list-item .h-3 {
    padding-bottom: 2rem;
    position: relative
}

    .how-it-works__list-item .h-3:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 3rem;
        height: 3px;
        background-color: #fcc60e;
        background-image: linear-gradient(90deg, transparent, #ed693c);
        border-radius: 100px
    }

.how-it-works__figure {
    position: relative;
    z-index: 2;
    display: block;
    width: 174px;
    height: 360px;
    margin-left: 30px;
    margin-bottom: -30px
}

    .how-it-works__figure:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

.how-it-works__title {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 110%;
    color: #000
}

    .how-it-works__title:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 16px;
        margin-right: 5px
    }

.how-it-works__list-item_1 .how-it-works__title:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("/img/1.svg");
}
    .how-it-works__list-item_2 .how-it-works__title:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("/img/2.svg");
}

.how-it-works__list-item_3 .how-it-works__title:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/img/3.svg);
}

.how-it-works__text-wrap {
    margin: 0 4px;
    padding: 0 0 10px;
    background: #f39a39;
    background: linear-gradient(270deg, #3c938e, #5fc6c3);
    border-radius: 15px
}

.how-it-works__text {
    margin: 0 -10px;
    padding: 55px 40px 20px;
    background: #fff;
    box-shadow: 0 4px 44px rgba(124, 105, 57, .1);
    border-radius: 16px
}

    .how-it-works__text p {
        color: #67686a
    }

.how-it-works__additional-text {
    margin: 2rem 0 0
}

@media (min-width:768px) {
    .how-it-works__additional-text {
        margin: 5rem 0 0
    }
}

.home--lets-begin {
    background-color: #fff;
    overflow: hidden
}

.home--lets-begin__wrapper {
    display: flex;
    align-items: flex-end
}

.home--lets-begin__figure {
    width: 400px;
    margin-left: -30%
}

.home--lets-begin__image {
    position: relative;
    max-width: 400px;
    margin-bottom: -10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='468.4' height='517.25'%3E%3Cstyle%3E.st16{fill-rule:evenodd;clip-rule:evenodd;fill:%23494949}%3C/style%3E%3Cfilter filterUnits='objectBoundingBox' height='190%25' id='AI_Shadow_123123' width='142%25' x='-15%25' y='-15%25'%3E%3CfeOffset dx='1' dy='2' in='SourceGraphic' result='offOut'/%3E%3CfeColorMatrix in='offOut' result='matrixOut' values='0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0'/%3E%3CfeGaussianBlur in='matrixOut' result='blurOut' stdDeviation='5'/%3E%3CfeBlend in='SourceGraphic' in2='blurOut'/%3E%3C/filter%3E%3Cpath d='M421.5 383.87a3.682 3.682 0 00-2.64-1.09c-.98 0-1.93.39-2.62 1.09-.7.7-1.09 1.64-1.09 2.63 0 .49.1.98.28 1.43a3.684 3.684 0 003.42 2.28c.98 0 1.91-.38 2.61-1.07.34-.35.62-.76.8-1.21.18-.45.28-.94.28-1.43s-.09-.97-.28-1.43c-.18-.45-.46-.86-.8-1.21l.04.01zm-2.64-3.16a5.771 5.771 0 014.08 1.69c.54.54.97 1.18 1.26 1.88a5.821 5.821 0 010 4.44c-.29.7-.72 1.34-1.27 1.87a5.83 5.83 0 01-2.96 1.53c-1.12.21-2.27.09-3.32-.36a5.745 5.745 0 01-2.57-2.13 5.78 5.78 0 01-.97-3.19c0-.76.15-1.52.44-2.22s.72-1.34 1.25-1.88a5.81 5.81 0 011.88-1.26c.7-.29 1.46-.44 2.22-.44l-.04.07z' fill-rule='evenodd' clip-rule='evenodd' fill='%23ffa100'/%3E%3Cpath d='M19.51 489.39c-3.56.01-6.97 1.44-9.48 3.96a13.467 13.467 0 00-3.92 9.5v.98c.01 3.55 1.42 6.96 3.94 9.47 2.51 2.51 5.91 3.93 9.46 3.94 3.55 0 6.96-1.42 9.48-3.93 2.51-2.51 3.93-5.92 3.94-9.48v-.98c-.01-3.56-1.43-6.97-3.94-9.49a13.422 13.422 0 00-9.48-3.94v-.03zm438.64-13.36c2.71 0 5.31-1.08 7.23-3 1.92-1.92 3-4.52 3.01-7.23v-.22c0-2.72-1.09-5.32-3.01-7.24-1.92-1.92-4.52-3-7.24-3.01-2.71.01-5.31 1.09-7.23 3.01a10.275 10.275 0 00-3 7.24v.22c.01 2.71 1.09 5.31 3.01 7.23a10.33 10.33 0 007.23 3zM10.99 455.32h422.8c2.74.01 5.37 1.1 7.31 3.05 1.94 1.94 3.03 4.57 3.04 7.32a10.36 10.36 0 01-3.05 7.31 10.34 10.34 0 01-7.31 3.03h-38.47a12.14 12.14 0 00-8.55 3.56 12.154 12.154 0 00-3.55 8.56 12.17 12.17 0 003.18 8.17c2.04 2.23 4.83 3.62 7.84 3.91h20.9c3.58 0 6.51 3.81 6.51 8.49 0 4.66-2.93 8.49-6.51 8.49H54.9A13.943 13.943 0 0141 503.29c.01-3.69 1.48-7.22 4.08-9.83 2.6-2.61 6.13-4.08 9.82-4.09h15.63c1.6 0 3.14-.64 4.27-1.77a6.101 6.101 0 001.78-4.27c0-1.6-.64-3.14-1.78-4.28a6.101 6.101 0 00-4.27-1.78H10.99c-2.91 0-5.7-1.16-7.76-3.22A11.028 11.028 0 010 466.29a11 11 0 013.22-7.77c2.06-2.03 4.85-3.19 7.77-3.2z' fill-rule='evenodd' clip-rule='evenodd' fill='%23f1f1f1'/%3E%3Cpath d='M289.62 0H111.64C97.87 0 86.7 11.18 86.7 24.96v418.19c0 13.79 11.17 24.96 24.94 24.96h177.98c13.78 0 24.94-11.18 24.94-24.96V24.96C314.57 11.18 303.4 0 289.62 0z' fill='%234f4f4f'/%3E%3Cpath d='M263.33 14.62v2.15a9.489 9.489 0 01-2.79 6.69 9.539 9.539 0 01-6.69 2.78h-106.4c-2.51 0-4.92-1-6.69-2.78a9.489 9.489 0 01-2.79-6.69v-2.15c-.32-.75-.86-1.38-1.54-1.83-.68-.45-1.47-.69-2.29-.69h-22.48c-3.4.03-6.65 1.4-9.06 3.81-2.4 2.41-3.77 5.66-3.8 9.06v418.17a12.99 12.99 0 0012.86 12.87h177.95c3.4-.03 6.65-1.4 9.06-3.81 2.4-2.41 3.77-5.66 3.8-9.06V24.96a12.99 12.99 0 00-12.86-12.87h-22.48c-.81.01-1.6.25-2.28.7a4.18 4.18 0 00-1.52 1.83z' fill-rule='evenodd' clip-rule='evenodd' fill='%23fff'/%3E%3Cpath d='M419.97 117.19l-2.62-1.53.12-.87h-1.84c-.53-.04-1.06.29-1.21.86l-8.27 32.32h5.63l8.5-30a.68.68 0 00-.31-.78z' fill='%23c7b299'/%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='408.109' y1='131.381' x2='422.265' y2='131.381'%3E%3Cstop offset='0' stop-color='%23d0d1d1'/%3E%3Cstop offset='1' stop-color='%23fcfcfc'/%3E%3C/linearGradient%3E%3Cpath d='M408.11 147.97l8.27-32.32a1.15 1.15 0 011.69-.71l3.85 2.25c.27.16.4.48.32.78l-8.5 30h-5.63z' fill='url(%23SVGID_1_)'/%3E%3Cg filter='url(%23AI_Shadow_123123)'%3E%3Cellipse cx='373.33' cy='462.68' rx='10.04' ry='7.36' fill='%23dbdada'/%3E%3C/g%3E%3ClinearGradient id='SVGID_2_' gradientUnits='userSpaceOnUse' x1='26.231' y1='436.115' x2='-11.532' y2='444.507' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fce7cd'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M363.49 447.72c0 1.37.24 7.43-1.04 9.94-.32.63.26 1.36.52 1.86.8 1.86 3.32 4.18 11.56 5.42 7.4.87 14.89.78 22.27-.26 4.81-.61 1.97-2.95-.24-3.94-2.21-.98-19.1-6.48-21.55-8.88-2.45-2.4-.67-6.56-1.04-7.23-.36-.67-9.31-.61-10.48 3.09z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_2_)'/%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-90.022' y1='464.317' x2='-43.849' y2='464.317' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fcc60e'/%3E%3Cstop offset='1' stop-color='%23ed693c'/%3E%3C/linearGradient%3E%3Cpath d='M362.45 457.65c-.49.14-.94.41-1.29.78-.35.37-.6.83-.72 1.32-.4 3.3-.05 6.65 1.04 9.79 1.06 2.1 6.64 1.28 16.37 1.28h14.51c5.29 0 13.1-1.52 13.98-3.57.87-2.04-3.3-6.3-10.49-6.74 0 0 1.43.97-.41 2.32-1.84 1.36-8.28 2.73-18.02 1.6-9.73-1.13-14.62-5.29-14.97-6.78z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_3_)'/%3E%3Cpath d='M373.11 250.94l2.47 3.62s5.88 64.49 5.57 84.7c-.32 20.21-4.18 23.33-4.34 43.71-.17 20.38-2.26 59.57-2.1 64.45.17 4.89-8.87 3.83-11.49 1.75-2.62-2.08-5.22-70.31-4.51-80.48.32-11.37-.88-22.73-3.56-33.79-2.26-9.4-16.18-61.48-16.18-75.08-.01-13.6 34.14-8.88 34.14-8.88z' fill-rule='evenodd' clip-rule='evenodd' fill='%23419112'/%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='9.551' y1='361.055' x2='-28.212' y2='369.447' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fce7cd'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M337.94 347.64c-1.12.47-2.34.64-3.54.48-1.66-.15-3.33-.18-4.99-.11-.63.07-1.25.2-1.86.41-1.86.71-4.36 3.1-6.03 11.27a86.265 86.265 0 00-.98 22.29c.35 4.81 2.84 2.12 3.95 0 1.11-2.12 6.83-16.88 11.14-20.73 4.31-3.84 4.86-3.36 5.57-3.71.69-.36.35-8.53-3.26-9.9z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_4_)'/%3E%3ClinearGradient id='SVGID_5_' gradientUnits='userSpaceOnUse' x1='-12.961' y1='368.518' x2='1.855' y2='368.518' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fcc60e'/%3E%3Cstop offset='1' stop-color='%23ed693c'/%3E%3C/linearGradient%3E%3Cpath d='M329.4 348.01c-.11-.5-.35-.95-.7-1.33s-.78-.65-1.27-.79c-3.27-.59-6.63-.41-9.82.5-2.15.95-1.67 6.58-2.19 16.29-.52 9.71-.52 9.29-.8 14.51-.28 5.22.82 13.19 2.78 14.15 1.97.97 6.46-2.95 7.31-10.1 0 0-1.04 1.39-2.28-.54-1.24-1.93-2.28-8.41-.61-18.09 1.68-9.68 6.08-14.32 7.58-14.6z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_5_)'/%3E%3Cpath d='M333.76 240.03c-2.77 2.04-13.64 9.29-14.74 11.63-20.54 44.58 63.57 56.8 73.44 71.51 1.67 2.47-54.27 23.16-55.9 24.48-1.63 1.32-.3 10.01 1.73 11.42 2.02 1.41 70.21-13.93 85.72-23.37 0 0 9.82-7.43.45-24.04-9.37-16.61-52.82-44.26-55.68-47.74-2.86-3.47-7.76-7.75-5.86-13.75 1.89-5.98-29.16-10.14-29.16-10.14z' fill-rule='evenodd' clip-rule='evenodd' fill='%234fa21e'/%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-102.391' y1='182.732' x2='-91.569' y2='161.81' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fce7cd'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M404.92 167.87l2.21-.71c.61-1.6 1.49-3.09 2.62-4.38 1.43-1.32 3.93-3.44 4.14-6.41.2-2.97-10.99-4.59-11.01-3.96-.02.63-4.7 5.16-4.25 7.06.47 1.7 1.09 3.36 1.86 4.96l4.43 3.44z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_6_)'/%3E%3ClinearGradient id='SVGID_7_' gradientUnits='userSpaceOnUse' x1='-117.155' y1='217.106' x2='-63.429' y2='189.659' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fcc60e'/%3E%3Cstop offset='1' stop-color='%23ed693c'/%3E%3C/linearGradient%3E%3Cpath d='M366.28 167.65s14.03 32.49 16.7 35.83c2.67 3.34 14.85-32.56 17.45-39.01 0 0 5.09.26 6.7 1.86 0 0-8.15 43.19-11.93 51.86-3.79 8.67-12.12 9.86-19.67 6.65-7.55-3.21-27.06-37.48-31.16-43.82-4.11-6.33 6.78-28.31 21.91-13.37z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_7_)'/%3E%3Cpath class='st16' d='M321.73 150.11c-14.68-20.43-4.06-34.66 7.42-41.44 5.33-3.14 9.97-13.88 9.85-18.57-.33-16.48 8.13-35.29 25.22-30.04 31.42-12.82 33.59 15.38 28.88 34.16-1.32 5.18 1.69 10.36 6.29 15.05 11.14 11.39 4.58 26.12.19 34.18-4.4 8.06 3.43 17-.74 23.33-4.94 7.43-27.3 27.12-31.55 6.52-7.71-36.91-21.99-19.29-45.56-23.19z'/%3E%3ClinearGradient id='SVGID_8_' gradientUnits='userSpaceOnUse' x1='-53.283' y1='150.539' x2='-38.899' y2='125.155' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fce7cd'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M363.7 112.89l.56 5.39c-.72-.02-1.42.17-2.03.55-.61.38-1.08.94-1.37 1.6-1.68 6.62-2.7 13.4-3.04 20.23 0 0-.19.43-.95.13s-9.45-10.14-15.96-12.37l14.23-32.34 8.56 16.81z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_8_)'/%3E%3ClinearGradient id='SVGID_9_' gradientUnits='userSpaceOnUse' x1='-96.461' y1='202.036' x2='10.463' y2='190.045' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fcc60e'/%3E%3Cstop offset='1' stop-color='%23ed693c'/%3E%3C/linearGradient%3E%3Cpath d='M357.94 139.54s1.17 3.96 6.96 11.57c5.79 7.62 19.6 20.9 19.6 27.73 0 6.84-7.66 22.14-8.69 29.22-2.56 17.79 4.05 33.69 1.97 51.62-.22 1.86-.97 1.47-1.63 1.3a152.782 152.782 0 00-30.36-1.86c-14.07.82-24.13-3.14-27.26-5.81-.44-.47-.77-1.04-.96-1.65-.2-.61-.26-1.26-.19-1.9.48-1.71 9.93-21.23 9.78-41.98-.15-20.75-27.97-65.59 13.75-79.35 3.07.7 6.08 1.64 9 2.82 2.37 1.22 8.03 8.29 8.03 8.29z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_9_)'/%3E%3ClinearGradient id='SVGID_10_' gradientUnits='userSpaceOnUse' x1='-109.208' y1='171.477' x2='-18.108' y2='187.828' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fcc60e'/%3E%3Cstop offset='1' stop-color='%23ed693c'/%3E%3C/linearGradient%3E%3Cpath d='M358.85 153.14s7.68 39.53 9.91 43.93c2.23 4.4 24.44-32.58 28.93-39.16 0 0 5.57 1.54 7 3.71 0 0-19.6 46.05-25.98 54.76-6.38 8.71-15.87 7.99-23.5 2.58s-20.95-48.29-23.94-56.32c-2.98-8.01 14.39-29.82 27.58-9.5z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_10_)'/%3E%3ClinearGradient id='SVGID_11_' gradientUnits='userSpaceOnUse' x1='-69.061' y1='93.1' x2='-49.487' y2='94.078' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fce7cd'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M378.04 67.86s8.22 5.57 8.17 12.76c.12 4.65-.42 9.29-1.61 13.78-.5.93-1.08.85-1.17 1.73-.29 2.34-.37 4.7-.24 7.06.19 3.47-2.25 2.49-3.71 3.4-1.47.91-.78 1.6-1.28 3.4-.5 1.8-1.76 1.58-2.06 2.53-.3.95 0 1.45-.22 1.86a37.86 37.86 0 00-3.71 4.48c-1.1 1.86-4.23.87-6.96-.13-2.73-1-9.48-7.21-11.67-13.86-2.19-6.65.17-15.73.17-15.73-.84-2.29-1.06-4.75-.65-7.15.85-3.16 1.19-2.53 2.73-3.14 1.54-.61 1.86 4.94 1.86 4.94s9.2-18.75 20.35-15.93z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_11_)'/%3E%3Cpath class='st16' d='M383.16 72.73c-4.27 9.83-19.56 6.09-25.54 11.14l1.6-10.25 2.97-7.11s7-4.38 7.85-4.11c.86.28 13.5 3.74 13.12 10.33z'/%3E%3ClinearGradient id='SVGID_12_' gradientUnits='userSpaceOnUse' x1='-104.519' y1='150.825' x2='-80.99' y2='150.825' gradientTransform='matrix(-1 0 0 1 316.438 0)'%3E%3Cstop offset='0' stop-color='%23fce7cd'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M404.23 163.11c1.81-1.54 3.79-2.86 5.9-3.94 4.1-2.21 7.59-4.12 8.15-5.57.28-.56.36-1.19.25-1.81-.11-.61-.42-1.17-.88-1.59-.76-.48-2.82.11-3.71-.19-.89-.3 1.37-1.54 2.82-1.86 1.26-.1 2.5-.31 3.71-.65.22-.16.38-.39.45-.66.07-.26.05-.54-.06-.79a7.7 7.7 0 00-2.9-.41 8.44 8.44 0 00-3.93.26c-1.01.37-2.06.59-3.14.65-.2-.33-.3-.71-.3-1.1 0-.39.1-.76.3-1.1.92-1.22 2.03-2.3 3.28-3.18.69-.5 3.01-.3 4.08-.69 1.08-.39.98-1.67-.3-1.86-1.53-.15-3.07-.15-4.6 0-1.86 0-2.64 1.21-5.03 2.75s-6.74 4.46-7.98 7.43c-1.24 2.97-1.6 7.08-2.67 9.12-1.07 2.07 1.36 4.51 6.56 5.19z' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23SVGID_12_)'/%3E%3Cpath class='st16' d='M341.2 90.51l12.4-.58c9.28 8.15 7.02 29.44 0 38.84-8 10.87-21.23 1.86-26.28 6.98l-1.52-12.65s23.94-19.91 15.4-32.59z'/%3E%3C/svg%3E")
}

    .home--lets-begin__image:before {
        content: "";
        display: block;
        padding-bottom: 110.42912040990606%
    }

.home--lets-begin__text {
    flex-grow: 1;
    margin-bottom: 15%
}

    .home--lets-begin__text,
    .home--lets-begin__text .h-2 {
        text-align: center
    }

.lets-begin {
    background: #fff;
    color: #fff
}

.lets-begin__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1820px;
    margin: 0px auto;
    padding: 10px 0;
    min-height: 300px;
    background: #5fc6c4;
    background: url(/img/lets-begin.png), linear-gradient(93.09deg, #3c938d 2.56%, #5fc6c4 88.06%);
    background-size: cover;
    border-radius: 25px
}

@media (max-width:480px) {
    .lets-begin__wrapper {
        padding: 30px 0 20px
    }
}

@media (min-width:868px) {
    .lets-begin__wrapper {
        margin: 0 50px;
        min-height: 400px
    }
}

.lets-begin__content {
    position: relative;
    text-align: center;
    max-width: 550px
}

@media (max-width:768px) {
    .lets-begin__content {
        padding: 0 15px
    }
}

.lets-begin__content h2 {
    font-family: Montserrat, sans-serif
}


.lets-begin__content .b-buttons-block {
    margin-top: 3rem
}

    .lets-begin__content .b-buttons-block a {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #000;
        background: #fff;
        text-transform: none;
        padding: 1.2em 1.5em
    }

.home--price {
    position: relative;
    background-color: #fff;
    padding: 5rem 0
}

@media (min-width:768px) {
    .home--price.b-section {
        padding: 5rem 0 2rem
    }
}

.price {
    width: 100%;
    max-width: 830px;
    margin: 0 auto
}

.price__title {
    text-align: center;
    margin-bottom: 3em
}

.price__content {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:768px) {
    .price__content {
        flex-direction: row
    }
}

.price__img {
    min-width: 125px;
    width: 125px;
    margin-bottom: 1em
}

@media (min-width:768px) {
    .price__img {
        min-width: 250px;
        width: 250px;
        margin-right: 64px;
        margin-bottom: 0
    }
}

.price__img img {
    display: block;
    width: 100%
}

.price__text {
    padding: 0 10px;
    text-align: center
}

@media (min-width:768px) {
    .price__text {
        padding: 0;
        text-align: left
    }
}

.price__text p {
    font-size: 22px;
    line-height: 130%;
    color: #6a6a6a
}

.price__text span {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 110%;
    color: #000
}

.home--benefits {
    overflow: hidden;
    padding-bottom: 0;
    background-image: linear-gradient(transparent, #fff)
}

@media (min-width:768px) {
    .home--benefits.b-section {
        padding: 5rem 0 2rem
    }
}

.home--benefits h2 {
    margin-bottom: 2em
}

.home--benefit {
    position: relative;
    padding: 27px 20px 3px;
    background: #fff;
    box-shadow: 0 4px 44px rgba(60, 52, 34, .1);
    border-radius: 16px
}

@media (min-width:480px) {
    .home--benefit {
        padding-left: 170px;
        padding-top: 20px;
        padding-right: 12px
    }

        .home--benefit .home--benefit__text .h-3 {
            margin-bottom: 0;
            font-family: Montserrat, sans-serif;
            font-weight: 500;
            font-size: 21px;
            line-height: 110%
        }

            .home--benefit .home--benefit__text .h-3:after {
                display: none
            }
}

.home--benefit__image {
    display: block;
    margin: 10px auto;
    width: 70px
}

@media (min-width:480px) {
    .home--benefit__image {
        margin: 0 auto
    }
}

.home--benefit__image:after {
    position: relative;
    content: "";
    display: block;
    padding-bottom: 100%
}

@media (min-width:480px) {
    .home--benefit__image {
        position: absolute;
        left: -8px;
        top: -15px;
        left: 40px;
        top: 50%;
        width: 80px;
        margin-top: -35px
    }
}

.home--benefit_stopwatch .home--benefit__image:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/img/timer.svg);
}


.home--benefit_mask .home--benefit__image:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image:url(/img/mask.svg);
}


.home--benefit_control .home--benefit__image:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image:url(/img/search.svg);}

.home--benefit_pdf .home--benefit__image:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image:url(/img/pdf.svg);
}

.home--benefit_security .home--benefit__image:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/img/lock.svg)
}
.home--benefit_mobileapp .home--benefit__image:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image:url(/img/dowland.svg);
}

.home--benefit__text {
    z-index: 1;
    position: relative;
    padding: 31px 0 18px
}

    .home--benefit__text p {
        font-size: 20px;
        line-height: 130%;
        color: #6a6a6a;
        margin: 16px 0
    }

@media (min-width:480px) and (min-width:480px) {
    .home--benefit {
        padding-right: 20px
    }
}

@media (min-width:480px) and (min-width:768px) {
    .home--benefit {
        padding-right: 30px
    }
}

@media (min-width:480px) and (min-width:1024px) {
    .home--benefit {
        padding-right: 45px
    }
}

.home--who-needs {
    position: relative;
    color: #6a6a6a
}

@media (min-width:768px) {
    .home--who-needs.b-section {
        padding: 2.5rem 0
    }
}

.home--who-needs h2 {
    font-family: Montserrat, sans-serif;
    color: #000
}

.home--who-needs__wrapper {
    position: relative;
    background: #f9f9f9;
    border-radius: 20px;
    max-width: 1820px;
    margin: 0 auto;
    padding: 10px 0
}

@media (max-width:480px) {
    .home--who-needs__wrapper {
        padding: 40px 0 15px
    }
}

@media (min-width:868px) {
    .home--who-needs__wrapper {
        margin: 0 50px
    }
}

.home--who-needs__figure {
    z-index: 2;
    position: relative;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: none
}

    .home--who-needs__figure:before {
        content: "";
        display: block;
        padding-bottom: 100%
    }

@media (min-width:768px) {
    .home--who-needs__figure {
        display: block
    }
}

@media (min-width:480px) {
    .home--who-needs__figure {
        position: absolute;
        bottom: 0;
        max-width: 1300px;
        width: 100%;
        overflow: hidden;
    }

        .home--who-needs__figure:before {
            padding-bottom: 60%
        }
}

@media (min-width:768px) {
    .home--who-needs__figure {
        position: relative;
        bottom: auto;
        top: 0;
        overflow: visible
    }

        .home--who-needs__figure:before {
            content: none
        }
}

@media (min-width:1024px) {
    .home--who-needs__figure {
        bottom: auto;
        top: -15rem
    }
}

.home--who-needs__image {
    position: absolute;
    display: block
}

    .home--who-needs__image:before {
        display: block;
        content: "";
        position: relative
    }

.home--who-needs__image_left {
    top: 2%;
    left: 0;
    width: 53%
}

@media (min-width:768px) {
    .home--who-needs__image_left {
        width: 26%
    }
}

.home--who-needs__image_left:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-bottom: 205.85067462756462%;
    background-image: url(/images/common/waiter.svg)
}

.home--who-needs__image_right {
    right: 0;
    width: 40%;
    top: 10%
}

    .home--who-needs__image_right:before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        padding-bottom: 231.9461687441029%;
        background-image: url(/img/need.svg);
    }

@media (min-width:768px) {
    .home--who-needs__image_right {
        width: 20%;
        top: 15%
    }
}

.home--who-needs__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px
}

@media (min-width:480px) {
    .home--who-needs__content {
        text-align: center;
        margin-bottom: 50%
    }
}

@media (min-width:768px) {
    .home--who-needs__content {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .home--who-needs__content {
        display: flex;
        text-align: left;
        max-width: 1080px;
        margin-top: 8rem;
        margin-bottom: 8rem;
        padding-right: 200px
    }
}

.home--who-needs__text {
    flex-grow: 1
}

@media (min-width:768px) {
    .home--who-needs__text {
        margin-right: 40px
    }
}

.home--who-needs__list {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width:480px) {
    .home--who-needs__list {
        display: flex;
        max-width: 450px
    }
}

.home--who-needs__list li {
    margin: 5px
}

.home--who-needs__occupation {
    margin-top: .2em;
    line-height: 1;
    padding: .5em 1em;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 100px
}

    .home--who-needs__occupation:hover {
        box-shadow: 0 4px 18px rgba(245, 179, 13, .24)
    }

    .home--who-needs__occupation:before {
        content: "";
        display: inline-block;
        border-radius: 100px;
        width: .55em;
        height: .55em;
        top: -.05em;
        margin-right: .5em;
        position: relative;
        background-color: #f5d83e;
        background-image: linear-gradient(90deg, transparent, f5d83e);
        background-attachment: fixed
    }

.withdrawal {
    background-color: #fff;
    padding: 6.5rem 0 3rem
}

    .withdrawal h2 {
        font-family: Montserrat, sans-serif;
        margin-bottom: 0
    }

    .withdrawal a,
    .withdrawal li,
    .withdrawal p {
        font-family: FuturaBookC, arial, sans-serif;
        color: #6a6a6a
    }

    .withdrawal p {
        font-size: 2.2rem;
        max-width: 480px
    }

.withdrawal__figure {
    position: relative;
    max-width: 60vw;
    min-width: 240px;
    margin-left: auto;
    margin-right: auto
}

    .withdrawal__figure:before {
        content: "";
        display: block;
        padding-bottom: 53.35753176043557%
    }

@media (min-width:1024px) {
    .withdrawal__figure {
        transform: translate(-30px, -17px)
    }
}

.withdrawal__image {
    position: absolute
}

.withdrawal__image_from {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image:url(/img/logo.png);
    left: 7%;
    top: 12.95%;
    width: 34.7%;
    border-radius: 5px;
    border: 4px solid #dbdada;
    box-shadow: 0 -20px #dbdada, 0 3px 0 -2px rgba(84, 125, 83, .133), 0 5px 25px -2px rgba(113, 116, 117, .133), 0 20px 30px -5px rgba(8, 80, 121, .133), 0 40px 40px -15px rgba(143, 134, 0, .067)
}

    .withdrawal__image_from:before {
        content: "";
        display: block;
        padding-bottom: 63.12688979251382%
    }

.withdrawal__image_to {
    position: absolute;
    left: 51%;
    top: 37%;
    width: 43.76%;
    border-radius: 3%/5%;
    background-repeat: no-repeat;
    transition: all .1s;
    background-color: #5fc6c3;
    background-image: linear-gradient(105deg, rgba(198, 232, 170, .302), rgba(237, 255, 231, .361) 23%, rgba(32, 150, 27, .133) 49%, rgba(147, 191, 116, .133) 76%, rgba(0, 104, 55, .067));
    background-size: 110% 100%;
    background-position: 0 0;
    box-shadow: inset 1px -1px 1px hsla(0, 0%, 100%, .067), 0 2px 0 -1px #acacac, 0 14px 15px -5px rgba(113, 116, 117, .267), 0 20px 30px -5px rgba(120, 57, 6, .133), 0 40px 40px -15px rgba(143, 62, 5, .067)
}

    .withdrawal__image_to:hover {
        background-position: 100% 0
    }

    .withdrawal__image_to:after {
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='241.36' height='151.28'%3E%3Cstyle%3E.st6,.st7{opacity:.25;fill:%23fce7cd}.st7{opacity:.2}%3C/style%3E%3Cpath d='M58.44 73.54h-30.6c-2.04 0-3.7-1.66-3.7-3.7V44.05c0-2.04 1.66-3.7 3.7-3.7h30.61c2.04 0 3.7 1.66 3.7 3.7v25.78a3.715 3.715 0 01-3.71 3.71z' fill='%23c7b299'/%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='32.656' y1='37.733' x2='62.144' y2='65.101'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M36.65 51.28v-4.75h12.98v4.75h10.93v-6.15c0-1.87-1.52-3.39-3.39-3.39H29.11c-1.87 0-3.39 1.52-3.39 3.39v6.15h10.93z' fill='url(%23SVGID_1_)'/%3E%3ClinearGradient id='SVGID_2_' gradientUnits='userSpaceOnUse' x1='33.444' y1='36.884' x2='62.931' y2='64.253'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_2_)' d='M49.63 53.18h10.93v7.6H49.63z'/%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='23.184' y1='47.939' x2='52.671' y2='75.308'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath d='M49.63 62.68v4.75H36.65v-4.75H25.72v6.08c0 1.87 1.52 3.39 3.39 3.39h28.06c1.87 0 3.39-1.52 3.39-3.39v-6.08H49.63z' fill='url(%23SVGID_3_)'/%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='27.911' y1='42.846' x2='57.398' y2='70.214'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_4_)' d='M38.55 48.43h9.19v17.1h-9.19z'/%3E%3ClinearGradient id='SVGID_5_' gradientUnits='userSpaceOnUse' x1='22.378' y1='48.807' x2='51.865' y2='76.176'%3E%3Cstop offset='0' stop-color='%23ffe494'/%3E%3Cstop offset='.503' stop-color='%23f0ab5d'/%3E%3Cstop offset='1' stop-color='%23f7c586'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_5_)' d='M25.72 53.18h10.93v7.6H25.72z'/%3E%3Cpath class='st6' d='M24.99 84.84h38.33v12.78H24.99zM24.99 126.58h110.74v12.78H24.99zM76.1 84.84h38.33v12.78H76.1zM127.21 84.84h38.33v12.78h-38.33zM178.33 84.84h38.33v12.78h-38.33z'/%3E%3Cg%3E%3Ccircle class='st7' cx='188.82' cy='126.58' r='12.78'/%3E%3Ccircle class='st7' cx='205.87' cy='126.58' r='12.78'/%3E%3C/g%3E%3Cpath fill='none' d='M0 0h241.36v151.28H0z'/%3E%3C/svg%3E");
        padding-bottom: 62.67815710971163%
    }

.withdrawal__image_flow {
    left: 41.7%;
    top: 0;
    width: 60%;
    height: 37%;
    overflow: hidden
}

.withdrawal__coin {
    position: absolute;
    -webkit-animation: none;
    animation: none;
    width: 10%;
    border-radius: 20px;
    box-shadow: 0 1px #df9d02, 0 5px 10px -2px rgba(0, 42, 121, .333), 0 10px 20px -1px rgba(0, 111, 143, .333);
    -webkit-animation: moveShadow 2.5s linear infinite, moveCoinX 2.5s cubic-bezier(0, .35, .64, 1.09) infinite, moveCoinY 2.5s cubic-bezier(.27, -1.34, .78, .09) infinite;
    animation: moveShadow 2.5s linear infinite, moveCoinX 2.5s cubic-bezier(0, .35, .64, 1.09) infinite, moveCoinY 2.5s cubic-bezier(.27, -1.34, .78, .09) infinite;
    background-color: #ffda00
}

@media (max-width:768px) {
    .withdrawal__coin {
        display: none
    }
}

.withdrawal__coin:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background-image: linear-gradient(50deg, #ffd605, rgba(255, 254, 226, .5), #ffd400);
    box-shadow: inset 1px 1px 0 -1px hsla(0, 0%, 100%, .533);
    border-radius: 20px
}

.withdrawal__coin:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 5%;
    border-radius: 20px;
    box-shadow: inset 0 -1px 2px -1px #fff, inset 0 1px 1px -1px rgba(81, 11, 11, .333)
}

.withdrawal__coin:first-of-type {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.withdrawal__coin:nth-of-type(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.withdrawal__coin:nth-of-type(3) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.withdrawal__coin:nth-of-type(4) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.withdrawal__coin:nth-of-type(5) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s
}

@-webkit-keyframes moveCoinX {
    0% {
        left: -5%;
        z-index: 1;
        width: 10%
    }

    to {
        left: 50%;
        width: 6%;
        z-index: 10
    }
}

@keyframes moveCoinX {
    0% {
        left: -5%;
        z-index: 1;
        width: 10%
    }

    to {
        left: 50%;
        width: 6%;
        z-index: 10
    }
}

@-webkit-keyframes moveCoinY {
    0% {
        top: 40%
    }

    to {
        top: 100%
    }
}

@keyframes moveCoinY {
    0% {
        top: 40%
    }

    to {
        top: 100%
    }
}

@-webkit-keyframes moveShadow {
    0% {
        box-shadow: 0 1px #df9d02, 0 2px 3px -2px rgba(0, 42, 121, .267), 0 2px 5px -1px rgba(0, 111, 143, .333)
    }

    to {
        box-shadow: 0 1px #df9d02, 0 5px 10px -2px rgba(0, 42, 121, .333), 0 10px 20px -1px rgba(0, 111, 143, .333)
    }
}

@keyframes moveShadow {
    0% {
        box-shadow: 0 1px #df9d02, 0 2px 3px -2px rgba(0, 42, 121, .267), 0 2px 5px -1px rgba(0, 111, 143, .333)
    }

    to {
        box-shadow: 0 1px #df9d02, 0 5px 10px -2px rgba(0, 42, 121, .333), 0 10px 20px -1px rgba(0, 111, 143, .333)
    }
}

.how-pay {
    color: #6a6a6a
}

@media (min-width:768px) {
    .how-pay.b-section {
        padding: 9rem 0 6rem
    }
}

.how-pay__wrapper {
    background: #f9f9f9;
    border-radius: 20px;
    max-width: 1820px;
    margin: 0 auto;
    padding: 2em 0
}

@media (max-width:480px) {
    .how-pay__wrapper {
        padding: 40px 0 15px
    }
}

@media (min-width:868px) {
    .how-pay__wrapper {
        margin: 0 50px
    }
}

@media (min-width:768px) {
    .how-pay__figure {
        margin-top: -130px
    }
}

.how-pay__card,
.how-pay__hand {
    transition: all .2s
}

.how-pay__image {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(.001px);
    height:500px;

}

.how-pay__card {
    position: absolute;
    background-image: url('/img/Layer .svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 25%;
    left: 30%;
    top: 25%;
    transform: skewX(5deg) rotate(-8deg);
    opacity: .7;
    filter: blur(2px)
}

    .how-pay__card:before {
        content: "";
        display: block;
        padding-bottom: 64.08334252011907%
    }

.how-pay__image:hover .how-pay__hand {
    filter: blur(2px);
    transform: translateX(3%)
}

.how-pay__image:hover .how-pay__card {
    transform: translateX(-5%) skewX(5deg) rotate(-8deg);
    opacity: 1;
    filter: none
}

.how-pay__hand {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/img/hand.svg);
    width: 70%;
    height: 100%;
    left: 40%;
}

    .how-pay__hand:before {
        content: "";
        display: block;
        padding-bottom: 91.86691312384472%
    }

.how-pay__payments-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.how-pay__payment {
    font-size: 0;
    position: absolute;
    width: 22.920517560073936%;
    border-radius: 500px;
    box-shadow: 0 15px 40px rgba(25, 35, 51, .067), 0 4px 15px rgba(60, 47, 90, .067)
}

    .how-pay__payment:before {
        content: "";
        display: block;
        padding-bottom: 100%
    }

.how-pay__payment_apple {
    left: 5.5%;
    top: 33.3%;
    background-image: url(/images/common/pay-apple.svg)
}

.how-pay__payment_apple,
.how-pay__payment_google {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.how-pay__payment_google {
    left: 5.5%;
    top: 33.3%;
    background-image: url(/images/common/pay-google.svg)
}

.how-pay__payment_visa {
    left: 18%;
    top: 60.2%;
    background-image: url(/images/common/pay-visa.svg)
}

.how-pay__payment_mastercard,
.how-pay__payment_visa {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.how-pay__payment_mastercard {
    left: 45.3%;
    top: 67.3%;
    background-image: url(/images/common/pay-mastercard.svg)
}

.how-pay__payment_mir {
    left: 71.1%;
    top: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/images/common/pay-mir.svg)
}

.how-pay__wrapper p {
    font-size: 22px
}

.how-pay .h-2 {
    color: #000
}

.faq h2 {
    margin-bottom: 1.5em
}

.faq__item {
    margin-bottom: 20px;
    width: 100% !important
}

.faq__item-title {
    cursor: pointer;
    box-shadow: 0 4px 44px rgba(124, 105, 57, .1);
    border-radius: 10px;
    padding: 23px 58px 23px 33px;
    background: url(/img/plus.svg) right 28px center no-repeat;
    background-size: 22px
}

    .faq__item-title p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 110%;
        color: #000;
        margin: 0
    }

@media (max-width:768px) {
    .faq__item-title p {
        font-size: 1.6rem;
        line-height: 130%
    }
}

.faq__item-content {
    background: #f9f9f9;
    border-radius: 10px;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    transition: all .3s ease;
    color: #6a6a6a
}

.faq__item-content-wrap {
    padding: 20px 40px
}

.faq__item.is-open .faq__item-title {
    background-color: #3c938d;
    background: url(/images/common/spoiler-opened.svg) right 28px center no-repeat, linear-gradient(93.09deg, #3c938d, #5fc6c4 88.06%) 100% no-repeat
}

    .faq__item.is-open .faq__item-title p {
        color: #fff
    }

.faq__item.is-open .faq__item-content {
    height: 306px!important;
    margin-bottom: 30px
}

.home-content .faq {
    padding-bottom: 1px
}

.partners {
    display: block
}

@media (min-width:768px) {
    .partners.b-section {
        padding: 9rem 0 3rem
    }
}

.partners h2 {
    margin-bottom: 2em
}

.partners .rec-carousel {
    position: relative
}

.partners .rec-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -30px;
    background: #fff;
    box-shadow: 0 4px 44px rgba(60, 52, 34, .1);
    transition: all .3s ease-in;
    font-size: 0
}

    .partners .rec-arrow:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.274 10.396L11.408.25a.997.997 0 011.32.002.802.802 0 01-.002 1.205L2.255 11l10.47 9.544a.802.802 0 01.003 1.205.977.977 0 01-.661.251.977.977 0 01-.66-.249L.275 11.604A.816.816 0 010 11c0-.226.099-.444.274-.604z' fill='%23000'/%3E%3C/svg%3E");
        display: block;
        height: 28px;
        margin-left: -3px
    }

    .partners .rec-arrow:hover {
        box-shadow: 0 4px 4px hsla(0, 0%, 100%, .1) !important;
        background: linear-gradient(93.09deg, #3c938d 2.56%, #5fc6c4 88.06%)
    }

        .partners .rec-arrow:hover:before {
            filter: invert(1)
        }

@media (max-width:1280px) {
    .partners .rec-arrow {
        display: none
    }
}

.partners .rec-arrow-left {
    left: -90px
}

.partners .rec-arrow-right {
    right: -90px
}

    .partners .rec-arrow-right:before {
        margin-left: 3px;
        transform: scaleX(-1)
    }

.partners .rec-dot {
    width: 19px;
    height: 3px;
    border-radius: 2px;
    box-shadow: none !important;
    outline: none !important;
    background: #f1f1f1;
    margin: 5px 10px
}

.partners .rec-dot_active {
    background: #5fc6c4;
    background: linear-gradient(93.09deg, #3c938d 2.56%, #5fc6c4 88.06%)
}

.partners-slide__item {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 91px
}

    .partners-slide__item img {
        display: block;
        max-width: 90%;
        max-height: 91px
    }

    .partners-slide__item + .partners-slide__item {
        margin-top: 40px
    }
