* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body, html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    overflow-x: hidden;
    font-family: Unbounded, sans-serif;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

::-moz-selection {
    background-color: gold;
    color: #fff
}

::selection {
    background-color: gold;
    color: #fff
}

.container {
    max-width: 1300px;
    margin: 0 auto
}


.stats-pills__inner {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 28px 0;
    background: linear-gradient(180deg, rgba(3,78,162,0.12), rgba(3,78,162,0.06));
    max-width: 505px;
    width: 100%;
    /*margin: 0 auto;*/
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    background: rgba(10, 88, 168, 0.14); /* полупрозрачный фон */
    border-radius: 40px;
    padding: 13px 28px;
    box-shadow: 0 6px 30px rgba(2,38,83,0.25);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.06);
}

/* карточка статистики */
.stat {
    flex: 1;
    min-width: 0;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

/* крупная цифра */
.stat__num {
    display: flex;
    align-items: baseline;
    gap: 8px;
    justify-content: center;
}

/* число */
.stat__num .num {
    font-family: "Unbounded", "Inter Tight", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-weight: 800!important;
    font-size: 48px;
    line-height: 1;
    color: #FFD400; /* ярко-желтый */
    text-shadow: 0 2px 0 rgba(0,0,0,0.12);
}

/* маленькие метки вроде "млн" */
.stat__num .unit,
.stat__num .small-label {
    font-family: "Inter Tight", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-weight: 600!important;
    color: #ffd957;
    font-size: 16px;
    opacity: 0.95;
    transform: translateY(-6px);
}

/* подпись под цифрой */
.stat__text {
    font-family: "Inter Tight", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}

/* адаптив */
@media (max-width: 900px) {
    .stats-pills__inner {
        padding: 16px;
        gap: 12px;
    }
    .stat__num .num {
        font-size: 40px;
    }
    .stat__num .unit {
        font-size: 10px;
        font-weight: 600;
    }
    .stat__text {
        font-size: 10px;
    }
    .stat {
        gap: 0
    }
     .small-label {
         font-size: 10px!important;
     }
    .stat {
        align-items: center;
    }
    .stat__num .num {
        margin-top: 0!important;
    }
}







.header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 9px;
    padding-right: 23px;
    position: relative
}

.header {
    margin: 20px;
    background: #fff;
    border-radius: 300px
}

.header_content_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin: 0
}

.menu li {
    list-style-type: none;
    margin: 0 15px
}

.menu li a {
    text-decoration: none;
    font-family: "Inter Tight";
    font-weight: 400;
    color: #111;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.menu li a:hover {
    color: #ed1c24
}

.logo {
    position: relative;
    top: 3px
}

.btn_red_white {
    background: #111;
    border-radius: 300px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: Unbounded;
    font-weight: 400;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    padding: 15px 20px
}

.btn_red_white:hover {
    background: #ed1c24
}

.btn_white_red {
    background: #fff;
    border-radius: 300px;
    text-decoration: none;
    color: #111;
    font-size: 16px;
    font-family: Unbounded;
    font-weight: 400;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    display: block
}

/*.first_block {*/
/*    padding: 30px 164px !important*/
/*}*/

.first_block h3 {
    font-size: 60px !important;
    line-height: normal !important
}

.first_block h3:before {
    content: "" !important;
    height: 3px;
    width: 58px;
    background: #fff
}

.first_block span {
    font-weight: 300 !important
}

.btn_transparent {
    text-decoration: none;
    -webkit-transition: all linear .7s;
    transition: all linear .7s;
    padding: 22px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    max-width: 182px;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 12px;
    width: 100%
}
.btn_transparent-border {
    text-decoration: none;
    -webkit-transition: all linear .7s;
    transition: all linear .7s;
    padding: 22px;
    background: 0 0;
    border: 1px solid #222;
    border-radius: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #222;
    max-width: 182px;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    max-width: 230px;
}
.btn_transparent-border svg {
    margin-left: 22px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}
.btn_transparent svg {
    margin-left: 22px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.btn_transparent svg path {
    -webkit-transition: all linear .7s;
    transition: all linear .7s
}

.btn_transparent:hover {
    background: #fff;
    color: #111
}

.btn_transparent:hover svg path {
    fill: #111
}

.btn_white_black {
    text-decoration: none;
    -webkit-transition: all linear .7s;
    transition: all linear .7s;
    padding: 22px;
    background: 0 0;
    border: 1px solid #111;
    border-radius: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #111;
    max-width: 182px;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 12px;
    width: 100%
}

.btn_white_black svg {
    margin-left: 22px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.btn_white_black svg path {
    -webkit-transition: all linear .7s;
    transition: all linear .7s;
    fill: #111
}

.btn_white_black:hover {
    background: #111;
    color: #fff
}

.btn_white_black:hover svg path {
    fill: #fff
}

.btn_white {
    text-decoration: none;
    -webkit-transition: all linear .7s;
    transition: all linear .7s;
    padding: 22px;
    background: #fff;
    border-radius: 300px;
    border: 1px solid #fff;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 12px;
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 195px;
    width: 100%
}

.btn_white:hover {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff
}

.active {
    background: #11bf22;
    color: #fff;
    border: 1px solid #11bf22
}

.over {
    color: #fff;
    background: rgba(255, 255, 255, .1490196078);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.acquaintance_title {
    margin: 50px 0
}

.acquaintance_title p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 0;
    position: relative
}

.acquaintance_title p::before {
    content: url(../img/icons/line.svg);
    position: absolute;
    left: 0;
    bottom: -32px
}

.acquaintance_title h2 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 56px;
    line-height: 76px;
    margin: 0;
    margin-top: 45px
}

.bottom__tags {
    position: absolute !important;
    top: 30px;
    right: 30px
}

.acquaintance__image {
    overflow: hidden;
    min-height: 570px;
    margin: 20px;
    border-radius: 48px;
    position: relative;
    padding: 30px;
    -webkit-transition: all ease-in .6s;
    transition: all ease-in .6s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.acquaintance__image h3 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    position: relative;
    z-index: 99;
    margin-top: 0
}

.acquaintance__image h3::before {
    content: url(../img/icons/line.svg);
    position: absolute;
    left: 0;
    bottom: -32px
}

.acquaintance__image p {
    font-family: Unbounded;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 99
}

.acquaintance__image span {
    color: #fff;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    z-index: 99
}

.acquaintance__image .image_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: all ease-in 1s;
    transition: all ease-in 1s
}

/*.acquaintance__image:hover .image_bg {*/
/*    -webkit-transform: scale(1.6) translateX(150px) translateY(80px);*/
/*    -ms-transform: scale(1.6) translateX(150px) translateY(80px);*/
/*    transform: scale(1.6) translateX(150px) translateY(80px)*/
/*}*/

.acquaintance__image .container {
    width: 100%;
    position: relative;
}

.acquaintance__image-btns {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.acquaintance__image-btns a {
    margin-right: 20px;
    position: relative;
    z-index: 99
}

.info {
    margin: 120px 0;
    background: 0 0
}

.info_items {
    border-bottom: 1.5px solid #111;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 100px;
    align-items: center;
}

.info_items-left {
    width: 60%
}

.info_items-left h3 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 62px;
    line-height: 76px
}

.info_items-left p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

.info_items-right {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}
.info_items-right img {
    max-width: 350px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
}
.info_items-right .active_card {
    max-width: 453px;
    min-height: 620px;
    width: 100%;
    overflow: hidden;
    border-radius: 48px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info_items-right .active_card .project__card-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in 1s;
    transition: all ease-in 1s;
    z-index: 5;
    max-width: 453px;
}

.info_items-right .active_card .project__card_text {
    text-align: left;
}

.info_items-right .active_card .project__card_text h2 {
    color: #fff;
    font-size: 26px;
    margin: 0;
    font-weight: 400;
    line-height: normal;
}


.card-number-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(130deg, rgba(118, 118, 118, 0.10) -3.42%, rgba(17, 17, 17, 0.10) 106.28%);
    backdrop-filter: blur(7px);
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
#card-number {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 400;
}
#copy-btn {

    border: none;
    cursor: pointer;
    background: transparent;

}




/* Карточка просто для примера */
.card {
    max-width: 420px;
    margin: 40px auto;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f78c6c, #7c4dff);
    color: #fff;
    position: relative;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}

/* Область с номером */
.card-number-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
}

.card-number__digits {
    font-weight: 400!important;
}

/* Кнопка с номером (кликабельна вся область) */
.card-number {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.12em;
    cursor: pointer;
    transition:
            background 0.2s ease,
            border-color 0.2s ease,
            transform 0.08s ease;
}

/* Ховер как в банках */
/*.card-number:hover {*/
/*    background: rgba(0, 0, 0, 0.35);*/
/*    border-color: rgba(255, 255, 255, 0.6);*/
/*}*/

/* Небольшой “нажатый” эффект */
.card-number:active {
    transform: scale(0.98);
}

/* Фокус для клавиатуры */
.card-number:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

/* Иконка копирования */
.card-number__icon::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #fff;
    box-shadow: 3px -3px 0 0 rgba(255, 255, 255, 0.7);
}

.card-number__digits, .card-number__icon {
    margin-bottom: 0!important;
}

/* Состояние “скопировано” */
.card-number--copied {
    border-color: #4caf50;
    background: rgba(18, 129, 57, 0.4);
}

/* Иконка-галочка в состоянии “скопировано” */
.card-number--copied .card-number__icon::before {
    content: "✓";
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
    font-size: 16px;
}
.card-number__icon {
    position: relative;
    top: 2px;
}
/* Тост */
.toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(20px);
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    width: max-content;
    pointer-events: none;
    transition:
            opacity 0.2s ease,
            transform 0.2s ease;
    z-index: 9999;
}

/* Показан */
.toast--visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}


.info_items-right .active_card .project__card_text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

.info_items-right .active_card .project__card_text .btn_white_black {
    color: #fff;
    border-color: #fff;

}
.info_items-right .active_card .project__card_text .btn_white_black svg path {
    fill: #fff
}
.info_items-right .active_card span {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block
}

.info_items-right:hover .project__card-img {
    -webkit-transform: scale(1.6) translateX(50px);
    -ms-transform: scale(1.6) translateX(50px);
    transform: scale(1.6) translateX(50px)
}

.project__card-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
    padding-left: 0;
    margin-right: 2px;
    margin-top: 0
}

.project__card-tags li {
    list-style-type: none;
    padding: 14px;
    border-radius: 140px;
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 12px;
    line-height: 14px
}

.project__card-tags li:first-child {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px
}
.project__card-tags li:nth-child(2) {
    /*border: 1px solid #fff;*/
    color: #fff;
    margin-right: 10px
}

.project__card-tags li:last-child {
    color: #fff
}

.project__card_text {
    position: relative;
    z-index: 9
}

.top_space {
    margin-top: 140px;
}

.info_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 25px
}

.info_btns a {
    position: relative;
    z-index: 99
}

.info_btns .btn_white {
    display: none
}

.active_card span {
    font-size: 16px !important;
    margin-bottom: 20px;
    display: inline-block
}

.active_card .btn_white {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.project__card_text h3 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: Unbounded;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative
}

.project__card_text h3::before {
    content: url(../img/icons/line.svg);
    position: absolute;
    left: 0;
    bottom: -30px
}

.project__card_text p {
    font-family: Unbounded;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 99
}

.project__card_text span {
    color: #fff;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    z-index: 99
}

.video {
    padding: 100px 0;
    background-image: url("../img/video.png");
    background-size: cover;
    background-position: 50% 50%;
    min-height: 650px;
    border-radius: 50px;
    margin: 20px;
}

.video__content h3 {
    font-weight: 400;
    color: #fff;
    font-size: 42px;
    line-height: 56px;
    font-family: Unbounded;
}

.plyr__control--overlaid {
    background: rgba(0, 0, 0, 0.18)!important;
    backdrop-filter: blur(7px);
}

.plyr--video {
    border-radius: 20px;
    margin-top: 40px;
}

.video__content video {
    border-radius: 20px;
}

.video__content p {
    color: #fff;
    font-size: 16px;
    font-family: "Inter Tight";
}

.projects {
    margin: 60px 0
}

.projects_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px
}

.projects_title-left {
    width: 66%
}

.projects_title-left h3 {
    margin: 0;
    font-family: Unbounded;
    font-weight: 400;
    font-size: 62px;
    line-height: 76px
}

.projects_title-left p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

.projects-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.active_card {
    max-width: 420px;
    min-height: 620px;
    overflow: hidden;
    border-radius: 48px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.active_card .project__card-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in 1s;
    transition: all ease-in 1s;
    z-index: 5
}

.active_card:hover .project__card-img {
    -webkit-transform: scale(1.6) translateX(50px);
    -ms-transform: scale(1.6) translateX(50px);
    transform: scale(1.6) translateX(50px)
}

.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.showmore_trigger {
    margin-top: 36px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 36px
}

.flexHidden {
    display: none !important
}

#loadLess, #loadLessPhoto {
    display: none
}

.project__card {
    width: 33%;
    margin: 10px 0 !important;
    max-width: 420px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    min-height: 600px;
    overflow: hidden;
    border-radius: 48px;
    margin: 0 auto;
    padding: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff
}

.project__card .main_image {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 96%
}

.dark_text h3 {
    color: #111 !important
}

.dark_text p {
    color: rgba(17, 17, 17, .33)
}

.dark_text span {
    color: rgba(17, 17, 17, .33)
}

.help {
    margin: 20px;
    min-height: 1000px;
    padding: 100px 0;
    background: -webkit-gradient(linear, left top, right top, from(#525151), to(#111));
    background: linear-gradient(to right, #525151, #111);
    border-radius: 48px;
    overflow: hidden
}

.help__title h3 {
    color: #fff;
    font-weight: 400;
    font-size: 62px;
    line-height: 76px;
    font-family: Unbounded;
    margin: 0
}

.help__title p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Inter Tight"
}

.help_top {
    background: #fff;
    padding: 25px 50px;
    border-radius: 38px
}

.help_top p {
    font-family: Unbounded;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.help_top h3 {
    font-family: Unbounded;
    font-weight: 700;
    font-size: 110px;
    line-height: 152px;
    margin: 0;
    background: -webkit-linear-gradient(#525151, rgba(82, 81, 81, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.help_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 10px
}

.help_bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 38px;
    padding: 15px;
    border: 1px solid #fff;
    width: 32.5%;
    position: relative;
    margin: 10px 0
}

.help_bottom-item h4 {
    background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 82px;
    line-height: 101px;
    margin: 0
}

.help_bottom-item p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: Unbounded
}

.help_bottom-item img {
    width: 100%;
    position: absolute;
    bottom: 17px;
    right: 12px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.help_bottom-item-left {
    width: 57%
}

.help__slider {
    margin-top: 30px
}

.help__slider-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.help__slider-item {
    margin: 0 5px
}

.help__slider-item p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding-left: 20px
}

.help__slider-item img {
    width: 100%;
    height: inherit;
    border-radius: 48px
}

.help__slider__arrows {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.help__slider__arrows a {
    text-decoration: none;
    background: #fff;
    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;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin: 0 10px;
    border-radius: 100%;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.help__slider__arrows a svg {
    max-width: 20px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.help__slider__arrows a svg path {
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.help__slider__arrows a:hover {
    background: #111
}

.help__slider__arrows a:hover svg path {
    fill: #fff
}

.pray_for_ukraine {
    padding: 100px 0
}

.pray_for_ukraine_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pray_for_ukraine-left {
    width: 30%
}

.pray_for_ukraine-left h3 {
    font-family: Unbounded;
    font-weight: 400;
    font-style: normal;
    font-size: 62px;
    line-height: 76px;
    margin-top: 0
}

.pray_for_ukraine-left p {
    font-family: "Inter Tight";
    font-weight: 400;
    padding-right: 10px;
}

.pray_for_ukraine-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pray_for_ukraine-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 47px;
    border-radius: 48px;
    width: 49%
}

.pray_for_ukraine-right-item img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.pray_for_ukraine_white {
    background: #fff
}

.pray_for_ukraine_white p {
    font-family: "Inter Tight";
    font-weight: 300;
    font-size: 18px
}

.pray_for_ukraine_black {
    position: relative;
    background: -webkit-gradient(linear, left top, right bottom, from(#767676), to(#111));
    background: linear-gradient(to bottom right, #767676, #111)
}

.pray_for_ukraine_black p {
    font-family: "Inter Tight";
    font-weight: 300;
    font-size: 18px;
    color: #fff
}

.pray_for_ukraine_black .LeftFront {
    position: absolute;
    bottom: 0;
    right: 0
}

.trust {
    min-height: 100vh;
    width: 100%;
    position: relative;
    margin: 100px 0;
    overflow: hidden
}

.trust .container {
    position: relative;
    min-height: 100vh
}

.home {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 290px
}

.trust_title {
    width: 50%;
    position: relative;
    z-index: 999
}

.trust_title h3 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 53px;
    line-height: 64px;
    margin: 0
}

.trust_title p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

.peoples {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1300px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.country {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer {
    background: #000;
    min-height: 500px;
    border-radius: 48px;
    padding: 50px;
    margin: 20px
}

.footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.footer__column p {
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0
}

.footer__column ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__column ul li {
    margin: 20px 0;
    width: 50%
}

.footer__column ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 400
}

.footer__column-one {
    width: 40%
}

.footer__column-two {
    width: 30%
}

.footer__column-three {
    width: 40%
}

.footer__column-block {
    background: linear-gradient(130deg, #767676 -3.42%, #111 106.28%);
    border-radius: 48px;
    padding: 47px
}

.footer__column-block p {
    font-family: Unbounded;
    font-size: 20px;
    font-weight: 400;
    width: 100%
}

.footer__columns_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__columns_bottom p {
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
    color: #fff
}

.footer__columns_bottom ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__columns_bottom ul li {
    margin: 0 5px;
    width: 50%;
    list-style-type: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer__columns_bottom ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 400
}

.bottom_space {
    width: 100%;
    background: #eee;
    height: 10px
}

.news {
    padding: 30px 0;
}
.news_slider {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.news_navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;


}
.news_navigation .arrow-left {
    position: relative;
    left: -100px;
}
.news_navigation .arrow-right {
    position: relative;
    right: -100px;
}
.news_slider {
    overflow: hidden;
}
.news_content {
    position: relative;
}
.news_slider-item {
    width: 33%;
    padding: 20px;
    position: relative;
}
.news_slider-item span {
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: .5;
    display: block;
    margin: 20px 0;
}
.news_slider-item h4 {
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.news_slider-item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    font-family: "Inter Tight";
}
.news_slider-item a {
    margin-top: 40px;
}
.news_slider-item_image {
    position: relative;
    overflow: hidden;
    min-height: 272px;
    border-radius: 30px;
}
.news_slider-item_image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all linear .5s;
}
.news_slider-item_image:hover img {
    width: 110%;
}

.team {
    padding-top: 100px;
    padding-bottom: 50px
}

.team__title {
    text-align: center;
    margin-bottom: 20px
}

.team__title h2 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 62px;
    margin: 0
}

.team__photo img {
    width: 100%
}

.team__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    top: -69px
}

.team__item {
    padding: 30px;
    width: 30%;
    background: #fff;
    border-radius: 49px;
    margin: 0 5px;
    position: relative;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    overflow: hidden
}

.team__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px
}

.team__item-top h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #0057b8;
    font-size: 19px;
    font-family: Unbounded;
    position: relative;
    z-index: 10
}

.team__item-top img {
    position: relative;
    z-index: 10;
    max-width: 100px;
    margin-right: 20px
}

.team__item-bottom p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: 10
}

.team__item::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: gold;
    top: 56px;
    left: 52px;
    border-radius: 300px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    opacity: 0
}

.team__item:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0
}

.number {
    font-size: 76px !important;
    margin: 0;
    margin-right: 20px
}

.advertising {
    background: gold;
    min-height: 700px;
    padding: 60px 0;
    border-radius: 48px;
    margin: 50px 20px
}

.advertising-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(17, 17, 17, .27)
}

.advertising-top_logo {
    width: 30%;
    margin-top: 30px
}

.advertising-top_logo p {
    font-family: "Inter Tight";
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 40px
}

.advertising-top_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%
}

.advertising-top_item {
    width: 50%;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px
}

.advertising-top_item img {
    max-width: 150px
}

.advertising-top_text h3 {
    font-family: Unbounded;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    line-height: normal
}

.advertising-top_text p {
    font-family: "Inter Tight";
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: normal
}

.advertising-top_item_one {
    background-image: url(../img/ads1.png);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 48px;
    min-height: 350px
}

.advertising-top_item_two {
    background-image: url(../img/ads2.png);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 48px;
    min-height: 350px
}

.advertising-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    margin-top: 60px
}

.advertising-bottom_left {
    width: 35%
}

.advertising-bottom_left p {
    font-family: "Inter Tight";
    color: #111;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px
}

.advertising-bottom_right {
    width: 58%
}

.advertising-bottom_right img {
    width: 100%
}

.team_two {
    margin: 60px 20px;
    background: #fff;
    border-radius: 48px;
    min-height: 800px;
    overflow: hidden;
    padding-bottom: 150px
}

.team_two .container {
    padding: 50px;
    padding-top: 0;
    padding-bottom: 0
}

.team_two-title {
    text-align: center
}

.team_two-title h3 {
    font-family: Unbounded;
    font-size: 52px;
    font-weight: 400;
    margin: 0;
    padding-top: 20px
}

.team_two-title p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 16px
}

.team_two-sbttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px
}

.sbttl-left {
    width: 70%;
    font-family: "Inter Tight";
    font-size: 18px;
    font-weight: 400
}

.sbttl-left span {
    color: gold;
    font-size: 20px;
    background: #0057b8;
    padding: 10px;
    border-radius: 38px
}

.sbttl-right {
    background: gold;
    border-radius: 48px;
    text-align: center;
    padding: 20px
}

.sbttl-right span {
    font-size: 50px;
    font-family: Unbounded;
    margin: 0;
    font-weight: 700;
    display: inline-block;
    color: #0057B8;
    line-height: normal
}

.sbttl-right p {
    font-family: "Inter Tight";
    color: #0057B8;
    font-size: 12px;
    margin: 0
}

.team_two_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    position: relative
}

.team_two_slider-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team_two_slider-item {
    width: 30%;
    margin: 5px
}

.team_two_slider-item img {
    width: 100%
}

.team_two-second-slider_third-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 9999
}

.team_two-second-slider_third-arrows a {
    margin: 0 10px;
    width: 80px;
    height: 80px;
    border-radius: 300px;
    border: 1px solid #111;
    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;
    position: relative;
    background: #fff
}

.team_two-second-slider_third-arrows a img {
    max-width: 65px
}

.team_two-second-slider_third-arrows .slider-prev3 {
    left: -45px !important
}

.team_two-second-slider_third-arrows .slider-next3 {
    right: 0 !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important
}

.team_two_slider-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%
}

.team_two_slider-btns a {
    margin: 0 10px;
    width: 80px;
    height: 80px;
    border-radius: 300px;
    border: 1px solid #111;
    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;
    position: relative;
    background: #fff
}

.team_two_slider-btns a img {
    max-width: 65px
}

.slider-prev {
    left: -45px !important
}

.slider-next {
    right: -45px !important
}

.team_two-second {
    margin-top: 50px;
    text-align: center
}

.team_two-second h4 {
    font-family: Unbounded;
    font-weight: 400;
    line-height: normal;
    font-size: 29px
}

.team_two-second h4 span {
    color: #fff;
    background: linear-gradient(130deg, #767676 -3.42%, #111 106.28%);
    border-radius: 48px;
    padding: 2px 10px;
    font-size: 30px
}

.team_two-second-number {
    position: relative;
    min-height: 500px;
    margin-top: 40px;
    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
}

.third_slider {
    position: relative
}

.faces {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.team_two-second-number_item {
    text-align: center;
    width: 40%;
    margin: 0 auto;
    background: #eee;
    padding: 40px;
    border-radius: 500px
}

.team_two-second-number_item p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 14px
}

.team_two-second-number_item h3 {
    font-family: Unbounded;
    font-weight: 700;
    font-size: 132px;
    line-height: 130px;
    background: -webkit-gradient(linear, left top, left bottom, from(#111), to(rgba(17, 17, 17, 0)));
    background: linear-gradient(180deg, #111 0, rgba(17, 17, 17, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0
}

.team_two-second-slider_third {
    position: relative;
    margin-left: 50px
}

.team_two-second-slider_third-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team_two-second-slider_third-item {
    overflow: hidden;
    background: #fff;
    margin: 0 4px;
    border-radius: 48px;
    padding: 25px;
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
    height: 550px !important;
    border: 1px solid #eee;
    position: relative;
    margin-right: 10px;
    margin-bottom: 50px
}

.bottom_date {
    position: absolute;
    bottom: -46px;
    left: 40px
}

.bottom_date p {
    color: #bcbcbc;
    font-weight: 400;
    font-size: 12px;
    font-family: "Inter Tight"
}

.third_slider-left {
    width: 25%
}

.third_slider-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10px
}

.third_slider-right h3 {
    font-family: "Inter Tight";
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    line-height: 28px
}

.third_slider-right span {
    font-family: "Inter Tight";
    font-size: 12px;
    position: relative;
    color: gray
}

.third_slider-right span:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 27px;
    height: 2px;
    background: #111
}

.third_slider-right p {
    font-family: "Inter Tight";
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.third_slider-right p img {
    max-width: 30px;
    margin: 0 7px
}

.third_slider-right ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.third_slider-right ul li {
    width: 50%;
    list-style-type: none;
    font-family: "Inter Tight";
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0
}

.slide1 {
    width: 50% !important
}

.slide2 {
    width: 38% !important
}

.slide3 {
    width: 39% !important
}

.slide4 {
    width: 50% !important
}

.slide5 {
    width: 40% !important
}

.slide6 {
    width: 50% !important
}

.third-first {
    background: linear-gradient(130deg, #767676 -3.42%, #111 106.28%);
    color: #fff !important
}

.third-first span {
    color: rgba(255, 255, 255, .66);
    position: relative
}

.third-first span:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 27px;
    height: 2px;
    background: #fff
}

.third-first .third_slider_bottom ul li {
    background: rgba(255, 255, 255, .1)
}

.third_slider_bottom ul {
    padding-left: 0
}

.third_slider_bottom ul li {
    list-style-type: none;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: 7px;
    font-size: 12px;
    background: #eee;
    border-radius: 40px;
    padding: 4px;
    padding-right: 10px
}

.third_slider_bottom ul li img {
    margin-right: 5px
}

.list {
    padding-left: 20px !important
}

.list li {
    list-style-type: decimal !important;
    width: 100% !important
}

.image_bg_mob {
    display: none
}

.advertising-bottom_right-mob {
    display: none
}

.map_mob {
    display: none
}

.menu_mobile {
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    z-index: 9999;
    border: 1px solid rgba(51, 51, 51, .3098039216);
    border-radius: 300px;
    display: none;
    background: #fff
}

.mobile-open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.menu-global {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-top: 1.5px solid #333;
    width: 50%;
    -webkit-transition: .55s;
    transition: .55s;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.menu-top {
    top: 15px
}

.menu-middle {
    top: 26px
}

.menu-bottom {
    top: 37px
}

.menu-top-click {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 50%;
    top: 32px;
    -webkit-transform: rotate(50deg) translate(-50%, 7px);
    -ms-transform: rotate(50deg) translate(-50%, 7px);
    transform: rotate(50deg) translate(-50%, 7px);
    -webkit-transition: .55s .5s;
    transition: .55s .5s;
    border-top: 1.5px solid #333
}

.menu-middle-click {
    opacity: 0
}

.menu-bottom-click {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 21px;
    -webkit-transform: rotate(-410deg) translate(-50%, -7px);
    -ms-transform: rotate(-410deg) translate(-50%, -7px);
    transform: rotate(-410deg) translate(-50%, -7 pxpx);
    -webkit-transition: .55s .5s;
    transition: .55s .5s;
    border-top: 1.5px solid #333;
    width: 50%
}

.showmore_trigger {
    display: none
}

.projects_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.projects_btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0
}

.projects_btns ul li {
    list-style-type: none;
    margin: 0 10px;
    border-radius: 50px;
    color: #111;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.projects_btns ul li a {
    border: 1px solid rgba(17, 17, 17, .3);
    padding: 10px;
    text-decoration: none;
    color: #111;
    font-family: Unbounded;
    font-weight: 400;
    border-radius: 50px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.projects_btns ul li a:hover {
    background: #111;
    color: #fff
}

.active_btn {
    background: #111;
    color: #fff !important
}

.hide {
    display: none !important
}

.project_text-img {
    width: 100%;
    border-radius: 38px;
    min-height: 450px;
    margin: 30px 0
}

.project_text blockquote {
    font-style: italic;
    margin-top: 30px
}

.project__main {
    margin: 50px 0;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #111
}

.project__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%
}

.project__main-aside {
    width: 30%
}

.project_title {
    position: relative;
    overflow: hidden;
    border-radius: 48px;
    min-height: 500px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px
}

.project_title h2 {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    font-family: Unbounded
}

.project_title_aside {
    position: relative;
    overflow: hidden;
    border-radius: 48px;
    min-height: 500px;
    height: 600px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px;
    display: none
}

.project_title_aside h2 {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    font-family: Unbounded
}

.project_text p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 18px;
    margin: 20px 0;
    line-height: 26px
}

.project_text ul li {
    position: relative;
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 18px;
    list-style-type: none;
    margin: 20px 0
}

.project_text ul li:before {
    content: url(../img/check.svg);
    position: absolute;
    top: 4px;
    left: -39px
}

.project_text h3 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 34px
}

.project_text h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Inter Tight"
}

.project_text iframe {
    margin-top: 20px;
    border-radius: 48px
}

.project_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 8
}

.projects__bottom-title {
    font-weight: 400;
    font-size: 34px;
    font-family: Unbounded
}

.projects__bottom--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0
}

.project__main-aside {
    padding-left: 10px
}

.aside_content {
    background: #fff;
    border-radius: 48px;
    padding: 25px;
    height: fit-content;
    /*height: 600px;*/
    position: sticky;
    top: 0
}

.aside_content  h3{
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.aside_content  h5 {
    font-family: "Inter Tight";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #0057B8;
    margin: 0;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
    padding-top: 20px;
}
.aside_content  h5 span{
   font-size: 26px;
    color: #0057B8;
}

.darkFont {
    color: #111 !important;
    border: 1px solid #111 !important
}

.aside-sbttl {
    font-weight: 400;
    font-size: 18px;
    font-family: "Inter Tight"
}

.btn-center {
    text-align: center;
    width: 100% !important;
    display: block
}

.aside_content__price {
    position: relative
}

.aside_content__price h4 {
    color: #111;
    font-size: 27px;
    font-weight: 400;
    margin-top: 10px;
    font-family: Unbounded;
    margin-bottom: 0
}

.progress {
    width: 100%
}

.money__report ul {
    padding-left: 0
}

.money__report ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    border-bottom: 1px solid #ececec;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.money__report ul li p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter Tight";
    color: #afafaf
}

.money__report ul li span {
    font-size: 14px;
    font-family: "Inter Tight";
    color: #111;
    font-weight: 700
}

.pay_widget {
    min-height: 150px;
    height: 150px
}

.pay_widget h3 {
    color: #111;
    font-size: 19px;
    font-weight: 400;
    margin: 10px 0;
    font-family: Unbounded
}

.all-projects {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 347px !important;
    margin-top: 60px
}

.over-project {
    color: #fff;
    background: #111 !important;
    border: 1px solid #111
}

.aside_tags {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.number_cash {
    width: 100%;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-family: "Inter Tight";
    font-weight: 700;
    font-size: 18px;
    border-radius: 0
}

.number_cash:focus {
    outline: 0
}

input::-webkit-input-placeholder {
    font-weight: 500;
    color: #a0a0a0;
    font-size: 20px;
    font-family: Unbounded
}

input::-moz-placeholder {
    font-weight: 500;
    color: #a0a0a0;
    font-size: 20px;
    font-family: Unbounded
}

input:-ms-input-placeholder {
    font-weight: 500;
    color: #a0a0a0;
    font-size: 20px;
    font-family: Unbounded
}

input::-ms-input-placeholder {
    font-weight: 500;
    color: #a0a0a0;
    font-size: 20px;
    font-family: Unbounded
}

input::placeholder {
    font-weight: 500;
    color: #a0a0a0;
    font-size: 20px;
    font-family: Unbounded
}

.cash_add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.cash_add button {
    padding: 8px 10px;
    border: 1px solid #dbdbdb;
    border-radius: 32px;
    color: #111;
    font-family: Unbounded;
    font-weight: 400;
    cursor: pointer;
    margin: 0 3px;
    background: #fff;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.cash_add button span {
    color: #a0a0a0;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.cash_add button:hover {
    background: #11bf22;
    color: #fff
}

.cash_add button:hover span {
    color: #fff
}

.thank {
    min-height: 60vh;
    position: relative
}

.thank__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    max-width: 1200px;
    text-align: center
}

.thank__content h2 {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 53px;
    line-height: 64px;
    margin: 0
}

.thank__content p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

.slider_btn {
    display: none
}

.project_text-slider .slick-slide {
    border-radius: 38px
}

.project_text-slider .slick-dots {
    bottom: -60px
}

.project_text-slider .slick-dots li:before {
    content: "" !important
}

@media only screen and (min-width: 1700px) {



    .video__content h3 {
        font-weight: 400;
        color: #fff;
        font-size: 62px;
        line-height: 76px;
        font-family: Unbounded;
    }


    .video__content p {
        color: #fff;
        font-size: 18px;
        font-family: "Inter Tight";
    }

    .team_two-second-slider_third-item {
        min-height: 608px
    }

    .third_slider-right h3 {
        font-family: "Inter Tight";
        font-size: 30px
    }

    .third_slider-right span {
        font-family: "Inter Tight";
        font-size: 12px
    }

    .third_slider-right p {
        font-family: "Inter Tight";
        font-size: 16px
    }

    .third_slider-right p img {
        max-width: 30px;
        margin: 0 7px
    }

    .third_slider-right ul li {
        font-size: 16px
    }

    .team_two-second-number_item p {
        font-family: "Inter Tight";
        font-weight: 400;
        font-size: 18px
    }

    .team_two-second-number_item h3 {
        font-size: 162px;
        line-height: 155px
    }

    .team_two-second h4 {
        font-size: 34px
    }

    .sbttl-left {
        font-size: 20px
    }

    .sbttl-left span {
        font-size: 21px
    }

    .team_two-title {
        text-align: center
    }

    .team_two-title h3 {
        font-family: Unbounded;
        font-size: 62px;
        margin: 0
    }

    .team_two-title p {
        font-family: "Inter Tight";
        font-weight: 400;
        font-size: 18px
    }

    .advertising-top_logo {
        width: 30%;
        margin-top: 20px
    }

    .advertising-top_logo p {
        font-family: "Inter Tight";
        font-size: 18px;
        line-height: 26px;
        font-weight: 400
    }

    .advertising-top_text h3 {
        font-family: Unbounded;
        color: #fff;
        font-size: 45px;
        font-weight: 400;
        margin: 0;
        line-height: normal
    }

    .advertising-top_text p {
        font-family: "Inter Tight";
        color: #fff;
        margin: 0;
        font-weight: 400;
        font-size: 18px;
        line-height: normal
    }

    .trust_title h3 {
        font-family: Unbounded;
        font-weight: 400;
        font-size: 62px;
        line-height: 76px
    }

    .active_card {
        max-width: 453px;
        min-height: 620px
    }

    .project__card {
        margin: 20px 0 !important;
        max-width: 453px;
        min-height: 620px;
        padding: 28px
    }

    .acquaintance__image {
        min-height: 535px;
        padding: 30px
    }

    .acquaintance__image h3 {
        font-size: 40px;
        line-height: 49px
    }

    .acquaintance__image p {
        font-family: Unbounded;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        color: #fff
    }

    .acquaintance__image span {
        color: #fff;
        font-family: Unbounded;
        font-weight: 500;
        font-size: 26px
    }

    .acquaintance_title {
        margin: 100px 0
    }

    .acquaintance_title p {
        font-family: "Inter Tight";
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 4px;
        text-transform: uppercase;
        margin-top: 0;
        position: relative
    }

    .acquaintance_title p::after {
        content: url(../img/icons/line.svg);
        position: absolute;
        left: 0;
        bottom: -32px
    }

    .acquaintance_title h2 {
        font-family: Unbounded;
        font-weight: 400;
        font-size: 62px;
        line-height: 76px;
        margin: 0;
        margin-top: 45px
    }

    .container {
        max-width: 1400px
    }
}

@media only screen and (max-width: 1300px) {


    .video {
        margin: 0;
    }


    .video__content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .advertising {
        margin: 50px 0
    }

    .container {
        max-width: 1280px
    }

    .help {
        margin: 0
    }

    .projects_title-left h3 {
        font-size: 56px
    }

    .project__card {
        max-width: 412px
    }
}

@media only screen and (max-width: 1200px) {
    .project__main-content {
        width: 100%
    }

    .project__main-aside {
        width: 100%
    }

    .project__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .advertising {
        padding: 60px 10px
    }

    .advertising-top_logo img {
        width: 100%;
        max-width: 220px
    }

    .footer__column-block p {
        font-size: 18px
    }

    .pray_for_ukraine-right {
        width: 100%
    }

    .pray_for_ukraine-left {
        width: 50%
    }

    .pray_for_ukraine_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info_items-left h3 {
        font-size: 57px
    }

    .container {
        max-width: 1180px
    }
}

@media only screen and (max-width: 992px) {
    .country {
        width: 100%
    }

    .peoples {
        width: 100%
    }

    .trust_title h3 {
        font-size: 46px
    }

    .team_two-title h3 {
        font-size: 45px
    }

    .team_two-second-number_item {
        width: 60%
    }

    .team_two-second h4 {
        font-size: 17px;
        line-height: 38px
    }

    .team_two-second-number_item h3 {
        font-size: 93px
    }

    .advertising-top_item {
        padding: 17px
    }

    .advertising-top_text h3 {
        font-size: 30px
    }

    .bottom_card {
        margin: 40px 0
    }

    .acquaintance__image-btns {
        margin-top: 20px
    }

    .acquaintance__image p {
        margin-top: 40px
    }

    .acquaintance__image span {
        font-size: 16px;
        display: inline-block;
        margin-top: 20px
    }

    .acquaintance__image span br {
        display: none
    }

    .bottom_card_content {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 20px
    }

    .team__item {
        width: 40%
    }

    .team__title h2 {
        font-size: 52px
    }

    .team__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__column ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__column-one {
        width: 100%;
        text-align: center
    }

    .footer__column-two {
        width: 100%;
        text-align: center
    }

    .footer__column-three {
        margin: 0 auto;
        width: 55%
    }

    .footer__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .help_top h3 {
        font-size: 80px;
        line-height: 117px
    }
}

@media only screen and (max-width: 768px) {


    .project__card {
        width: 50%;
    }
    .project__main-aside {
        padding-left: 0
    }

    .project_title h2 {
        font-size: 35px
    }

    .projects_btns {
        display: none
    }

    .showmore_trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .project__card {
        display: none
    }

    .team_two-title img {
        width: 100%
    }

    .trust_title h3 {
        font-size: 40px
    }

    .team_two-second-slider_third-arrows {
        display: none
    }

    .team_two-second-slider_third {
        margin-left: 0
    }

    .slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
        width: 95% !important;
        margin: 5px auto
    }

    .mySwiper .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faces {
        display: none
    }

    .team_two-second-number_item {
        width: 95%
    }

    .sbttl-right span {
        color: #0057b8
    }

    .sbttl-left {
        text-align: center;
        width: 100%;
        font-size: 23px
    }

    .team_two-sbttl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advertising-bottom_right-desk {
        display: none
    }

    .advertising-bottom_right-mob {
        display: block;
        margin-top: 30px
    }

    .advertising-bottom_left {
        width: 56%;
        text-align: center
    }

    .advertising-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advertising-top_logo {
        width: 100%;
        text-align: center
    }

    .advertising-top_items {
        width: 100%
    }

    .advertising-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__columns_bottom ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__columns_bottom-item {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__columns_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__column-three {
        width: 80%
    }

    .footer__column ul li {
        width: 100%
    }

    .pray_for_ukraine-left {
        width: 100%
    }

    .help__title h3 {
        font-size: 52px;
        line-height: 64px
    }

    .help_bottom-item-left {
        width: 70%
    }

    .help_bottom-item5 img {
        right: -79px !important;
        bottom: 60px !important
    }

    .help_bottom-item4 img {
        right: -25px !important;
        bottom: 60px !important
    }

    .help_bottom-item img {
        bottom: 6px;
        right: -68px
    }

    .help_bottom-item {
        width: 49.5%;
        overflow: hidden
    }

    .help_top h3 {
        font-size: 78px;
        line-height: 92px
    }

    .project__card {
        max-width: 420px
    }

    .projects-cards {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .info_items-left h3 {
        font-size: 54px;
        line-height: 72px
    }

    .info {
        margin: 54px 0
    }

    .acquaintance__image {
        display: none
    }

    .info_items-right {
        width: 100%
    }

    .info_items-left {
        width: 100%
    }

    .container {
        max-width: 740px
    }

    .info_items {
        -webkit-box-orient: vertical;

        flex-direction: column
    }

    .acquaintance__image {
        min-height: 655px
    }

    .first_block .image_bg {
        display: none;
    }
    .first_block {
        background-image: url("../img/mob.png");
        background-position: 50% 50%;
        background-size: cover;
    }

    .acquaintance__image .container {
        min-height: 600px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;

    }

    .stat__num .num {
        font-size: 26px;

    }

    .acquaintance__image h3 {
        font-size: 30px;
        line-height: 36px
    }

    .acquaintance_title {
        margin: 45px 20px 0 20px
    }

    .acquaintance_title h2 {
        font-size: 43px;
        line-height: 61px
    }

    .menu {
        display: none
    }
}

@media only screen and (max-width: 600px) {


    .header_content {
        padding: 15px 9px;
    }

    .video {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .video__content p {
        font-size: 15px;
    }
    .video__content {
        padding: 20px 0;
    }
    .video__content img {
        max-width: 200px;
        width: 100%;
    }
    .video__content h3 br {
        display: none;
    }
    .video__content h3 {
        font-size: 30px;
        line-height: normal;
    }

    .news_slider .swiper-wrapper {
        overflow: visible;
    }

    .news_slider-item_image {
        min-height: 211px;
    }
    /*.news {*/
    /*    padding-bottom: 200px;*/
    /*}*/
    .news_navigation {
        transform: translate(-50%, 310%);
        display: none;
    }
    .news_slider-item {
        padding: 5px;
    }
    .news_navigation .arrow-left {
        left: 0;
    }
    .news_navigation .arrow-right {
        right: 0;
    }

    .project__card {
        width: 100%;
    }
    .first_block {
        padding: 20px!important
    }

    .first_block h3 {
        font-size: 26px !important;
        line-height: 32px !important
    }

    .first_block .image_bg {
        left: -15px !important;
        width: 242% !important
    }

    .projects {
        margin-top: 30px
    }

    .info_items {
        padding-bottom: 30px
    }

    /*.info_items-right {*/
    /*    display: none*/
    /*}*/

    .acquaintance__image .image_bg {
        left: -227px;
        width: 277%
    }

    .acquaintance__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 10px
    }

    .project_text-img {
        min-height: auto;
        border-radius: 15px
    }

    .help__slider-item img {
        border-radius: 17px
    }

    .team_two_slider {
        margin-top: 0
    }

    .sbttl-right {
        border-radius: 147px
    }

    .rotate svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .bottom_date {
        bottom: -3px
    }

    .slidesix_hidden {
        height: 222px !important;
        min-height: 216px !important;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slidesix_hidden .third_slider-right {
        height: 222px !important;
        min-height: 216px !important;
        overflow: hidden;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slideFive_hidden {
        height: 222px !important;
        min-height: 216px !important;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slideFive_hidden .third_slider-right {
        height: 154px !important;
        min-height: 150px !important;
        overflow: hidden;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slideFour_hidden {
        height: 222px !important;
        min-height: 216px !important;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slideFour_hidden .third_slider-right {
        height: 142px !important;
        min-height: 136px !important;
        overflow: hidden;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slidethree_hidden {
        height: 216px !important;
        min-height: 216px !important;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slidethree_hidden .third_slider-right {
        height: 216px !important;
        min-height: 216px !important;
        overflow: hidden;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slidetwo_hidden {
        height: 222px !important;
        min-height: 216px !important;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slidetwo_hidden .third_slider-right {
        height: 222px !important;
        min-height: 216px !important;
        overflow: hidden;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slideOne_hidden {
        height: 222px !important;
        min-height: 216px !important;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slideOne_hidden .third_slider-right {
        height: 222px !important;
        min-height: 216px !important;
        overflow: hidden;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slider_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .slider_btn a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 200px
    }

    .slider_btn a svg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .slider_btn a svg path {
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .team {
        padding-top: 0
    }

    .projects_title {
        margin-bottom: 30px
    }

    .projects__bottom--items .project__card {
        height: 525px !important;
        margin: 0 5px !important
    }

    .all-projects svg {
        display: block !important
    }

    .project__main {
        margin: 30px 0
    }

    .btn-center {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .project_text iframe {
        height: 220px;
        border-radius: 28px
    }

    .projects__bottom-title {
        font-size: 28px
    }

    .project_text h4 {
        font-size: 16px
    }

    .project_text h3 {
        font-size: 28px
    }

    .project_text p {
        font-size: 16px
    }

    .pay_widget h3 {
        font-size: 18px
    }

    .money__report ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 10px
    }

    .money__report ul li p {
        font-size: 14px;
        margin-top: 0
    }

    .aside_content__price h4 {
        font-size: 20px
    }

    .aside_content__price span {
        font-size: 10px
    }

    .project_title_aside h2 {
        font-size: 22px
    }

    .project_title_aside h2 br {
        display: none
    }

    .project_title_aside {
        min-height: 300px;
        height: 400px
    }

    .project_title_aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

    .project_title-desk {
        display: none
    }

    .project_title h2 br {
        display: none
    }

    .logo img {
        max-width: 158px
    }

    .menu li {
        margin: 8px 15px
    }

    .header_content_right {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        background: #fff;
        z-index: 12;
        display: none
    }

    .header_content_right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .header_content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header {
        background: rgba(255, 255, 255, .5)
    }

    .menu_mobile {
        display: block !important
    }

    .help_bottom {
        height: 1700px
    }

    .team_two_slider-items {
        overflow: hidden;
        overflow-y: scroll
    }

    .team_two_slider_container {
        max-width: 600px !important;
        width: 100%
    }

    .team_two_slider-btns {
        display: none
    }

    .trust .container {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .trust_title h3 {
        line-height: 42px
    }

    .country, .home, .peoples {
        display: none
    }

    .map_mob {
        display: block
    }

    .third_slider-right p {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .team_two-second-number_item p br {
        display: none
    }

    .team_two-second h4 {
        font-size: 20px
    }

    .sbttl-right p {
        font-size: 18px
    }

    .sbttl-right span {
        font-size: 60px
    }

    .team_two-sbttl {
        margin-top: 38px
    }

    .team_two .container {
        padding: 40px 0
    }

    .sbttl-left {
        font-size: 20px
    }

    .team_two-second-number_item {
        border-radius: 70px
    }

    .team_two-second h4 span {
        font-size: 20px
    }

    .team_two {
        margin: 60px 0
    }

    .trust {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .home {
        display: none
    }

    .trust_title p {
        font-size: 16px
    }

    .trust_title p br {
        display: none
    }

    .trust_title h3 {
        font-size: 28px;
        font-weight: 400
    }

    .trust_title {
        width: 100%
    }

    .team_two {
        padding-bottom: 67px
    }

    .team_two-second-slider_third-item {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .team_two-second h4 br {
        display: none
    }

    .team_two-second img {
        width: 100%
    }

    .sbttl-right {
        margin-bottom: 10px;
        margin-top: 40px
    }

    .team_two-title h3 {
        font-size: 28px
    }

    .team_two-second-slider_third-items .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advertising {
        padding: 29px 10px
    }

    .advertising-bottom_right {
        width: 85%
    }

    .advertising-bottom_left {
        width: 100%
    }

    .advertising-top_item {
        width: 100%;
        margin: 5px 0
    }

    .advertising-top_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bottom_card_content {
        height: 528px
    }

    .bottom_card .image_bg {
        display: none
    }

    .image_bg_mob {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 5
    }

    .acquaintance__image h3 {
        font-size: 18px;
        line-height: 26px
    }

    .team__item {
        margin: 5px 0
    }

    .team__photo {
        min-height: 340px;
        overflow: hidden;
        border-radius: 49px
    }

    .team__photo img {
        width: 229%;
        position: relative;
        -webkit-transform: translate(-8%, 5px);
        -ms-transform: translate(-8%, 5px);
        transform: translate(-8%, 5px)
    }

    .team__title h2 {
        font-size: 28px
    }

    .team__items {
        top: 0
    }

    .team__item {
        width: 100%
    }

    .footer__column-block {
        padding: 20px
    }

    .footer__column-block p {
        font-size: 16px
    }

    .bottom_space {
        display: none
    }

    .footer {
        margin: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .footer__column-three {
        width: 100%
    }

    .pray_for_ukraine_black .LeftFront {
        position: absolute;
        bottom: 39px;
        right: -48px
    }

    .pray_for_ukraine-right-item {
        padding: 85px 30px;
        overflow: hidden
    }

    .pray_for_ukraine_white p {
        font-size: 16px
    }

    .pray_for_ukraine-left h3 {
        font-size: 28px
    }

    .pray_for_ukraine-left h3 br {
        display: none
    }

    .pray_for_ukraine-right-item {
        width: 100%;
        margin: 10px 0
    }

    .pray_for_ukraine-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .help__slider__arrows {
        display: none
    }

    .help__slider-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .help__slider-item img {
        width: 100%
    }

    .help_top {
        position: relative;
        z-index: 8
    }

    .help_bottom {
        position: relative;
        top: -42px;
        z-index: 999
    }

    .help_bottom-item {
        background: linear-gradient(130deg, #767676 -3.42%, #111 106.28%)
    }

    .help_bottom-item:nth-child(2) {
        top: -45px;
        z-index: 10
    }

    .help_bottom-item:nth-child(3) {
        top: -90px;
        z-index: 11
    }

    .help_bottom-item:nth-child(4) {
        top: -133px;
        z-index: 11
    }

    .help_bottom-item:nth-child(5) {
        top: -182px;
        z-index: 12
    }

    .help_bottom-item:nth-child(6) {
        top: -230px;
        z-index: 12
    }

    .help_top p {
        font-size: 16px
    }

    .help_top {
        padding: 25px
    }

    .help_top h3 {
        font-size: 30px;
        line-height: 44px
    }

    .help__title h3 {
        font-size: 28px;
        line-height: 37px
    }

    .help {
        margin: 0
    }

    .help_bottom-item {
        width: 100%;
        padding-bottom: 50px;
        position: relative
    }

    .btn_white_black {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .btn_white_black svg {
        display: none
    }

    .info_btns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .projects_title-left {
        width: 100%
    }

    .projects_title-left h3 {
        font-size: 28px
    }

    .active_card .info_btns {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .btn_white {
        max-width: 132px
    }

    .btn_transparent {
        max-width: 132px
    }

    .btn_transparent svg {
        display: none
    }

    .info_items-left p {
        font-size: 16px
    }

    .info_items-left h3 {
        font-size: 28px;
        line-height: 30px;
        margin-top: 0px
    }

    .acquaintance_title {
        margin: 24px 20px 0 20px
    }

    .info {
        margin: 32px 0
    }

    .second_btns .btn_white {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header_btn {
        display: none
    }

    .acquaintance_title h2 {
        font-size: 38px;
        line-height: 52px
    }
}

@media only screen and (max-width: 480px) {
    .info_items-right .active_card {
        padding: 18px
    }

    .project__card_text h3 {
        font-size: 18px;
        line-height: 24px
    }

    .info_items-right .active_card {
        min-height: 526px
    }

    .acquaintance_title h2 {
        font-size: 27px;
        line-height: 34px
    }

    .logo img {
        max-width: 148px
    }

    .container {
        max-width: 440px
    }

    .info_items-right .active_card {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: 100%
    }
}

@media only screen and (max-width: 440px) {
    .sbttl-left {
        font-size: 21px
    }

    .project_title_aside {
        height: 450px
    }

    .acquaintance_title p {
        font-size: 14px
    }

    .container {
        max-width: 410px
    }
}

@media only screen and (max-width: 414px) {
    .container {
        max-width: 400px
    }
}

@media only screen and (max-width: 390px) {
    .container {
        max-width: 370px
    }
}

@media only screen and (max-width: 375px) {
    .container {
        max-width: 360px
    }
}