﻿@font-face {
    font-family: 'gilroyregular';
    src: url('../fonts/gilroy-regular-webfont.eot');
    src: local(''), url('../fonts/gilroy-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-regular-webfont.woff') format('woff'),
    url('../fonts/gilroy-regular-webfont.ttf') format('truetype'),
    url('../fonts/gilroy-regular-webfont.svg#gilroyregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-regular-webfont.eot');
    src: local(''), url('../fonts/gilroy-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-light-webfont.woff') format('woff'),
    url('../fonts/gilroy-light-webfont.ttf') format('truetype'),
    url('../fonts/gilroy-light-webfont.svg#gilroyregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.banners-container {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    padding-bottom: 44px;
}

.main_content_wp {
    padding: 44px 0 70px;
}

h1.title {
    text-transform: none;
}

@font-face {
    font-family: 'bebasneuebold';
    src: url('../fonts/bebas_neue_bold.eot');
    src: local(''), url('../fonts/bebas_neue_bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bebas_neue_bold.woff2') format('woff2'),
    url('../fonts/bebas_neue_bold.woff') format('woff'),
    url('../fonts/bebas_neue_bold.ttf') format('truetype'),
    url('../fonts/bebas_neue_bold.svg#bebasneuebold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.login-num-form__title {
    font-family: 'xocaliburnBold';
    font-size: 35px;
    line-height: 42px;
    color: #0E0E0E;
    margin-bottom: 54px;
}

.login-num-form__subtitle {
    font-family: 'xocaliburnRegular';
    font-size: 19px;
    line-height: 130%;
    color: #545454;
    text-align: center;
    margin-bottom: 48px;
}

.login-num-form__subtitle-second {
    font-family: 'xocaliburnRegular';
    font-size: 23px;
    line-height: 130%;
    color: #0E0E0E;
    text-align: center;
    margin-bottom: 30px;
}

.login-num-form__number-cont {
    max-width: 500px; 
    margin-left: auto;
    margin-right: auto;
}

.pincode-input-container {
    gap: 4px;
}

/*.pincode-input-dash {*/
/*    max-width: 30px;*/
/*    width: auto;*/
/*    min-width: 30px;*/
/*    max-height: 42px;*/
/*    min-height: 42px;*/
/*    padding: 0.375rem 0.55rem;*/
/*    text-align: center;*/
/*}*/

.login-num-form__agreement {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
}

.login-num-form__agreement-text {
    font-family: 'xocaliburnRegular';
    font-size: 16px;
    line-height: 130%;
    color: #545454;
}

.login-num-form__agreement-text a {
    font-family: 'xocaliburnBold';
    color: #DCAA44;
    text-decoration: underline;
}

.login-num-form__agreement a:hover {
    color: #DCAA44;
}

.login-num-form__button {
    padding: 12px 66px 11px;
    border: 2px solid #DCAA44;
    border-radius: 10px;
    background: #ffffff;
    font-family: 'xocaliburnBold';
    font-size: 17px;
    line-height: 20px;
    color: #DCAA44;
    cursor: pointer;
}

.login-num-form__button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.login-num-form__button-redirect {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 8px 58px;
    font-family: 'xocaliburnRegular';
    font-size: 16px;
    color: #545454;
    border: none;
    margin-bottom: 12px;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 10px; 
    color: #030303;
    font-size: 16px;
    line-height: 130%;
    font-family: 'xocaliburnRegular';
}

#popup {
    padding-top: 44px;
}
#popup .form {
    padding-top: 38px;
}

#popup h3 {
    font-size: 33px;
    line-height: 38px;
    color: #0E0E0E;
    font-family: 'xocaliburnRegular';
    text-transform: none;
}

#popup .form input {
    color: #030303;
    font-size: 18px;
    line-height: 130%;
    font-family: 'xocaliburnRegular';
    border: 1px solid #545454;
    border-radius: 8px;
}

#popup .form textarea {
    font-family: 'xocaliburnRegular';
    font-size: 18px;
    border: 1px solid #545454;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #545454;
    display: flex;
    align-items: center;
    height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

#popup .form input, #popup .form textarea {
    width: 85%;
    margin-top: 6px;
}

#popup .popup-input-cont {
    display: flex !important;
    flex-direction: column;
}

#popup .popup-send-button {
    font-family: 'xocaliburnRegular';
    font-size: 18px;
    line-height: 20px;
    color: #DCAA44;
    background: #FFFFFF;
    border: 2px solid #DCAA44;
    padding: 12px 33px 11px;
    border-radius: 10px;
    width: 60%;
}

#popup .popup-privacy {
    font-family: 'xocaliburnRegular';
    font-size: 18px;
    line-height: 130%;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    color: #DCAA44;
}

#popup .popup-h6 {
    font-family: 'xocaliburnRegular';
    font-size: 18px;
    line-height: 130%;
    padding-bottom: 12px;
    padding-top: 16px;
}

#popup .popup-file-cont {
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
    padding-bottom: 38px;
}

#popup .popup-file-cont input {
    outline:0;
    opacity:0;
    pointer-events:none;
    user-select:none;
    cursor: default;
    width: 0;
    display: none;
}

#popup .popup-file-cont div {
    font-family: 'xocaliburnRegular';
    font-size: 19px;
    line-height: 130%;
    color: #0E0E0E;
    height: 20px;
}

#popup .popup-file-cont span {
    color: #A3A3A3;
    height: 18px;
}

.lk_wpp {
    background: #ffffff;
}

.lk_wpp h1 {
    font-family: 'xocaliburnBold';
    font-size: 35px;
    line-height: 130%;
    color: #0E0E0E;
    text-transform: none;
}

.lk_links {
    gap: 44px;
}

.lk_links a {
    font-family: 'xocaliburnRegular';
    color: #A3A3A3;
    padding: 0;
    font-size: 22px;
}

@media (max-width: 1229px) {
    #popup .form input, #popup .form textarea {
        width: 100%;
        margin-top: 6px;
    }
    
    #popup .form .select2-container {
        width: 100% !important;
    }
}

@media (max-width: 1023px) {
    .lk_wpp .lk_top {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .show_mobile .lk_links {
        flex-direction: row;
        align-items: center;
        row-gap: 16px;
        column-gap: 24px;
        margin-top: 24px;
    }
    
    .lk_wpp h1 {
        font-size: 26px;
    }

    .lk_links a.active {
        text-underline-offset: 3px;
    }

    .lk_messages span.lk_messages_count {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 22px;
        margin-left: 10px;
    }

    .lk_sub-title {
        font-size: 18px;
    }

    .lk_links a {
        font-size: 16px !important;
    }
}

@media (max-width: 479px) {
    .lk_sub-title:last-of-type {
        margin-top: 40px;
    }
}

.lk_form {
    padding: 28px 0 0;
}

.lk_form .lk_privacy {
    font-family: 'xocaliburnRegular';
    font-size: 18px;
    line-height: 130%;
    color: #545454;
    padding-top: 36px;
}

.lk_form .lk_privacy a {
    color: #DCAA44;
}

.lk_block {
    cursor: default;
}

.lk_line:nth-child(2) {
    margin-bottom: 40px;
}

.lk_form .lk_button {
    border: 2px solid #DCAA44;
    border-radius: 10px;
    background: #ffffff;
    padding: 12px 33px 11px;
    font-family: 'xocaliburnBold';
    font-size: 17px;
    line-height: 20px;
    color: #DCAA44;
    text-transform: none;
}

.lk_item p {
    font-size: 20px;
    line-height: 130%;
    font-family: 'xocaliburnRegular';
    margin-bottom: 16px;
    text-transform: none;
}

.lk_item input, .lk_item input[type='text'] {
    height: 37px;
    border: 1px solid #545454;
    border-radius: 8px;
    font-size: 18px;
    line-height: 130%;
    color: #545454;
    font-family: 'xocaliburnRegular';
    padding-left: 20px;
}

.lk_item input:disabled {
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
}

.send_feedback_button {
    padding: 11px 56px 12px;
    border: 2px solid #DCAA44;
    border-radius: 10px;
    background: #DCAA44;
    font-size: 17px;
    line-height: 19px;
    font-family: 'xocaliburnBold';
    color: #ffffff;
}

.send_feedback_button:hover {
    color: #ffffff;
}

.lk_messages_table {
    width: 100%;
}

.lk_messages_table thead {
    background: #F5F5F5;
}

.lk_messages_table th {
    font-family: 'xocaliburnRegular';
    font-size: 19px;
    line-height: 130%;
    color: #0E0E0E;
    padding-top: 13px;
    padding-bottom: 12px;
    text-align: left;
}

.lk_messages_table th:first-of-type {
    padding-left: 20px;
    width: 429px;
}

.lk_messages_table th:last-of-type {
    width: 429px;
}

.lk_messages_table td{
    padding-top: 28px;
    vertical-align: top;
    font-family: 'xocaliburnRegular';
    font-size: 18px;
}

.lk_messages_table td:first-of-type {
    padding-left: 20px;
}

.lk_messages_table td {
    min-height: 117px;
    max-height: 117px;
}

.lk_messages_table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #E2E1E1;
}

.lk_table_title,
.lk_table_answer {
    font-size: 18px;
    line-height: 130%;
    color: #545454;
    font-family: 'xocaliburnRegular';
    margin-bottom: 12px;
    height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lk_table_time {
    font-size: 16px;
    line-height: 130%;
    font-family: 'xocaliburnRegular';
    color: #DCAA44;
    margin-bottom: 31px;
}

.gallery_block_wp {
    display: contents;
}

.gallery_filter_block {
    margin-bottom: 37px;
    display: flex;
    gap: 16px;
}

.gallery_filter_block button {
    color: #A3A3A3;
    font-size: 16px;
    line-height: 17px;
    font-family: 'xocaliburnRegular';
    border: 1px solid #A3A3A3;
    border-radius: 8px;
    background: #ffffff;
    padding: 7px 20px 6px;
    cursor: pointer;
}

.gallery_filter_block .filter_active {
    border: 1px solid #DCAA44;
    color: #DCAA44;
    font-family: 'xocaliburnRegular';
    cursor: default;
}

.news_open_title h1 {
    text-transform: none;
    font-size: 36px;
    line-height: 42px;
    color: #0E0E0E;
    font-family: 'xocaliburnBold';
}

.news_open_title {
    margin-bottom: 42px;
}

.gbi_title {
    font-family: 'xocaliburnBold';
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    margin-bottom: 16px;
}

.gbi_photo {
    background: url(../images/new-pages2/photo/icon-camera.svg) no-repeat 0 center;
    background-size: 17px 15px;
    padding-left: 27px;
}

.gbi_video {
    background: url(../images/new-pages2/photo/icon-video.svg) no-repeat 0 center;
    background-size: 17px 12px;
    padding-left: 27px;
}

.gb_info1 {
    background: none;
}

.gallery_load_button {
    color: #DCAA44;
    font-size: 17px;
    line-height: 20px;
    font-family: 'xocaliburnBold';
    padding: 12px 111px 11px;
    background: #FFFFFF;
    border: 2px solid #DCAA44;
    border-radius: 10px;
    cursor: pointer;
}

.gallery_block {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 8px;
}
.gallery_block img {
    z-index: -1;
    position: relative;
    border-radius: 8px;
}

.gallery_video_wrapper {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.gallery_wrapper {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 335px 148px 148px 335px;
    margin-bottom: 20px;
}
.gallery_wrapper-1{
    display: grid;
    grid-template-rows: 354px;
    grid-template-columns: 335px 148px;
    grid-template-areas: "p01 p01";
}
.gallery_wrapper-2{
    grid-template-rows: 354px;
    grid-template-areas:
        "p01 p01 p02 p02";
}
.gallery_wrapper-3{
    grid-template-rows: 354px 227px;
    grid-template-areas:
        "p01 p01 p02 p02"
        "p03 p04 p04 p05";
}
.gallery_wrapper-4{
    grid-template-rows: 354px 227px 1px 12px 13px 1px;
    grid-template-areas:
        "p01 p01 p02 p02"
        "p03 p04 p04 p05"
        "p06 p04 p04 p05"
        "p06 p04 p04 p05"
        "p06 p04 p04 p07"
        "p06 p04 p04 p07";
}
.gallery_wrapper-5{
    grid-template-rows: 354px 227px 1px 12px 13px 1px;
    grid-template-areas:
        "p01 p01 p02 p02"
        "p03 p04 p04 p05"
        "p06 p04 p04 p05"
        "p06 p04 p04 p05"
        "p06 p04 p04 p07"
        "p06 p04 p04 p07";
}
.gallery_wrapper-6{
    grid-template-rows: 354px 227px 1px 12px 13px 1px 226px;
    grid-template-areas: 
            "p01 p01 p02 p02"
            "p03 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p07"
            "p06 p04 p04 p07"
            "p06 p08 p08 p07";
}
.gallery_wrapper-7{
    grid-template-rows: 354px 227px 1px 12px 13px 1px 226px;
    grid-template-areas: 
            "p01 p01 p02 p02"
            "p03 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p07"
            "p06 p04 p04 p07"
            "p06 p08 p08 p07";
}
.gallery_wrapper-8{
    grid-template-rows: 354px 227px 1px 12px 13px 1px 226px 1px;
    grid-template-areas: 
            "p01 p01 p02 p02"
            "p03 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p07"
            "p06 p04 p04 p07"
            "p06 p08 p08 p07"
            "p09 p08 p08 p10"
            "p09 p08 p08 p10";
}
.gallery_wrapper-9{
    grid-template-rows: 354px 227px 1px 12px 13px 1px 226px 1px 36px 227px;
    grid-template-areas: 
            "p01 p01 p02 p02"
            "p03 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p07"
            "p06 p04 p04 p07"
            "p06 p08 p08 p07"
            "p09 p08 p08 p10"
            "p09 p08 p08 p10"
            "p09 p11 p11 p10";
}
.gallery_wrapper-10{
    grid-template-rows: 354px 227px 1px 12px 13px 1px 226px 1px 36px 227px;
    grid-template-areas: 
            "p01 p01 p02 p02"
            "p03 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p07"
            "p06 p04 p04 p07"
            "p06 p08 p08 p07"
            "p09 p08 p08 p10"
            "p09 p08 p08 p10"
            "p09 p11 p11 p10";
}
.gallery_wrapper-11{
    grid-template-rows: 354px 227px 1px 12px 13px 1px 226px 1px 36px 227px;
    grid-template-areas: 
            "p01 p01 p02 p02"
            "p03 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p05"
            "p06 p04 p04 p07"
            "p06 p04 p04 p07"
            "p06 p08 p08 p07"
            "p09 p08 p08 p10"
            "p09 p08 p08 p10"
            "p09 p11 p11 p10";
}

.bkd-hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #E6E8EC;
    height: 1px;
    overflow: visible;
}

.photo1 {
    grid-area: p01;
}
.photo2 {
    grid-area: p02;
}
.photo3 {
    grid-area: p03;
}
.photo4 {
    grid-area: p04;
}
.photo5 {
    grid-area: p05;
}
.photo6 {
    grid-area: p06;
}
.photo7 {
    grid-area: p07;
}
.photo8 {
    grid-area: p08;
}
.photo9 {
    grid-area: p09;
}
.photo10 {
    grid-area: p10;
}
.photo11 {
    grid-area: p11;
}

@media (max-width: 1100px) {
    .gallery_wrapper {
        display: flex;
        flex-direction: column;
    }
}

.gallery_inside_title h1 {
    font-family: 'gilroymedium';
    font-size: 31px;
    line-height: 38px;
    color: #0E0E0E;
    margin-bottom: 42px;
}

.gob_img a img {
    border-radius: 8px;
}

.gob_text {
    font-family: 'xocaliburnRegular';
    font-size: 19px;
    line-height: 130%;
    color: #0E0E0E;
}

.gallery_inside_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.gallery_open_block {
    padding: 0;
    margin: 0;
}

.slbArrow.prev {
    background: url(../images/new-pages2/photo/icon-arrow.svg) no-repeat center;
}

.slbArrow.next {
    background: url(../images/new-pages2/photo/icon-arrow.svg) no-repeat center;
    transform: rotate(180deg);
}
.slbArrow.prev:before, .slbArrow.next:before {
    border: none;
}

.slbCloseBtn {
    background: url(../images/new-pages2/photo/icon-close.svg) no-repeat center !important;
    background-size: 19px 19px !important;
    right: 0.06667em !important;
    top: 75px !important;
}

.GalleryBookmark, .slbImageWrap a {
    background: url(../images/new-pages2/photo/icon-download.svg) no-repeat center;
    background-size: 28px 28px;
    top: 95px;
    left: 1.46667em;
    opacity: 1;
    animation: slbEnter 0.3s;
}

.GalleryBookmark, .slbImageWrap a.GalleryBookmark {
    background: url(../images/new-pages2/photo/icon-favorite.svg) no-repeat center;
    background-size: 28px 28px;
    top: 15px;
    left: 4.46667em;
    opacity: 1;
    animation: slbEnter 0.3s;
    display: inline;
    width: 40px;
    height: 40px;
}

.GalleryImageLink {
    background: url(../images/new-pages2/photo/icon-download.svg) no-repeat center;
    background-size: 28px 28px;
    position: absolute;
    top: 15px;
    left: 1.46667em;
    opacity: 1;
    animation: slbEnter 0.3s;
    display: inline;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    transition: opacity 150ms ease;
}

.simpleLightbox-buttons__wrapper {
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.76) 0%, rgba(14, 14, 14, 0) 100%);
    position: absolute;
    top: 0;
    height: 25%;
    width: 100%;
}

.GalleryBookmark, .slbImageWrap a.GalleryBookmark:hover, 
.GalleryBookmark, .slbImageWrap a:hover {
    /*opacity: 0.5;*/
}

.slbCloseBtn:hover, .slbArrow:hover {
    transition: opacity 150ms ease;
}

.slbBtnsWrap {
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.76) 0%, rgba(14, 14, 14, 0) 100%);
    width: 100%;
    max-width: 100%;
    position: absolute;
    height: 130px;
    display: block;
    top: 80px;
}

.slbCaption {
    bottom: 3.8em !important;
    font-size: 21px !important;
    line-height: 25px;
    height: 130px;
    color: #ffffff !important;
    font-family: 'gilroyregular';
    background: linear-gradient(0deg, rgba(14, 14, 14, 0.88) 0%, rgba(14, 14, 14, 0.72) 47.71%, rgba(14, 14, 14, 0) 100%);
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    padding: 1.11429em 0 !important;
    white-space: normal !important;
}

.play_button {
    background: url(../images/new-pages2/photo/icon-play.svg) no-repeat center;
    background-size: 100px 100px;
    position: absolute;
    width: 898px;
    height: 505px;
    z-index: 1;
}

.video_gallery_inside {
    width: 898px;
    margin-left: auto;
    margin-right: auto;
}

.video_gallery_inside .gob_img .gallery_video-wrapper > img {
    width: 898px;
    height: 505px;
    object-fit: cover;
    border-radius: 0;
}

.gallery_video-wrapper {
    position: relative;
}

.gallery_video-wrapper p {
    position: absolute;
    right: 8%;
    bottom: 7.4%;
    width: 59%;
    font-family: 'xocaliburnBold';
    font-size: 30px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery_video-static {
    position: absolute;
    height: 100%;
    width: 29%;
    left: 0;
    top: 0;
    background: #DCAA44;
    text-align: center;
}

.gallery_video-static img {
    width: 70%;
    height: 100%;
    object-fit: contain;
}

.about-project {
    margin: 0;
}

.about-project h1 {
    font-size: 36px;
    line-height: 42px;
    color: #0E0E0E;
    text-transform: none;
    text-align: left;
    padding: 0;
    margin-bottom: 26px;
    font-family: 'xocaliburnBold';
}

.about_tabs {
    padding-right: 0;
}

.subtitle-wrapper {
    align-items: center;
    flex-direction: column;
}

.at_link {
    width: 100%;
    height: auto;
    font-size: 33px;
    line-height: 38px;
    font-family: 'xocaliburnRegular';
    color: #0E0E0E;
    padding-right: 0;
    margin-bottom: 12px;
    text-transform: none;
}

.at_block.active .at_link {
    border-bottom: none;
}

.at_data {
    width: 100%;
    gap: 12px;
    font-family: 'xocaliburnRegular';
    font-size: 23px;
}

.at_data p {
    background: none;
    padding-right: 0;
    font-size: 21px;
    line-height: 130%;
    font-family: 'gilroymedium';
    margin-right: 0;
}

.goal_wp {
    margin-bottom: 64px;
}

.goal_wp h1,
.about_result_title {
    font-size: 33px;
    line-height: 38px;
    color: #0E0E0E;
    font-family: 'xocaliburnRegular';
    text-transform: none;
    margin-bottom: 42px;
}

.goals {
    display: flex;
    gap: 40px;
    margin-bottom: 64px;
    justify-content: center;
}

.goal_block {
    background: #ffffff;
    padding: 32px 40px 46px 40px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    width: 335px;
    height: 380px;
}

.goal_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.goal_flex img {
    margin-left: 12px;
}

.goal_title {
    font-size: 20px;
    line-height: 22px;
    color: #0E0E0E;
    font-family: 'xocaliburnRegular';
    margin-bottom: 43px;
}

.goal_flex_nums {
    display: flex;
    gap: 44px;
    margin-bottom: 18px;
}

.goal_wp .gl_text, .result_block_wp .gl_text {
    font-family: 'gilroymedium';
    font-size: 16px;
    line-height: 19px;
    color: #545454;
}

.goal_wp .gl_text span, .result_block_wp .gl_text span {
    font-family: 'bebasneuebold';
    font-size: 60px !important;
    line-height: 60px;
    margin-bottom: 16px;
}

.goal_town {
    margin-bottom: 52px;
}

.goal_town p {
    font-family: 'xocaliburnRegular';
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #545454;
}

.goal_town_nums {
    font-size: 56px;
    line-height: 60px;
    font-family: 'xocaliburnBold';
    display: flex;
    gap: 4px;
    color: #DCAA44;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.goal_distance p:first-of-type {
    display: flex;
    gap: 16px;
    font-family: 'xocaliburnRegular';
    font-size: 24px;
    line-height: 27px;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.goal_distance p:last-of-type {
    font-family: 'xocaliburnRegular';
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #545454;
    padding-left: 6px;
    padding-right: 6px;
}

.goal_distance span {
    font-family: 'xocaliburnBold';
    font-size: 56px;
    line-height: 60px;
    color: #DCAA44;
}

.goal_wp .about_slider {
    margin-left: auto;
    margin-right: auto;
}

.goal_wp .prev_a {
    width: 17px;
    height: 30px;
    background: none;
    left: -10%;
}

.goal_wp .prev_a svg path,
.goal_wp .next_a svg path {
    fill: #A3A3A3;
}

.goal_wp .next_a {
    width: 17px;
    height: 30px;
    background: none;
    right: -10%;
}

.goal_wp .swiper-button-disabled svg path {
    fill: #E2E1E1;
}

.goal_wp .swiper-button-disabled {
    cursor: default;
}

.as_info > p {
    font-size: 19px;
    font-family: 'xocaliburnRegular';
}

.about_result_wp {
    display: grid;
    grid-template-columns: 523px 523px;
    grid-template-rows: 387px 387px;
    gap: 40px;
    margin-bottom: 26px;
    justify-content: center;
}

.ar_title {
    font-size: 23px;
    color: #0E0E0E;
    font-family: 'xocaliburnRegular';
    text-align: center;
}

.result_block {
    display: flex;
    gap: 44px;
    justify-content: center;
}

.result_block_wp:nth-child(1) {
    padding: 32px 44px 48px;
    background: #F5F5F5;
}

.result_block_wp:nth-child(2) {
    padding: 32px 54px 47px;
    background: #F5F5F5;
}

.result_block_wp:nth-child(3) {
    padding: 28px 54px 46px;
    background: #F5F5F5;
}

.result_title_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 52px;
}

.ar_img {
    margin-bottom: 28px;
}

.ar_text span, 
.finance_title span {
    font-size: 56px;
    line-height: 60px;
    font-family: 'xocaliburnBold';
    color: #DCAA44;
    text-align: center;
}

.ar_text {
    font-family: 'xocaliburnRegular';
    font-size: 17px;
    line-height: 19px;
    color: #545454;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.ar_large_text {
    font-size: 24px;
    line-height: 27px;
    color: #0E0E0E;
    font-family: 'xocaliburnRegular';
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.ar_large_text span {
    font-size: 66px;
    line-height: 70px;
    font-family: 'xocaliburnBold';
    color: #DCAA44;
}

.finance_block {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.finance_title {
    font-size: 23px;
    color: #DCAA44;
    font-family: 'xocaliburnRegular';
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    text-align: center;
}

.finance_text {
    font-family: 'xocaliburnRegular';
    font-size: 18px;
    line-height: 19px;
    text-align: center;
}

.agglomeration h2 a {
    font-family: 'xocaliburnRegular';
    font-weight: normal;
    font-size: 20px;
    display: flex;
    gap: 8px;
}

@media (max-width: 1200px) {
    .about_result_wp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1100px) {
    .gallery_inside_wrapper {
        display: flex;
        flex-direction: column;
    }
    .show_mobile .gallery_open_block {
        max-width: none;
    }
    .slbCaption {
        bottom: 4.9em !important;
        font-size: 16px !important;
    }
    .video_gallery_inside .gob_img img,
    .video_gallery_inside {
        width: 100%;
        height: 555px;
    }
    .play_button {
        width: 97%;
        height: 555px;
    }
}

@media (max-width: 1024px) {
    .video_gallery_inside .gob_img img,
    .video_gallery_inside,
    .play_button {
        height: 410px;
    }

    .gallery_video-wrapper p {
        font-size: 26px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 992px) {
    .goals {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .lk_top .lk_links .js_link {
        text-align: left;
        height: 100% !important;
        line-height: 130% !important;
        padding: 0 !important;
    }

    .lk_top .lk_links .js_link:first-of-type {
        /*margin-top: 16px;*/
        justify-content: flex-start !important;
    }

    .lk_top .lk_links .js_link:last-of-type {
        /*margin-bottom: 16px;*/
    }
    
    .play_button {
        width: 94%;
        height: 250px;
        background-size: 75px 75px;
    }
    .video_gallery_inside .gob_img img,
    .video_gallery_inside {
        height: 250px;
    }

    .gallery_video-wrapper p {
        font-size: 16px;
    }
    
    /*.GalleryBookmark, .slbImageWrap a {*/
    /*    background-size: 20px 20px;*/
    /*    top: 88px;*/
    /*    left: 0.46667em;*/
    /*}*/
    /*.GalleryBookmark, .slbImageWrap a.GalleryBookmark {*/
    /*    background-size: 20px 20px;*/
    /*    top: 88px;*/
    /*    left: 2.66667em;*/
    /*}*/
    .slbCloseBtn {
        background-size: 14px 14px !important;
        right: -0.03333em !important;
        top: 78px !important;
        width: 1.333333em !important;
        height: 1.333333em !important;
    }
    .slbArrow.next, .slbArrow.prev {
        background-size: 20px 20px
    }
    
    .about-project h1 {
        font-size: 28px;
    }
    .at_link {
        font-size: 23px !important;
        width: 100% !important;
    }
    .goal_wp h1, .about_result_title  {
        font-size: 23px ;
    }
    .as_info > p {
        font-size: 14px;
    }
    .next_a {
        right: 5%;
    }
    .prev_a {
        left: 5%;
    }
    .result_block, .finance_block {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .goal_wp .next_a {
        right: -5%;
    }
    .goal_wp .prev_a {
        left: -5%;
    }
}

@media (max-width: 479px) {
    .play_button {
        width: 91%;
        background-size: 50px 50px;
        height: 160px;
    }
    .video_gallery_inside .gob_img img,
    .video_gallery_inside {
        height: 160px;
    }
    
    .gallery_video-wrapper p {
        font-size: 10px;
    }
    
    .goal_wp .next_a {
        right: -9%;
    }
    .goal_wp .prev_a {
        left: -9%;
    }
}