.wpcf7-spinner {
    position: absolute;
    right: 0;	
    bottom: 0;
}

.submit {
    position: relative;
}

.wpcf7-response-output {
    margin: 0 !important;
    width: 100% !important;
    padding: 5px !important;
}

.form-group .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    max-width: 993px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .form-group .wpcf7-list-item-label {
        align-items: flex-start;
    }
}

.form-group .wpcf7-list-item-label:before {
    content: "";
    flex-shrink: 0;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #224479;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
}

.form-group input:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid #224479;
    border-width: 0 1.5px 1.5px 0;
    transform: translate(0, -50%) rotate(45deg);
}

form .form-inputs div {
    width: 100%;
}

form .form-inputs {
    align-items: flex-start;
}

.ttttxxxttt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ttttxxxttt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #224479;
}

.swiper-slide {
    height: auto;
}

.news-item__intro-slide__thumb {
    height: 100%;
}

.news-item__intro-slide__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-swiper__nav {
    z-index: 5;
}

.news-button-prev,
.news-button-next {
    display: block !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.news-item__wrapper .text-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-item__wrapper .text-block * {
    margin: 0 !important;
}

.news-item__wrapper .text-block h1,
.news-item__wrapper .text-block h2 {
    font-family: "ClashDisplay", sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #224479;
}

.news-item__wrapper .text-block h3,
.news-item__wrapper .text-block h4,
.news-item__wrapper .text-block h5,
.news-item__wrapper .text-block h6 {
    font-family: "ClashDisplay", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #224479;
}

@media screen and (max-width: 768px) {
    .news-item__wrapper .text-block h1,
    .news-item__wrapper .text-block h2 {
        font-size: 28px !important;
        line-height: 1.3;
    }

    .news-item__wrapper .text-block h3,
    .news-item__wrapper .text-block h4,
    .news-item__wrapper .text-block h5,
    .news-item__wrapper .text-block h6 {
        font-size: 20px;
        line-height: 1.3;
    }
}

.text-block ol {
    padding-left: 27px;
}

.text-block ol, .text-block ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-block a {
    text-decoration: underline;
    color: inherit;
}

.text-block blockquote {
    background: #dee3eb;
    padding: 40px;
}

.other-news .news-page__content-item .img img {
    height: 330px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .other-news .news-page__content-item .img img {
        height: 54vw;
    }
}

.news-page__content + .ajax-load-more-wrap .alm-reveal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
    margin-bottom: 45px;
}

.news-page__content + .ajax-load-more-wrap .alm-load-more-btn {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #dee3eb;
    transition: 0.5s ease-in-out;
    color: #224479 !important;
}

.news-page__content + .ajax-load-more-wrap .alm-load-more-btn.done {
    opacity: 0.5 !important;
    user-select: none;
    pointer-events: none !important;
}

.news-page__content + .ajax-load-more-wrap .alm-load-more-btn:hover {
    background: #dee3eb;
    color: #224479 !important;
}

@media screen and (max-width: 1023px) {
    .news-page__content + .ajax-load-more-wrap .alm-reveal {
        gap: 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .news-page__content + .ajax-load-more-wrap .alm-reveal {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.portfolio-project-other .slide-img img {
    height: 300px !important;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .portfolio-project-other .slide-img img {
        height: 100% !important;
    }
}

.page-project__content .alm-reveal{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.page-project__content .alm-reveal a span{
    transition: 0.5s ease-in-out;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 20px 0;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #dee3eb;
    color: #224479;
}

.page-project__content .alm-reveal a:hover span{
    background: #dee3eb;
    color: #224479 !important;
}

@media screen and (max-width: 768px) {
    .page-project__content .alm-reveal {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }
    .page-project__content .alm-reveal a span{
        padding: 15px 0;
    }
}

.page-project__content .alm-load-more-btn {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #dee3eb;
    transition: 0.5s ease-in-out;
    color: #224479 !important;
}

.page-project__content .alm-load-more-btn.done,
.disabledbtn{
    opacity: 0.5 !important;
    user-select: none;
    pointer-events: none !important;
}

.page-project__content .alm-load-more-btn:hover {
    background: #dee3eb;
    color: #224479 !important;
}


.hide_num,
.hide-country,
.hide-phase,
.hide-type{
    display: none;
}

.main-jobs__content h4 br{
    display: none!important;
}

.main-investment picture img{
    object-fit: cover;
    object-position: center bottom;
}
@media screen and (max-width: 650px){
    .main-investment picture img{
        object-position: right bottom;
    }
}

.portfolio-project__intro-slide__thumb{
    height: 100% !important;
}
.portfolio-project__intro-slide__thumb img{
    height: 100% !important;
    object-fit: cover;
}


.main-jobs .jobs-slider .slide-img,
.portfolio-project-other .slide-img,
.ajax-load-more-wrap .news-page__content-item .img,
.other-news .news-page__content-item .img,
.page-project__content .slide-img{
    padding-bottom: 64.8%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: unset!important;
}
.investment-content__block-cards__wrapper .img{
    padding-bottom: 57.14%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
    height: unset;
}
.team-item__img{
    width: 100%;
}
.team-item__img .img{
    padding-bottom: 85.7%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: unset;
}

.other-news .news-page__content-item .img{
    transition: 0.5s ease-in-out;
}
.other-news a:hover .news-page__content-item .img{
    border-radius: 0 20px 0 20px;
}

.investment-content__block-cards__wrapper a:hover .img{
    border-radius: 0 20px 0 20px;
}

.main-news .main-news__content-xs .thumb-container img{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

@media screen and (min-width: 1025px){
    .main-news .main-news__content-lg img{
        height: 404px;
        object-fit: cover;
    }
}

.portfolio-project__intro-slide__thumb{
    height: calc(1110px * 0.5625) !important;
    max-height: calc(100vh - 90px - 20px - 100px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1166px){
    .portfolio-project__intro-slide__thumb{
        height: calc((100vw - 40px) * 0.5625) !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.news-item__intro-slide__thumb{
    height: calc(1110px * 0.5625) !important;
    max-height: calc(100vh - 90px - 20px - 100px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1166px){
    .news-item__intro-slide__thumb{
        height: calc((100vw - 40px) * 0.5625) !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.news-page__content-item .img img{
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}
.news-page__content-item .img {
    height: unset!important;
}
@media screen and (max-width: 1166px){
    .news-page__content-item .img img{
        height: calc((100vw - 40px) / 2.775) !important;
    }
}
@media screen and (max-width: 768px){
    .news-page__content-item .img img{
        height: auto !important;
    }
}

.news-page__content .news-page__content-item .img{
    padding-bottom: 57.14%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
    height: unset;
}

.news-page__content-item .img{
    transition: 0.5s ease-in-out;
}
.news-page__content-item:hover .img{
    border-radius: 0 30px 0 30px;
}

.main-news .main-news__content-lg .img{
    display: block;
    width: 100%;
    padding-bottom: 57.14%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
    height: unset;
}
.main-news .main-news__content-lg:hover .img{
    border-radius: 0 30px 0 30px;
}


.news-page__content2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
    margin-bottom: 45px;
}

@media screen and (max-width: 1023px){
    .news-page__content2{
        gap: 40px 20px;
    }
}

@media screen and (max-width: 768px){
    .news-page__content2{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}