:root {
    --font-primary: 'Montserrat', sans-serif;
    --accent-color: #052546;
    --text-color: #000000;
    --title-color: var(--accent-color);
    --title-size: 64px;
    scroll-padding-top: 54px;
    scroll-behavior: smooth;
}

*, *::before, *::after {
    box-sizing: border-box;
    outline: none !important;
}

*:hover, *:focus {
    outline: none !important;
}

a, button {
    cursor: pointer;
}

html {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    /* overflow: hidden; */
}

body {
    min-width: 320px;
    position: relative;
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.19;
    color: var(--text-color);
    /*background: #1C5441;*/
    background: #ffff;
    opacity: 1;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.ps-spacer {
    height: 54px;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}

.wrapper__in {
    overflow: hidden;
    /* padding-bottom: 60px; */
    /* max-width: 375px; */
    /* max-width: 1440px; */
}

.wrap {
    max-width: 1170px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.header-row {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-col {
}

.header-col--nav {
}

.header-col--lang {
}

.header-col--burger {
    display: none;
}

.burger {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 30px;
    overflow: hidden;
    margin-left: auto;
}

.burger span {
    height: 3px;
    margin: 5px 0;
    display: block;
    width: 100%;
    background: #fff;
}

.ps-show-nav .burger span {
    background: #91a5d6;
}

.language {
}

.language .dropdown-toggle {
    display: block;
    background: no-repeat;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px;
    margin: 0;
}

.language .dropdown-menu {
    min-width: auto;
}

.language .dropdown-menu li {
}

.language .dropdown-menu a {
    text-decoration: none;
}

.nav {
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.menu>li {
    padding: 15px;
    position: relative;
}

.menu a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.menu a:hover, .menu a:focus {
    color: #91a5d6;
}

.menu .submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.8);
    list-style: none;
    margin: 0;
    white-space: nowrap;
    padding: 0px 10px 10px;
    min-width: 100%;
    display: none;
}

.menu>li:hover > .submenu, .menu>li:focus > .submenu {
    display: block;
}

.submenu li {
    padding: 10px 0;
}

.hero {
    position: relative;
}

.hero-main {
    position: relative;
    color: #fff;
    text-align: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--accent-color), rgb(0 0 0 / 40%));
}

.hero-content {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}

.hero-logo {
}

.hero-logo img {
    width: 250px;
}

.hero-notice {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
}

.growth {
    padding-top: 30px;
    padding-bottom: 30px;
}

.growth-main {
}

.growth-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: 100;
    background: rgb(5 37 70 / 95%);
    color: #fff;
    width: 735px;
    max-width: 100%;
    padding: 3%;
    position: relative;
    margin: 0px 0 25px -178px;
}

.growth-picture {
}

.growth-row {
    clear: both;
    font-size: 21px;
    line-height: 1.47619048;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: end;
}

.growth-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}

.growth-col--title {
    width: 100%;
}

.growth-col--text {
    flex: 0 0 auto;
    width: 50%;
}

.growth-col--picture {
    flex: 0 0 auto;
    width: auto;
}

.growth-text {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.growth-text p {
}

.growth-name {
    font-size: 16px;
    font-weight: bold;
    color: #092648;
    text-align: right;
    margin-top: 2em;
}

.growth-sign {
    text-align: right;
}

.agenda {
    position: relative;
}

.agenda-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.agenda-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agenda-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--accent-color);
    opacity: 0.9;
}

.agenda-main {
    position: relative;
    color: #f5f5f5;
    padding-top: 50px;
}

.agenda-subtitle {
    font-size: 27px;
    font-weight: 100;
    line-height: 1;
    padding-bottom: 5px;
}

.agenda-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
}

.agenda-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding: 30px 0;
}

.agenda-col {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 30px;
}

.agenda-block {
    padding: 25px 0;
}

.agenda-blocktitle {
    font-size: 27px;
    font-weight: 600;
    padding-bottom: 10px;
}

.agenda-blockdescription {
    font-size: 21px;
    line-height: 1.5;
}

.africa {
    margin-top: 50px;
}

.wrap {
}

.africa-main {
}

.africa-row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.africa-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 30px 15px;
}

.africa-col--description {
    align-self: center;
}

.africa-col--steps {
    flex: 0 0 auto;
    width: auto;
}

.africa-col--figure {
    flex: 0 0 auto;
    width: auto;
}

.africa-title {
    font-size: var(--title-size);
    line-height: 1.25;
    color: #000;
    font-weight: bold;
}

.africa-description {
    font-size: 21px;
    padding-top: 20px;
    max-width: 370px;
}

.africa-description p:not(:last-child) {
    margin-bottom: 1em;
}

.africa-description p:not(:first-child) {
    margin-top: 1em;
}

.africa-steps {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.africa-step {
    padding: 5px 0;
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.africa-block {
    background: #d9e2f1;
    color: #002244;
    max-width: 280px;
    text-align: center;
    padding: 20px 40px;
}

.africa-block-num {
    font-size: 53px;
    font-weight: bold;
    margin-bottom: 10px;
}

.africa-block-description {
    font-size: 16px;
}

.africa-step:nth-child(1) .africa-block {
}

.africa-step:nth-child(2) .africa-block {
    background: #91a5d6;
    color: #fff;
}

.africa-step:nth-child(3) .africa-block {
    background: #062041;
    color: #fff;
}

.africa-figure {
    padding: 5px 0;
    height: 100%;
}

.africa-picture {
    position: relative;
    height: 100%;
    text-align: center;
}

.africa-picture:before {
    content: '';
    background: linear-gradient(0deg, #062041 10%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.africa-logo {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 0;
    line-height: 1;
    padding: 30px 0;
}

.mission {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mission-main {
}

.mission-header {
}

.mission-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.mission-col {
    padding: 0 15px;
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.mission-col--auto {
    flex: 0 0 auto;
    width: auto;
}

.mission-picture {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 60%;
    width: 480px;
}

.mission-picture>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mission-picture img {
    object-fit: cover;
}

.mission-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
}

.mission-content {
    background: var(--accent-color);
    font-size: 24px;
    color: #fff;
    padding: 10px 0 0 0;
}

.mission-map {
}

.mission-description {
    max-width: 630px;
    padding-bottom: 50px;
}

.mission-footer {
    background: #2e2e2e;
    color: #fff;
    padding: 20px 40px;
    margin-top: -50px;
    padding-top: 40px;
}

.mission-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mission-card {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 15px;
}

.mission-block {
    font-size: 15px;
    line-height: 1.5;
    max-width: 290px;
    margin: 0 auto;
}

.billy {
}

.billy-main {
}

.billy-row {
    display: flex;
    flex-wrap: wrap;
}

.billy-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.billy-col--text {
}

.billy-col--figure {
}

.billy-content {
    color: #fff;
    background: #183655;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 50px 30px 0;
    justify-content: center;
}

.billy-content:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background: #183655;
    width: 5000px;
    display: block;
}

.billy-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    padding-bottom: 15px;
}

.billy-description {
    font-size: 21px;
    line-height: 1.45;
    padding-bottom: 30px;
}

.billy-cards {
    display: flex;
    flex-wrap: wrap;
}

.billy-card {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.billy-block {
    font-size: 16px;
    line-height: 1.4;
    max-width: 210px;
    margin: 0 auto;
}

.billy-collumn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.billy-line {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.billy-figure {
    position: relative;
}

.billy-picture {
}

.billy-picture:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #183655 10%, transparent);
}

.billy-picture img {
}

.billy-slogan {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}

.billy-text {
    font-size: 21px;
    padding: 9%;
    line-height: 1.4;
}

.catalog {
    padding-top: 70px;
    padding-bottom: 50px;
}

.catalog-main {
}

.catalog-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.catalog-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}

.catalog-col--left {
}

.catalog-col--right {
    flex: 0 0 auto;
    width: auto;
}

.catalog-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    padding-bottom: 15px;
}

.catalog-picture {
}

.catalog-picture img {
    width: 100%;
    max-width: 700px;
}

.catalog-description {
    font-size: 21px;
    line-height: 1.45;
    max-width: 340px;
}

.catalog-description p:not(:first-child) {
    margin-top: 1em;
}

.slick-arrow {
    display: block;
    padding: 10px;
    margin: 0;
    border: none;
    font-size: 0;
    line-height: 1;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.slick-arrow:hover, .slick-arrow:focus {
    background: rgba(0,0,0,0.7);
}

.slick-arrow img, .slick-arrow svg {
    width: 20px;
    height: auto;
}

.slick-arrow img {
}

.slick-arrow svg {
}

.slick-disabled {
}

.slick-prev {
    right: 100%;
}

.slick-next {
    left: 100%;
}

.slick-dots {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
    font-size: 0;
    line-height: 1;
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    margin: 5px;
}

.slick-dots button {
    font-size: 0;
    line-height: 1;
    display: block;
    background: #c7c7c7;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
}

.slick-dots .slick-active button {
    background: #183655;
}

.projects {
    margin: 30px 0;
    background: #d9e2f1;
    padding: 40px 0;
}

.projects-main {
}

.projects-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
}

.projects-listwrap {
    position: relative;
    padding-bottom: 20px;
}

.projects-list {
    margin: 0 -10px;
}

.projects-list .slick-track {
    display: flex;
}

.projects-list .slick-slide {
    height: auto;
}

.projects-list .slick-slide>div {
    height: 100%;
}

.projects-item {
    height: 100%;
    padding: 10px;
}

.clients-list {
    margin: 0 -15px;
}

.clients-list .slick-list {
    overflow: visible;
}

.clients-list .slick-track {
    display: flex;
    align-items: center;
}

.clients-list .slick-slide {
    height: auto;
}

.clients-list .slick-slide>div {
    height: 100%;
}

.clients-item {
    height: 100%;
    padding: 15px;
    text-align: center;
}

.clients-item img {
    margin-left: auto;
    margin-right: auto;
}

.project {
    border: 2px solid #000;
    padding: 10px;
    height: 100%;
}

.project-picture {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-pic {
}

.project-pic img {
    width: 100%;
    height: auto;
}

.creation {
    padding-top: 40px;
    padding-bottom: 40px;
}

.creation-main {
}

.creation-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.creation-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}

.creation-col--content {
}

.creation-col--figure {
    flex: 0 0 auto;
    width: auto;
}

.creation-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    padding-bottom: 35px;
}

.creation-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.creation-item {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}

.creation-block {
    padding-left: 10px;
}

.creation-bicon {
    width: 114px;
    height: 114px;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: -10px;
}

.creation-bicon img {
}

.creation-bicon--light {
    background: #91acde;
}

.creation-btitle {
    font-size: 21px;
    line-height: 1.47619048;
    margin-bottom: 10px;
}

.creation-bdescription {
    font-size: 16px;
    line-height: 1.45;
}

.creation-figure {
    height: 100%;
}

.creation-picture {
    width: 250px;
}

.creation-picture img {
    width: 100%;
}

.director {
    padding-top: 50px;
    padding-bottom: 30px;
}

.director-main {
}

.director-row {
    display: flex;
    flex-wrap: wrap;
}

.director-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.director-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    padding-top: 150px;
    margin-bottom: 10px;
}

.director-figure {
    position: relative;
}

.director-bg {
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0 -60px 0 -130px;
}

.director-picture {
    position: relative;
    text-align: center;
}

.director-description {
    font-size: 21px;
    line-height: 1.47619048;
    background: rgb(5 37 70 / 96%);
    color: #fff;
    padding: 13%;
    position: relative;
    z-index: 2;
    flex-grow: 1;
}

.director-contact {
    padding: 8% 0 20px 10%;
}

.director-contact-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

.director-contact-description {
}

.proposal {
    padding-top: 50px;
    padding-bottom: 50px;
}

.proposal-main {
}

.proposal-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.proposal-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}

.proposal-col--figure {
    flex: 0 0 auto;
    width: auto;
}

.proposal-col--description {
}

.proposal-figure {
    position: relative;
    color: #fff;
    padding: 25px;
    width: 340px;
}

.proposal-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.proposal-picture:before {
    content: '';
    background: linear-gradient(0deg, #062041 10%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.proposal-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proposal-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 560px;
}

.proposal-text {
    font-size: 19px;
    line-height: 1.42105263;
    font-weight: bold;
}

.proposal-author {
}

.proposal-logo {
    text-align: center;
    padding-top: 15px;
}

.proposal-entry {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.proposal-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    padding-bottom: 10px;
}

.proposal-description {
    font-size: 21px;
    line-height: 1.61904762;
}

.portfolio {
    padding-top: 30px;
}

.portfolio-main {
}

.portfolio-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.portfolio-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}

.portfolio-col--text {
}

.portfolio-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 50px;
}

.portfolio-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    padding-bottom: 20px;
}

.portfolio-description {
    font-size: 21px;
    line-height: 1.33333333;
}

.portfolio-col--list {
}

.portfolio-listblock {
    position: relative;
    color: #fff;
    padding: 7% 10%;
}

.portfolio-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
}

.portfolio-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--accent-color);
    opacity: 0.9;
}

.portfolio-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-list {
    font-size: 21px;
    line-height: 1.38095238;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.portfolio-list li {
    padding: 10px 0;
}

.global {
    margin: 60px 0;
}

.global-main {
    max-width: 1800px;
    margin: 0 auto;
}

.global-header {
}

.global-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

.global-content {
}

@-webkit-keyframes pointexpand {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pointexpand {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.pointblock {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pointblock:hover {
    z-index: 2
}

.pointblock:hover .pointblock__tooltip {
    display: block
}

.pointblock__circle {
    line-height: 1;
    font-size: 35px;
    color: #5e2d86;
    display: block;
    position: relative
}

.pointblock__circle::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bg,#5e2d86);
    -webkit-animation: pointexpand 2s infinite;
    animation: pointexpand 2s infinite
}

.pointblock__tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 15px;
    background: #5e2d86;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: none;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none
}

.pointblock__tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #5e2d86
}

.mapblock {
    position: relative
}

.mapblock__img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.mapblock__point {
    left: var(--position-x,0);
    top: var(--position-y,0)
}

.collaborate {
    position: relative;
}

.collaborate-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collaborate-bg:before {
    content: '';
    background: linear-gradient(180deg, #062041 20%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collaborate-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collaborate-main {
    position: relative;
    padding: 50px 0;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.collaborate-text {
    font-size: var(--title-size);
    line-height: 1.3125;
    font-weight: bold;
    color: #fff;
}

.collaborate-logo {
    text-align: right;
    margin-top: 20px;
}

.contactus {
    background: #183655;
    color: #fff;
    margin: 50px 0;
    padding: 50px 0;
}

.contactus-main {
}

.contactus-header {
}

.contactus-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
}

.contactus-content {
}

.contactus-formblock {
}

.contactus-form {
}

.contactus-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contactus-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
}

.contactus-col--6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
}

.contactus-col--12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.contactus-formgroup {
}

.contactus-label {
    display: block;
    padding-bottom: 12px;
}

.contactus-field {
    width: 100%;
    display: block;
    border-radius: 0;
    background-color: #d9e2f1;
    border: none;
    color: #000;
    height: 40px;
    padding: 5px 10px;
}

.contactus-field--textarea {
    height: 90px;
    padding: 10px;
}

.contactus-checkgroup {
    position: relative;
    padding-left: 25px;
}

.contactus-checkbox {
    border-radius: 3px;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dee2e6;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    position: absolute;
    top: 0;
    left: 0;
}

.contactus-checkbox:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.contactus-checklabel {
}

.contactus-submitgroup {
    margin-top: 10px;
}

.contactus-submit {
    display: block;
    width: 100%;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    background: #fff;
    font-size: 20px;
    line-height: 1;
    color: #183655;
    transition: all 0.3s ease 0s;
}

.contactus-submit:hover, .contactus-submit:focus {
    background: none;
    color: #fff;
}

.gmap {
}

.gmap__container {
}

.gmap__map {
    height: 500px;
}

.project-entry {
    padding: 30px 0;
}

.project-entry-title {
    font-size: var(--title-size);
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.project-entry-content {
}

.footer {
    background: #183655;
    color: #fff;
    line-height: 1.5;
    padding: 15px 0;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer-logo {}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-col {
    padding: 15px;
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1000px) {
    .footer-col {
        flex: 0 0 auto;
        width: auto;
    }
}

.footer-blocktitle {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.7em;
}

.footer-address {
}

.footer-address hr {
    max-width: 150px;
    margin-right: auto;
    margin-left: 0;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-socials {
    font-size: 30px;
}

.footer-socials a {
    margin: 0 5px;
}

.copyright {
    font-size: 0.9em;
    margin-top: 2em;
}

@media (max-width: 1170px) {
    :root {
        --title-size: 45px;
    }

    .wrapper {
    }

    .wrapper__in {
    }

    .wrap {
    }

    .header-row {
    }

    .header {
        padding: 10px;
    }

    .header-col--lang {
        margin-right: auto;
    }

    .header-col--burger {
        display: block;
    }

    .nav {
        position: absolute;
        top: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        left: 0;
        display: none;
        max-height: calc(100dvh - 49px);
        overflow: auto;
    }

    .ps-show-nav .nav {
        display: block;
    }

    .menu {
        display: block;
        text-align: left;
    }

    .menu>li {
    }

    .menu a {
    }

    .menu .submenu {
        position: relative;
        display: block;
        background: no-repeat;
        padding: 10px 0 0 10px;
    }

    .submenu li:last-child {
        padding-bottom: 0;
    }

    .hero {
    }

    .hero-main {
    }

    .hero-bg {
    }

    .hero-bg img {
    }

    .hero-bg:before {
    }

    .hero-content {
    }

    .hero-logo {
    }

    .hero-logo img {
    }

    .hero-notice {
    }

    .growth {
    }

    .growth-main {
    }

    .growth-title {
        margin: 0;
    }

    .growth-picture {
        text-align: center;
        padding-top: 15px;
    }

    .growth-row {
    }

    .growth-col {
    }

    .growth-col--title {
    }

    .growth-col--text {
        width: 100%;
    }

    .growth-col--picture {
        order: 1;
        width: 100%;
    }

    .growth-text {
        max-width: none;
        padding: 10px 0;
    }

    .growth-text p {
    }

    .growth-name {
    }

    .growth-sign {
    }

    .agenda {
    }

    .agenda-bg {
    }

    .agenda-bg img {
    }

    .agenda-bg:before {
    }

    .agenda-main {
    }

    .agenda-subtitle {
    }

    .agenda-title {
    }

    .agenda-row {
    }

    .agenda-col {
    }

    .agenda-block {
    }

    .agenda-blocktitle {
    }

    .agenda-blockdescription {
    }

    .africa {
    }

    .wrap {
    }

    .africa-main {
    }

    .africa-row {
    }

    .africa-col {
        width: 100%;
    }

    .africa-col--description {
        flex: 0 0 auto;
        width: 100%;
    }

    .africa-col--steps {
    }

    .africa-col--figure {
    }

    .africa-title {
    }

    .africa-description {
        max-width: none;
    }

    .africa-description p:not(:last-child) {
    }

    .africa-description p:not(:first-child) {
    }

    .africa-steps {
        flex-direction: row;
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .africa-step {
        padding: 5px;
    }

    .africa-block {
        height: 100%;
        padding: 20px 15px;
        min-width: 200px;
    }

    .africa-block-num {
    }

    .africa-block-description {
    }

    .africa-step:nth-child(1) .africa-block {
    }

    .africa-step:nth-child(2) .africa-block {
    }

    .africa-step:nth-child(3) .africa-block {
    }

    .africa-figure {
    }

    .africa-picture {
    }

    .africa-picture:before {
    }

    .africa-logo {
    }

    .mission {
    }

    .mission-main {
    }

    .mission-header {
    }

    .mission-row {
    }

    .mission-col {
    }

    .mission-col--auto {
    }

    .mission-picture {
        display: none;
    }

    .mission-picture>* {
    }

    .mission-picture img {
    }

    .mission-title {
    }

    .mission-content {
    }

    .mission-map {
    }

    .mission-description {
        max-width: none;
        padding-bottom: 0;
        min-width: 250px;
        padding: 10px;
    }

    .mission-footer {
        margin: 0;
        padding: 10px 15px;
    }

    .mission-cards {
    }

    .mission-card {
        padding: 15px;
    }

    .mission-block {
        max-width: none;
        min-width: 250px;
    }

    .billy {
    }

    .billy-main {
    }

    .billy-row {
    }

    .billy-col {
        flex: 0 0 auto;
        width: auto;
    }

    .billy-col--text {
    }

    .billy-col--figure {
    }

    .billy-content {
        padding: 10px 15px 20px;
    }

    .billy-content:before {
    }

    .billy-title {
    }

    .billy-description {
        padding-bottom: 20px;
    }

    .billy-cards {
    }

    .billy-card {
    }

    .billy-block {
    }

    .billy-collumn {
    }

    .billy-line {
    }

    .billy-figure {
    }

    .billy-picture {
    }

    .billy-picture:before {
    }

    .billy-picture img {
    }

    .billy-slogan {
    }

    .billy-text {
        padding: 5px;
    }

    .catalog {
        padding-top: 25px;
    }

    .catalog-main {
    }

    .catalog-row {
    }

    .catalog-col {
    }

    .catalog-col--left {
    }

    .catalog-col--right {
    }

    .catalog-title {
    }

    .catalog-picture {
    }

    .catalog-picture img {
    }

    .catalog-description {
        max-width: none;
        padding-top: 25px;
    }

    .catalog-description p:not(:first-child) {
    }

    .slick-arrow {
    }

    .slick-arrow:hover, .slick-arrow:focus {
    }

    .slick-arrow img, .slick-arrow svg {
    }

    .slick-arrow img {
    }

    .slick-arrow svg {
    }

    .slick-disabled {
    }

    .slick-prev {
    }

    .slick-next {
    }

    .slick-dots {
    }

    .slick-dots li {
    }

    .slick-dots button {
    }

    .slick-dots .slick-active button {
    }

    .projects {
    }

    .projects-main {
    }

    .projects-title {
    }

    .projects-listwrap {
    }

    .projects-list {
    }

    .projects-item {
    }

    .project {
    }

    .project-picture {
    }

    .project-pic {
    }

    .project-pic img {
    }

    .creation {
    }

    .creation-main {
    }

    .creation-row {
    }

    .creation-col {
    }

    .creation-col--content {
    }

    .creation-col--figure {
        display: none;
    }

    .creation-title {
        padding-bottom: 25px;
    }

    .creation-list {
    }

    .creation-item {
        padding: 15px;
    }

    .creation-block {
        min-width: 200px;
    }

    .creation-bicon {
    }

    .creation-bicon img {
    }

    .creation-bicon--light {
    }

    .creation-btitle {
    }

    .creation-bdescription {
    }

    .creation-figure {
    }

    .creation-picture {
    }

    .creation-picture img {
    }

    .director {
        padding-top: 20px;
    }

    .director-main {
    }

    .director-row {
    }

    .director-col {
        width: 100%;
    }

    .director-title {
        padding-top: 0;
    }

    .director-figure {
    }

    .director-bg {
    }

    .director-picture {
    }

    .director-description {
        padding: 15px;
    }

    .director-contact {
        padding: 15px 10px 10px;
    }

    .director-contact-title {
    }

    .director-contact-description {
    }

    .proposal {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .proposal-main {
    }

    .proposal-row {
    }

    .proposal-col {
        width: 100%;
    }

    .proposal-col--figure {
    }

    .proposal-col--description {
    }

    .proposal-figure {
        width: auto;
    }

    .proposal-picture {
    }

    .proposal-picture:before {
    }

    .proposal-picture img {
        object-fit: contain;
    }

    .proposal-content {
    }

    .proposal-text {
    }

    .proposal-author {
    }

    .proposal-logo {
    }

    .proposal-entry {
        padding: 25px 0 0 0;
    }

    .proposal-title {
    }

    .proposal-description {
    }

    .portfolio {
    }

    .portfolio-main {
    }

    .portfolio-row {
    }

    .portfolio-col {
    }

    .portfolio-col--text {
    }

    .portfolio-text {
        padding: 0 0 20px 0;
    }

    .portfolio-title {
    }

    .portfolio-description {
    }

    .portfolio-col--list {
    }

    .portfolio-listblock {
        padding: 20px;
    }

    .portfolio-bg {
        width: auto;
    }

    .portfolio-bg:before {
    }

    .portfolio-bg img {
    }

    .portfolio-list {
    }

    .portfolio-list li {
    }

    .global {
    }

    .global-main {
    }

    .global-header {
    }

    .global-title {
    }

    .global-content {
    }

    .pointblock {
    }

    .pointblock:hover {
    }

    .pointblock:hover .pointblock__tooltip {
    }

    .pointblock__circle {
    }

    .pointblock__circle::before {
    }

    .pointblock__tooltip {
    }

    .pointblock__tooltip:before {
    }

    .mapblock {
    }

    .mapblock__img {
    }

    .mapblock__point {
    }

    .collaborate {
    }

    .collaborate-bg {
    }

    .collaborate-bg:before {
    }

    .collaborate-bg img {
    }

    .collaborate-main {
    }

    .collaborate-text {
    }

    .collaborate-logo {
    }

    .contactus {
    }

    .contactus-main {
    }

    .contactus-header {
    }

    .contactus-title {
    }

    .contactus-content {
    }

    .contactus-formblock {
    }

    .contactus-form {
    }

    .contactus-row {
    }

    .contactus-col {
    }

    .contactus-col--6 {
    }

    .contactus-col--12 {
    }

    .contactus-formgroup {
    }

    .contactus-label {
    }

    .contactus-field {
    }

    .contactus-field--textarea {
    }

    .contactus-checkgroup {
    }

    .contactus-checkbox {
    }

    .contactus-checkbox:checked {
    }

    .contactus-checklabel {
    }

    .contactus-submitgroup {
    }

    .contactus-submit {
    }

    .contactus-submit:hover, .contactus-submit:focus {
    }

    .gmap {
    }

    .gmap__container {
    }

    .gmap__map {
    }
}

@media (max-width: 620px) {
    .contactus-col {
        width: 100%;
    }

    .contactus-col--6 {
    }

    .contactus-col--12 {
    }

    .collaborate-text {
        font-size: 30px;
    }
}
