@charset "UTF-8";
body {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0;
    padding: 0
}

li,
ul {
    padding: 0;
    margin: 0
}

.header__btn {
    display: none;
    min-width: 140px;
    height: 52px;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #b044f9;
    background: -webkit-gradient(linear, left top, right top, from(#b044f9), to(#45d4fc));
    background: -o-linear-gradient(left, #b044f9 0, #45d4fc 100%);
    background: linear-gradient(90deg, #b044f9 0, #45d4fc 100%)
}

.header__btn:focus,
.header__btn:hover {
    opacity: .7
}

.header__logo__img {
    width: 100%
}

@media (max-width:480px) {
    .header__logo {
        max-width: 70px
    }
}

.footer {
    background-color: transparent;
    padding: 40px 0 21px
}

.footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__item {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 270px
}

.footer__info {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 150%;
    color: #000;
    margin-bottom: 8px
}

.footer__info--link {
    text-decoration: none
}

.footer__info--grey {
    color: #595959
}

.footer__info--last {
    margin: 0
}

.footer__pay {
    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;
    width: 100%;
    max-width: 147px
}

.footer__img {
    width: 100%;
    max-width: 43px
}

.footer__img--sm {
    max-width: 21px
}

.footer__img--36 {
    max-width: 36px
}

.footer__img--31 {
    max-width: 31px
}

.footer__img--18 {
    max-width: 18px
}

.footer__img--28 {
    max-width: 28px
}

@media (max-width:800px) {
    .footer {
        padding-bottom: 0
    }
    .footer__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__item--middle {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .footer__info--mb {
        color: #595959
    }
    .footer__info--last {
        margin-bottom: 8px
    }
    .footer__holder {
        margin-bottom: 24px
    }
}

.results__title {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px
}

.results__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 16px 0 rgba(188, 188, 188, .53);
    box-shadow: 4px 4px 16px 0 rgba(188, 188, 188, .53)
}

.results__item {
    width: 100%;
    max-width: 620px
}

.results__timer {
    background-color: #ff0064;
    padding: 30px;
    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
}

.results__timer-text {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3
}

.results__name {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 110%
}

.results__content {
    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;
    padding: 30px
}

.results__text {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    padding: 30px
}

@media (max-width:1150px) {
    .results__inner {
        -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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:640px) {
    .results__title {
        font-size: 24px;
        margin-top: 20px
    }
    .results__timer {
        padding: 16px
    }
    .results__timer-text {
        font-size: 17px
    }
    .results__name {
        color: #000;
        font-size: 26px;
        font-weight: 400;
        line-height: 110%
    }
    .results__content {
        padding: 16px
    }
    .results__text {
        font-size: 15px;
        padding: 16px
    }
}

.price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.price__new {
    white-space: nowrap;
    font-size: 26px;
    line-height: 110%;
    font-weight: 700;
    color: #000
}

.price__old {
    font-weight: 600;
    text-decoration: line-through;
    color: #ff0064;
    white-space: nowrap;
    text-align: right;
    font-size: 15px;
    line-height: 110%
}

@media (max-width:640px) {
    .price__new {
        font-size: 19px
    }
    .price__old {
        font-size: 13px
    }
}

.form {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    padding: 30px
}

.form__input {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #000;
    border: 1px solid #999;
    font-size: 20px;
    font-weight: 400;
    padding: 15px
}

.form__input::-webkit-input-placeholder {
    color: #999;
    font-size: 20px;
    font-weight: 400
}

.form__input::-moz-placeholder {
    color: #999;
    font-size: 20px;
    font-weight: 400
}

.form__input:-ms-input-placeholder {
    color: #999;
    font-size: 20px;
    font-weight: 400
}

.form__input::-ms-input-placeholder {
    color: #999;
    font-size: 20px;
    font-weight: 400
}

.form__input::placeholder {
    color: #999;
    font-size: 20px;
    font-weight: 400
}

.form__input:focus {
    outline: 0;
    border-color: #ad6acc
}

.form__error {
    color: red;
    font-size: 16px
}

.form__button {
    display: block;
    width: 100%;
    background-color: #00d477;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding: 15px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.form__button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.form__button:disabled {
    background: rgba(158, 158, 158, .65);
    cursor: not-allowed
}

.form__recurrent {
    font-size: .875rem;
    margin-top: 10px;
    font-weight: 400;
    color: #cbcbcb;
    display: none
}

.form__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 20px 0 16px
}

.form__pay-text {
    font-family: Gotham, sans-serif;
    font-weight: 400;
    font-size: 6px;
    line-height: 10px;
    color: #cbcbcb;
    max-width: 109px;
    width: 100%;
    display: inline-block;
    margin-left: 10px
}

.form__pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
    width: 100%;
    max-width: 48px
}

.form__agreement {
    max-width: 675px;
    margin: 10px 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    color: #cbcbcb
}

.form__link {
    color: #3485ff;
    font-size: 10px;
    line-height: 110%
}

.form__check {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form__check-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form__check-box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form__check-input+label::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

.form__check-input:checked+label::before {
    background-color: #000
}

.form__text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #000;
    width: 100%;
    max-width: 392px;
    margin-bottom: 20px
}

.form__text--data {
    text-decoration: underline
}

@media (max-width:640px) {
    .form {
        padding: 16px
    }
    .form__input {
        font-size: 16px;
        padding: 8px
    }
    .form__input::-webkit-input-placeholder {
        font-size: 16px
    }
    .form__input::-moz-placeholder {
        font-size: 16px
    }
    .form__input:-ms-input-placeholder {
        font-size: 16px
    }
    .form__input::-ms-input-placeholder {
        font-size: 16px
    }
    .form__input::placeholder {
        font-size: 16px
    }
    .form__error {
        color: red;
        font-size: 12px
    }
    .form__button {
        font-size: 16px;
        padding: 15px;
        margin-top: 16px
    }
    .form__recurrent {
        font-size: .75rem
    }
}