.thankpage {
    background: url(../img/thankpage.jpg) center/cover no-repeat;
    text-align: center;
    color: #fff;
    padding: 120px 0;
    min-height: 100vh;
    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
}

.thankpage .wrapper {
    max-width: 1100px
}

.thankpage_text {
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 60px;
    line-height: 1.5em;
    letter-spacing: -.02em
}

.thankpage_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px 48px
}

.thankpage_buttons a {
    display: block;
    width: 360px;
    height: 60px;
    border-radius: 5px;
    line-height: 60px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: .1em;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 5px
}

@media (max-width:399px) {
    .thankpage_buttons a {
        font-size: 14px
    }
}

.thankpage_buttons a span {
    display: inline-block;
    vertical-align: middle
}

.thankpage_buttons a svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 18px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.thankpage_buttons a.facebook {
    background: #3a569a
}

.thankpage_buttons a.twitter {
    background: #52bae8
}

.thankpage_buttons a.email {
    background: #999
}

.thankpage_buttons a:hover {
    background: #fff;
    color: #151515;
    border-color: transparent
}

.thankpage_buttons a:hover svg {
    fill: #151515
}

.thankpage_yourlink_title {
    font-family: RobotoCN;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    font-weight: 400;
    margin-bottom: 14px
}

.thankpage_yourlink_form {
    position: relative;
    margin-bottom: 22px
}

.thankpage_yourlink_link {
    font-family: RobotoCN;
    width: 100%;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    text-align: left;
    line-height: 56px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #fefefe;
    letter-spacing: .02em;
    padding: 0 130px 0 28px;
    display: block;
    opacity: 1
}

.thankpage_yourlink_button {
    cursor: pointer;
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    padding: 0 28px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.thankpage_yourlink_button:hover {
    opacity: .6
}

.thankpage_yourlink_title_text {
    font-family: RobotoCN;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    font-weight: 400
}

.thankpage_button .button {
    min-width: 230px;
    text-transform: uppercase
}

.thankpage_yourlink {
    margin-bottom: 57px
}

@media (max-width:1023px) {
    .thankpage_title {
        line-height: 70px;
        margin-top: 87px
    }

    .thankpage_title span {
        display: block
    }

    .thankpage {
        padding: 146px 0 288px
    }

    .thankpage_buttons {
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
        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-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .thankpage_text {
        line-height: 70px
    }
}

@media (max-width:767px) {
    .thankpage_title {
        font-size: 45px;
        line-height: 52px
    }

    .thankpage_buttons {
        display: block;
        margin: 0 auto 30px
    }

    .thankpage_buttons a {
        width: 100%;
        margin: 0
    }

    .thankpage_buttons a+a {
        margin-top: 10px
    }

    .thankpage .wrapper {
        max-width: 480px
    }

    .thankpage_text {
        font-size: 45px;
        line-height: 52px
    }
}

@media (max-width:479px) {
    .thankpage {
        padding: 95px 0 60px;
        display: block;
        background-position: 47% center
    }

    .thankpage_title {
        margin-top: 46px
    }

    .thankpage_text {
        font-size: 45px;
        line-height: 52px;
        margin-bottom: 38px
    }

    .thankpage_yourlink_link {
        padding-right: 28px
    }

    .thankpage_yourlink_button {
        position: static;
        line-height: 54px
    }

    .thankpage_yourlink {
        margin-bottom: 28px
    }

    .thankpage_button .button {
        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;
        width: 100%;
        line-height: 24px;
        min-height: 60px;
        height: auto;
        white-space: normal;
        padding-top: 4px;
        padding-bottom: 4px
    }
}

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

.thankpage_title {
    margin-top: 18px
}