/*head*/

#alternolpweb_head{
    margin: 0 auto;
    padding: 0;    
}

#alternolpweb_head .boxed:first-child{
    margin: 0 auto;
    padding: 0 1.5%;
}

.logosite_cont{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 87% 100%, 0 100%);
    background: rgba(27,27,27,.87);
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 75%;
    height: 21vh;
}

.logo_stretch{
    clip-path: polygon(0 0, 100% 0, 100% 70.5%, 81% 79.5%, 0 79.5%);
    background: rgba(27,27,27,.81);
    backdrop-filter: blur(6px);
    width: 51%;
    animation: logoStretch 0.35s ease-out;
}

@keyframes logoStretch{
    from{
        clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
        background: rgba(27,27,27,.87);
        width: 75%;
    }
    to{
        clip-path: polygon(0 0, 100% 0, 100% 70.5%, 90% 79.5%, 0 79.5%);
        background: rgba(27,27,27,.81);
        width: 51%;
    }
}

.logosite_cont img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    display: block;
    margin: 0 auto;
    right: 0;
    bottom: 3%;
    left: 0;
    width: 81%;
}

.logo_stretch img{
    clip-path: polygon(0 0, 100% 0, 100% 69%, 0 69%);
    bottom: 9%;
    animation: logoMask 0.35s ease-out;
}

@keyframes logoMask{
    from{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        bottom: 3%;
    }
    to{
        clip-path: polygon(0 0, 100% 0, 100% 69%, 0 69%);
        bottom: 6%;
    }
}

.nav_contact{
    background: rgba(27,27,27,.87);
    padding: 0.3%;
    width: 23%;
}

.lpweb_contact{
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.lpweb_contact .pairblock{
    align-items: center;
    justify-content: space-between;
    opacity: 0.75;
}

.lpweb_contact .pairblock:hover .text_reg{
    font-weight: 700;
    color: rgb(204,220,0);
}

.lpweb_contact .pairblock img{
    display: block;
    position: relative;
    margin: 0;
    width: 18%;
}

.lpweb_contact .pairblock p{
    display: block;
    position: relative;
    margin: 0;
    width: 78%;
    font-size: 0.75em;
}

/*hero*/

#alternolpweb_hero{
    position: relative;
    background: url(../img/alternolpweb_hero_bg.jpg) no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 auto;
    padding: 0;
    height: 84vh;
}

#lpweb_hero_img{
    position: absolute;
    margin: auto;
    padding: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1366px;
    height: inherit;
    z-index: 60;
}

#lpweb_hero_img img{
    position: absolute;
    display: block;
    right: 0;
    bottom: -9%;
    width: 60%;
    z-index: 55;
}

#alternolpweb_intro{
    position: relative;
    margin: 0 auto;
    z-index: 70;
}

.lpweb_intro_cont{
    animation-delay: 0.9s;
}

#alternolpweb_intro .title_max{
    line-height: 0.81em;
}

#alternolpweb_intro .sub3_reg{
    position: relative;
    display: block;
    margin-top: 2.1%;
    line-height: 1.1em;
    text-align: justify;
}

#alternolpweb_intro .text_reg{
    position: relative;
    display: block;
    margin-top: 1%;
    line-height: 1.2em;
    text-align: justify;
}

#alternolpweb_intro .nav_cta{
    position: relative;
    margin-top: 6%;
    width: 57%;
    text-align: center;
}

#alternolpweb_intro .boxed:first-child{
    margin: 0 auto;
}

#alternolpweb_intro .lpweb_intro_cont .bg_primary{
    position: absolute;
    margin: 0;
    padding: 1.5% 3% 3% 3%;
    top: -18em;
    width: 48%;
}

/*diff*/

#alternolpweb_diff{
    position: relative;
    margin: 0;
    padding: 9% 0 3% 0;
    z-index: 50;
    
}

#alternolpweb_diff .boxed:first-child{
    position: relative;
    margin: 0 auto;
}

#alternolpweb_diff .boxed:first-child .thirdblock:nth-child(2){
    animation-delay: 1.8s;
}

#alternolpweb_diff .boxed:first-child .thirdblock:nth-child(3){
    animation-delay: 0.9s;
}

#alternolpweb_diff .boxed:first-child .thirdblock .boxcard{
    position: relative;
    margin: 0 auto;
    padding: 3% 6% 6% 6%;
    width: 75%;
    border: solid 0.1em rgba(255,255,255,.25);
}

#alternolpweb_diff .boxed:first-child .thirdblock .boxcard .icon{
    position: relative;
    margin: 0 auto 1% auto;
}

#alternolpweb_diff .boxed:first-child .thirdblock .boxcard .sub4_reg{
    position: relative;
    display: block;
    margin-bottom: 6%;
    text-align: center;
}

#alternolpweb_diff .boxed:first-child .thirdblock .boxcard .text_reg{
    position: relative;
    display: block;
    height: 10.5em;
    font-weight: 300;
    text-align: center;
}

/*team*/

#alternolpweb_team{
    position: relative;
    background: url(../img/alternolpweb_team_bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    overflow: hidden;
}

#alternolpweb_team .boxed{
    position: relative;
    align-items: center;
    margin: 0 auto;
    padding: 9% 0 9% 3%;
}

#alternolpweb_team_title{
    position: relative;
    width: 42%;
    z-index: 60;
}

#alternolpweb_team_title .title_reg{
    font-size: 3.6em;
    line-height: 0.69em;
}

#alternolpweb_team_title .secondary_color{
    text-shadow: 0.03em 0.03em 0.01em rgba(0,0,0,.15);
}

#alternolpweb_team_text{
    position: relative;
    width: 58%;
    z-index: 60;
}

#alternolpweb_team_text div{
    clip-path: polygon(0 18%, 6% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(6px);
    margin: 0 auto;
    padding: 9% 3% 9% 6%;
    width: 100%;
    text-align: justify;
    transform: translatex(100%);
}

/*testimonies*/

#alternolpweb_testimony{
    position: relative;
    padding: 6% 0 0 0;
}

#testimony_cont{
    position: relative;
    margin: 0 auto;
    padding: 0 3%;
    align-items: center;
}

#testimony_title{
    position: relative;
    padding-right: 3%;
    width: 36%;
}

#testimony_title .title_reg{
    line-height: 0.8em;
}

#testimony_title .text_reg{
    position: relative;
    display: block;
    margin-top: 1.5%;
    text-align: justify;
}

#testimony_img{
    position: relative;
    width: 6%;
}

#testimony_vis{
    position: relative;
    width: 58%; 
}

.testimony_item{
    position: relative;
    margin: 0;
    padding: 0 6%;
}

.testimony_text .text_reg{
    clip-path: polygon(0 0, 100% 0, 100% 87%, 96% 100%, 0 100%);
    background: rgba(255,255,255,.09);
    position: relative;
    display: block;
    padding: 6% 3%;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: justify;
    z-index: 70;
}

.testimony_rem{
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    margin: 6% 0 0 0;
    padding: 0;
    width: 45%;
    float: right;
}

.testimony_ava{
    position: relative;
    padding: 3%;
    width: 39%;
    border-top: solid 0.1em rgba(255,255,255,.12);
    border-bottom: solid 0.1em rgba(255,255,255,.12);
}

.testimony_ava img{
    display: block;
    position: relative;
    margin: 0;
    border-radius: 50%;
}

.testimony_who{
    position: relative;
    margin: 0;
    padding: 0;
    width: 54%;
    text-align: left;
}

.testimony_who .sub4_reg{
    display: block;
    position: relative;
    font-size: 1.5em;
    
}

.testimony_who .text_reg{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.75em;
    font-weight: 300;
}

#testimony_foot{
    position: relative;
    margin: 6% auto 0 auto;
}

.testimony_hr{
    position: relative;
    width: 42%;
    border-bottom: solid 0.1em rgba(255,255,255,.3);
}

.testimony_ctr{
    position: relative;
    margin: 0;
    padding: 0 24%;
    align-items: center;
    width: 58%;
}

.testimony_nav{
    position: relative;
    width: 9%;
    height: 1em;
    margin: 0 3%;
    opacity: 0.3;
    cursor: pointer;
}

#testimony_prev img{
    position: relative;
    display: block;
    transform: rotate(180deg);
}

#testimony_pager{
    position: relative;
    margin: 3% auto 0 auto;
    align-items: center;
    justify-content: space-evenly;
    width: 69%;
    height: 1em;
}

#testimony_pager .bullet_pager{
    position: relative;
    margin: 0 auto;
    border: solid 0.1em rgba(255,255,255,.3);
    border-radius: 50%;
}

.activeSlide .inner_bullet{
    background: rgb(255,255,255);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
}

#testimony_bar{
    background: rgb(230,230,230);
    position: relative;
    margin: 3% auto 0 auto;
    width: 66.06%;
    height: 3em;
}

/*packs*/

#alternolpweb_prices{
    position: relative;
}

#alternolpweb_prices_head{
    position: relative;
    margin: 0 auto;
}

#alternolpweb_prices_title{
    background: rgb(249,249,249);
    position: relative;
    margin: 0 auto;
    padding: 4.5% 9% 1.5% 9%;
    width: 66.06%;
}

#alternolpweb_prices_title .title_reg{
    line-height: 0.75em;
    text-align: center;
}

#alternolpweb_prices_title .text_reg{
    position: relative;
    display: block;
    margin-top: 3%;
    text-align: center;
}

.prices_block{
    position: relative;
    margin-top: 9%;
}

.prices_packs{
    position: relative;
    margin: 0 auto;
}

.prices_packs .pack{
    position: relative;
    margin: 0 auto;
    padding: 0 9%;
}

.pack_head{
    position: absolute;
    margin: 0;
    top: -2.1%;
    left: 12%;
    border: solid 1px rgb(217,217,216);
    width: 12em;
    height: 12em;
}

.pack_icon{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 87% 100%, 0 100%);
    position: absolute;
    padding: 3.9%;
    top: -7.5%;
    left: 9%;
    width: 5em;
    height: 5em;
    z-index: 70;
}

.pack_item{
    background: rgb(255,255,255);
    position: relative;
    margin: 0 auto;
    padding: 15% 4.5% 12% 4.5%;
    border: solid 1px rgb(217,217,216);
    z-index: 60;
}

.pack_item .sub3_reg{
    position: relative;
    display: block;
    margin-bottom: 1.5%;
    font-size: 2.1em
}

.pack_item .text_reg:nth-child(2){
    line-height: 1.2em;
    text-align: justify;
}

.pack_list{
    position: relative;
    margin: 0 auto;
    width: 96%;
}

.pack_list tr{
    position: relative;
    display: block;
    margin: 2.7% 0;
}

.pack_list td{
    vertical-align: middle;
}

.pack_checklist{
    position: relative;
    padding: 0.6%;
    width: 6%;
}

.pack_list_item{
    position: relative;
    padding: 0 1.8%;
    width: 94%;
    font-size: 0.9em;
    font-weight: 700;
    color: rgb(112,112,112);
}

.pack_foot{
    position: relative;
    margin: 0 auto;
    width: 75%;
}

.pack_price{
    clip-path: polygon(0 21%, 9% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    margin: -9% auto 0 auto;
    padding: 6% 3%;
    width: 75%;
    text-align: center;
    z-index: 70;
}

.pack_price .sub4_reg{
    position: relative;
    display: block;
    margin-bottom: 1.5%;
    font-weight: 300;
}

.pack_price .sub3_reg{
    font-size: 2.1em;
}

.pack_cta{
    background: rgb(255,255,255);
    position: relative;
    margin: 9% auto 0 auto;
    width: 45%;
    border: solid 1px black;
    z-index: 70;
}

.pack_cta a{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 6%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.packs_foot{
    background: rgb(238,238,238);
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 24em;
    bottom: -3%;
    z-index: 40;
}

#landing_pack .pack_icon{
    background: rgb(243,146,0);
}

#landing_pack .pack_item .sub3_reg{
    color: rgb(243,146,0);
}

#landing_pack .pack_price{
    background: rgb(243,146,0);
}

#landing_pack .pack_cta{
    border: solid 1px rgb(243,146,0);
}

#landing_pack .pack_cta a{
    font-weight: 700;
    color: rgb(243,146,0);
}

#web_pack .pack_icon{
    background: rgb(16,59,115);
}

#web_pack .pack_item .sub3_reg{
    color: rgb(16,59,115);
}

#web_pack .pack_price{
    background: rgb(16,59,115);
}

#web_pack .pack_cta{
    border: solid 1px rgb(16,59,115);
}

#web_pack .pack_cta a{
    font-weight: 700;
    color: rgb(16,59,115);
}

#catalog_pack .pack_icon{
    background: rgb(230,0,125);
}

#catalog_pack .pack_item .sub3_reg{
    color: rgb(230,0,125);
}

#catalog_pack .pack_price{
    background: rgb(230,0,125);
}

#catalog_pack .pack_cta{
    border: solid 1px rgb(230,0,125);
}

#catalog_pack .pack_cta a{
    font-weight: 700;
    color: rgb(230,0,125);
}

#ecommerce_pack .pack_icon{
    background: rgb(149,193,30);
}

#ecommerce_pack .pack_item .sub3_reg{
    color: rgb(149,193,30);
}

#ecommerce_pack .pack_price{
    background: rgb(149,193,30);
}

#ecommerce_pack .pack_cta{
    border: solid 1px rgb(149,193,30);
}

#ecommerce_pack .pack_cta a{
    font-weight: 700;
    color: rgb(149,193,30);
}

#webpack_icon .pack_icon{
    animation-delay: 0.9s;
}

#ecommpack_icon .pack_icon{
    animation-delay: 0.9s;
}

/*faq*/

#alternolpweb_faq{
    background: rgb(238,238,238);
    position: relative;
    margin: 0 auto;
    padding-top: 12%;
    z-index: 70;
}

#alternolpweb_faq_title .title_reg{
    background: rgb(0,0,0);
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1.5% 3%;
    width: 39.62%;
    line-height: 0.75em;
    text-align: center;
}

#faq_cont{
    position: relative;
    margin: 0 auto;
}

#faq_cont .faq_item{
    position: relative;
    margin: 0 auto;
    padding: 2.1% 0 0 0;
    cursor: pointer;
}

.faq_item_num, .faq_item_quest{
    position: relative;
    margin: 0 auto;
    width: 84%;
}

.faq_item_quest .text_reg{
    display: block;
    position: relative;
    width: 100%;
    height: 2.7em;
}

.faq_item .subtitle_reg{
    position: relative;
    display: block;
    font-size: 4.5em;
    font-weight: 400;
}

.faq_item .faq_arrow{
    position: relative;
    margin: 9% auto 6% auto;
    width: 6%;
}

.faq_item .text_reg{
    position: relative;
    display: block;
    margin-top: 6%;
}

.faq_item .faq_item_answ{
    display: none;
    background: rgb(27,27,27);
    position: relative;
    margin: 3% auto 0 auto;
    padding: 3% 6% 9% 6%;
}

#faq_cont .faq_item:first-child{
    background: rgb(174,187,0);
}

#faq_cont .faq_item:nth-child(2){
    background: rgb(183,198,0);
}

#faq_cont .faq_item:nth-child(3){
    background: rgb(194,209,0);
}

#faq_cont .faq_item:last-child{
    background: rgb(204,220,0);
}

/*contact*/

#alternolpweb_cnt{
    position: relative;
    margin-top: 6%;
    padding-bottom: 4.5%;
}

#alternolpweb_cnt .boxed:first-child{
    position: relative;
    margin: 0 auto;
    padding: 0 3%;
    align-items: center;
}

#alternolpweb_cnt_title{
    position: relative;
    margin: 0 auto;
    padding-right: 3%;
    width: 36%;
}

#alternolpweb_cnt_title .title_reg{
    position: relative;
    display: block;
    line-height: 0.7em;
}

#alternolpweb_cnt_title .text_reg{
    position: relative;
    display: block;
    margin-top: 3%;
}

#alternolpweb_cnt_img{
    position: relative;
    margin: 0 auto;
    width: 6%;
}

#alternolpweb_cnt_form{
    position: relative;
    margin: 0 auto;
    width: 58%;
}

#alternolpweb_form{
    position: relative;
    margin: 0 auto;
    width: 60%;
}

#alternolpweb_form .form_input{
    position: relative;
    display: block;
    margin: 0 auto 3% auto;
    padding: 2.1%;
    width: 81%;
    color: rgb(27,27,27);
    font-size: 1em;
    border: solid 1px rgb(212,212,212);
}

#alternolpweb_form .form_input::placeholder{
    opacity: 0.45;
    font-size: 0.9em;
}

#alternolpweb_form .form_txta{
    position: relative;
    display: block;
    margin: 0 auto 3% auto;
    padding: 2.1%;
    width: 81%;
    font-size: 1em;
    color: rgb(27,27,27);
    border: solid 1px rgb(212,212,212);
}

#alternolpweb_form .form_txta::placeholder{
    opacity: 0.45;
    font-size: 0.9em;
}

#alternolpweb_form .form_btn{
    position: relative;
    display: block;
    margin-right: 9%;
    padding: 2% 0;
    width: 30%;
    font-size: 1em;
    font-weight: 900;
    color: rgb(27,27,27);
    border: solid 1px rgb(204,220,0);
    float: right;
}

#alternolpweb_form .form_btn::after{
    position: relative;
    display: block;
    content: '';
    clear: both;
}

#alternolpweb_form .mailbox_status{
    margin: 0 auto 3% auto;
    width: 60%;
}

#alternolpweb_form .mailbox_status img{
    display: block;
    position: relative;
    width: 9%;
}

#alternolpweb_form .mailbox_status .text_reg{
    display: block;
    position: relative;
    width: 90%;
    text-align: left;
}

#alternolpweb_form .mailbox_status .loader{
    position: relative;
    width: 2.1em;
    height: 2.1em;
    border: solid 0.45em rgb(212,212,212);
    border-top: solid 0.45em rgb(27,27,27);
    border-bottom: solid 0.45em rgb(27,27,27);
    border-radius: 50%;
    animation: spinner 1s linear infinite;
}

#alternolpweb_form .mailbox_status .flexbox{
    position: relative;
    margin: 0 auto;
    align-items: center;
    width: 90%;
}

@keyframes spinner{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*footer*/

#alternolpweb_foot{
    position: relative;
    margin: 0 auto;
    padding: 1.5% 0 0.6% 0;
    width: 100%;
}

#alternolpweb_foot .boxed:first-child{
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}

#alternolpweb_foot .foot_icon{
    order: 4;
    position: relative;
    margin: 0 1.5% 0 0;
    padding: 0;
    width: 6%;
}

#alternolpweb_foot .foot_icon img{
    display: block;
    position: relative;
    margin: 0;
    opacity: 0.24;
}

#alternolpweb_foot .foot_icon .text_reg{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1em;
    color: rgba(255,255,255,.6);
    text-align: center;
}

#alternolpweb_foot_cls{
    position: relative;
    margin: 0 auto;
    width: 24%;
}

.foot_paymethod{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.foot_paymethod .sub4_reg{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.foot_paymethod .flexbox{
    position: relative;
    align-items: center;
    column-gap: 3%;
    margin: 0 auto;
    width: 100%;
}

.foot_paymethod .flexbox .quarterblock{
    position: relative;
    width: 15%;
}

.foot_paymethod .flexbox .quarterblock img{
    position: relative;
    display: block;
    margin: 0;
    width: 75%;
}

.foot_extra{
    position: relative;
    margin-top: 1.5%;
    text-align: justify;
}

#alternolpweb_foot_rights{
    position: relative;
    margin: 0;
    width: 24%;
}

.foot_privacy{
    position: relative;
    margin-bottom: 4.5%;
    width: 100%;
}

.foot_privacy img{
    position: relative;
    display: block;
    margin: 0 auto 3% auto;
    width: 12%;
}

.foot_privacy .privacy_txt{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
    font-size: 0.75em;
    text-align: center;
}

.foot_privacy a{
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 0.75em;
    font-weight: 700;
    text-align: center;
}

.foot_terms{
    position: relative;
    margin: 0 auto;
    width: 60%;
    cursor: pointer;
}

.foot_terms .text_reg{
    display: block;
    position: relative;
    margin: 0;
    padding: 1.5%;
    font-size: 0.9em;
    text-align: center;
    border: solid 0.01em rgb(204,220,0);
}

#alternolpweb_foot_rsss{
    position: relative;
    margin: 0 auto;
    width: 24%;
}

.foot_website{
    position: relative;
    margin: 0 auto;
    width: 75%;
    text-align: right;
}

.foot_website .sub4_reg{
    font-size: 1em;
}

.foot_website a{
    position: relative;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
}

/*pop*/

#pop_cont{
    background-color: rgba(27,27,27,.75);
    background-image: url(../img/pop_bg.png);
    background-repeat: repeat;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 250;
}

#pop_vis{
    position: absolute;
    background: rgb(27,27,27);
    margin: auto;
    padding: 2%;
    width: 55%;
    height: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 0.1em rgba(255,255,255,.33);
    overflow: auto;
}

#terminos_text{
    position: relative;
    margin: 0 auto;
}

#terminos_text .title_reg{
    display: block;
    position: relative;
    margin-bottom: 3%;
    font-size: 2.4em;
    color: rgb(255,255,255);
    text-transform: uppercase;
}

#terminos_text .subtitle_reg{
    display: block;
    position: relative;
    margin: 3% 0;
    font-size: 1.8em;
    color: rgb(204,220,0);
}

#terminos_text .text_reg, #terminos_text ul li{
    line-height: 1.2em;
    color: rgb(255,255,255);
    text-align: justify;
}

#terminos_text .text_reg span{
    font-weight: 700;
    color: rgb(204,220,0);
    text-transform: uppercase;
}

#terminos_text ul{
    position: relative;
    margin: 3% 0;
    color: rgb(255,255,255);
    text-align: justify;
}

#terminos_text ul li span{
    font-weight: 700;
    color: rgb(204,220,0);
}

#close_pop{
    position: absolute;
    width: 3%;
    right: 1.5%;
    bottom: 1.5%;
    cursor: pointer;
}

/*thkpage*/

body#thkpage_body{
    position: relative;
    background: rgb(27,27,27);
    width: 100%;
}

div#thkpage_header_bar{
    position: relative;
    background: rgb(49,49,49);
    width: 100%;
    height: 1em;
}

header#thkpage_header{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    right: 0;
    bottom: 6%;
    left: 0;
}

div#thkpage_header_bg{
    position: absolute;
    width: 100%;
    max-width: 1366px;
}

div#thkpage_header_logo{
    position: relative;
    margin:0 auto;
    padding-top: 1%;
    width: 7.5%;
}

section#thkpage_content{
    position: relative;
    margin: 0 auto;
    padding: 4.5% 0 0 0;
    align-items: center;
    width: 100%;
    max-width: 1366px;
}

div#thkpage_text{
    position: relative;
    margin: 3% auto;
    width: 62.87%;
}

div#thkpage_text h2.subtitle_reg:first-child{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 60%;
    font-size: 1.7em; 
    line-height: 1.2em;
    color: rgb(255,255,255);
    text-align: justify;
}

div#thkpage_text p.text_reg{
    position: relative;
    display: block;
    margin: 3% auto 0 auto;
    padding-bottom: 3%;
    width: 60%;
    font-size: 1.2em;
    color: rgb(255,255,255);
    text-align: left;
    border-bottom: solid 1px rgba(255,255,255,0.33);
}

div#thkpage_anim{
    position: relative;
    margin: 0 auto;
    width: 37.13%;
    text-align: center;
}

canvas#takeoff_anim{
    position: relative;
    margin: 0 auto;
}

section#thkpage_website{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 3%;
}

section#thkpage_website h2.subtitle_reg{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 60%;
    font-size: 1em;
    color: rgb(204,220,0);
    text-align: center;
}

section#thkpage_website h2.subtitle_reg a{
    font-weight: 400; 
}

#thkpage_back{
    position: absolute;
    margin: 0;
    width: 3%;
    bottom: 4.5%;
    left: 1.5%;
}

#thkpage_back a{
    display: block;
    position: relative;
    width: 100%;
}

#thkpage_back .text_reg{
    font-size: 0.75em;
    text-align: center;
}

div#thkpage_foot_bar{
    position: absolute;
    background: rgb(49,49,49);
    width: 100%;
    height: 1em;
    bottom: 0;
}