/**/
/* fonts */
/**/
@font-face {
    font-family: "PP Neue Montreal";
    font-weight: 300;
    src: url("../fnt/PPNeueMontreal-Book.otf");
}
@font-face {
    font-family: "PP Neue Montreal";
    font-weight: 500;
    src: url("../fnt/PPNeueMontreal-Medium.otf");
}
@font-face {
    font-family: "PP Neue Montreal";
    font-weight: 700;
    src: url("../fnt/PPNeueMontreal-Bold.otf");
}

/**/
/* reset */
/**/
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font: inherit;
    text-align: inherit;
    text-decoration: none;
    letter-spacing: inherit;
    color: inherit;
}

/**/
/* defaults */
/**/
html,
body {
    background-color: #d9d6cf;
    font-family: "PP Neue Montreal";
    font-size: 18px;
    line-height: 1.5556;
    font-weight: 300;
    color: #292929;
    -webkit-font-smoothing: antialiased;
}
img,
svg {
    display: block;
}
button {
    cursor: pointer;
}
@media screen and (max-width: 1365.98px) {
    html,
    body {
        font-size: 16px;
        line-height: 1.625;
    }
}

/**/
/* layout */
/**/
.section {
    padding: 80px 0;
}
.grid-cont {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
}
.grid-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.grid-row--aic {
    align-items: center;
}
.grid-row--jcb {
    justify-content: space-between;
}
.grid-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.grid-col--1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
}
.grid-col--2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
.grid-col--3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.grid-col--4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.grid-col--5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}
.grid-col--6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.grid-col--7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}
.grid-col--8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}
.grid-col--9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.grid-col--10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}
.grid-col--11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}
.grid-col--12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.grid-col--auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
@media screen and (max-width: 1365.98px) {
    .section {
        padding: 56px 0;
    }
}
@media screen and (max-width: 1199.98px) {
    .grid-cont {
        padding-right: 48px;
        padding-left: 48px;
    }
}
@media screen and (max-width: 1023.98px) {
    .grid-col--md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .grid-col--md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .grid-col--md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid-col--md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .grid-col--md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .grid-col--md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid-col--md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .grid-col--md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .grid-col--md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .grid-col--md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .grid-col--md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .grid-col--md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid-col--md-first {
        order: -1;
    }
    .mt-md-32 {
        margin-top: 32px;
    }
}
@media screen and (max-width: 767.98px) {
    .section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .grid-cont {
        padding-right: 24px;
        padding-left: 24px;
    }
    .grid-col--sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .grid-col--sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .grid-col--sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid-col--sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .grid-col--sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .grid-col--sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid-col--sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .grid-col--sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .grid-col--sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .grid-col--sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .grid-col--sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .grid-col--sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid-col--sm-first {
        order: -1;
    }
}

/**/
/* typography */
/**/
h1,
.h1 {
    font-size: 240px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.04em;
}
h2,
.h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
}
h3,
.h3 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
}
h4,
.h4 {
    font-size: 18px;
    line-height: 1.5556;
    font-weight: 700;
    letter-spacing: 0;
}
.p--sm {
    font-size: 16px;
    line-height: 1.5;
}
.p--xs {
    font-size: 12px;
    line-height: 1.6667;
}
@media screen and (max-width: 1365.98px) {
    h1,
    .h1 {
        font-size: 180px;
    }
    h3,
    .h3 {
        font-size: 24px;
        line-height: 1.3334;
    }
}
@media screen and (max-width: 1023.98px) {
    h1,
    .h1 {
        font-size: 156px;
    }
}
@media screen and (max-width: 767.98px) {
    h1,
    .h1 {
        font-size: 110px;
    }
    .h1--small {
        font-size: 80px;
    }
    h2,
    .h2 {
        font-size: 24px;
        line-height: 1.3334;
    }
    h3,
    .h3 {
        font-size: 20px;
        line-height: 1.2;
    }
}

/**/
/* button */
/**/
.button {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    padding: 12px 22px;
    border-radius: 24px;
    background-color: #292929;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.button--sm {
    margin-top: 16px;
    padding: 8px 18px;
    line-height: 20px;
}
.button--outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #292929;
    color: #292929;
}
@media screen and (max-width: 1365.98px) {
    .button {
        margin-top: 32px;
    }
    .button--sm {
        margin-top: 16px;
    }
}

/**/
/* header */
/**/
.header {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    padding: 16px 0;
    transform: translate3d(0, 0, 0.00001px);
}
.header .button {
    margin: 0;
}

/**/
/* logo */
/**/
.logo-text {
    margin-top: 2px;
    margin-left: -8px;
    font-size: 16px;
    font-weight: 500;
}

/**/
/* slogan */
/**/
.slogan {
    margin-top: 56px;
}
@media screen and (max-width: 1365.98px) {
    .slogan {
        margin-top: 24px;
    }
}

/**/
/* intro */
/**/
.intro {
    position: relative;
    height: calc(100vh + 2800px);
}
.intro__frame {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
}
.intro__slide {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}
.intro__slide--1 {
    background-color: #d9d6cf;
}
.intro__slide--2 {
    background-color: #aaa195;
}
.intro__slide--3 {
    background-color: #cbc4b7;
}
.intro__slide--4 {
    background-color: #d9d6cf;
}
.intro__figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 640px;
    margin-top: -70px;
}
.intro__image {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}
.intro__title {
    position: relative;
    z-index: 1;
}
.intro__title--1 {
    color: #eae7e0;
}
.intro__title--2 {
    color: #d3cbbd;
}
.intro__title--3 {
    color: #e4e1d6;
}
.intro__title--4 {
    color: #eae7e0;
}
.intro__caption {
    position: absolute;
    right: 0;
    bottom: 148px;
    left: 0;
}
.intro__caption-line {
    display: inline-block;
    vertical-align: top;
}
.intro__caption--1 .intro__caption-line {
    background-color: #eae7e0;
}
.intro__caption--2 .intro__caption-line {
    background-color: #ccc2b7;
}
.intro__caption--3 .intro__caption-line {
    background-color: #e4e1d6;
}
.intro__caption--4 .intro__caption-line {
    background-color: #eae7e0;
}
.intro__foot {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 60px;
    left: 0;
    transform: translate3d(0, 0, 0.00001px);
}
.intro__actions {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.intro__button {
    background-color: #eae7e0;
    color: #292929;
}
.intro__button--2,
.intro__button--3,
.intro__button--4 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.intro__button--2 {
    background-color: #ccc2b7;
}
.intro__button--3 {
    background-color: #d6d3ca;
}
@media screen and (max-width: 1365.98px) {
    .intro__figure {
        height: 480px;
        margin-top: -40px;
    }
    .intro__caption {
        bottom: 128px;
    }
    .intro__foot {
        bottom: 48px;
    }
}
@media screen and (max-width: 1023.98px) {
    .intro__figure {
        height: 440px;
    }
    .intro__caption {
        bottom: 146px;
    }
}
@media screen and (max-width: 767.98px) {
    .intro__figure {
        height: 320px;
        margin-top: -80px;
    }
    .intro__caption {
        bottom: 164px;
        text-align: center;
    }
    .intro__foot {
        bottom: 96px;
        text-align: center;
    }
    .intro__foot p {
        display: none;
    }
}

/**/
/* support */
/**/
.support {
    overflow: hidden;
    background-color: #cac4b8;
}
.support__cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding-right: 68px;
}
.support__title {
    margin-bottom: auto;
}
.support__figure {
    width: 50vw;
    margin: -80px 0 -80px -12px;
    background-color: #d9d6cf;
}
.support__image {
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1365.98px) {
    .support__figure {
        margin-top: -56px;
        margin-bottom: -56px;
    }
}
@media screen and (max-width: 1023.98px) {
    .support {
        padding: 0;
    }
    .support__cont {
        height: 696px;
        max-width: 498px;
        padding: 56px 0;
    }
    .support__figure {
        width: auto;
        margin: 0 -48px;
    }
    .support__image {
        width: 100%;
        max-width: 580px;
    }
}
@media screen and (max-width: 767.98px) {
    .support__figure {
        margin: 0 -88px;
    }
    .support__cont {
        height: 600px;
        padding: 48px 0;
    }
}

/**/
/* prices */
/**/
.prices__table {
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
}
.prices__table th {
    padding-bottom: 32px;
    text-align: left;
}
.prices__table th:nth-child(2),
.prices__table th:nth-child(3),
.prices__table th:nth-child(4) {
    text-align: right;
}
.prices__table td {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.prices__table .loss::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 12px;
    border-top: 7px solid #ff3131;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.prices__table .grow::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 12px;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #47964f;
    border-left: 4px solid transparent;
}
.prices__table td:nth-child(1) {
    filter: grayscale(1);
}
.prices__table td:nth-child(1),
.prices__table td:nth-child(2) {
    width: 1%;
    padding-right: 16px;
}
.prices__table td:nth-child(4),
.prices__table td:nth-child(5),
.prices__table td:nth-child(6) {
    width: 16.9445%;
    text-align: right;
}
.prices__table tr:last-child td {
    border-bottom: 0;
}
@media screen and (max-width: 1365.98px) {
    .prices__table .loss::after,
    .prices__table .grow::after {
        margin-top: 9px;
    }
}
@media screen and (max-width: 767.98px) {
    .prices__table thead {
        display: none;
    }
    .prices__table td:nth-child(5),
    .prices__table td:nth-child(6) {
        display: none;
    }
}

/**/
/* process */
/**/
.process {
    position: relative;
    height: calc(100vh + 2800px);
}
.process__frame {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(360deg, #302e27 0%, #54524a 100%);
    color: #fff;
}
.process__frame::before {
    content: "";
    position: absolute;
    right: -100%;
    bottom: 0;
    left: -100%;
    height: 200%;
    background: url(../img/process/bg@2x.png) 50% 100%/1218px 778px no-repeat;
}
.process__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 80px 0;
    opacity: 0;
    pointer-events: none;
}
.process__slide.active {
    pointer-events: auto;
}
.process__caption {
    display: none;
}
.process__image {
    position: absolute;
    left: 50%;
    bottom: 167px;
    margin-left: -138px;
}
.process__value {
    position: absolute;
    left: 50%;
    bottom: 382px;
    margin-left: -126px;
    padding: 0 12px;
    border-radius: 20px;
    background-color: #efede5;
    box-shadow: 0 0 0 4px #d8d6cf;
    font-size: 16px;
    line-height: 40px;
    color: #292929;
}
.process__overline {
    margin-bottom: 40px;
    opacity: 0.4;
}
.process__figure {
    display: none;
}
@media screen and (max-width: 1365.98px) {
    .process__frame::before {
        bottom: -40px;
        transform: scale(0.846153846153846);
        transform-origin: 50% 100%;
    }
    .process__image {
        bottom: 101px;
        transform: scale(0.846153846153846);
        transform-origin: 50% 100%;
    }
    .process__slide {
        padding: 56px 0;
    }
    .process__value {
        bottom: 323px;
        margin-left: -107px;
        transform: scale(0.846153846153846);
        transform-origin: 0% 100%;
    }
    .process__overline {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 1023.98px) {
    .process__frame::before {
        bottom: 0;
    }
    .process__image {
        bottom: 141px;
    }
    .process__overline {
        float: right;
    }
    .process__title {
        max-width: 50%;
        padding-right: 12px;
        font-size: 16px;
        line-height: 1.625;
        font-weight: 300;
    }
}
@media screen and (max-width: 767.98px) {
    .process__frame::before {
        display: none;
    }
    .process__image,
    .process__value {
        display: none;
    }
    .process__cont {
        text-align: center;
    }
    .process__slide {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px 0 48px;
    }
    .process__caption {
        display: block;
    }
    .process__overline {
        display: none;
    }
    .process__title {
        max-width: 100%;
        padding-right: 0;
    }
    .process__figure {
        position: relative;
        display: block;
        height: 254px;
    }
    .process__figure--1 {
        height: 334px;
    }
    .process__figure--1 img {
        margin-top: -18px;
    }
    .process__figure--2 img {
        margin-top: -53px;
    }
    .process__figure--3 img {
        margin-top: -56px;
    }
    .process__figure--4 img {
        margin-top: -46px;
    }
    .process__figure img {
        display: inline-block;
        vertical-align: top;
    }
}

/**/
/* partners */
/**/
.partners {
    background-color: #c9c2b5;
}
.partners__row {
    margin-top: 24px;
}
.partners__col {
    margin-top: 56px;
}
.partners__logo {
    border-right: 1px solid rgba(41, 41, 41, 0.2);
}
.partners__logo img {
    display: block;
    max-width: 100%;
}
.partners__label {
    max-width: 190px;
}
.partners__foot {
    margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
    .partners__row {
        margin-top: 32px;
    }
    .partners__col {
        margin-top: 24px;
    }
    .partners__logo img {
        max-height: 80px;
    }
    .partners__label {
        font-size: 14px;
        line-height: 1.5715;
    }
    .partners__foot {
        margin-top: 40px;
    }
}

/**/
/* pricing */
/**/
.pricing {
    background-color: #ece7de;
}
.pricing__subtitle {
    margin-top: 80px;
}
.pricing__row {
    margin-top: 32px;
    margin-right: -24px;
    margin-left: -24px;
}
.pricing__col {
    margin-top: 48px;
    border-right-width: 24px;
    border-left-width: 24px;
}
.pricing__table {
    width: 100%;
    margin-top: 24px;
    border-collapse: collapse;
}
.pricing__table td {
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing__table td:last-child {
    text-align: right;
}
.pricing__foot {
    margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
    .pricing__row {
        margin-top: 8px;
    }
    .pricing__subtitle {
        margin-top: 56px;
    }
    .pricing__foot {
        margin-top: 56px;
    }
}

/**/
/* questions */
/**/
.questions {
    background-color: #dad6ce;
}
.questions__list {
    margin-top: 80px;
}
.questions__heading {
    position: relative;
    padding: 26px 60px 26px 0;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    user-select: none;
    cursor: pointer;
}
.questions__heading::after,
.questions__heading::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #292929;
    transition-duration: 200ms;
    transition-property: opacity;
}
.questions__heading::before {
    transform: rotate(90deg);
}
.questions__heading:first-child {
    box-shadow: none;
}
.questions__heading.active::before {
    opacity: 0;
}
.questions__spoiler {
    display: none;
    max-width: 708px;
    padding-bottom: 26px;
}
.questions__spoiler ul {
    list-style-position: inside;
}
.questions__spoiler a {
    text-decoration: underline;
}
@media screen and (max-width: 1365.98px) {
    .questions__list {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .questions__heading {
        padding-right: 56px;
    }
    .questions__heading::after,
    .questions__heading::before {
        right: 6px;
    }
}

/**/
/* footer */
/**/
.footer {
    padding: 24px 0 80px;
    background-color: #dad6ce;
}

/**/
/* contacts */
/**/
.contacts__email {
    margin-top: 56px;
}
.contacts__phone {
    margin-top: 24px;
}
.contacts__address {
    margin-top: 32px;
}
.privacy_policy {
    margin-top: 32px;
}
.contacts__gdpr {
    display: flex;
    align-items: center;
    margin-top: 56px;
    font-size: 12px;
    line-height: 16px;
}
.contacts__gdpr svg {
    margin-right: 8px;
}
@media screen and (max-width: 767.98px) {
    .contacts__address br {
        display: none;
    }
}

/**/
/* overlay */
/**/
.overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    cursor: pointer;
    opacity: 0;
    transition-duration: 0.25s;
    transition-property: opacity;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.overlay.active {
    pointer-events: auto;
    opacity: 1;
}

/**/
/* loader */
/**/
.loader {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.25s;
    transition-property: opacity;
}
.loader.active {
    pointer-events: auto;
    opacity: 1;
}
.loader__body {
    position: absolute;
    top: 50%;
    margin-left: -50px;
    left: 50%;
    animation: speeder 0.4s linear infinite;
}
.loader__body > span {
    height: 5px;
    width: 35px;
    background: #fff;
    position: absolute;
    top: -19px;
    left: 60px;
    border-radius: 2px 10px 1px 0;
}
.loader__base span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 100px solid #fff;
    border-bottom: 6px solid transparent;
}
.loader__base span:before {
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -110px;
    top: -16px;
}
.loader__base span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 55px solid #fff;
    border-bottom: 16px solid transparent;
    top: -16px;
    right: -98px;
}
.loader__face {
    position: absolute;
    height: 12px;
    width: 20px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    transform: rotate(-40deg);
    right: -125px;
    top: -15px;
}
.loader__face:after {
    content: "";
    height: 12px;
    width: 12px;
    background: #fff;
    right: 4px;
    top: 7px;
    position: absolute;
    transform: rotate(40deg);
    transform-origin: 50% 50%;
    border-radius: 0 0 0 2px;
}
.loader__body > span > span:nth-child(1),
.loader__body > span > span:nth-child(2),
.loader__body > span > span:nth-child(3),
.loader__body > span > span:nth-child(4) {
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    animation: fazer1 0.2s linear infinite;
}
.loader__body > span > span:nth-child(2) {
    top: 3px;
    animation: fazer2 0.4s linear infinite;
}
.loader__body > span > span:nth-child(3) {
    top: 1px;
    animation: fazer3 0.4s linear infinite;
    animation-delay: -1s;
}
.loader__body > span > span:nth-child(4) {
    top: 4px;
    animation: fazer4 1s linear infinite;
    animation-delay: -1s;
}
@keyframes fazer1 {
    0% {
        left: 0;
    }
    100% {
        left: -80px;
        opacity: 0;
    }
}
@keyframes fazer2 {
    0% {
        left: 0;
    }
    100% {
        left: -100px;
        opacity: 0;
    }
}
@keyframes fazer3 {
    0% {
        left: 0;
    }
    100% {
        left: -50px;
        opacity: 0;
    }
}
@keyframes fazer4 {
    0% {
        left: 0;
    }
    100% {
        left: -150px;
        opacity: 0;
    }
}
@keyframes speeder {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
.loader__longfazers {
    position: absolute;
    width: 100%;
    height: 100%;
}
.loader__longfazers span {
    position: absolute;
    height: 2px;
    width: 20%;
    background: #fff;
    opacity: 0.5;
}
.loader__longfazers span:nth-child(1) {
    top: 20%;
    animation: lf 0.6s linear infinite;
    animation-delay: -5s;
}
.loader__longfazers span:nth-child(2) {
    top: 40%;
    animation: lf2 0.8s linear infinite;
    animation-delay: -1s;
}
.loader__longfazers span:nth-child(3) {
    top: 60%;
    animation: lf3 0.6s linear infinite;
}
.loader__longfazers span:nth-child(4) {
    top: 80%;
    animation: lf4 0.5s linear infinite;
    animation-delay: -3s;
}
@keyframes lf {
    0% {
        left: 200%;
    }
    100% {
        left: -200%;
        opacity: 0;
    }
}
@keyframes lf2 {
    0% {
        left: 200%;
    }
    100% {
        left: -200%;
        opacity: 0;
    }
}
@keyframes lf3 {
    0% {
        left: 200%;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}
@keyframes lf4 {
    0% {
        left: 200%;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}

/**/
/* get started */
/**/
.get-started {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}
.get-started.active .get-started__window {
    transform: translateX(0);
}
.get-started__window {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 800px;
    padding: 40px;
    overflow: auto;
    background-color: #d9d6cf;
    pointer-events: auto;
    transform: translateX(100%);
    transition-duration: 0.25s;
    transition-property: transform;
}
.get-started__close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #292929
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linejoin="round"><path d="M18 6L6 18"/><path d="M6 6L18 18"/></svg>')
        50% 50%/24px 24px no-repeat;
}
.get-started__form {
    margin-top: 40px;
}
.get-started__control {
    position: relative;
    margin-top: 12px;
}
.get-started__flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 100%;
}
.get-started__code {
    position: absolute;
    top: 1px;
    left: 64px;
    padding: 25px 0;
    font-size: 16px;
    line-height: 1.5;
}
.get-started__input {
    display: block;
    width: 100%;
    padding: 25px 0;
    border-radius: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(41, 41, 41, 0.2);
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    transition-duration: 0.25s;
    transition-property: border;
}
.get-started__input:focus {
    border-bottom-color: #292929;
}
.get-started__input::placeholder {
    color: #292929;
}
.get-started__action {
    text-align: right;
}
@media screen and (max-width: 1023.98px) {
    .get-started__window {
        width: 768px;
    }
}
@media screen and (max-width: 767.98px) {
    .get-started__window {
        width: 100vw;
        padding: 24px;
    }
    .get-started__close {
        top: 16px;
        right: 24px;
    }
}

/**/
/* how it works */
/**/
.how-it-works {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}
.how-it-works.active .how-it-works__window {
    transform: translateX(0);
}
.how-it-works__window {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 800px;
    padding: 40px;
    overflow: auto;
    background-color: #d9d6cf;
    pointer-events: auto;
    transform: translateX(-100%);
    transition-duration: 0.25s;
    transition-property: transform;
}
.how-it-works__close {
    position: absolute;
    z-index: 1;
    top: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #292929
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linejoin="round"><path d="M18 6L6 18"/><path d="M6 6L18 18"/></svg>')
        50% 50%/24px 24px no-repeat;
}
.how-it-works__button {
    position: absolute;
    z-index: 1;
    top: 32px;
    right: 96px;
    margin: 0;
}
.how-it-works__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 40px;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.25s;
    transition-property: opacity;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23292929"><path d="M7,23.414L5.586,22l10-10l-10-10L7,0.586l10.707,10.707c0.391,0.391,0.391,1.023,0,1.414L7,23.414z"></path></svg>')
            12 12,
        pointer;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96" fill="none"><circle cx="48" cy="48" r="48" fill="black" fill-opacity="0.8"/><path d="M48 33L48 63" stroke="white" stroke-width="4" stroke-linejoin="round"/><path d="M63 48L48 63L33 48" stroke="white" stroke-width="4" stroke-linejoin="round"/></svg>')
            48 48,
        pointer;
}
.how-it-works__slide.active {
    pointer-events: auto;
    opacity: 1;
}
.how-it-works__slide.active .how-it-works__title {
    transform: translateY(0);
    animation-name: slideIn;
    animation-duration: 0.25s;
    animation-iteration-count: 1;
}
.how-it-works__title {
    max-width: 420px;
    background-color: #d9d6cf;
    animation-name: slideOut;
    animation-duration: 0.25s;
    animation-iteration-count: 1;
}
.how-it-works__phone {
    position: relative;
    width: 312px;
    height: 627px;
    margin: 56px auto 0;
    background: url(../img/how-it-works/phone@2x.png) 50% 50%/100% 100%
        no-repeat;
    text-align: center;
}
.how-it-works__phone img {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.how-it-works__value {
    position: absolute;
    top: 356px;
    left: 30px;
    padding: 0 12px;
    border-radius: 20px;
    background-color: #efede5;
    box-shadow: 0 0 0 4px #d8d6cf;
    font-size: 16px;
    line-height: 40px;
}
.how-it-works__dots {
    position: absolute;
    top: 50%;
    left: 12px;
    background-color: #d9d6cf;
    transform: translateY(-50%);
}
.how-it-works__dots i {
    display: block;
    width: 4px;
    height: 4px;
    margin: 8px 0;
    border-radius: 50%;
    background-color: rgba(41, 41, 41, 0.3);
}
.how-it-works__dots .active {
    background-color: #292929;
}

.header--alt {
    position: sticky;
}

@media screen and (max-width: 1365.98px) {
    .how-it-works__title {
        max-width: 368px;
    }
    .how-it-works__phone {
        margin-top: 40px;
        transform: scale(0.846153846153846);
        transform-origin: 50% 0%;
    }
}
@keyframes slideIn {
    from {
        transform: translateY(56px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes slideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-56px);
    }
}
@media screen and (max-width: 1023.98px) {
    .how-it-works__window {
        width: 768px;
    }
}
@media screen and (max-width: 767.98px) {
    .how-it-works__window {
        width: 100vw;
        padding: 24px;
    }
    .how-it-works__close {
        top: 16px;
        right: 24px;
    }
    .how-it-works__button {
        top: 16px;
        right: 88px;
    }
    .how-it-works__slide {
        padding: 80px 24px 24px;
    }
    .how-it-works__title {
        min-height: 156px;
    }
    .how-it-works__phone {
        margin-top: 24px;
    }
}

/**/
/* toast */
/**/
.toast {
    position: fixed;
    z-index: 100;
    top: 16px;
    right: 24px;
    width: 328px;
    padding: 24px;
    border-radius: 24px;
    background: #eae9e6;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.16);
    font-weight: 500;
    pointer-events: none;
    opacity: 0;
    transform: translateX(100%);
    transition-duration: 0.25s;
    transition-property: opacity, transform;
}
.toast.active {
    pointer-events: auto;
    opacity: 1;
    transform: none;
}

/**/
/* iti */
/**/
.iti {
    display: block;
}
.iti input[type="tel"] {
    padding-right: 0;
    padding-left: 50px;
}
.iti__flag-container {
    padding: 1px 0;
}
.iti__selected-flag {
    padding: 0;
    background-color: transparent !important;
}
.iti__arrow {
    margin-left: 8px;
    border-top-color: #000;
}
.iti__country-list {
    font-size: 16px;
    line-height: 1.5;
}
.iti__country {
    padding: 4px 12px;
}

/* Privacy Policy Start */
.privacy_policy_page .privacy_policy_section .grid-cont {
    max-width: 728px;
}

.privacy_policy_page h1 {
    margin-bottom: 48px;
}

.privacy_policy_page .privacy-points :is(p, ul) {
    color: #292929;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.privacy_policy_page .privacy-points :is(p, ul) a {
    text-decoration: underline;
}

.privacy_policy_page .privacy-points p.sub-title {
    margin-bottom: 18px;
}

.privacy_policy_page .privacy-points b {
    font-weight: 700;
}

.privacy_policy_page .privacy-points ul {
    padding-left: 18px;
}

.privacy_policy_page .last-updates {
    margin-bottom: 48px;
}

.footer-links {
    font: 375 18px/30px PP Neue Montreal;
    margin-bottom: 16px;
}

.footer-links:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .footer-links {
        font-size: 16px;
        line-height: 26px;
    }
}
