@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: Inter, "Open Sans", sans-serif, Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5
}

h2 {
    font-size: 42px;
    line-height: 1.25;
    letter-spacing: -.02em
}

h2.h2_long {
    line-height: 1.25;
    letter-spacing: .1em
}

p {
    font-family: Inter, "Open Sans", sans-serif, Arial;
    font-size: 14px;
    line-height: 1.5
}

.header_innerpage {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.atu_logo {
    width: 203px;
    height: 197px;
    background: url(../img/logo-skate.svg) center/contain no-repeat
}

@media (max-width:1279px) {
    .atu_logo {
        width: 172px;
        height: 167px
    }
}

.login_header_logo a {
    width: 152px;
    height: 148px;
    background: url(../img/logo-skate.svg) center/contain no-repeat
}

.hi_right {
    padding-top: 28px
}

.home-screen-section {
    background: url(../img/home-screen-bg.webp) center/cover no-repeat;
    color: #000;
    position: relative;
    padding-bottom: 310px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%)
}

@media (max-width:1439px) {
    .home-screen-section {
        padding-bottom: 240px;
        -webkit-clip-path: none;
        clip-path: none
    }
}

@media (max-width:767px) {
    .atu_logo {
        width: 120px !important;
        height: 116px !important
    }

    .home-screen-section {
        padding-bottom: 80px
    }
}

.home-screen {
    position: relative;
    padding: 240px 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1760px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1279px) {
    .home-screen {
        display: block;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px
    }
}

.home-screen__left {
    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;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.home-screen__heading {
    font-size: 55px;
    line-height: 1.09;
    font-weight: 400
}

@media (max-width:1599px) {
    .home-screen__heading {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .home-screen {
        padding-top: 240px;
        padding-left: 20px;
        padding-right: 20px
    }

    .home-screen__heading {
        font-size: 32px
    }
}

.home-screen__button {
    margin-top: 72px
}

@media (max-width:1279px) {
    .home-screen__button {
        margin-top: 48px
    }
}

.home-screen__center {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-screen__img {
    margin: -160px auto -150px;
    max-width: 635px;
    width: 100%
}

.home-screen__img img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.home-screen__right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.home-screen-video {
    cursor: pointer;
    width: 100%;
    max-width: 315px
}

@media (max-width:1599px) {
    .home-screen-video {
        max-width: 280px
    }
}

@media (max-width:1279px) {
    .home-screen__img {
        margin: 48px auto 0
    }

    .home-screen-video {
        margin: 48px auto;
        max-width: 315px
    }
}

.home-screen-video__poster {
    position: relative;
    background: #000
}

.home-screen-video__poster img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.home-screen-video__poster:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 60px solid #fff;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home-screen-video__poster:hover img {
    opacity: .6
}

.home-screen-video__heading {
    text-align: center;
    font-size: 20px;
    letter-spacing: .02em;
    margin-top: 22px
}

.button {
    font-family: Inter, "Open Sans", sans-serif, Arial;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 20px;
    border: 2px solid transparent;
    cursor: pointer;
    text-transform: uppercase
}

.button-rectangle {
    min-height: 60px;
    min-width: 240px;
    border-radius: 5px
}

.button_radius {
    min-height: 60px;
    min-width: 210px;
    border-radius: 30px
}

.button-red {
    background: #eb3323;
    border-color: #eb3323;
    color: #fff
}

.button-red:hover {
    background: #fff;
    border-color: #fff;
    color: #000
}

.button-transparent {
    background: 0 0;
    border-color: transparent;
    color: #fff
}

.button-transparent:hover {
    background: #fff;
    border-color: #fff;
    color: #000
}

.button.button_transparent_red {
    background: 0 0;
    border-color: #eb3323;
    color: #eb3323
}

.button.button_transparent_red:hover {
    background: #fff;
    border-color: #fff;
    color: #eb3323
}

.button.button_transparent {
    background: 0 0;
    border-color: #696969;
    color: #b1b1b1
}

.button.button_transparent:hover {
    background: red;
    border-color: red;
    color: #fff
}

.button.button_transparent_white {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.button.button_transparent_white:hover {
    background: #eb3323;
    border-color: #eb3323;
    color: #fff
}

.button.button_transparent_black {
    background: 0 0;
    border-color: #b2b2b2;
    color: #272727
}

.button.button_transparent_black:hover {
    background: red;
    border-color: red;
    color: #fff
}

.title16 {
    font-size: 14px;
    line-height: 1.5
}

.section_trainigvideos {
    background-image: url(../img/skate_section_trainigvideos.jpg)
}

.section_orderbook {
    background-image: url(../img/skate_section_orderbook_bg.jpg);
    padding-bottom: 320px
}

.section_orderbook .number_section,
.section_orderbook .smalltitle {
    color: #000
}

.orderbook_img {
    background: url(../img/skate_orderbook_img_mask.png) center bottom/100% auto no-repeat
}

.orderbook_img_mask:before {
    display: none
}

.number_section {
    font-size: 14px;
    line-height: 1.5
}

.section_about {
    background: #0d0d0d
}

.section_about .about_scrolldown {
    bottom: 80px
}

.program.program_women {
    background: url(../img/skate_program_women.jpg) center/cover no-repeat
}

.program.program_men {
    background: url(../img/skate_rogram_men.jpg) center/cover no-repeat #0d0f0e
}

.section_pricingtable {
    background: url(../img/skate_section_pricingtable.jpg) center/cover no-repeat
}

.section_pricingtable .wrapper_mainpage {
    padding-left: 40px;
    padding-right: 40px
}

.preorder_plan {
    background: calc(100% - 20px) top/100px auto no-repeat #fff
}

.preorder_plan-gold {
    background-image: url(../img/skate_gold.png)
}

.preorder_plan-silver {
    background-image: url(../img/skate_silver.png)
}

.preorder_plan-bronze {
    background-image: url(../img/skate_bronze.png)
}

.preorder_plan_cost {
    font-weight: 700;
    font-size: 48px
}

.preorder_plan_tip_title {
    text-transform: none;
    font-weight: 700;
    margin-bottom: 1em
}

.preorder_plan_tip_text {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    font-family: Inter, "Open Sans", sans-serif, Arial
}

.preorder_plan_select,
.preorder_plan_title {
    letter-spacing: 0;
    font-weight: 700
}

.preorder_plan_title {
    margin-bottom: 144px
}

.preorder_plan_name {
    font-family: Inter, "Open Sans", sans-serif, Arial;
    text-transform: none;
    margin-bottom: 24px
}

.anytime_button {
    margin-bottom: 48px
}

.section_anytime h2 {
    text-transform: uppercase;
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1
}

.section_trainigvideos.section_where_skaters {
    -webkit-clip-path: none;
    clip-path: none;
    margin: 0;
    background: url(../img/home-screen-bg.webp) center/cover no-repeat;
    color: #000;
    padding-top: 240px;
    padding-bottom: 240px;
    min-height: 1125px
}

.section_trainigvideos.section_where_skaters .smalltitle {
    color: #000
}

.trainigvideos_list2 .trainigvideos_item_image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.testimonials_bg_img {
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    height: calc(100% + 35px + 91px);
    background: url(../img/skate_footer_promopage_img.png) 40% 0/contain no-repeat;
    z-index: 2
}

.section_testimonials {
    background: #fff;
    color: #000;
    -webkit-clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
    clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
    margin-top: -121px
}

@media (max-width:1279px) {
    .section_trainigvideos.section_where_skaters {
        padding-top: 120px;
        padding-bottom: 120px;
        min-height: 0
    }

    .section_testimonials {
        margin-top: -51px;
        -webkit-clip-path: none;
        clip-path: none
    }
}

.testimonials_text {
    font-size: 28px
}

.testimonials_text-small {
    font-size: 20px;
    text-transform: none;
    margin-top: 1em
}

.fi_bottom_logo {
    margin-bottom: 36px
}

.footerinnerpage {
    background: url(../img/skate_footer.jpg) center/cover no-repeat
}

.about-teams__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px
}

.about-teams__member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 96px
}

.about-teams__member:not(:first-child) {
    margin-top: 96px
}

.about-teams__member-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

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

    .about-teams__member-reverse {
        text-align: left
    }
}

@media (max-width:767px) {
    .section_orderbook {
        padding-bottom: 0
    }

    .testimonials_bg_img {
        opacity: .6
    }

    .fi_bottom_logo {
        margin: 0 auto 24px
    }

    .about-teams__member-reverse {
        text-align: center
    }
}

.about-teams__member_photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 48px);
    flex: 0 0 calc(50% - 48px)
}

.about-teams__member_photo img {
    max-width: 100%;
    width: 100%
}

@media (max-width:1439px) {
    .about-teams__member {
        grid-gap: 48px
    }

    .about-teams__member_photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
        flex: 0 0 calc(50% - 24px)
    }
}

.about-teams__member_text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 48px);
    flex: 0 0 calc(50% - 48px);
    padding-top: 48px
}

@media (max-width:1439px) {
    .about-teams__member_text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
        flex: 0 0 calc(50% - 24px);
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media (max-width:1023px) {
    .about-teams__member_text {
        padding-top: 48px
    }
}

.about-teams__member_h {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .5em
}

.about-teams__member_h+.button {
    margin-top: 36px
}

@media (max-width:1279px) {
    .about-teams__member_h {
        font-size: 36px
    }
}

.about-teams__member_p {
    text-align: left
}

.about-teams__member_p p {
    font-size: 18px;
    line-height: 1.5
}

.about-teams__member_p p:not(:last-child) {
    margin-bottom: 1.5em
}

.about-teams__member_p+.button {
    margin-top: 36px
}

@media (max-width:1279px) {
    .about-teams__member_p p {
        font-size: 16px
    }
}

.home-video-section {
    background: #000;
    color: #fff;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%)
}

.home-video-bg {
    background: url(../img/video-bg.jpg) center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home-video-bg video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.home-video-content {
    position: relative;
    z-index: 2;
    padding-top: 288px;
    padding-bottom: 240px;
    min-height: calc(56.25vw - 240px)
}

@media (max-width:1919px) {
    .home-video-content {
        min-height: calc(56.25vw - 40px)
    }
}

@media (max-width:1439px) {
    .home-video-section {
        -webkit-clip-path: none;
        clip-path: none
    }

    .home-video-content {
        padding-bottom: 80px
    }
}

.home-video-text {
    max-width: 580px;
    width: 100%
}

@media (max-width:479px) {
    .about-teams__member_h {
        font-size: 32px
    }

    .about-teams__member_p p {
        font-size: 14px
    }

    .home-video-text {
        max-width: 380px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

.home-video-heading {
    font-size: 64px;
    line-height: 1.171875;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0
}

.home-video-heading strong {
    font-weight: 400;
    color: #eb3323;
    display: block
}

.home-video-buttons {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.home-video-buttons .button {
    min-width: 0;
    padding: 0 48px
}

@media (max-width:767px) {
    .home-video-content {
        padding-top: 200px;
        padding-bottom: 60px
    }

    .home-video-text {
        max-width: 380px
    }

    .home-video-heading {
        font-size: 32px
    }

    .home-video-buttons {
        margin-top: 36px
    }

    .home-video-buttons .button {
        padding: 0 24px;
        min-height: 40px;
        height: auto
    }
}

@media (max-width:479px) {
    .home-video-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home-video-buttons .button {
        padding: 0 12px
    }

    .introductory_popup_bodytype_img_title {
        font-size: 14px
    }
}

.section_main_botton.section_main_botton-skate {
    position: absolute;
    left: 50%;
    bottom: 180px;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1770px;
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width:1439px) {
    .section_main_botton.section_main_botton-skate {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-left: 0;
        padding-right: 0;
        margin-top: 160px
    }
}

.introductory_popup .modal-content {
    background: url(../img/skate-quiz-bg.jpg) center/cover no-repeat #fff;
    color: #000
}

.introductory_popup_buttons .button {
    font-size: 20px
}

.introductory_popup .modal-dialog {
    max-width: 1280px
}

@media (max-width:1279px) {
    .introductory_popup .modal-dialog {
        max-width: calc(100vw - 80px);
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .section_main_botton.section_main_botton-skate {
        margin-top: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .section_main_botton.section_main_botton-skate .followus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .section_main_botton.section_main_botton-skate .scrolldown {
        margin: 0
    }

    .introductory_popup_buttons .button {
        font-size: 16px;
        min-width: 0
    }

    .introductory_popup .modal-dialog {
        max-width: calc(100vw - 40px)
    }
}

.popup_close.close:after,
.popup_close.close:before {
    background: #000
}

.introductory_popup_main_title {
    margin-bottom: 1em
}

.introductory_popup_nav .introductory_popup_navbutton {
    background: #fff
}

.introductory_popup_nav .introductory_popup_navbutton.selected {
    background: #eb3323
}

.introductory_popup_title {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.introductory_popup_text {
    text-align: center
}

.introductory_popup_title+.introductory_popup_text {
    margin-top: 1.5em
}

.introductory_popup_radiobuttons {
    margin-top: 48px;
    max-width: 760px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.custom_radio span {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    padding-left: 64px
}

.custom_radio span:before {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .2);
    border: 2px solid #fff
}

.custom_radio input:checked+span {
    color: #000
}

.custom_radio input:checked+span:before {
    background: #233942;
    border: none
}

.introductory_popup_buttons .button_transparent_black {
    border-color: #000;
    color: #000
}

.introductory_popup_buttons .button_transparent_black:hover {
    border-color: #eb3323;
    background: #eb3323;
    color: #fff
}

.introductory_popup_bodytypes {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px
}

.introductory_popup_bodytype {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0
}

.introductory_popup_bodytypebutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 124px;
    position: relative
}

.introductory_popup_bodytype_img {
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0
}

.introductory_popup_bodytype_img img {
    width: 100%;
    height: auto
}

.introductory_popup_bodytype_img_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: calc(100% - 84px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%
}

.introductory_popup_bodytype_img_title:before {
    background: rgba(255, 255, 255, .2);
    border: 2px solid #fff
}

.introductory_popup_bodytype input:checked+.introductory_popup_bodytypebutton .introductory_popup_bodytype_img_title {
    color: #000
}

.introductory_popup_bodytype input:checked+.introductory_popup_bodytypebutton .introductory_popup_bodytype_img_title:before {
    background: #233942;
    border: none
}

.introductory_popup_form input {
    border-bottom: 2px solid #000;
    color: #000;
    letter-spacing: .1em;
    margin-bottom: 30px;
    font-family: Inter, "Open Sans", sans-serif, Arial;
    font-weight: 700
}

.introductory_popup_form input::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.introductory_popup_form input::-moz-placeholder {
    color: #000;
    opacity: 1
}

.introductory_popup_form input:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.introductory_popup_form input::-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.introductory_popup_form input::placeholder {
    color: #000;
    opacity: 1
}

.introductory_checkbox,
.introductory_popup_privacypolice {
    color: #000
}

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

.introductory_popup_buttons1 .button {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
}

.skate-you-did-it .introductory_popup_text,
.skate-you-did-it .introductory_popup_title {
    text-align: left;
    display: block
}

.skate-you-did-it .introductory_popup_text {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width:767px) {
    .custom_radio span {
        font-size: 20px;
        padding-left: 48px
    }

    .custom_radio span:before {
        width: 30px;
        height: 30px
    }

    .introductory_popup_bodytypes {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 24px
    }

    .introductory_popup_form input {
        margin-bottom: 0
    }

    .skate-you-did-it .introductory_popup_text,
    .skate-you-did-it .introductory_popup_title {
        text-align: center
    }

    .skate-you-did-it .introductory_popup_text {
        font-size: 16px
    }
}

.skate-you-did-it {
    margin-top: -114px;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-template-columns: 25% 1fr;
    grid-gap: 48px;
    margin-bottom: 48px
}

.skate-you-did-it__text {
    padding-bottom: 10%
}

@media (max-width:1279px) {
    .skate-you-did-it__text {
        padding-bottom: 0
    }
}

.skate-you-did-it__img {
    max-width: 266px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .skate-you-did-it {
        display: block;
        margin-top: -72px
    }

    .skate-you-did-it__img {
        max-width: 133px;
        margin-bottom: 48px
    }

    .introductory_popup_title {
        font-size: 20px;
        line-height: 1.25
    }

    .introductory_popup_text {
        font-size: 14px
    }

    .video_popup_center {
        height: auto
    }
}

.video_popup_center {
    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
}

.video_popup_center video {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.thankpage_title {
    margin-bottom: 1em
}

.thankpage_text {
    font-size: 32px;
    font-weight: 400
}

.thankpage {
    background: url(../img/skate_footer.jpg) center/cover no-repeat
}

.thankpage_buttons a {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    min-height: 60px;
    line-height: 1.25
}

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

    .thankpage_text {
        font-size: 20px;
        line-height: 1.5
    }
}

.fi_follow_links li a.tiktok,
.followus ul li a.tiktok {
    background: url(../img/tiktok.svg) center/contain no-repeat
}