.action_btn {
    width: 13.02vw;
    height: 2.86vw;
    font-weight: 700;
    box-shadow: 0 0 39px 0 #ff7214;
    background: linear-gradient(56deg, #ff7214 0%, #ffbf00 100%);
    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;
}

/*.more_btn {*/
/*    width: 10.78vw;*/
/*    height: 2.6vw;*/
/*    font-weight: 500;*/
/*    background: transparent;*/
/*    border: 1px solid #fff;*/
/*    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;*/
/*}*/

/*.more_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;*/
/*}*/

/*.more_btn:focus, .more_btn:visited {*/
/*    outline: none;*/
/*    color: #fff;*/
/*}*/

.popup-block {
    max-width: 41.93vw;
    width: 100%;
    margin: 0 auto;
    /*padding: 0.26vw;*/
    /*background: linear-gradient(223deg, #fff7a5 0%, #fee88c 16%, #fdd771 33.5%, #f4a93c 47%, #fcfbdd 62.5%, #f6de73 81%, #fffcc5 100%);*/
}

#lecture_video {
    max-width: 75vw;
}

.lecture_popup__title {
    font-size: 1.67vw;
    font-weight: 700;
    margin: 0 0 0.78vw;
}

.popup-block__inner {
    background: linear-gradient(239deg, #002864 0%, #00aeff 100%);
    color: #fff;
}

.popup-block__inner h2 {
    font-size: 1.35vw;
    text-transform: uppercase;
    margin: 1.56vw 0 0;
    padding: 0 0 0.42vw;
    line-height: 1;
}

.popup-block__inner h2:first-child {
    margin: 0;
}

.popup-block__inner h3 {
    margin: 0.42vw 0 0;
}

.popup-block__inner h3:first-child {
    margin: 0;
}

.popup-block__inner ul {
    padding: 0 0 0 1.3vw;
    list-style: disc;
}

.popup-block__inner ol {
    padding: 0 0 0 1.3vw;
    list-style: decimal;
}

.popup_text {
    max-height: 26.82vw;
    overflow: auto;
}

.popup_text::-webkit-scrollbar {
    width: 0.21vw !important;
}

.popup_text::-webkit-scrollbar-thumb {
    background-image: url("../img/scroll.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 6.25vw;
    width: 100%;
    height: 0.21vw;
    border-radius: 0.83vw;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}

.breadcrumbs_wrapper a:visited, .breadcrumbs_wrapper a:focus {
    color: #000;
}

#thanks_modal {
    text-align: center;
}

h1, h2 {
    line-height: 1;
}

.input_field {
    width: 48%;
    position: relative;
}

.full_width_input {
    width: 100%;
}

.input_field p span {
    color: #f00;
}

.acceptance_field p span {
    color: #fff;
    line-height: 1.2;
}

.textarea_field, .acceptance_field {
    width: 100%;
}

input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    height: 2.08vw;
    padding: 0 0.78vw;
    outline: none;
    border: 1px solid black;
    border-radius: 0.52vw;
}

*::placeholder {
    font-size: 0.83vw;
}

.real_submit_field, .wpcf7-not-valid-tip {
    display: none !important;
}

textarea {
    width: 100%;
    height: 4.48vw;
    padding: 0.52vw 0.78vw;
    outline: none;
    border: 1px solid black;
    border-radius: 0.52vw;
    resize: none;
}

.short_desc_textarea textarea {
    height: 2.08vw;
    padding: 0.31vw 0.78vw;
}

.error_message {
    position: absolute;
    bottom: -0.89vw;
    color: #fff;
    font-size: 0.63vw;
}

.wpcf7-form-control-wrap {
    display: flex;
}

.wpcf7-list-item {
    margin: 0;
}

.breadcrumbs_wrapper {
    /*font-weight: 600;*/
    line-height: 100%;
}

.kama_breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs_wrapper span {
    color: #0e0e0e;
}

.about_us__first_screen .breadcrumbs_wrapper span, .grant__first_screen .breadcrumbs_wrapper span {
    color: #fff;
}

.breadcrumbs_wrapper a span {
    color: #808080 !important;
}

.about_us__first_screen .breadcrumbs_wrapper a span, .grant__first_screen .breadcrumbs_wrapper a span {
    color: #fff !important;
}

.breadcrumbs_wrapper a span:hover {
    color: #0e0e0e !important;
}

.about_us__first_screen .breadcrumbs_wrapper a span:hover, .grant__first_screen .breadcrumbs_wrapper a span:hover {
    color: #fff !important;
}

.breadcrumbs_wrapper .kb_sep {
    margin: 0 0.42vw;
}

.breadcrumbs_wrapper .kb_sep picture {
    width: 0.21vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin: 4vw 0 0;
    font-size: 1.35vw;
    font-weight: 700;
    color: #4f4f4f;
}

.wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    padding: 0 !important;
    margin: 0 0.52vw !important;
}

.wp-pagenavi a:hover {
    color: #00a651;
}

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

/*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: 17vw;
    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: 13.02vw;
}

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

/*Home Page*/

/*First Screen*/

.first_screen .image_block {
    width: 38.44vw;
}

.first_screen h1 {
    margin: 0 0 -1.04vw;
}

.first_screen h1 span {
    padding: 0 0.26vw;
}

.first_screen .btn_block {
    margin: -2.19vw 0 0;
}

.first_screen .bottom_elem {
    letter-spacing: 0.28em;
    margin: 2.08vw 0 -2.6vw;
}

/*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;
}

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

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

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

.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;
}

.error404 .header {
    background: #000;
}

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

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

/* Media */



@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: 24.41vw;
        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_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: 32vw;
    }

    .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;
    }

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

    .first_screen .image_block {
        width: 72.08vw;
    }

    .first_screen h1 {
        margin: 0 0 -1.95vw;
    }

    .first_screen .btn_block {
        margin: -4.11vw 0 0;
    }

    .first_screen .bottom_elem {
        margin: 3.90vw 0 -4.88vw;
    }

    .screen {
        min-height: 88.13vw;
    }

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

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

    .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;
    }

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

    .screen .left .btn_block {
        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="tl"] .footer__menu {
        max-width: 66%;
    }

    .first_screen h1 span {
        padding: 0 0.49vw;
    }

    .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: 24.41vw;
        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_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: 32vw;
    }

    .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;
    }

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

    .first_screen .image_block {
        width: 72.08vw;
    }

    .first_screen h1 {
        margin: 0 0 -1.95vw;
    }

    .first_screen .btn_block {
        margin: -4.11vw 0 0;
    }

    .first_screen .bottom_elem {
        margin: 3.90vw 0 -4.88vw;
    }

    .screen {
        /*min-height: 120vw;*/
        /*height: 120vh;*/
        min-height: auto;
        height: auto;
    }

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

    .first_screen .wrapper {
        justify-content: center !important;
        padding: 14vw 0;
    }

    .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;
    }

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

    .screen .left .btn_block {
        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="tl"] .footer__menu {
        max-width: 66%;
    }

    .first_screen h1 span {
        padding: 0 0.49vw;
    }

    .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: 32.55vw;
        height: 7.16vw;
    }

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

    .font_size_40, .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: 43vw;
    }

    .footer__menu {
        max-width: 66%;
    }

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

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

    .first_screen .wrapper {
        height: auto;
        padding: 19.53vw 0;
    }

    .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="tl"] .footer__menu {
        max-width: 90%;
    }

    .first_screen h1 span {
        padding: 0 0.65vw;
    }

    .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: 52.08vw;
        height: 11.46vw;
    }

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

    .font_size_40, .font_size_26 {
        font-size: 4.38vw !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: 67vw;
    }

    .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;
        padding-bottom: 15.63vw;
    }

    .first_screen .image_block {
        width: 100%;
    }

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

    #scene, .first_screen .bottom_elem {
        margin: 10.42vw 0 0;
    }

    .first_screen .btn_block {
        margin: -6.67vw 0 0;
    }

    .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 h1 span {
        padding: 0 1.04vw;
    }

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

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

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