body {
    font-family: 'PT Sans', sans-serif;
    color: #303030;
    line-height: normal;
}

button {
    cursor: pointer;
    border: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

.wrap {
    width: 70%;
    margin: 0 auto;
}

@media all and (max-width: 1281px) {
    .wrap {
        width: 85%;
    }
}

@media all and (max-width: 1039px) {
    .wrap {
        width: 95%;
    }
}

.text {
    font-size: 22px;
    text-align: justify;
    padding: 10px 0;
}

@media all and (max-width: 1281px) {
    .text {
        font-size: 18px;
    }
}

@media all and (max-width: 768px) {
    .text {
        font-size: 12px;
    }
}

.download-block {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

@media all and (max-width: 1281px) {
    .download-block {
        font-size: 20px;
    }
}

@media all and (max-width: 768px) {
    .download-block {
        font-size: 14px;
    }
}

.download-block__btn {
    display: block;
    margin-top: 10px;
}

.download-block__btn img {
    width: 174px;
    height: 58px;
    border-radius: 10px;
}

.download-block__btn:hover img {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.75);
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 120px;
}

.header__logo img {
    width: 109px;
    height: 109px;
}

@media all and (max-width: 768px) {
    .header {
        display: none;
    }
}

.main-info {
    background-color: #000;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fbf9f9;
    text-transform: uppercase;
    margin-top: -120px;
    padding: 230px 0 40px 0;
    position: relative;
}

@media all and (max-width: 1281px) {
    .main-info {
        padding: 180px 0 40px 0;
    }
}

@media all and (max-width: 768px) {
    .main-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 30px 0;
    }
}

@media all and (max-width: 768px) {
    .main-info .wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.main-info__text-content {
    width: 45%;
    position: relative;
    z-index: 2;
}

@media all and (max-width: 768px) {
    .main-info__text-content {
        width: 95%;
        margin: 0 auto;
        position: unset;
        z-index: unset;
        text-align: center;
    }
}

.main-info__title {
    margin: 0 0 20px 0;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.14;
}

@media all and (max-width: 1281px) {
    .main-info__title {
        font-size: 56px;
    }
}

@media all and (max-width: 1039px) {
    .main-info__title {
        font-size: 50px;
    }
}

@media all and (max-width: 768px) {
    .main-info__title {
        font-size: 46px;
    }
}

@media all and (max-width: 481px) {
    .main-info__title {
        font-size: 34px;
    }
}

.main-info__text {
    font-size: 24px;
    line-height: 1.14;
}

@media all and (max-width: 1281px) {
    .main-info__text {
        font-size: 20px;
    }
}

@media all and (max-width: 481px) {
    .main-info__text {
        font-size: 18px;
    }
}

.main-info__text span {
    color: #be1aeb;
}

.main-info__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 75px 0;
}

@media all and (max-width: 1281px) {
    .main-info__icons {
        margin: 50px 0;
    }
}

@media all and (max-width: 768px) {
    .main-info__icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 25px 0;
    }
}

.main-info__icons .main-info__icon {
    width: 33px;
    height: 33px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media all and (max-width: 768px) {
    .main-info__icons .main-info__icon {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
}

.main-info__icons .main-info__icon:nth-child(1) {
    background: url("../images/diamond.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(1):hover {
    background: url("../images/diamond2.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(2) {
    background: url("../images/heart.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(2):hover {
    background: url("../images/heart2.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(3) {
    background: url("../images/shield.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(3):hover {
    background: url("../images/shield2.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(4) {
    background: url("../images/clover.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(4):hover {
    background: url("../images/clover2.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(5) {
    background: url("../images/star.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(5):hover {
    background: url("../images/star2.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(6) {
    background: url("../images/home.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(6):hover {
    background: url("../images/home2.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(7) {
    background: url("../images/coin.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(7):hover {
    background: url("../images/coin2.png") no-repeat center;
}

.main-info__icons .main-info__icon:nth-child(n) {
    background-size: contain;
}

.main-info__icons .main-info__icon:nth-child(n):hover {
    background-size: contain;
}

.main-info__icons .main-info__icon:not(:last-child) {
    margin-right: 20px;
}

.main-info .download-block {
    text-transform: none;
    margin: 0;
}

@media all and (max-width: 768px) {
    .main-info .download-block {
        margin: 0 auto;
    }
}

.main-info__img {
    width: 45%;
    height: 90%;
    position: absolute;
    top: 4%;
    right: 5%;
    background: url(../images/main-bg.png) no-repeat center;
    background-size: contain;
}

@media all and (max-width: 768px) {
    .main-info__img {
        width: 95%;
        height: auto;
        min-height: 500px;
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        top: unset;
        right: unset;
    }
}

@media all and (max-width: 768px) and (max-width: 429px) {
    .main-info__img {
        min-height: 350px;
    }
}

.intro {
    padding: 60px 0;
}

@media all and (max-width: 768px) {
    .intro {
        padding: 30px 0 15px 0;
    }
}

.intro__title {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 0.9;
}

@media all and (max-width: 1281px) {
    .intro__title {
        font-size: 24px;
    }
}

@media all and (max-width: 768px) {
    .intro__title {
        font-size: 18px;
    }
}

.intro__title span {
    font-size: 20px;
    font-weight: normal;
}

@media all and (max-width: 1281px) {
    .intro__title span {
        font-size: 18px;
    }
}

@media all and (max-width: 768px) {
    .intro__title span {
        font-size: 14px;
    }
}

.promo-2 {
    /*background: url("../images/bg-1.jpg") no-repeat center;*/
    /*background-size: cover;*/
    background-color: #4827a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*@media all and (max-width: 481px) {*/
/*.promo-2 {*/
/*background: unset;*/
/*}*/
/*}*/

/*.promo-2 .wrap {*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-pack: end;*/
/*-ms-flex-pack: end;*/
/*justify-content: flex-end;*/
/*}*/

.promo-2 .promo-2__img {
    width: 100%;
    max-width: 1570px;
    height: auto;
}

@media all and (max-width: 481px) {
    /*.promo-2 .wrap {*/
    /*display: none;*/
    /*}*/
    .promo-2 .promo-2__img {
        display: none;
    }
}

/*.promo-2 .wrap img {*/
/*width: 35%;*/
/*}*/

.promo-2 .promo-2__md-bg {
    display: none;
}

@media all and (max-width: 481px) {
    .promo-2 .promo-2__md-bg {
        display: block;
        width: 100%;
    }
}

.download {
    padding: 60px 0;
}

@media all and (max-width: 768px) {
    .download {
        padding: 15px 0;
    }
}

.download .download-block {
    margin-top: 60px;
}

@media all and (max-width: 768px) {
    .download .download-block {
        margin-top: 30px;
    }
}

.download .download-block__btn:hover img {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.promo-3 {
    /*background: url("../images/bg-2.jpg") no-repeat center;*/
    /*background-size: cover;*/
    /*padding: 150px 0 30px 0;*/
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.promo-3 .promo-3__img {
    width: 100%;
    max-width: 1570px;
    height: auto;
}

.promo-3 .wrap {
    display: none;
}

@media all and (max-width: 481px) {

    .promo-3 {
        background: url("../images/bg-2-old.jpg") no-repeat center;
        background-size: cover;
        padding: 150px 0 30px 0;
    }

    .promo-3 .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}

    .promo-3 .promo-3__img {
        display: none;
    }
}

@media all and (max-width: 481px) {
    .promo-3 {
        padding: 50px 0 30px 0;
    }
}

/*.promo-3 img {*/
/*width: 50%;*/
/*}*/

@media all and (max-width: 768px) {
    .promo-3 .wrap img {
        width: 70%;
    }
}

@media all and (max-width: 481px) {
    .promo-3 .wrap img {
        width: 85%;
    }
}

.about-app {
    padding: 60px 0;
}

@media all and (max-width: 768px) {
    .about-app {
        padding: 15px 0;
    }
}

.about-app .text {
    padding: 15px 0;
}

@media all and (max-width: 481px) {
    .about-app .text {
        padding: 10px 0;
    }
}

.about-app .text span {
    text-transform: uppercase;
}

.footer {
    color: #fff;
    background-color: #020104;
    padding: 40px 0 140px 0;
}

@media all and (max-width: 1039px) {
    .footer {
        padding: 30px 0;
    }
}

@media all and (max-width: 768px) {
    .footer {
        color: unset;
        background-color: #fff;
        padding: 15px 0 30px 0;
    }
}

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

.footer__policy-agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 15px;
}

@media all and (max-width: 768px) {
    .footer__policy-agreement {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .footer__policy-agreement p {
        padding: 10px 0;
    }
}

.footer__policy-agreement a {
    color: #fff;
}

@media all and (max-width: 768px) {
    .footer__policy-agreement a {
        color: #000;
    }
}

.footer__policy-agreement a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
}

@media all and (max-width: 768px) {
    .footer__policy-agreement a:hover {
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    }
}

.agreement,
.policy {
    line-height: normal;
    font-weight: 300;
    margin: 30px auto;
    /*text-align: justify;*/
}

@media all and (max-width: 768px) {
    .agreement,
    .policy {
        margin: 30px auto;
    }
}

.agreement .main-title,
.policy .main-title {
    text-align: center;
}

.agreement p,
.policy p {
    margin: 15px 0;
    line-height: 24px;
}

@media all and (max-width: 1039px) {
    .agreement p,
    .policy p {
        line-height: 22px;
    }
}

@media all and (max-width: 768px) {
    .agreement p,
    .policy p {
        line-height: 20px;
    }
}

.agreement ol,
.policy ol {
    counter-reset: list;
    padding-left: 30px;
}

.agreement ol > li,
.policy ol > li {
    list-style: none;
}

.agreement ol > li:before,
.policy ol > li:before {
    content: counter(list) ") ";
    counter-increment: list;
}

.agreement .check,
.policy .check {
    color: red;
    font-weight: bold;
}

.agreement-info, .policy-info {
    text-align: center;
}

.agreement-info span, .policy-info span {
    text-transform: uppercase;
}