.action_btn {
    width: 11.46vw;
    height: 2.86vw;
    font-weight: 700;
    box-shadow: 0 0 39px 0 #0070bc;
    background: #13a0ff;
    color: #fff;
    cursor: pointer;
    outline: none;
    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;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    line-height: 85%;
}

.action_btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.action_btn:focus, .action_btn:visited {
    outline: none;
    color: #fff;
}

h1, h2 {
    line-height: 1;
}

.color_text {
    /*background: linear-gradient(56deg, #ff7214 0%, #ffbf00 100%);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #13a0ff;
}

.color_text2 {
    /*background: linear-gradient(56deg, #ff7214 0%, #ffbf00 100%);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #00fb59;
}

/*Header*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 5.89vw;
    color: #fff;
    z-index: 1000;
    transition: all.3s linear;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header.scrolled {
    background: #000;
    transition: all.3s linear;
}

/*.logo {*/
/*    width: 8.02vw;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.header_right, .footer_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*max-width: 65.1vw;*/
    max-width: 100%;
}

.header__menu, .footer__menu {
    max-width: 50%;
    width: 100%;
}

.header_contacts {
    max-width: fit-content;
    position: relative;
}

.header__list, .footer__list {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    column-gap: 2.08vw;
}

.header__list a, .footer__list a {
    position: relative;
    color: #fff;
}

.header__list a:hover, .header__list a:focus, .header__list a:active, .header__list a:visited,
.footer__list a:hover, .footer__list a:focus, .footer__list a:active, .footer__list a:visited {
    color: #fff;
}

.header__list a:after, .footer__list a:after {
    position: absolute;
    bottom: -0.208vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    content: '';
    color: transparent;
    background: #fff;
    height: 0.104vw;
    transition: all .2s linear;
}

.footer__menu li a:hover:after, .header__list li a:hover:after {
    width: 100%;
    transition: all .2s linear;
}

/*Footer*/

.footer {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.footer_contacts {
    max-width: fit-content;
}

.footer_bottom a, .footer_bottom p, .footer_bottom span {
    color: rgba(255,255,255,.5);
}

/*Home Page*/

/*First Screen*/

.first_screen .prlx_image {
    width: 69.22vw;
    position: absolute !important;
    top: -2.6vw !important;
    bottom: auto;
    left: calc(50% - 42vw) !important;
}

.first_screen .prlx_image2 {
    width: 12.92vw;
    top: 33vw !important;
    left: 11vw !important;
}

html[lang="tl"] .first_screen h1 {
    font-size: 4.17vw !important;
}

/*Blocks*/

.screen {
    height: 100vh;
    min-height: 47vw;
}

.screen .desc__wysiwyg ul {
    padding: 0 0 0 1.3vw;
    list-style: disc;
}

.screen .desc__wysiwyg ol {
    padding: 0 0 0 1.3vw;
    list-style: decimal;
}

.screen .right {
    max-width: 30.73vw;
    position: relative;
}

.screen .image_block img {
    width: 100%;
}

.screen .bg_image .image_block {
    max-width: 100%;
}

.screen .left {
    max-width: 32.81vw;
}

.first_screen .left {
    max-width: 44.27vw;
    position: relative;
    z-index: 5;
}

.screen .text_block .desc__wysiwyg p:not(:last-child) {
    margin: 0 0 1.04vw;
}

.screen .text_block .desc__wysiwyg p strong {
    /*background: linear-gradient(56deg, #ff7214 0%, #ffbf00 100%);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #00aeff;
}

.error404 .header {
    background: #000;
}

.error-404 .title {
    font-size: 10.42vw;
}

.error-404 .action_btn {
    width: 23.46vw;
}

/* Media */

@media screen and (max-width: 1200px) and (min-height: 700px) and (orientation: landscape) {
    .first_screen .scene {
        display: flex;
        align-items: center;
    }

    .first_screen .prlx_image {
        top: auto !important;
    }

    .first_screen .prlx_image2 {
        top: calc(50% + 7vw) !important;
    }
}

@media screen and (orientation: portrait) {
    .burger {
        display: flex !important;
        z-index: 1500;
        margin: 0 1.95vw 0 0;
    }

    .ham {
        width: 6.25vw;
    }

    .action_btn {
        width: 21.48vw;
        height: 5.37vw;
    }

    .header__menu {
        max-width: 100%;
        margin: 0 0 3.91vw;
    }

    .header__list {
        flex-direction: column;
    }

    .header__list li:not(:last-child) {
        margin: 0 0 1.95vw;
    }

    /*.header_contacts {*/
    /*    max-width: 50vw;*/
    /*}*/

    .header_right {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        padding: 11.72vw 0 4.88vw;
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        z-index: 1200;
        top: 0;
        left: 0;
        height: auto;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        background: #000;
    }

    .header_right.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .container {
        max-width: 100% !important;
        padding: 0 1.95vw;
    }

    header {
        height: 11.04vw;
    }

    /*.header_contacts {*/
    /*    max-width: 30vw;*/
    /*}*/

    .header__list,
    .footer__list {
        column-gap: 0;
    }

    .header__list a:after,
    .footer__list a:after {
        bottom: -0.39vw;
        height: 0.20vw;
    }

    .footer_right {
        flex-direction: column;
    }

    .footer__menu {
        margin: 0 0 3.91vw;
    }

    .footer__list {
        justify-content: space-between;
    }

    .screen {
        min-height: 88.13vw;
    }

    .screen .wrapper {
        justify-content: flex-start !important;
    }

    .first_screen .wrapper {
        /*justify-content: center !important;*/
        padding: 17.09vw 0 0;
        flex-direction: column;
    }

    .screen .elem {
        /*flex-direction: column;*/
        row-gap: 5.86vw;
        height: auto !important;
        margin-top: 7.32vw;
    }

    .screen:nth-child(odd) .elem {
        flex-direction: column-reverse;
    }

    .screen:nth-child(even) .elem {
        flex-direction: column;
    }

    .screen .right {
        max-width: 66vw;
    }

    .screen .right .image_block {
        border-radius: 4.49vw;
    }

    .first_screen .right {
        max-width: 100%;
        height: auto;
    }

    .first_screen .prlx_image {
        width: 111.23vw;
        /*position: relative !important;*/
        top: -5vw !important;
        bottom: auto;
        left: -15vw !important;
    }

    .first_screen .prlx_image2 {
        width: 20vw;
        position: absolute;
        top: 55vw !important;
        left: calc(50% - 5vw) !important;
    }

    .screen .left {
        max-width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .first_screen .wrapper .left {
        flex-direction: column;
    }

    .screen .left .btn_block {
        display: flex;
        justify-content: center;
    }

    .screen .text_block .desc__wysiwyg p:not(:last-child) {
        margin: 0 0 1.95vw;
    }

    .screen .desc__wysiwyg ul {
        padding: 0 0 0 2.44vw;
    }

    .screen .desc__wysiwyg ol {
        padding: 0 0 0 2.44vw;
    }

    html[lang="id-ID"] .font_size_68 {
        font-size: 5.47vw !important;
    }

    html[lang="id-ID"] .footer__menu {
        max-width: 66%;
    }

    .font_size_68 {
        font-size: 5.86vw !important;
    }

    html[lang="tl"] .first_screen h1 {
        font-size: 5.86vw !important;
    }

    html[lang="tl"] .font_size_68 {
        font-size: 5.47vw !important;
    }

    html[lang="tl"] .footer__menu {
        max-width: 75%;
    }

    .error-404 .wrapper {
        justify-content: center !important;
    }

    .error-404 .title {
        font-size: 19.53vw;
    }

    .error-404 .action_btn {
        width: 45vw;
    }
}

@media screen and (max-width: 1100px) and (orientation: landscape) {
    .burger {
        display: flex !important;
        z-index: 1500;
        margin: 0 1.95vw 0 0;
    }

    .ham {
        width: 6.25vw;
    }

    .action_btn {
        width: 21.48vw;
        height: 5.37vw;
    }

    .header__menu {
        max-width: 100%;
        margin: 0 0 3.91vw;
    }

    .header__list {
        flex-direction: column;
    }

    .header__list li:not(:last-child) {
        margin: 0 0 1.95vw;
    }

    /*.header_contacts {*/
    /*    max-width: 50vw;*/
    /*}*/

    .header_right {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        padding: 11.72vw 0 4.88vw;
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        z-index: 1200;
        top: 0;
        left: 0;
        height: auto;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        background: #000;
    }

    .header_right.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .container {
        max-width: 100% !important;
        padding: 0 1.95vw;
    }

    header {
        height: 11.04vw;
    }

    /*.header_contacts {*/
    /*    max-width: 30vw;*/
    /*}*/

    .header__list,
    .footer__list {
        column-gap: 0;
    }

    .header__list a:after,
    .footer__list a:after {
        bottom: -0.39vw;
        height: 0.20vw;
    }

    .footer_right {
        flex-direction: column;
    }

    .footer__menu {
        margin: 0 0 3.91vw;
    }

    .footer__list {
        justify-content: space-between;
    }

    .screen {
        min-height: auto;
        height: auto;
    }

    .screen .wrapper {
        justify-content: flex-start !important;
    }

    .first_screen .wrapper {
        /*justify-content: center !important;*/
        padding: 14vw 0 0;
        flex-direction: column;
    }

    .screen .elem {
        /*flex-direction: column;*/
        row-gap: 5.86vw;
        height: auto !important;
        margin-top: 7.32vw;
    }

    .screen:nth-child(odd) .elem {
        flex-direction: column-reverse;
    }

    .screen:nth-child(even) .elem {
        flex-direction: column;
    }

    .screen .right {
        max-width: 66vw;
    }

    .screen .right .image_block {
        border-radius: 4.49vw;
    }

    .first_screen .right {
        max-width: 100%;
        height: auto;
        margin: 0 0 -10vw;
    }

    .first_screen .prlx_image {
        width: 111.23vw;
        position: relative !important;
        top: -5vw !important;
        bottom: auto;
        left: -15vw !important;
    }

    .first_screen .prlx_image2 {
        width: 20vw;
        position: absolute;
        top: 55vw !important;
        left: calc(50% - 5vw) !important;
    }

    .screen .left {
        max-width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .first_screen .wrapper .left {
        flex-direction: column;
    }

    .screen .left .btn_block {
        display: flex;
        justify-content: center;
    }

    .screen .text_block .desc__wysiwyg p:not(:last-child) {
        margin: 0 0 1.95vw;
    }

    .screen .desc__wysiwyg ul {
        padding: 0 0 0 2.44vw;
    }

    .screen .desc__wysiwyg ol {
        padding: 0 0 0 2.44vw;
    }

    html[lang="id-ID"] .font_size_68 {
        font-size: 5.47vw !important;
    }

    html[lang="id-ID"] .footer__menu {
        max-width: 66%;
    }

    .font_size_68 {
        font-size: 5.86vw !important;
    }

    html[lang="tl"] .first_screen h1 {
        font-size: 5.86vw !important;
    }

    html[lang="tl"] .font_size_68 {
        font-size: 5.47vw !important;
    }

    html[lang="tl"] .footer__menu {
        max-width: 75%;
    }

    .error-404 {
        padding: 12.21vw 0;
    }

    .error-404 .wrapper {
        justify-content: center !important;
    }

    .error-404 .title {
        font-size: 19.53vw;
    }

    .error-404 .action_btn {
        width: 45vw;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 2.6vw;
    }

    .action_btn {
        width: 28.65vw;
        height: 7.16vw;
    }

    .font_size_68 {
        font-size: 5.73vw !important;
    }

    .font_size_70 {
        font-size: 7.81vw !important;
    }

    .font_size_40 {
        font-size: 4.43vw !important;
    }

    .font_size_26 {
        font-size: 3.13vw !important;
    }

    header {
        height: 11.72vw;
    }

    .header_right {
        padding: 15.63vw 0 6.51vw;
    }

    .header__list li:not(:last-child) {
        margin: 0 0 2.6vw;
    }

    /*.header_contacts {*/
    /*    max-width: 40vw;*/
    /*}*/

    .footer__menu {
        max-width: 66%;
    }

    .screen .right {
        max-width: 75vw;
    }

    .first_screen .right {
        max-width: 100%;
        height: auto;
        margin: 0 0 -20vw;
    }

    .screen {
        height: auto;
        min-height: auto;
    }

    .first_screen .wrapper {
        height: auto;
    }

    .screen .right .image_block {
        border-radius: 5.21vw;
    }

    .ham {
        width: 8.33vw;
    }

    .header__menu {
        margin: 0 0 5.21vw;
    }

    .screen .text_block .desc__wysiwyg p:not(:last-child) {
        margin: 0 0 2.6vw;
    }

    html[lang="id-ID"] .footer__menu {
        max-width: 90%;
    }

    .first_screen .prlx_image {
        width: 111vw;
        position: relative !important;
        top: -12vw !important;
        bottom: auto;
        left: -13vw !important;
    }

    .first_screen .prlx_image2 {
        width: 17vw;
        position: absolute;
        top: 49vw !important;
        left: calc(50% - 1vw) !important;
    }

    html[lang="tl"] .footer__menu {
        max-width: 100%;
    }

    .error-404 .title {
        font-size: 26.04vw;
    }

    .error-404 .action_btn {
        width: 66vw;
    }

    .error-404 {
        height: 90vh;
    }
}

@media (max-width: 480px){
    .container {
        padding: 0 4.17vw;
    }

    .action_btn {
        width: 45.83vw;
        height: 11.46vw;
    }

    .font_size_68 {
        font-size: 5.42vw !important;
    }

    .font_size_40, .font_size_26 {
        font-size: 4.17vw !important;
    }

    header {
        height: 18.75vw;
    }

    .header_right {
        padding: 25vw 0 10.42vw;
    }

    .header__list li:not(:last-child), .footer__list li:not(:last-child) {
        margin: 0 0 5.21vw;
    }

    /*.header_contacts {*/
    /*    max-width: 66vw;*/
    /*}*/

    .footer__menu {
        max-width: 100%;
        margin: 0 0 8.33vw;
    }

    .screen .right {
        max-width: 75vw;
    }

    .footer__list {
        flex-direction: column;
    }

    .screen {
        min-height: auto;
    }

    .first_screen .wrapper {
        height: auto;
        padding-top: 26.04vw;
    }

    .screen .right .image_block {
        border-radius: 5.21vw;
    }

    .ham {
        width: 13.33vw;
    }

    .header__menu {
        margin: 0 0 8.33vw;
    }

    .screen .text_block .desc__wysiwyg p:not(:last-child) {
        margin: 0 0 4.17vw;
    }

    .first_screen .prlx_image {
        width: 150vw;
        position: relative !important;
        top: -4.17vw !important;
        bottom: auto;
        left: -55% !important;
    }

    .first_screen .prlx_image2 {
        width: 25vw;
        position: absolute;
        top: 78vw !important;
        left: calc(50% - 1vw) !important;
    }

    .error-404 .title {
        font-size: 33.33vw;
    }

    .error-404 .desc {
        text-align: center;
    }

    .error-404 .action_btn {
        width: 100%;
    }
}