.promopage_mainsection {
    background: url(../img/promopage_mainsection.jpg) top center/cover no-repeat #151515;
    color: #fff;
    position: relative
}

.promopage_mainsection .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh + 120px);
    width: 100%;
    padding-top: 182px;
    padding-bottom: 348px
}

.promopage_mainsection_buttons {
    margin-top: 75px
}

.promopage_mainsection_buttons .button {
    min-width: 230px;
    margin: 10px
}

.promopage_mainsection_bottom {
    position: absolute;
    bottom: 248px;
    right: 0;
    padding: 0 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promopage_mainsection_bottom .header_seenon {
    display: none
}

.promopage_mainsection_social,
.promopage_mainsection_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center
}

.promopage_mainsection_social ul li {
    margin-right: 24px
}

.promopage_mainsection_social ul li:last-child {
    margin-right: 0
}

.promopage_mainsection_social ul li a {
    display: block;
    height: 22px;
    width: 22px
}

.promopage_mainsection_social ul li a:hover {
    opacity: .6
}

.promopage_mainsection_social ul li a.facebook {
    background: url(../img/facebook.svg) center/contain no-repeat
}

.promopage_mainsection_social ul li a.instagram {
    background: url(../img/instagram.svg) center/contain no-repeat
}

.promopage_mainsection_social_title {
    margin-right: 29px
}

.promopage_buzzfeedsection {
    text-align: center;
    background: url(../img/promopage_buzzfeedsection.jpg) center/cover no-repeat #151515;
    color: #fff;
    padding-top: 183px;
    padding-bottom: 320px;
    position: relative;
    z-index: 2;
    margin-top: -120px;
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%)
}

.promopage_buzzfeed_img {
    width: 277px;
    height: 51px;
    margin: 160px auto 84px;
    background: url(../img/BuzzFeedRed.png) center/contain no-repeat
}

.promopage_buzzfeed_title {
    font-size: 80px;
    line-height: 95px;
    letter-spacing: .2em;
    margin-bottom: 89px
}

.promopage_buzzfeed_playbutton a {
    display: block;
    width: 112px;
    height: 112px;
    background-color: #eb3323;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.promopage_buzzfeed_playbutton a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 36px solid #fff;
    border-bottom: 18px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -14px
}

.promopage_buzzfeed_playbutton a:hover {
    opacity: .6
}

.promopage_featuressection {
    position: relative;
    z-index: 3;
    margin-top: -120px;
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    background: #fff;
    text-align: center;
    padding-top: 294px;
    padding-bottom: 338px
}

.promopage_featuressection_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 350px;
    line-height: 379px;
    color: #f5f5f5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.promopage_featuressection_content {
    position: relative;
    z-index: 2
}

.promopage_features_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1544px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 89px
}

.promopage_features_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    padding: 0 18px
}

.promopage_features_list_item:first-child {
    padding-left: 0
}

.promopage_features_list_item:last-child {
    padding-right: 0
}

.promopage_features_list_item_icon {
    height: 192px;
    margin: 0 auto 40px;
    background: center/contain no-repeat
}

.promopage_features_list_item_title {
    font-size: 22px;
    line-height: 26px;
    max-width: 302px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: .1em
}

.promopage_features_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 870px;
    width: 100%;
    margin: 0 auto
}

.promopage_features_form input {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
    background: #ff3e35;
    border: 2px solid #ff3e35;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    padding: 0 28px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.promopage_features_form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.promopage_features_form input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.promopage_features_form input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.promopage_features_form input::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.promopage_features_form input::placeholder {
    color: #fff;
    opacity: 1
}

.promopage_features_form input:focus {
    background: #fff;
    color: #151515
}

.promopage_features_form button {
    min-width: 220px;
    margin-left: 20px
}

.promopage_paymentsection {
    text-align: center;
    background: url(../img/promopage_paymentsection.jpg) center top/cover no-repeat #151515;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4;
    min-height: 100vh
}

.promopage_paymentsection h2+p {
    margin-top: 7px
}

.promopage_paymentsection_text {
    margin-bottom: 53px
}

.promopage_paymentsection_text br {
    display: none
}

.promopage_paymentsection_content {
    width: 640px;
    margin: 0 auto
}

.promopage_payment_paypal a {
    display: block;
    width: 100%;
    height: 60px;
    background: url(../img/paypal.png) center/auto 35px no-repeat #fff;
    border-radius: 5px;
    margin-bottom: 28px
}

.promopage_payment_paypal a:hover {
    background-color: #151515
}

.promopage_payment_cards {
    height: 60px;
    border: 1px solid #4b4b4b;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1a1a1b;
    margin-bottom: 36px
}

.promopage_payment_cards a {
    display: block;
    width: 44px;
    height: 32px;
    border-radius: 5px;
    background: center/contain no-repeat;
    margin: 0 5px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.promopage_payment_cards a:hover {
    opacity: .6
}

.promopage_payment_card {
    display: block;
    position: relative;
    width: 640px;
    height: 348px;
    text-align: left;
    margin-bottom: 63px
}

.promopage_payment_card_front {
    position: absolute;
    left: 0;
    top: 0;
    width: 480px;
    height: 288px;
    background-color: #eb3323;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 10px rgba(36, 8, 5, .51);
    box-shadow: 0 6px 10px rgba(36, 8, 5, .51);
    padding: 22px 40px 0;
    z-index: 2
}

.promopage_payment_card_title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 5px
}

.promopage_payment_card_title span.required {
    font-size: 12px
}

.promopage_payment_card_name_input {
    width: 300px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .3);
    font-family: GothamPro;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    color: #fff;
    padding: 0 8px
}

.promopage_payment_card_number_input {
    width: 100%;
    height: 40px;
    background: #fff;
    font-family: GothamPro;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .024em;
    padding: 0 28px
}

.promopage_payment_card_number_input::-webkit-input-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_number_input::-moz-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_number_input:-ms-input-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_number_input::-ms-input-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_number_input::placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_expiration_forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promopage_payment_card_expiration_forms input {
    width: 90px;
    height: 40px;
    background: #fff;
    font-family: GothamPro;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .024em;
    padding: 0 8px;
    text-align: center
}

.promopage_payment_card_expiration_forms input::-webkit-input-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_expiration_forms input::-moz-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_expiration_forms input:-ms-input-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_expiration_forms input::-ms-input-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_expiration_forms input::placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_expiration_forms span.devide {
    display: block;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    width: 20px;
    text-align: center
}

.promopage_payment_card_type {
    display: block;
    width: 69px;
    height: 40px;
    border-radius: 5px;
    background: right center/contain no-repeat;
    position: absolute;
    right: 40px;
    bottom: 40px
}

.promopage_payment_card_mastercard .promopage_payment_card_type {
    background-image: url(../img/card_mastercard.jpg)
}

.promopage_payment_card_name {
    margin-bottom: 12px
}

.promopage_payment_card_number {
    margin-bottom: 28px
}

.promopage_payment_card_back {
    width: 480px;
    height: 288px;
    background-color: #eb3323;
    border-radius: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 114px 40px 0 352px
}

.promopage_payment_card_line {
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #7b443f;
    text-align: right;
    padding-right: 68px;
    font-family: GothamPro;
    font-size: 20px;
    font-weight: 500
}

.promopage_payment_card_cvc_input {
    width: 90px;
    height: 40px;
    background: #fff;
    font-family: GothamPro;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 0 8px;
    text-align: center
}

.promopage_payment_card_cvc_input::-webkit-input-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_cvc_input::-moz-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_cvc_input:-ms-input-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_cvc_input::-ms-input-placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_cvc_input::placeholder {
    color: rgba(21, 21, 21, .4);
    opacity: 1
}

.promopage_payment_card_cvc_tip {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    opacity: .6;
    margin-top: 12px
}

.promopage_payment_form_button .button {
    min-width: 220px
}

@media (max-width:1599px) {
    .promopage_mainsection_bottom {
        padding: 0 60px
    }
}

@media (max-width:1279px) {
    .promopage_mainsection_bottom {
        width: 100%
    }

    .promopage_mainsection_bottom .header_seenon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .promopage_featuressection_bg {
        font-size: 173px;
        line-height: 187px
    }
}

@media (max-width:1023px) {
    .promopage_mainsection .wrapper {
        min-height: 0;
        height: 1020px;
        padding-top: 180px;
        padding-bottom: 236px
    }

    .promopage_mainsection_bottom {
        bottom: 172px
    }

    .promopage_buzzfeedsection {
        -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
        margin-top: -50px;
        padding-top: 105px;
        padding-bottom: 180px;
        background-image: url(../img/promopage_buzzfeedsection_tab.jpg)
    }

    .promopage_buzzfeed_img {
        margin: 98px auto 86px
    }

    .promopage_buzzfeed_title {
        font-size: 65px;
        line-height: 78px;
        letter-spacing: .2em;
        margin-bottom: 77px
    }

    .promopage_featuressection {
        margin-top: -50px;
        -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
        padding-top: 106px;
        padding-bottom: 116px
    }

    .promopage_features_list_item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%
    }

    .promopage_features_list_item:first-child,
    .promopage_features_list_item:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%
    }

    .promopage_features_list_item_icon {
        height: 117px
    }

    .promopage_features_list {
        padding: 90px 0 72px
    }

    .promopage_paymentsection {
        padding-top: 153px;
        padding-bottom: 169px
    }

    .promopage_paymentsection h2 {
        line-height: 70px;
        max-width: 480px;
        margin: 0 auto
    }

    .promopage_paymentsection h2+p {
        margin-top: 20px
    }

    .promopage_paymentsection_text {
        margin-bottom: 30px
    }

    .promopage_paymentsection_text br {
        display: inline
    }
}

@media (max-width:767px) {
    .promopage_mainsection .wrapper {
        height: auto;
        display: block;
        padding-top: 235px;
        padding-bottom: 85px
    }

    .promopage_mainsection_bottom {
        padding: 37px 0 0;
        position: static;
        bottom: auto;
        display: block
    }

    .promopage_mainsection_bottom .header_seenon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .promopage_mainsection_bottom .header_seenon .header_seenon_links {
        margin-right: 0
    }

    .promopage_mainsection_social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 36px
    }

    .promopage_mainsection_buttons {
        margin-top: 60px
    }

    .promopage_mainsection {
        background-position: 46% center
    }

    .promopage_buzzfeedsection {
        -webkit-clip-path: polygon(0 24px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 24px, 100% 0, 100% 100%, 0 100%);
        margin-top: -24px;
        padding-top: 78px;
        padding-bottom: 118px;
        background-image: url(../img/promopage_buzzfeedsection_tab.jpg)
    }

    .promopage_buzzfeed_img {
        margin: 42px auto 40px
    }

    .promopage_buzzfeed_title {
        font-size: 49px;
        line-height: 58px;
        margin-bottom: 32px
    }

    .promopage_buzzfeed_playbutton a {
        width: 84px;
        height: 84px
    }

    .promopage_buzzfeed_playbutton a:before {
        border-top: 13px solid transparent;
        border-left: 26px solid #fff;
        border-bottom: 13px solid transparent;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -13px;
        margin-left: -10px
    }

    .promopage_featuressection {
        margin-top: -24px;
        -webkit-clip-path: polygon(0 24px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 24px, 100% 0, 100% 100%, 0 100%);
        padding-top: 82px;
        padding-bottom: 102px
    }

    .promopage_featuressection h2 {
        font-size: 30px;
        line-height: 34px
    }

    .promopage_featuressection h5+h2 {
        margin-top: 16px
    }

    .promopage_features_list {
        display: block;
        padding: 36px 0 59px
    }

    .promopage_features_list_item {
        padding: 14px 0
    }

    .promopage_featuressection_bg span {
        display: block
    }

    .promopage_features_list_item_icon {
        height: 96px;
        margin-bottom: 29px
    }

    .promopage_features_list_item_title {
        max-width: 240px
    }

    .promopage_features_form {
        display: block
    }

    .promopage_features_form input {
        height: 60px;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px
    }

    .promopage_features_form button {
        width: 100%;
        margin-left: 0
    }

    .promopage_paymentsection {
        padding-top: 82px;
        padding-bottom: 94px
    }

    .promopage_paymentsection h2 {
        font-size: 40px;
        line-height: 48px
    }

    .promopage_paymentsection h2+p {
        margin-top: 17px
    }

    .promopage_paymentsection_text {
        margin-bottom: 35px
    }

    .promopage_paymentsection_content {
        width: 100%
    }

    .promopage_payment_paypal a {
        margin-bottom: 30px
    }

    .promopage_payment_cards {
        margin-bottom: 40px
    }

    .promopage_payment_card {
        max-width: 480px;
        width: 100%;
        height: auto;
        margin: 0 auto 35px
    }

    .promopage_payment_card_front {
        position: relative;
        margin-bottom: 20px;
        padding-top: 12px;
        padding-bottom: 14px
    }

    .promopage_payment_card_back {
        position: relative
    }

    .promopage_payment_card_back,
    .promopage_payment_card_front {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        height: 252px
    }

    .promopage_payment_card_name_input {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .promopage_payment_card_number_input {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px
    }

    .promopage_payment_card_expiration_forms input {
        width: 69px;
        font-size: 16px
    }

    .promopage_payment_card_cvc_input {
        font-size: 16px
    }

    .promopage_payment_card_type {
        right: 20px;
        bottom: 14px
    }

    .promopage_payment_card_expiration_forms span.devide {
        width: 30px
    }
}

@media (max-width:639px) {
    .promopage_mainsection_buttons .button {
        width: 100%;
        margin: 5px 0;
        height: 40px;
        line-height: 36px
    }

    .promopage_payment_form_button .button {
        width: 100%
    }
}

@media (max-width:479px) {
    .promopage_buzzfeed_img {
        height: 33px
    }

    .promopage_buzzfeedsection {
        background-image: url(../img/promopage_buzzfeedsection_mob.jpg)
    }
}

.footer_promopage {
    position: relative;
    z-index: 10;
    margin-top: -120px;
    color: #fff;
    text-align: center
}

.footer_promopage_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    background: url(../img/footer_promopage.jpg) center/cover no-repeat #151515
}

.footer_promopage_img {
    display: block;
    position: absolute;
    left: 0;
    top: -82px;
    width: 100%;
    height: 90%;
    background: url(../img/footer_promopage_img.png) top center/contain no-repeat;
    z-index: 2
}

.footer_promopage_content {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 224px;
    padding-bottom: 220px
}

.footer_promopage_text {
    font-family: RobotoCN;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    margin-bottom: 59px;
    margin-top: 10px
}

.footer_promopage_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 870px;
    width: 100%;
    margin: 0 auto 102px
}

.footer_promopage_form input {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
    background: #fff;
    border-radius: 5px;
    color: #151515;
    font-size: 24px;
    padding: 0 28px
}

.footer_promopage_form input::-webkit-input-placeholder {
    color: #151515;
    opacity: 1
}

.footer_promopage_form input::-moz-placeholder {
    color: #151515;
    opacity: 1
}

.footer_promopage_form input:-ms-input-placeholder {
    color: #151515;
    opacity: 1
}

.footer_promopage_form input::-ms-input-placeholder {
    color: #151515;
    opacity: 1
}

.footer_promopage_form input::placeholder {
    color: #151515;
    opacity: 1
}

.footer_promopage_form button {
    min-width: 220px;
    margin-left: 20px
}

.footer_promopage_social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer_promopage_burger {
    display: none
}

.footer_bottom {
    position: absolute;
    left: 0;
    bottom: 90px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 135px
}

.footer_logo {
    text-align: left
}

.footer_copyright {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    font-family: RobotoCN;
    letter-spacing: .02em;
    color: #b1b1b1;
    font-weight: 400
}

.footer_copyright,
.footer_logo {
    min-width: 424px
}

.footer_links {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.footer_links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer_links ul li {
    margin: 0 20px
}

.footer_links ul li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #8f9190;
    text-transform: uppercase;
    white-space: nowrap
}

.footer_links ul li a:hover {
    color: #fff
}

@media (max-width:1599px) {
    .footer_bottom {
        padding-left: 60px;
        padding-right: 60px
    }

    .footer_logo .logo {
        font-size: 26px
    }

    .footer_logo .logo span {
        padding-left: 92px
    }

    .footer_logo .logo i {
        width: 72px;
        height: 60px;
        margin-top: -30px
    }

    .footer_copyright,
    .footer_logo {
        min-width: 320px
    }
}

@media (max-width:1279px) {
    .footer_promopage_content {
        min-height: 0;
        padding-bottom: 86px
    }

    .footer_bottom {
        position: relative;
        bottom: 0;
        padding: 96px 0 0
    }

    .footer_links {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%
    }

    .footer_promopage_social {
        margin-bottom: 170px
    }
}

@media (max-width:1023px) {
    .footer_promopage {
        margin-top: 0
    }

    .footer_promopage_bg {
        -webkit-clip-path: none;
        clip-path: none
    }

    .footer_promopage_content h2 {
        line-height: 70px
    }

    .footer_promopage_content h2 span,
    .footer_promopage_text span {
        display: block
    }

    .footer_promopage_img {
        height: 778px;
        top: -96px
    }

    .footer_promopage_content {
        padding-top: 158px
    }

    .footer_promopage_text {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .footer_promopage_img {
        height: 108.055vw;
        top: -8px
    }

    .footer_promopage_content h2 {
        font-size: 30px;
        line-height: 34px
    }

    .footer_promopage_form {
        display: block
    }

    .footer_promopage_form input {
        width: 100%;
        height: 60px;
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
        line-height: 60px
    }

    .footer_promopage_form button {
        margin-left: 0;
        width: 100%
    }

    .footer_promopage_burger {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto
    }

    .footer_links {
        display: none
    }

    .footer_bottom {
        display: block;
        padding-top: 0;
        margin-top: 83px
    }

    .footer_copyright,
    .footer_logo {
        text-align: center
    }

    .footer_promopage_text {
        margin-top: 30px;
        margin-bottom: 43px
    }

    .footer_promopage_form {
        margin-bottom: 55px
    }

    .footer_promopage_social {
        margin-bottom: 92px;
        margin-top: 0
    }

    .footer_copyright {
        margin-top: 36px
    }
}

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

.preorder_plan {
    width: 324px;
    min-height: 576px;
    background: #fff;
    border-radius: 37px;
    -webkit-box-shadow: 0 11px 24px rgba(131, 119, 96, .17);
    box-shadow: 0 11px 24px rgba(131, 119, 96, .17);
    position: relative;
    color: #414141;
    margin: 30px;
    padding: 30px 30px 150px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: block
}

.preorder_plan_title {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #151515;
    text-align: left;
    letter-spacing: .1em;
    margin-bottom: 65px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.preorder_plan_name {
    font-family: RobotoCN;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: -.04em;
    margin-bottom: 51px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.preorder_plan_name span {
    color: #eb3323;
    font-size: 10px;
    vertical-align: top;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.preorder_plan_name.preorder_plan_name_best {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.preorder_plan_name.preorder_plan_name_best b {
    font-weight: 700;
    color: #eb3323;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.preorder_plan_cost {
    font-size: 72px;
    line-height: 48px;
    white-space: nowrap;
    letter-spacing: -.04em
}

.preorder_plan_cost span {
    display: block;
    letter-spacing: normal;
    font-size: 24px;
    line-height: 24px;
    margin-top: 18px
}

.preorder_plan_tip {
    margin-top: 58px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.065em;
    font-family: RobotoCN;
    font-weight: 400
}

.preorder_plan_tip_title {
    color: #eb3323;
    text-transform: uppercase;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.preorder_plan_tip_text {
    max-width: 240px;
    width: 100%;
    margin: 0 auto
}

.preorder_plan_select {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .3em
}

.preorder_plan.selected,
a.preorder_plan:hover {
    background-color: #eb3323;
    -webkit-box-shadow: 0 29px 76px rgba(124, 123, 122, .59);
    box-shadow: 0 29px 76px rgba(124, 123, 122, .59);
    color: #fff
}

.preorder_plan.selected .preorder_plan_name,
.preorder_plan.selected .preorder_plan_name span,
.preorder_plan.selected .preorder_plan_name.preorder_plan_name_best b,
.preorder_plan.selected .preorder_plan_offer,
.preorder_plan.selected .preorder_plan_tip_title,
.preorder_plan.selected .preorder_plan_title,
a.preorder_plan:hover .preorder_plan_name,
a.preorder_plan:hover .preorder_plan_name span,
a.preorder_plan:hover .preorder_plan_name.preorder_plan_name_best b,
a.preorder_plan:hover .preorder_plan_offer,
a.preorder_plan:hover .preorder_plan_tip_title,
a.preorder_plan:hover .preorder_plan_title {
    color: #fff
}

@media (max-width:1439px) {
    .preorder_plan {
        max-width: 324px;
        width: calc(33.33333% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1023px) {
    .preorder_plans {
        display: block
    }

    .preorder_plan {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:359px) {
    .header_logo:after {
        width: calc(100% + 20px);
        left: -10px
    }

    .footer_logo .logo i {
        width: 48px;
        height: 40px;
        margin-top: -20px
    }

    .footer_logo .logo span {
        padding-left: 64px
    }

    .footer_copyright,
    .footer_logo {
        min-width: 0
    }

    .preorder_plan {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (pointer:coarse) {
    .content.menu_opened {
        -webkit-filter: none;
        filter: none
    }
}

.plans_logo {
    margin-bottom: 48px
}

.plans_logo .atu_logo {
    margin-left: auto;
    margin-right: auto
}

.plans_button {
    margin-top: 48px;
    text-transform: uppercase
}

.plans_button .button {
    min-width: 240px
}

.preorder_plan_offer {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -.04em;
    margin-top: 24px;
    color: #ff3e35
}

.preorder_plan_offer+.preorder_plan_tip {
    margin-top: 36px
}