*, ::after, ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    font-size: 62.5%
}

@media only screen and (min-width: 160em) {
    html {
        font-size: 71.42857%
    }
}

@media only screen and (max-width: 64em) {
    html {
        font-size: 58.82353%
    }
}

@media only screen and (max-width: 48em) {
    html {
        font-size: 55.55556%
    }
}

@media only screen and (max-width: 26.5625em) {
    html {
        font-size: 52.63158%
    }
}

@media only screen and (max-width: 23.125em) {
    html {
        font-size: 50%
    }
}

@media only screen and (max-width: 20em) {
    html {
        font-size: 47.61905%
    }
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    min-width: 320px;
    position: relative;
    overflow-x: hidden
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background-image: url(../img/dest/background.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 0;
    font-size: 16px
}

@media only screen and (max-width: 23.125em) {
    .page {
        background-image: url(../img/dest/mobile-background.jpeg)
    }
}

.container {
    max-width: 1140px;
    margin: 0 auto
}

@media only screen and (max-width: 75em) {
    .container {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (max-width: 64em) {
    .container {
        padding-right: 5px;
        padding-left: 5px
    }
}

/*
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat"), url(../fonts/Montserrat-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat"), url(../fonts/Montserrat-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat"), url(../fonts/Montserrat-ExtraBold.woff2) format("woff2")
}
*/

.heading-primary {
    font-size: 39px;
    font-weight: 800;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#8c51f9), to(#7ffbff));
    background: -webkit-linear-gradient(top, #8c51f9 0, #7ffbff 100%);
    background: -o-linear-gradient(top, #8c51f9 0, #7ffbff 100%);
    background: linear-gradient(to bottom, #8c51f9 0, #7ffbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media only screen and (max-width: 75em) {
    .heading-primary {
        font-size: 30px
    }
}

@media only screen and (max-width: 64em) {
    .heading-primary {
        font-size: 28px
    }
}

.heading-primary--header {
    margin-bottom: 100px
}

@media only screen and (max-width: 64em) {
    .heading-primary--header {
        margin-bottom: 40px
    }
}

.heading-secondary {
    font-size: 39px;
    font-weight: 800;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#8c51f9), to(#7ffbff));
    background: -webkit-linear-gradient(top, #8c51f9 0, #7ffbff 100%);
    background: -o-linear-gradient(top, #8c51f9 0, #7ffbff 100%);
    background: linear-gradient(to bottom, #8c51f9 0, #7ffbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media only screen and (max-width: 75em) {
    .heading-secondary {
        font-size: 30px
    }
}

@media only screen and (max-width: 64em) {
    .heading-secondary {
        font-size: 28px
    }
}

.heading-secondary--reasons {
    margin-bottom: 80px
}

@media only screen and (max-width: 48em) {
    .heading-secondary--reasons {
        margin-bottom: 35px
    }
}

.heading-secondary--about {
    margin-bottom: 65px
}

@media only screen and (max-width: 48em) {
    .heading-secondary--about {
        margin-bottom: 30px
    }
}

.heading-secondary--features {
    text-transform: uppercase;
    margin-bottom: 55px
}

@media only screen and (max-width: 48em) {
    .heading-secondary--features {
        margin-bottom: 30px
    }
}

.credentials__mail, .credentials__phone {
    position: relative;
    font-size: 21px;
    font-weight: 800;
    line-height: 24px;
    margin-left: 30px
}

@media only screen and (max-width: 64em) {
    .credentials__mail, .credentials__phone {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.credentials__mail:link, .credentials__mail:visited, .credentials__phone:link, .credentials__phone:visited {
    color: #fff
}

.credentials__mail:active, .credentials__mail:hover, .credentials__phone:active, .credentials__phone:hover {
    opacity: .9
}

.credentials__mail::before, .credentials__phone::before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 3px
}

.credentials__phone::before {
    width: 24px;
    height: 24px;
    //background-image: url(../img/dest/phone-icon.png)
	background-image: url(../img/telegram.png)
}

@media only screen and (max-width: 64em) {
    .credentials__phone {
        margin-bottom: 25px
    }
}

.credentials__mail {
    margin-left: 35px
}

.credentials__mail::before {
    width: 27px;
    height: 20px;
    left: -35px;
    top: 0;
    background-image: url(../img/dest/mail-icon.png)
}

.credentials__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 160px;
    padding-right: 160px
}

@media only screen and (max-width: 64em) {
    .credentials__wrap {
        padding-left: 0;
        padding-right: 0;
        max-width: 320px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        padding-top: 20px
    }
}

@media only screen and (max-width: 64em) {
    .credentials__logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 25px
    }
}

.header {
    padding-top: 75px
}

@media only screen and (max-width: 64em) {
    .header {
        padding-top: 25px
    }
}

.header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

@media only screen and (max-width: 75em) {
    .header__wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 457px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 75em) and (max-width: 48em) {
    .header__wrap {
        width: auto
    }
}

.header__iframe {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.header__video {
    width: 655px;
    height: 453px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 32.68px 10.32px rgba(121, 181, 255, .28);
    box-shadow: 0 0 32.68px 10.32px rgba(121, 181, 255, .28);
    border: 4px solid #fff;
    overflow: hidden
}

@media only screen and (max-width: 75em) {
    .header__video {
        margin-bottom: 20px;
        width: 457px;
        height: 320px
    }
}

@media only screen and (max-width: 48em) {
    .header__video {
        max-width: 375px
    }
}

.form {
    padding-top: 60px;
    width: 457px;
    height: 453px;
    text-align: center;
    position: relative;
    background-image: url(../img/dest/border-form.png);
    background-repeat: no-repeat;
    padding-right: 55px;
    padding-left: 55px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border-width: 3px;
    border-style: solid;
    -webkit-box-shadow: 0 0 15.84px 8.16px rgba(17, 230, 255, .28);
    box-shadow: 0 0 15.84px 8.16px rgba(17, 230, 255, .28);
    border: transparent
}

@media only screen and (max-width: 48em) {
    .form {
        width: 377px;
        height: 374px;
        padding-top: 50px;
        padding-right: 45px;
        padding-left: 45px;
        background-image: url(../img/dest/border-form-mobile.png);
        -webkit-background-size: contain;
        background-size: contain
    }
}

@media only screen and (max-width: 23.125em) {
    .form {
        width: 320px;
        padding-top: 15px;
        padding-right: 25px;
        padding-left: 25px;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.form__heading {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px
}

@media only screen and (max-width: 48em) {
    .form__heading {
        font-size: 21px;
        margin-bottom: 25px
    }
}

.form__sub-heading {
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 25px
}

@media only screen and (max-width: 48em) {
    .form__sub-heading {
        font-size: 16px
    }
}

.form__input {
    position: relative;
    left: -7px;
    width: 361px;
    height: 98px;
    color: #fff;
    font-size: 18px;
    background-image: url(../img/dest/border-input.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    outline: 0;
    padding-left: 35px;
    margin-bottom: 20px
}

@media only screen and (max-width: 48em) {
    .form__input {
        width: 275px;
        height: 59px;
        padding-left: 20px;
        left: 0;
        font-size: 15px;
        background-image: url(../img/dest/border-input-mobile.png)
    }
}

.form__input::-webkit-input-placeholder {
    color: #fff
}

.form__input::-moz-placeholder {
    color: #fff
}

.form__input::-ms-input-placeholder {
    color: #fff
}

.form__input::placeholder {
    color: #fff
}

.form__submit {
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(261deg, #4eb9e2 0, #8269f7 100%);
    background-image: -o-linear-gradient(261deg, #4eb9e2 0, #8269f7 100%);
    background-image: linear-gradient(-171deg, #4eb9e2 0, #8269f7 100%);
    -webkit-box-shadow: 0 0 13.6px 2.4px rgba(17, 230, 255, .28);
    box-shadow: 0 0 13.6px 2.4px rgba(17, 230, 255, .28);
    width: 333px;
    height: 70px;
    border: 0;
    outline: 0
}

@media only screen and (max-width: 48em) {
    .form__submit {
        width: 275px;
        height: 59px;
        font-size: 17px
    }
}

.form__submit:hover {
    opacity: .9
}

.reasons {
    padding-bottom: 40px;
    padding-top: 50px
}

.reasons__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 75em) {
    .reasons__list {
        width: 600px;
        margin: 0 auto;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media only screen and (max-width: 48em) {
    .reasons__list {
        width: auto
    }
}

.reasons__item {
    text-align: center;
    width: 262px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px
}

@media only screen and (max-width: 48em) {
    .reasons__item {
        margin-bottom: 40px
    }
}

.reasons__item:not(:last-child) {
    margin-right: 30px
}

@media only screen and (max-width: 75em) {
    .reasons__item:not(:last-child) {
        margin-right: 0
    }
}

.reasons__icon-wrap {
    -webkit-flex-basis: 173px;
    -ms-flex-preferred-size: 173px;
    flex-basis: 173px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

@media only screen and (max-width: 48em) {
    .reasons__icon-wrap {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 20px
    }
}

.reasons__heading {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 20px
}

@media only screen and (max-width: 48em) {
    .reasons__heading {
        margin-bottom: 15px
    }
}

.reasons__text {
    font-size: 16px;
    font-weight: 500
}

.about {
    padding-bottom: 60px
}

@media only screen and (max-width: 48em) {
    .about {
        padding-bottom: 55px
    }
}

.about__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 75em) {
    .about__list {
        max-width: 500px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto
    }
}

@media only screen and (max-width: 48em) {
    .about__list {
        width: auto
    }
}

@media only screen and (max-width: 75em) {
    .about__item {
        margin-bottom: 15px
    }
}

.features {
    padding-bottom: 85px
}

@media only screen and (max-width: 48em) {
    .features {
        padding-bottom: 35px
    }
}

.features__list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 48em) {
    .features__list-wrap {
        max-width: 375px;
        margin: 0 auto
    }
}

.features__list {
    font-size: 19px;
    font-weight: 600;
    max-width: 60%;
    margin: 0 auto
}

@media only screen and (max-width: 75em) {
    .features__list {
        width: 60%
    }
}

@media only screen and (max-width: 48em) {
    .features__list {
        width: auto;
        max-width: none;
        font-size: 16px
    }
}

.features__item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 35px
}

.features__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 31px;
    left: 0;
    background-image: url(../img/dest/check.png)
}

.features__text-wrap {
    margin-top: 75px
}

@media only screen and (max-width: 48em) {
    .features__text-wrap {
        margin-top: 10px
    }
}

.features__text {
    font-size: 18px;
    line-height: 28px
}

.features__text:not(:last-child) {
    margin-bottom: 40px
}

@media only screen and (max-width: 48em) {
    .features__text {
        font-size: 14px
    }
}

.features__text--heading {
    font-weight: 500
}

.copyright {
    margin-top: auto;
    text-align: center;
    background-color: #1b1846;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 8px
}

@media only screen and (max-width: 48em) {
    .copyright {
        font-size: 14px
    }
}

.copyright__link:link, .copyright__link:visited {
    color: #fff
}

.features .features__text.features__text--heading {
    text-transform: uppercase !important
}

.features h1, .features h2, .features h3 {
    padding-bottom: 15px
}

.features p {
    padding-bottom: 15px
}

.features ul {
    padding-left: 25px
}

.features ul li {
    position: relative;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.features ul li:before {
    display: block;
    margin-right: 10px;
    content: '';
    height: 7px;
    width: 7px;
    border: 1px solid #fff
}

.error-validate {
    background-image: url(../img/src/border-input-error.png)
}

.success-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px
}

.success-page h1 {
    margin-bottom: 1px
}

.success-page .title-h3 {
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center
}

.success-page .form__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    padding: 10px 15px
}

.lang-switcher{
    text-transform: uppercase;
}

.lang-switcher ul{
    display: flex;
    align-items: center;
}
.lang-switcher li{
    padding: 0 10px;
}
.lang-switcher li:first-child{
    border-right: 1px solid;
}
.lang-switcher a {
    color: #fff;
}
@media only screen and (max-width: 64em) {
    .lang-switcher{
        order: 3;
        margin-top: 25px;
    }
}