:root {
    --colorMainDark: #2D2D2D;
    --colorMainBrown: #9C9082;
    --colorMainGrey: #E6E6E3;
    --colorMainGreyLight: #F2F2EF;
}

* {
    -webkit-box-sizing: border-box;
    outline: 0 !important;
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    min-width: 320px;
}

body {
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    color: var(--colorMainDark);
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-display: swap;
    font-size: 20px;
    margin: 0;
    scroll-behavior: smooth;
    line-height: 1.3;
    letter-spacing: -0.5px;
    background: #F2F2EF;
}

footer,
header,
main {
    width: 100%;
    max-width: 100%;
}

img,
picture,
video {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: 0 !important;
    color: inherit;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a:active {
    text-decoration: none;
}

button {
    outline: 0 !important;
    border: none;
    background-color: unset;
    padding: 0;
    margin: 0;
}


h1,
.h1 {
    font-family: 'Cormorant';
    font-weight: 500;
    font-size: 210px;
    line-height: 0.9;
    /* text-transform: uppercase; */
}

h2,
.h2 {
    font-family: 'Cormorant';
    font-weight: 500;
    font-size: 140px;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 24px;
}

h3,
.h3 {
    font-family: 'Cormorant';
    font-weight: 500;
    font-size: 120px;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 24px;
}

h4,
.h4 {
    font-family: 'Cormorant';
    font-weight: 500;
    font-size: 100px;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 24px;
}

h5,
.h5 {
    font-family: 'Cormorant';
    font-weight: 500;
    font-size: 74px;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 24px;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: var(--colorMainWhite);
}

body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #0B0B0C;
}



input::-moz-placeholder {
    color: rgb(5 32 62 / 21%);
}

input::-webkit-input-placeholder {
    color: rgb(5 32 62 / 21%)
}

input:-ms-input-placeholder {
    color: rgb(5 32 62 / 21%);
}

input::-ms-input-placeholder {
    color: rgb(5 32 62 / 21%)
}

input::placeholder {
    color: rgb(5 32 62 / 21%)
}

textarea::-moz-placeholder {
    color: rgb(5 32 62 / 21%);
}

textarea::-webkit-input-placeholder {
    color: rgb(5 32 62 / 21%)
}

textarea:-ms-input-placeholder {
    color: rgb(5 32 62 / 21%);
}

textarea::-ms-input-placeholder {
    color: rgb(5 32 62 / 21%)
}

textarea::placeholder {
    color: rgb(5 32 62 / 21%)
}



.sidebar.sidebar_b .txt-i:active {
    border: 2px solid var(--colorExpo2);
    border: none;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar.sidebar_b .txt-i:hover,
.txt-i:focus {
    border: none;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar.sidebar_b .txt-a:hover,
.sidebar.sidebar_b .txt-a:focus {
    border: 2px solid var(--colorExpo2);
    border: none;
    background: rgba(255, 255, 255, 0.2);
}

input:not(:-moz-placeholder-shown) {
    border: 2px solid var(--colorExpo2);
}

input:not(:-ms-input-placeholder) {
    border: 2px solid var(--colorExpo2);
}

input:not(:placeholder-shown) {
    border: 2px solid var(--colorExpo2);
    border: none;
    background: rgba(255, 255, 255, 0.2);
}

.txt-a:active {
    /* border: 2px solid var(--colorMainBlue); */
}

.txt-a:hover,
.txt-a:focus {
    /* border: 2px solid var(--colorMainBlue); */
}

textarea:not(:-moz-placeholder-shown) {
    border: 2px solid var(--colorExpo2);
}

textarea:not(:-ms-input-placeholder) {
    border: 2px solid var(--colorExpo2);
}

textarea:not(:placeholder-shown) {
    border: 2px solid var(--colorMainBlue);
}

.sidebar.sidebar_b .txt-a {
    padding: 18px 24px;
    background: rgb(36 99 234);
    border: 2px solid rgb(36 99 234);
    border: none;
    background: rgba(255, 255, 255, 0.1);
}

label.error-label {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.02em;
    color: var(--colorExpo3);
}

label.error {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* letter-spacing: -0.02em; */
    /* color: var(--colorExpo3); */
    color: #FE7E7E;
}

.txt-i.error {
    /* border: 2px solid var(--colorExpo3); */
    /* color: var(--colorMainWhite); */
    background: rgba(255, 132, 132, 0.8);
}

.txt-a.error {
    border: 2px solid var(--colorExpo3);
    color: var(--colorExpo3);
}

.txt-i {
    font-weight: 400;
    font-size: 18px;
    line-height: 134%;
    width: 100%;
    padding: 18px 24px;
    /* background: var(--colorMainWhite); */
    background: rgba(255, 255, 255, 0.1);
    border: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.txt-i.error {
    /* border: 2px solid var(--colorExpo3); */
    color: var(--colorExpo3);
}




.sidebar.sidebar_b .txt-i::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 50%);
    opacity: 1;
    /* Firefox */
}




.sidebar.sidebar_b .txt-i::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 50%);
    opacity: 1;
    /* Firefox */
}




.sidebar.sidebar_b .txt-i:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 50%);
    opacity: 1;
    /* Firefox */
}




.sidebar.sidebar_b .txt-i::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 50%);
    opacity: 1;
    /* Firefox */
}




.sidebar.sidebar_b .txt-i::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 50%);
    opacity: 1;
    /* Firefox */
}

.sidebar.sidebar_b .txt-i:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255 255 255 / 50%);
}

.sidebar.sidebar_b .txt-i::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255 255 255 / 50%);
}


.sidebar.sidebar_b .txt-a::-webkit-input-placeholder {
    color: rgb(255 255 255 / 50%);
    opacity: 1;
}


.sidebar.sidebar_b .txt-a::-moz-placeholder {
    color: rgb(255 255 255 / 50%);
    opacity: 1;
}


.sidebar.sidebar_b .txt-a:-ms-input-placeholder {
    color: rgb(255 255 255 / 50%);
    opacity: 1;
}


.sidebar.sidebar_b .txt-a::-ms-input-placeholder {
    color: rgb(255 255 255 / 50%);
    opacity: 1;
}


.sidebar.sidebar_b .txt-a::placeholder {
    color: rgb(255 255 255 / 50%);
    opacity: 1;
}

.sidebar.sidebar_b .txt-a:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255 255 255 / 50%);
}

.sidebar.sidebar_b .txt-a:-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255 255 255 / 50%);
}



::-moz-selection {
    /* Code for Firefox */
    color: var(--colorMainWhite);
    background: var(--colorAfishaBlue);
}

::selection {
    color: var(--colorMainWhite);
    background: var(--colorAfishaBlue);
}


.text-blue {
    color: var(--colorMainBlue);
}


.sep.sep_40 {
    margin: 40px 0;
    border-bottom: 2px solid;
}


/*css content*/

.css-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
}

.css-content ul {
    padding-left: 40px;
    /* line-height: 28px; */
    margin-bottom: 40px;
}

.css-content ul li {
    margin-bottom: 13px;
}

.css-content a {
    color: var(--colorMainBlue);
    border-bottom: 1px solid;
}

.css-content blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-left: 40px;
    padding: 60px 100px;
    /* background: var(--colorMainLight); */
    padding: 0 0 0 32px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #6B5F51;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Cormorant';
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 37.4px */
    letter-spacing: -0.68px;
    margin-top: 48px;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.css-content blockquote:before {
    content: ' ';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #6B5F51;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* opacity: .8; */
}

.css-content ol {
    padding-left: 40px;
    line-height: 28px;
    margin-bottom: 40px;
}

.css-content ol li {
    margin-bottom: 13px;
}

.css-content table td {
    border: 1px solid var(--colorMainLight);
    padding: 10px 10px;
}

.css-content table {
    margin-bottom: 70px;
    width: 100%;
}

.css-content table th {
    text-align: left;
    padding: 10px 10px;
}

.css-content h2 {
    font-weight: 500;
    font-size: 74px;
    line-height: 98%;
}

.css-content h3 {
    font-weight: 500;
    font-size: 60px;
    line-height: 98%;
}

.css-content h4 {
    font-weight: 500;
    font-size: 54px;
    line-height: 98%;
}

.css-content h5 {
    font-weight: 500;
    font-size: 54px;
    line-height: 98%;
}

.css-content h6 {
    font-weight: 500;
    font-size: 54px;
    line-height: 98%;
}





/*css content end*/

/*btns*/

.btn {
    /* font-weight: 600; */
    /* font-size: 18px; */
    /* line-height: 32px; */
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* padding: 14px 28px; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /* border-radius: 40px; */
    /* overflow: hidden; */
    white-space: nowrap;
    cursor: pointer;
    color: #F2F2EF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    /* 1920/caps 3 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    background: #2D2D2D;
    padding: 20px 85px;
}

.btn .btn-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--colorMainWhite);
    z-index: 1;
    overflow: hidden;
    left: 0;
}

.btn .btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--colorMainDark);
    z-index: 2;
    position: relative;
    font-weight: bold;
}

.btn .btn-text img {
    margin-left: 10px;
}


.btn.btn-white .btn-back {
    background: var(--colorMainWhite);
    /* background: rgba(255, 255, 255, 0.07); */
}

.btn.btn-white .btn-text {
    color: var(--colorMainDark);
}

.btn.btn-blue .btn-text {
    color: var(--colorMainWhite);
}

.btn.btn-blue .btn-back {
    background: var(--colorMainBlue);
}

.btn.btn-white-transparent .btn-text {
    color: var(--colorMainWhite);
}

.btn.btn-white-transparent .btn-back {
    background: rgba(255, 255, 255, 0.07);
}

.btn.bth-with-icon-arrow-degs:hover img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.bth-with-icon-arrow-degs img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.bth-with-icon-arrow:hover img {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.btn.bth-with-icon-arrow img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.btn-dark .btn-back {
    background: var(--colorMainDark);
}

.btn.btn-dark .btn-text {
    color: var(--colorMainWhite);
}

.btn img {
    /* margin-right: 10px; */
}

.btn .btn-back:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: #0532D0;
    right: 100%;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    border-radius: 40px;
    transition: 0.2s;
}

.btn:hover .btn-back:after {
    right: 0%;
}


.btn.btn-blue .btn-back:after {
    background: #0532D0;
}

.btn.btn-white .btn-back:after {
    background: var(--colorMainDark);
}

.btn.btn-dark .btn-back:after {
    background: var(--colorMainDarkBackground);
}

.btn.btn-white-transparent .btn-back:after {
    background: rgba(255, 255, 255, 0.07);
}

.subscribe-button .btn .btn-back:after {
    border-radius: 0px;
}

.btn.btn-white:hover .btn-text {
    /* color: var(--colorMainWhite); */
}

.btn.btn-white:hover .btn-back {
    /* background: var(--colorMainDark); */
}


/*btns end*/




/*MainPage*/

.header-line.header-line_white {
    /* display: none; */
}

.navigation-menu {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 72px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 23;
    /* border-right: 2px solid transparent; */
    /* position: relative; */
}

.section.section-mp-slider {
    height: 940px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.main-slider-wrapper.slider-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.main-slider-wrapper.slider-wrapper {
    height: 100%;
    width: 100%;
}

.main-slider-wrapper.slider-wrapper .swiper {
    height: 100%;
    width: 100%;
}

.mp-slider-content h1 {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 86.4px */
    letter-spacing: -2.4px;
    /* color: #fff; */
    margin-bottom: 50px;
    text-transform: lowercase;
}

.mp-slider-content {
    color: #fff;
    width: 1280px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.mp-slider-content-sub {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 30.8px */
    letter-spacing: -0.55px;
    width: 60%;
    margin: 0 auto;
}

.main-slider-bullets.slider-bullets {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    position: absolute;
    bottom: 60px;
    z-index: 2;
    left: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    gap: 32px;
}

.main-slider-bullets .swiper-pagination-bullet {
    margin-right: 32px;
}

.mp-bullet {
    opacity: .4;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


.mp-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: none;
}

.mp-bullet:hover {
    opacity: 1;
}

.main-slider-arrows.slider-arrows {
    position: absolute;
    bottom: 60px;
    right: 72px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
}

.main-slider-arrows-prev {
    width: 34px;
    height: 34px;
}

.main-slider-arrows-next {
    width: 34px;
    height: 34px;
}

.slider-arrow {
    cursor: pointer;
    opacity: .3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.slider-arrow.swiper-button-disabled {
    opacity: 0.3 !important;
}

.main-slider-arrows-prev.slider-arrow.swiper-button-disabled {}

.section {
    position: relative;
    overflow: hidden;
    /* padding: 64px 0; */
}


.stories-item {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.stories-slider-box .swiper-slide {
    width: 240px;
}

.wrap {
    position: relative;
    margin: 0 auto;
    padding: 0 72px;
}

.page-wrapper {
    position: relative;
    padding-left: 72px;
}

.stories-item-preview {
    width: 240px;
    height: 240px;
    background: #fff;
    border: 3px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.stories-item-preview img {
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

.stories-item-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 19.8px */
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.section.section-stories {
    padding: 47px 0 80px;
    /* text-align: center; */
}

.stories-item:hover .stories-item-preview {
    border-color: #9C9082;
}

.stories-slider-box {
    width: 1330px;
    margin: 0 auto;
    position: relative;
}

.stories-slider-arrows.slider-arrows {
    /* position: absolute; */
    /* height: 1px; */
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto; */
}

.stories-slider-arrows-prev {
    position: absolute;
    top: -70px;
    left: -70px;
    bottom: 0;
    width: 34px;
    height: 24px;
    margin: auto;
}

.stories-slider-arrows-next {
    position: absolute;
    top: -70px;
    right: -70px;
    bottom: 0;
    width: 34px;
    height: 24px;
    margin: auto;
}

.section-title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
    /* 68.8px */
    letter-spacing: -1.72px;
    font-family: 'Cormorant';
    padding: 43px 0;
    border-top: 2px solid #E5E5E3;
    border-bottom: 2px solid #E5E5E3;
    text-align: center;
    text-edge: cap;
    margin-bottom: 48px;
    leading-trim: both;
    text-transform: uppercase;
}

.news-list-item-preview {
    height: 254px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    overflow: hidden;
}

.news-list-item-preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 48px;
}

.news-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 4 - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 64px;
    position: relative;
    /* height: 600px; */
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.news-list-item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.5px;
}

.news-list-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-list-item-date {
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 48.4px */
    letter-spacing: -0.88px;
    text-transform: uppercase;
    font-family: 'Cormorant';
}

.text-opacity {
    opacity: .2;
}

.news-list-item:nth-child(4n+4) {
    margin-right: 0px;
}

.news-list-item:after {
    content: ' ';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -32px;
    background: #e5e5e3;
}

.news-list-item-content {
    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-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: flex;
    height: 220px;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* gap: 200px; */
}

.news-list-item:nth-child(4n+4):after {
    display: none;
}

.section-button {
    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;
    margin-bottom: 48px;
}

.section.section-news {
    padding-bottom: 80px;
}

.section-button .btn {}

.btn:after {
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    right: -10px;
    background: #2d2d2d;
    position: absolute;
    top: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn:before {
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    left: -10px;
    background: #2d2d2d;
    position: absolute;
    top: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.section.section-reviews {
    padding: 74px 0;
    background: #fff;
}

.section-title.section-title_l {
    border-top: 0;
    padding-top: 0;
    text-align: left;
}

.review-item-text {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 31.2px */
    letter-spacing: -0.26px;
    font-family: 'Cormorant';
}

span.text-hightlight {
    color: #9C9082;
}

.review-item-author-name {
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 41.8px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
    font-family: 'Cormorant';
}

.review-item-author-func {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    opacity: .6;
}

.review-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.review-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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 32px;
    height: 100%;
}

.reviews-slider-wrapper.slider-wrapper .swiper-slide {
    width: calc(100% / 2 - 64px);
    height: auto;
}

.review-item:after {
    content: ' ';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -64px;
    background: #e5e5e3;
}



.reviews-slider-arrows.slider-arrows {
    position: absolute;
    top: -130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    gap: 32px;
}

.reviews-slider-wrapper.slider-wrapper {
    position: relative;
}

.reviews-slider-arrows-next {
    width: 47px;
    height: 34px;
}

.reviews-slider-arrows-prev {
    width: 47px;
    height: 34px;
}

.slider-arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.media-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    padding: 32px;
    display: flex;
    width: calc(100% / 4 - 48px);
    flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 64px;
    position: relative;
    /* height: 600px; */
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 35px;
    text-align: center;
}

.media-list {
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.media-list-item_i-title {
    font-family: 'Cormorant';
    font-size: 65.127px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.303px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.media-list-item:nth-child(4n+4) {
    margin-right: 0px;
}

.media-list-item:after {
    content: ' ';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -32px;
    background: #e5e5e3;
}

.media-list-item:nth-child(4n+4):after {
    display: none;
}

.media-list-item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.5px;
}

.media-list-item.media-list-item_i {
    text-align: left;
}

.media-list-item.media-list-item_i {
    background: url(../img/media-glif.svg) no-repeat #fff bottom right;
    background-position-y: 60%;
    background-position-x: 100%;
}

.media-list-item_i-meta {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #9C9082;
}

.media-list-item-preview.media-list-item-preview_round {
    border-radius: 50%;
    overflow: hidden;
}

.media-list-item-preview {
    width: 240px;
    height: 240px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 35px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.media-list-item-preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.media-list-item-date {
    font-family: 'Cormorant';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 41.8px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
}

.media-play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
}

.media-list-item:hover {
    /* background: rgba(192, 186, 178, 0.22); */
}

.media-list-item.media-list-item_i:hover {
    background-position-y: 60%;
    background-position-x: 100%;
}

.project-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 3 - 43px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 64px;
    position: relative;
    /* height: 600px; */
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.project-list-item:after {
    content: ' ';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -32px;
    background: #e5e5e3;
}

.project-list-item:nth-child(3n+3) {
    margin-right: 0px;
}

.project-list-item:nth-child(3n+3):after {
    display: none;
}

.projects-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 48px;
}

.project-list-item-title {
    font-family: 'Cormorant';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 41.8px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
    margin-bottom: 32px;
    width: 80%;
    background: #f2f2ef;
    margin-top: -55px;
    display: block;
    z-index: 2;
    position: relative;
    padding: 17px 0;
}

.project-list-item-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 260px;
    width: 100%;
}

.project-list-item-preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-list-item-introtext {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.45px;
}

.project-list-item-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.project-list-item-date {
    font-family: 'Cormorant';
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 48.4px */
    letter-spacing: -0.88px;
    text-transform: uppercase;
}

.project-list-item-content-top {
    margin-bottom: 72px;
}

.footer-address-value {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.footer-address-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.footer-address-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.3;
}

.footer-address-link a img {
    margin-left: 6px;
}

.footer-links {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    color: rgba(52, 50, 50, 0.60);
}

.footer-warn {
    color: rgba(52, 50, 50, 0.60);
    leading-trim: both;
    text-edge: cap;
    /* 1920/s 16 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.footer-copyrs {
    color: rgba(52, 50, 50, 0.60);
    leading-trim: both;
    text-edge: cap;
    /* 1920/s 16 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.footer {
    padding: 32px 0;
    border-top: 2px solid #E5E5E3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.footer-left {
    width: 50%;
    padding-right: 48px;
    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-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-right {
    width: 50%;
    padding-left: 48px;
    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-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
}

.social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social-item img {}

.footer:after {
    content: ' ';
    display: block;
    width: 2px;
    height: calc(100% - 32px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #E5E5E3;
}

.footer-up-arrow {
    position: absolute;
    top: 32px;
    right: 0;
}

.up-arrow {
    width: 54px;
    height: 54px;
    background: #E5E5E3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer-menus-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.footer-menus-item a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
}

.footer-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 96px;
}


.footer-menus-item span {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer-menus-item span:hover {
    opacity: .6;
}
.section.section-media {
    padding: 64px 0;
}

.section.section-projects {
    padding-bottom: 64px;
}

.nav-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    background: var(--colorMainDark);
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
}


.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* display: none; */
    /* transform: translateX(100%); */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    /* margin-left: 12px; */
    cursor: pointer;
    background: none;
    border: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* position: relative; *96* */
    /*96* margin-left: auto; */
    /* position: absolute; */
    /* margin-right: 0; *96* */
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    /* border-left: 1px solid var(--colorMainWhite); */
    /* border-top: 1px solid var(--colorMainWhite); */
    /* border-bottom: 1px solid var(--colorMainWhite); */
    z-index: 6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.burger-cont {
    position: relative;
    width: 32px;
    height: 38px;
    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; */
}

.burger-cont span {
    display: block;
    width: 100%;
    height: 2px;
    /* margin-bottom: 6px; */
    /* transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); */
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #212124;
    position: absolute;
    /* border-radius: 80px; */
}

.burger-cont span:nth-last-child(1) {
    margin-bottom: 0;
}



.burger .burger-cont span:nth-child(1) {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.burger .burger-cont span:nth-child(2) {}

.burger .burger-cont span:nth-child(3) {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

.burger.active .burger-cont span {
    position: absolute;
    margin-bottom: 0;
}

.burger.active .burger-cont span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.active .burger-cont span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.burger.active .burger-cont span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-burger {
    width: 40px;
    height: 40px;
    position: relative;
    /* margin-left: 10px; */
}

.header-burger {
    display: none;
}

.nav-socials-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

.nav-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 32px;
    gap: 8px;
}

.nav-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    min-height: 400px;
}

.header-line {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-left: 72px;
    /* padding: 32px 0; */
    /* padding-left: 72px; */
    /* border-bottom: 2px solid; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.header-line.header-line_white {
    color: #fff;
}

.header-lang {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-lang-sep {
    width: 4.089px;
    height: 4.089px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #2d2d2d;
    margin: 0 16px;
}

.header-lang .active {
    opacity: 0.5;
}

.header-line .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    width: calc(100% - 144px);
    right: 72px;
    margin: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid rgba(63, 62, 62, 0.07);
    padding-right: 0px;
}

.header-line.header-line_white .wrap {
    border: 0;
}

.page-heading-back-text {
    color: #F0F0EF;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Cormorant';
    font-size: 460px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    /* 377.003px */
    letter-spacing: -11.48px;
    opacity: 0.34;
    mix-blend-mode: multiply;
    text-align: center;
    position: absolute;
    height: 442px;
    bottom: 0;
    top: 0;
    margin: auto;
    white-space: nowrap;
    text-transform: lowercase;
}

.page-heading {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    padding-top: 214px;
    padding-bottom: 122px;
    position: relative;
    border-bottom: 2px solid rgba(63, 62, 62, 0.07);
    margin-bottom: 48px;
    /* overflow: hidden; */
}

.page-heading h1 {
    font-family: 'Cormorant';
    font-size: 128px;
    font-style: normal;
    font-weight: 500;
    line-height: 82.1%;
    /* 105.088px */
    letter-spacing: -3.2px;
    text-align: center;
        text-transform: uppercase;
}

.news-list.news-list-biglisting .news-list-item {
    margin-bottom: 96px;
}

.news-list.news-list-biglisting .news-list-item:nth-child(4n+1):before {
    content: ' ';
    width: calc(100vw - 216px);
    height: 2px;
    background: #e5e5e3;
    position: absolute;
    bottom: -48px;
    left: 0;
}

.news-list.news-list-biglisting {
    overflow: hidden;
    margin-bottom: 0px;
}

.page-wrapper.page-wrapper_innerpage .section-button {
    padding-top: 0;
    border: 0;
    padding-bottom: 48px;
}

.projects-list.projects-list-biglist .project-list-item {
    margin-bottom: 96px;
}



.project-list-item:nth-child(3n-2):before {
    content: ' ';
    width: calc(100vw - 216px);
    height: 2px;
    background: #e5e5e3;
    position: absolute;
    bottom: -48px;
    left: 0;
    display: none;
}


.projects-list.projects-list-biglist {
    margin-bottom: 0px;
}

.media-list-item.media-list-item_g {
    background: rgba(192, 186, 178, 0.22);
}

.media-list-item {
    margin-bottom: 96px;
}


.media-list.media-list-biglist .media-list-item:nth-child(4n+1):before {
    content: ' ';
    width: calc(100vw - 216px);
    height: 2px;
    background: #e5e5e3;
    position: absolute;
    bottom: -48px;
    left: 0;
}

.media-list.media-list-biglist {
    margin-bottom: 0px;
    overflow: hidden;
}

.page-heading-subtext {
    max-width: 800px;
    text-align: center;
}

.page-heading-sep {
    margin: 30px 0;
}

.page-heading.page-heading_s {
    border-bottom: 0;
    padding-top: 160px;
    padding-bottom: 50px;
}

.digits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.digits-item {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -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;
    gap: 140px;
    width: calc(100% / 4 - 15px);
    /* gap: 20px; */
    margin-bottom: 20px;
    margin-right: 20px;
}

.digits-item-value {
    color: #9C9082;
    leading-trim: both;
    text-edge: cap;
    font-size: 96px;
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 500;
    line-height: 0.5;
    /* 86.4px */
    letter-spacing: -2.4px;
}

.digits-item-text {
    font-family: 'Cormorant';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 30.8px */
    letter-spacing: -0.56px;
    text-transform: uppercase;
}

.digits-item:nth-child(4n+4) {
    margin-right: 0px;
}

.about-section.about-section_digits {
    padding-bottom: 48px;
    border-bottom: 2px solid #e5e5e3;
}

.text-section-title {
    font-family: 'Cormorant';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 41.8px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
    position: sticky;
    top: 32px;
}

.text-section {
    padding-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 48px;
    border-bottom: 2px solid #e5e5e3;
}

.text-section-l {
    width: 50%;
    padding-right: 48px;
}

.text-section-r {
    width: 50%;
}

.text-section-text-big {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: -0.84px;
    margin-bottom: 32px;
}

.css-content *:last-child {
    margin-bottom: 0px;
    /* margin-top: 32px; */
}

.section-title .title-count {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.1;
    /* 86.4px */
    letter-spacing: -2.4px;
    opacity: .34;
}

.docs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}

.doc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px;
    background: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(100% / 3 - 14px);
    gap: 140px;
}

.doc-item-title {
    font-family: 'Cormorant';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 41.8px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.doc-item:nth-child(3n+3) {
    margin-right: 0px;
}

.doc-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.doc-item-date {
    font-family: 'Cormorant';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 41.8px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
}

.text-section:last-child {
    border: 0;
}

.about-section.about-section_text {
    padding-bottom: 48px;
}

.about-section.about-section_docs {
    padding-bottom: 60px;
}

.section-title.section-title_nomargin {
    margin-bottom: 0;
}

.partners-slider-wrapper.slider-wrapper .swiper-slide {
    width: 25%;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #e5e5e3;
}

.partner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-right: 2px solid #e5e5e3; */
}

.partner-item img {
    max-width: 200px;
    max-height: 200px;
}

.partners-slider-wrapper.slider-wrapper {
    position: relative;
    border-bottom: 2px solid #e5e5e3;
}

.partners-slider-arrows-prev {
    position: absolute;
    width: 52px;
    height: 92px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.partners-slider-arrows-next {
    position: absolute;
    width: 52px;
    height: 92px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.about-section.about-section_partners {
    padding-bottom: 80px;
}

.about-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #fff;
}

.about-contacts-l {
    width: 50%;
    padding: 40px 48px;
}

.about-contacts-section-title {
    font-family: 'Cormorant';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 41.8px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.about-contacts-item-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: rgba(63, 62, 62, 0.28);
    margin-bottom: 12px;
}

.about-contacts-item-value {
    color: var(--1-d-1-d-1-d, #2D2D2D);
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 30.8px */
    letter-spacing: -0.55px;
}

.about-contacts-link {
    color: var(--9-c-9082, #9C9082);
    leading-trim: both;
    text-edge: cap;
    /* font-family: Suisse Intl; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: -0.45px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-top: 32px;
}

.about-contacts-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}

.about-contacts-section {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 2px solid #e5e5e3;
}

.about-contacts-section:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}

.about-section.about-section_contacts {
    padding-bottom: 80px;
}

.about-contacts-r {
    width: 50%;
}

.contacts-map {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts-map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.about-contacts-item {
    margin-bottom: 37px;
}

.about-contacts-link a img {
    margin-left: 3px;
}


.page-title-box h1 {
    font-family: 'Cormorant';
    font-size: 74px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 66.6px */
    letter-spacing: -1.48px;
    width: 84%;
    margin: 0 auto;
}

.page-title-box {
    text-align: center;
    margin-bottom: 90px;
    padding-top: 90px;
}

.page-title-date {
    font-family: 'Cormorant';
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 48.6px */
    letter-spacing: -1.08px;
    margin-bottom: 100px;
}

.page-two-sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.page-two-sides-l {
    width: 50%;
    padding-right: 48px;
    border-right: 2px solid rgba(63, 62, 62, 0.07);
}

.page-two-sides-r {
    width: 50%;
    padding-left: 48px;
}

.news-slide-caption {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.5px;
    color: rgba(52, 50, 50, 0.60);
}

.introtext {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: -0.84px;
    margin-bottom: 30px;
}

.share-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
    margin-top: 80px;
}

.share-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    background: var(--e-6-e-6-e-3, #E6E6E3);
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.news-slider-arrows-prev {
    position: absolute;
    position: absolute;
    width: 52px;
    height: 92px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.news-slider-arrows-next {
    position: absolute;
    width: 52px;
    height: 92px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.news-slider-wrapper.slider-wrapper {
    position: relative;
}

.news-slide img {
    width: 100%;
}

.news-imagebox {
    position: sticky;
    top: 32px;
}

.back {
    color: #9C9082;
    leading-trim: both;
    text-edge: cap;
    /* 1920/caps 2 */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    top: -58px;
    position: relative;
    z-index: 2;
}

.other-section {
    margin-top: 80px;
    margin-bottom: 48px;
}

.page-title-box.page-title-box_project {
    padding-bottom: 0px;
    margin-bottom: 60px;
}

.page-title-box.page-title-box_project h1 {
    padding-top: 50px;
    margin-bottom: 38px;
}

.page-title-box.page-title-box_project .page-title-date {
    margin-bottom: 70px;
}

.projet-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 60px;
}

.projet-image img {
    width: 100%;
}

.project-texts-l {
    font-family: 'Cormorant';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 107%;
    /* 38.52px */
    letter-spacing: -0.36px;
    width: 50%;
    padding-right: 32px;
}

.project-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.project-texts-r {
    width: 50%;
    padding-left: 32px;
}

.project-main-section {
    margin-bottom: 80px;
}

.page-content-videobox {
    position: relative;
}

.video-iframe {
    top: 0;
}


.page-content-videobox {
    position: relative;
    /* height: 400px; */
    cursor: pointer;
}

.page-content-videobox .video-play {
    position: absolute;
    top: 0;
    left: 0;
    /* FONT-WEIGHT: 200; */
    /* width: 100%; */
    /* height: 100%; */
    margin: auto;
    bottom: 0;
    right: 0;
    cursor: pointer;
    pointer-events: none;
    width: 84px;
    height: 84px;
}

.page-content-videobox .video-iframe {
    width: 100%;
    height: 100%;
    display: none;
}

.page-content-videobox .service-imagetext-video-preview {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.page-content-videobox .service-imagetext-video-preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.page-content-videobox:hover .video-play {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.video-iframe.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-content-video-preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.page-content-videobox .video-play img {
    width: 100%;
    height: 100%;
}

.page-content-videobox .news-slide-caption {
    margin-top: 13px;
}

.page-content-video-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blockquote-author {
    margin-top: 58px;
}

.blockquote-author-name {
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 41.8px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
}

.blockquote-author-func {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.45px;
    font-family: 'Inter';
    opacity: .6;
}

.page-two-sides-l .page-content-videobox {
    position: sticky;
    top: 32px;
}

.project-text-section {
    margin-bottom: 80px;
}

.page-two-sides-l .news-imagebox {
    /* position: sticky; */
    /* top: 32px; */
}

.project-slider-arrows-prev {
    position: absolute;
    width: 52px;
    height: 92px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.project-slider-arrows-next {
    position: absolute;
    width: 52px;
    height: 92px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.project-slider-wrapper.slider-wrapper {
    position: relative;
}

.project-slider-wrapper.slider-wrapper .swiper-slide img {
    width: 100%;
}

.project-slider-section {
    padding-top: 50px;
    border-top: 2px solid #e5e5e2;
    margin-bottom: 80px;
}

.project-slider-wrapper.slider-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.project-slider-wrapper.slider-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.review-item {}

.reviews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.reviews-list .review-item {
    width: calc(100% / 2 - 10px);
    background: #fff;
    padding: 32px;
    margin-bottom: 20px;
    margin-right: 20px;
    height: auto;
}

.reviews-list .review-item:nth-child(2n+2) {
    margin-right: 0px;
}

.review-item-author-image {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    overflow: hidden;
}

.review-item-author-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.project-reviews-section {
    margin-bottom: 60px;
}

.project-map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.project-map {
    width: 100%;
    height: 450px;
}

.reviews-list .review-item:after {
    display: none;
}

.project-share-section {
    padding-top: 50px;
    border-top: 2px solid #e6e6e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 90px;
}

.project-map-section {
    margin-bottom: 80px;
}

.project-share-section .share-box {
    margin: 0;
}

.project-share-section .share-item {
    width: 64px;
    height: 64px;
}

.project-next-section {
    margin-bottom: 64px;
}

.project-next-wrapper {
    position: relative;
    max-height: 320px;
}

.project-next-image {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 520px;
}

.project-next-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-next-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    left: 0;
    color: #fff;
    padding: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 3;
}

.project-next-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.project-next-title {
    font-family: 'Cormorant';
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 86.4px */
    letter-spacing: -2.4px;
    text-transform: uppercase;
    text-align: center;
}

.project-next-date {
    font-family: 'Cormorant';
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 48.6px */
    letter-spacing: -1.08px;
}

.project-next-image:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(29, 29, 29, 0.00)));
    background: -o-linear-gradient(top, #000 0%, rgba(29, 29, 29, 0.00) 100%);
    background: linear-gradient(180deg, #000 0%, rgba(29, 29, 29, 0.00) 100%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.project-next-image:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    background: -o-linear-gradient(91deg, #000 0%, rgba(29, 29, 29, 0.00) 100%);
    background: linear-gradient(359deg, #000 0%, rgba(29, 29, 29, 0.00) 100%);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.project-next-date .text-opacity {
    opacity: .45;
}

.page-title-box.page-title-box_article h1 {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 86.4px */
    letter-spacing: -2.4px;
    max-width: 1100px;
    text-transform: unset;
}

.page-title-box.page-title-box_article .page-title-date {
    margin-bottom: 48px;
    margin-top: 30px;
}

.article-content-wrapper {
    width: 1130px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.page-content-videobox {}

.article-mainimage .video-play {
    width: 120px;
    height: 120px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.article-mainimage {
    margin-bottom: 60px;
}

.text-image {
    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-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 32px;
}

.text-image .news-slide-caption {
    margin-top: 10px;
}

.text-image img {
    width: 100%;
    max-width: 100%;
}

.other-section .media-list {
    margin-bottom: 0;
}

.other-section .media-list-item {
    margin-bottom: 0px;
}

.page40x-wrapper {
    min-height: calc(100vh - 170px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    /* margin-top: 100px; */
    margin-bottom: 60px;
}

.page40x-left {
    font-family: Cormorant;
    font-size: 537.881px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.5;
    /* 441.601px */
    letter-spacing: -13.447px;
    padding-top: 0;
    width: 50%;
    border-right: 2px solid #e5e5e2;
}

.page40x-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 100px;
    width: 50%;
    padding-left: 64px;
}

.page40x-title {
    font-family: 'Cormorant';
    font-size: 74px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 66.6px */
    letter-spacing: -1.48px;
    margin-bottom: 50px;
}

.page40x-text {
    font-family: 'Cormorant';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 33px */
    letter-spacing: -0.3px;
    margin-bottom: 48px;
}

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

.wrap.wrap_40x {
    padding-top: 130px;
}

.page-content-videobox.page-content-videobox_vertical {
    width: 450px;
    height: 800px;
    margin: 0 auto;
}

.mainmenu-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 22;
    padding-left: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mainmenu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: calc(100vh - 370px);
    position: relative;
    top: -50px;
    width: 100%;
}

.mainmenu-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}

.mainmenu-nav a {
    font-family: 'Cormorant';
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.8;
    /* 78.816px */
    letter-spacing: -2.4px;
    /* margin-bottom: 52px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
        text-transform: uppercase;
}

.mainmenu-nav a:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    bottom: 0;
    margin: auto;
    background: #fff;
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mainmenu-nav a:hover:before {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    background-color: #9C9082;
}

.mainmenu-nav a:hover span {
    color: #9C9082;
}

.mainmenu-nav a:hover .mm-href-inner {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
}

.mm-href-inner {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}

.mainmenu-infobox-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: rgba(63, 62, 62, 0.28);
    margin-bottom: 20px;
}

.mainmenu-infobox-value {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.mainmenu-infobox-link a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
    letter-spacing: -0.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-decoration: underline;
}

.mainmenu-infobox-link a img {
    top: 2px;
    position: relative;
    margin-left: 4px;
}

.mainmenu-infobox {
    margin-bottom: 70px;
}

.mainmenu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border: 2px solid #E2E2DF;
    border-radius: 50%;
    width: 54px;
    height: 54px;
}

.mainmenu-infobox.mainmenu-infobox_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    opacity: 0;
}

.mainmenu-nav {
    width: 50%;
    padding-left: 250px;
    /* width: 100%; */
    position: relative;
    z-index: 2;
}

.mainmenu-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    position: relative;
    z-index: 2;
    padding-left: 80px;
}

.mainmenu-nav a:last-child {
    margin-bottom: 0px;
}

.mainmenu-infoboxes {
    width: 50%;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    opacity: 0;
}

.mainmenu-wrapper:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    background: url(../img/mainmenu-pattern.svg) repeat-y;
    height: 100%;
    /* background: url(../img/mainmenu-pattern.svg), lightgray 50% / cover no-repeat; */
    /* mix-blend-mode: multiply; */
}

.mainmenu-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    z-index: 2;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, color-stop(9%, rgba(255, 255, 255, 1)), color-stop(20%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0.8295693277310925)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.8295693277310925) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.8295693277310925) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.mainmenu-wrapper.show {
    pointer-events: all;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
    z-index: 22;
}

.navigation-menu.open-menu {
    /* border-color: #e5e5e3; */
}

.navigation-menu:after {
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    background: #fff;
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.navigation-menu.open-menu:after {
    background-color: #e5e5e3;
}

.mainmenu-nav a {
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
}

.mainmenu-wrapper.show .mainmenu-nav a {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
         -o-transition-duration: .4s;
            transition-duration: .4s;
}

.mainmenu-wrapper.show .mainmenu-nav a:nth-child(1) {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}

.mainmenu-wrapper.show .mainmenu-nav a:nth-child(2) {
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s;
}

.mainmenu-wrapper.show .mainmenu-nav a:nth-child(3) {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

.mainmenu-wrapper.show .mainmenu-nav a:nth-child(4) {
    -webkit-transition-delay: .25s;
         -o-transition-delay: .25s;
            transition-delay: .25s;
}

.mainmenu-wrapper.show .mainmenu-nav a:nth-child(5) {
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

.mainmenu-wrapper.show .mainmenu-nav a:nth-child(6) {
    -webkit-transition-delay: .35s;
         -o-transition-delay: .35s;
            transition-delay: .35s;
}

.mainmenu-wrapper.show .mainmenu-infoboxes {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
         -o-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}

.mainmenu-wrapper.show .mainmenu-infobox.mainmenu-infobox_socials {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
         -o-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
}


.sidebar-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000001f;
    z-index: 22;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sidebar {
    position: fixed;
    z-index: 23;
    top: 0;
    right: 0;
    width: 960px;
    height: 100vh;
    -webkit-transform: translateX(130%);
        -ms-transform: translateX(130%);
            transform: translateX(130%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
}

.sidebar-wrapper {
    background: #fff;
    /* color: #ccc; */
    height: 100%;
    /* background: url(../img/form-back.svg) no-repeat bottom right #fff; */
    /* background-size: contain; */
}

.sidebar-top {
    position: relative;
    height: 50px;
    border-bottom: 2px solid #dddddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 58px;
}

.pp-close-text {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.sidebar-top .pp__close {
    bottom: 0;
    top: 0;
    margin: auto;
    left: 30px;
    right: unset;
    width: 20px;
    height: 20px;
}

.sidebar-top .close__lane {
    background-color: #0e0d0d;
    height: 3px;
}

.sidebar-cart .sidebar-content {
    max-height: calc(100vh - 170px);
    overflow: auto;
    height: 100%;
}

.sidebar-content::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

.sidebar-content::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #18191a;
}

.sidebar-back.show {
    opacity: 1;
    pointer-events: all;
}

.sidebar.show {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}

.sidebar {
    -webkit-box-shadow: -10px 0px 40px rgba(0, 0, 0, 0.2);
            box-shadow: -10px 0px 40px rgba(0, 0, 0, 0.2);
}

.sidebar.sidebar-cart {
    width: 774px;
}

.sb-title {
    /* padding: 0 80px; */
    /* font-weight: 700; */
    /* font-size: 32px; */
    /* text-transform: uppercase; */
    /* padding: 10px 0; */
    /* border-bottom: 1px solid #efefef; */
    /* line-height: 1.2; */
    /* position: relative; */
    /* padding-top: 30px; */
    /* font-family: 'Cormorant'; */
    font-family: 'Cormorant';
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 86.4px */
    letter-spacing: -2.4px;
    margin-bottom: 80px;
}

.sidebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 100px;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}

.sidebar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
}

.form-item {
    display: block;
    position: relative;
    width: 100%;
}

.form-item input {
    border: none;
    border-bottom: 2px solid #E6E6E3;
    padding: 6px 0;
    font-weight: 400;
    font-size: 20px;
    width: 100%;
    background: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.45px;
}

.form-item label {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    left: 0;
    margin: auto;
    height: 29px;
    font-size: 20px;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.45px;
    opacity: .4;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
    width: 100%;
}


.form-button-text {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-top: 60px;
}

.form-button-text a {
    border-bottom: 1px solid;
}

.form-row textarea {
    height: 100px;
    border-bottom: 2px solid #E6E6E3;
    resize: none;
    width: 100%;
}

.form-item input:focus~label,
.form-item input.filled~label {
    -webkit-transform: translateY(-17px);
        -ms-transform: translateY(-17px);
            transform: translateY(-17px);
    font-size: 14px;
}

.form-item textarea:focus~label,
.form-item textarea.filled~label {
    -webkit-transform: translateY(-17px);
        -ms-transform: translateY(-17px);
            transform: translateY(-17px);
    font-size: 14px;
}


.pp__close {
    width: 32px;
    height: 32px;
    top: 35px;
    right: 35px;
    position: absolute;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    will-change: transform;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}

.pp__close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.close__lane {
    height: 2px;
    background-color: #2d2d2d;
    width: 100%;
    -webkit-transform: rotate(45deg);
    will-change: transform;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
}

.close__lane:last-child {
    will-change: transform;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    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;
    font-weight: bold;
    color: #ccc;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #000;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.pp {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    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;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* margin: auto; */
}

.pp__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.pp__content {
    position: absolute;
    z-index: 1;
    /* width: 660px; */
    overflow-y: hidden;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    top: 60px;
    margin-bottom: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 40px;
}

.pp::-webkit-scrollbar {
    width: 6px;
}

.pp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    box-shadow: inset 0 0 6px transparent;
    border-radius: 5px;
    background-color: transparent;
}

.pp::-webkit-scrollbar-thumb {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    background-color: var(--colorOrange);
}

.pp__content_head {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 55px 95px;
}

.pp__close {
    width: 26px;
    height: 26px;
    top: 30px;
    right: 50px;
    position: absolute;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    will-change: transform;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}

.pp__close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.close__lane {
    height: 2px;
    background-color: #2d2d2d;
    width: 100%;
    -webkit-transform: rotate(45deg);
    will-change: transform;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
}

.close__lane:last-child {
    will-change: transform;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.show .pp__content {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.stories-item-pp {
    width: 450px;
    height: 800px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



.stories-item-progressbar {
    position: absolute;
    top: 17px;
    width: 90%;
    height: 4px;
    background: #ccc;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.24);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
}

.stories-item-logo {
    position: absolute;
    top: 38px;
    left: 5%;
    width: 60px;
    height: 60px;
    background: #232120;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.stories-item-progressbar-inner {
    height: 100%;
    width: 0%;
    background: #fff;
}

.pp.pp-stories .pp__content {
    width: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
}

.popup-content {
    width: 100%;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.stories-pp-slider-wrapper.slider-wrapper {
    width: 100%;
}

.stories-pp-swiper {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.stories-item-content.stories-item-content_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.stories-pp-slider-arrows-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: -610px;
    right: 0;
    margin: auto;
    z-index: 2;
}

.stories-pp-slider-arrows-next {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: -610px;
    margin: auto;
    z-index: 2;
}

.stories-item-progressbar.hide {
    opacity: 0;
}

.swiper-slide.swiper-slide-prev .stories-item-pp {
    -webkit-transform: translateX(50vw) scale(.7);
        -ms-transform: translateX(50vw) scale(.7);
            transform: translateX(50vw) scale(.7);
    opacity: .5;
}

.swiper-slide.swiper-slide-next .stories-item-pp {
    -webkit-transform: translateX(-50vw) scale(.7);
        -ms-transform: translateX(-50vw) scale(.7);
            transform: translateX(-50vw) scale(.7);
    opacity: .5;
}

.swiper-slide .stories-item-pp {
    -webkit-transform: translateX(0vw) scale(1);
        -ms-transform: translateX(0vw) scale(1);
            transform: translateX(0vw) scale(1);
    opacity: 1;
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}

.mainmenu-nav a span {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mainmenu-infobox-link a:hover img {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.mainmenu-infobox-link a img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mainmenu-infobox-link a:hover {
    opacity: .7;
}

.mainmenu-infobox-link a:hover {
    opacity: .7;
}

.mainmenu-infobox-value a:hover {
    opacity: .7;
}

.mainmenu-social:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.nav-socials-item:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.slider-arrows .slider-arrow {}

.slider-wrapper:hover .slider-arrow {
    /* opacity: .7; */
}

.slider-wrapper:hover .slider-arrow:hover {
    opacity: 1;
}

.header-lang a:hover {
    opacity: .7;
}

.stories-item:hover {
    -webkit-transform: scale();
        -ms-transform: scale();
            transform: scale();
}

.slider-wrapper:hover .slider-arrow {
    opacity: .7;
}

.news-list-item-arrow {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.news-list-item:hover .news-list-item-arrow {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.news-list-item:hover .news-list-item-preview img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-list-item .news-list-item-preview img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.news-list-item:hover .news-list-item-title {
    color: #9C9082;
}

.news-list-item .news-list-item-title {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn:hover:before {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
}

.btn:hover:after {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}

.media-list-item:hover {
    /* transform: scale(1.02); */
}

.media-list-item:hover .media-list-item_i-title {
    color: #9C9082;
}

.media-list-item-preview.media-list-item-preview_round {}

.media-list-item:hover .media-list-item-preview {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.project-list-item:hover .project-list-item-preview img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.project-list-item .project-list-item-preview {
    overflow: hidden;
}

.project-list-item:hover .project-list-item-title {
    color: #9C9082;
}

.project-list-item .project-list-item-title {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.project-list-item:hover .project-list-item-arrow {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.project-list-item .project-list-item-arrow {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer-address-link a:hover {
    opacity: 1;
}

.footer-address-link a:hover img {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

a img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.social-item:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.footer-menus-item a:hover {
    opacity: 0.5;
}

.footer-links a:hover {
    opacity: .5;
}

.up-arrow:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.doc-item:hover .doc-item-title {
    color: #9C9082;
}

.doc-item:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.partner-item:hover {
    opacity: .6;
}

.about-contacts-link a:hover img {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.about-contacts-item-value a:hover {
    opacity: .6;
}

.header-line.header-line_white .header-lang-sep {
    background: #fff;
}

.share-item {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.share-item:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.tip {
    font-size: 12px;
    line-height: 12px;
    /* or 100% */
    text-align: center;
    color: #fff;
    position: absolute;
    padding: 6px;
    background: var(--colorMainDark);
    border-radius: 4px;
    width: 130px;
    display: block;
    left: -56px;
    right: -56px;
    margin: auto;
    z-index: 2;
    top: -35px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;

}

.tip:after {
    content: ' ';
    display: block;
    background: url(../img/tip-corner.svg) no-repeat center;
    width: 10px;
    height: 8px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
}

.share-item:hover .tip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.news-slide {
    width: 100%;
}

.news-slide {
    width: 100%;
}

.back a:hover {
    opacity: .6;
}

.video-play {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.project-next-wrapper:hover .project-next-image img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 10.2s;
    -o-transition: 10.2s;
    transition: 10.2s;
}

.project-next-wrapper .project-next-image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.nav-logo:hover {
    opacity: 0.9;
}

.main-slider-swiper .swiper-slide.anim img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: 60s;
    -o-transition: 60s;
    transition: 60s;
}

.main-slider-swiper .swiper-slide img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.section.section-media .media-list-item {
    margin-bottom: 0px;
}


.about-contacts-item:last-child {
    margin-bottom: 0px;
}

.footer-right .footer-links {
    display: none;
}

.footer-right .footer-warn {
    display: none;
}

.footer-menus-item .hide-dsk {
    display: none;
}

.news-m-slider-wrapper.slider-wrapper {
    display: none;
}

.media-m-slider-wrapper.slider-wrapper {
    display: none;
}

.projects-m-slider-wrapper.slider-wrapper {
    display: none;
}

.stories-pp-slider-wrapper.slider-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.partners-slider-wrapper.slider-wrapper .swiper-slide:last-child {
    border: 0;
}
.projects-list-container {
    margin-bottom: 60px;
}

.form-item label.error {
    opacity: 1;
    font-size: 12px;
    position: absolute;
    bottom: -63px;
}

.form-item input.error {
    border-color: #FE7E7E;
}

label#message-error {
    bottom: -118px;
}

.form-row textarea.error {
    border-color: #fe7e7e;
}
.form-item input:focus~label.error, .form-item input.filled~label.error {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    font-size: 12px;
}














@media only screen and (max-width: 1700px) {
    .mp-slider-content h1 {
        font-size: 72px;
        font-style: normal;
        font-weight: 500;
        line-height: 90%;
        /* 64.8px */
        letter-spacing: -1.8px;
        width: 1024px;
        margin: 0 auto;
        margin-bottom: 53px;
    }

    .header-lang {
        font-size: 16px;
    }

    .header-title {
        font-size: 16px;
    }

    .navigation-menu {
        width: 64px;
    }

    .nav-logo {
        height: 64px;
    }

    .mainmenu-wrapper {
        padding-left: 64px;
    }

    .page-wrapper {
        padding-left: 64px;
    }

    .header-line .wrap {
        width: calc(100% - 96px);
        right: 48px;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-right: 0px;
    }

    .wrap {
        padding: 0 48px;
    }

    .section.section-mp-slider {
        height: 700px;
    }

    .stories-item-preview {
        width: 160px;
        height: 160px;
    }

    .stories-item-title {
        font-size: 16px;
        width: 100%;
    }

    .stories-slider-box .swiper-slide {
        width: 160px;
    }

    .section-title {
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 80%;
        /* 51.2px */
        letter-spacing: -1.28px;
        padding: 24px 0;
        /* text-transform: lowercase; */
    }

    .stories-slider-box {
        width: 930px;
    }

    .news-list-item-preview {
        height: 190px;
        margin-bottom: 16px;
    }

    .news-list-item-title {
        font-size: 16px;
    }

    .news-list-item-date {
        font-size: 32px;
    }

    .news-list-item-arrow {
        width: 18px;
        height: 18px;
    }

    .news-list-item-content {
        height: 159px;
    }

    .section-title {
        margin-bottom: 32px;
    }

    .news-list {
        margin-bottom: 32px;
    }

    .section-button {
        padding-top: 32px;
    }

    .section.section-news {
        padding-bottom: 64px;
    }

    .reviews-slider-arrows-prev {
        width: 36px;
        height: 26px;
    }

    .reviews-slider-arrows-next {
        width: 36px;
        height: 26px;
    }

    .reviews-slider-arrows.slider-arrows {
        top: -90px;
    }

    .section.section-reviews {
        padding: 64px 0;
    }

    .reviews-slider-wrapper.slider-wrapper .swiper-slide {
        width: calc(100% / 2 - 48px);
    }

    .review-item-author-name {
        font-size: 24px;
    }

    .review-item-author-func {
        font-size: 14px;
    }

    .review-item-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .review-item-author-image {
        margin-bottom: 16px;
    }

    .review-item:after {
        right: -24px;
    }

    .media-list-item_i-title {
        font-size: 48px;
    }

    .media-list-item-title {
        font-size: 16px;
    }

    .media-list-item-preview {
        width: 180px;
        height: 180px;
        margin-bottom: 16px;
    }

    .media-play-icon {
        width: 45px;
        height: 45px;
    }

    .media-list-item-date {
        font-size: 32px;
    }

    .media-list-item_i-meta {
        font-size: 18px;
    }

    .media-list-item {
        gap: 16px;
        margin-right: 48px;
        width: calc(100% / 4 - 36px);
    }

    .media-list-item:after {
        right: -25px;
    }

    .section.section-media .media-list {
        margin-bottom: 0px;
    }

    .project-list-item-preview {
        height: 196px;
    }

    .project-list-item-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .project-list-item-introtext {
        font-size: 16px;
    }

    .project-list-item-date {
        font-size: 32px;
    }

    .project-list-item-content-top {
        margin-bottom: 48px;
    }

    .footer-address-value {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .footer-address-link {
        font-size: 14px;
    }

    .social-item {
        width: 48px;
        height: 48px;
    }

    .social-item img {
        width: 32px;
        height: 32px;
    }

    .footer-links {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-warn {
        font-size: 14px;
        width: 70%;
    }

    .footer-menus-item a {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .footer-copyrs {
        font-size: 14px;
    }

    .footer-menus-item span {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .up-arrow {
        width: 48px;
        height: 48px;
    }

    .footer-menus-item:nth-child(2) {
        display: none;
    }

    .footer-section-top {
        margin-bottom: 64px;
    }

    .mainmenu-nav a {
        font-size: 80px;
    }

    .mainmenu-nav {
        padding-left: 180px;
    }

    .mainmenu-infobox-value {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .mainmenu-infoboxes {
        width: 80%;
    }

    .mainmenu-infobox-link a {
        font-size: 18px;
    }

    .mainmenu-infobox {
        margin-bottom: 50px;
    }

    .mainmenu-infobox-title {
        margin-bottom: 13px;
    }

    .mainmenu-nav a:hover .mm-href-inner {
        -webkit-transform: translateX(32px);
            -ms-transform: translateX(32px);
                transform: translateX(32px);
    }

    .page-heading-back-text {
        font-size: 340px;
        height: 352px;
    }

    .page-heading h1 {
        font-size: 100px;
    }

    .page-heading-subtext {
        font-size: 22px;
    }

    .digits-item-value {
        font-size: 80px;
    }

    .digits-item-text {
        font-size: 24px;
    }

    .digits-item {
        gap: 80px;
    }

    .text-section-title {
        /* font-size: 38px; */
    }

    .section-title .title-count {
        font-size: 64px;
    }

    .doc-item-title {
        font-size: 24px;
    }

    .doc-item-date {
        font-size: 32px;
    }

    .doc-item-icon {
        width: 32px;
        height: 32px;
    }

    .doc-item {
        gap: 90px;
    }

    .about-section.about-section_docs {
        padding-bottom: 48px;
    }

    .partner-item img {
        max-width: 180px;
        max-height: 140px;
    }

    .partners-slider-wrapper.slider-wrapper .swiper-slide {
        height: 230px;
    }

    .partners-slider-arrows-prev {
        width: 46px;
        height: 90px;
    }

    .partners-slider-arrows-next {
        width: 46px;
        height: 90px;
    }

    .about-section.about-section_contacts {
        padding-bottom: 64px;
    }

    .about-section.about-section_partners {
        padding-bottom: 64px;
    }

    .page40x-left {
        font-size: 320px;
    }

    .page40x-title {
        font-size: 52px;
    }

    .page40x-text {
        font-size: 28px;
    }

    .page40x-right {
        padding-left: 48px;
    }

    .wrap.wrap_40x {
        padding-top: 110px;
    }

    .media-list-item {
        margin-bottom: 64px;
    }

    .media-list.media-list-biglist .media-list-item:nth-child(4n+1):before {
        width: calc(100vw);
        bottom: -32px;
    }

    .page-heading {
        padding-top: 134px;
        padding-bottom: 102px;
        margin-bottom: 48px;
    }

    .page-title-box.page-title-box_article h1 {
        font-size: 72px;
    }

    .page-title-box.page-title-box_article .page-title-date {
        font-size: 44px;
        margin-top: 0px;
        margin-bottom: 32px;
    }

    .back {
        font-size: 16px;
        top: -65px;
    }

    .page-title-box {
        margin-bottom: 48px;
    }

    .article-content-wrapper {
        width: 846px;
        margin-bottom: 68px;
    }

    .article-mainimage .video-play {
        width: 96px;
        height: 96px;
    }

    .article-mainimage {
        margin-bottom: 32px;
    }

    .css-content blockquote {
        font-size: 28px;
    }

    .news-slide-caption {
        font-size: 18px;
    }

    .share-item img {
        /* width: 24px; */
        /* height: 24px; */
    }

    .project-slider-arrows-prev {
        width: 46px;
        height: 90px;
    }

    .project-slider-arrows-next {
        width: 46px;
        height: 90px;
    }

    .news-list-item {
        margin-right: 48px;
        width: calc(100% / 4 - 36px);
        /* margin-bottom: 64px; */
    }

    .news-list-item:after {
        right: -25px;
    }

    .news-list.news-list-biglisting .news-list-item {
        margin-bottom: 64px;
    }

    .news-list.news-list-biglisting .news-list-item:nth-child(4n+1):before {
        bottom: -32px;
        width: calc(100vw - 164px);
    }


    .page-title-date {
        font-size: 48px;
        margin-bottom: 32px;
    }

    .page-title-box h1 {
        font-size: 52px;
    }

    .page-two-sides-l {
        padding-right: 32px;
    }

    .page-two-sides-r {
        padding-left: 32px;
    }

    .page-title-box.page-title-box_project h1 {
        padding-top: 10px;
        margin-bottom: 24px;
    }

    .page-title-box.page-title-box_project .page-title-date {
        margin-bottom: 48px;
    }

    .blockquote-author-name {
        font-size: 32px;
    }

    .blockquote-author-func {
        font-size: 16px;
    }

    .blockquote-author {
        margin-top: 32px;
    }

    .project-next-subtitle {
        font-size: 16px;
    }

    .project-next-title {
        font-size: 72px;
    }

    .project-next-date {
        font-size: 48px;
    }

    .project-next-content {
        padding: 41px;
    }

    .footer-menus-item .hide-dsk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .stories-item-pp {
        width: 350px;
        height: 620px;
    }

    .sb-title {
        font-size: 64px;
        margin-bottom: 48px;
    }

    .sidebar {
        width: 600px;
    }

    .sidebar-content {
        padding: 60px 60px;
    }

    .form-row {
        margin-bottom: 35px;
    }


}



@media only screen and (max-width: 1439px) {
    .navigation-menu {
        width: 52px;
    }


    .nav-logo {
        height: 50px;
    }

    .nav-logo img {
        height: 75%;
    }

    .page-wrapper {
        padding-left: 52px;
    }

    .header-line {
        padding-left: 52px;
    }

    .section.section-mp-slider {
        height: 600px;
    }

    .main-slider-bullets.slider-bullets {
        bottom: 40px;
        left: 52px;
    }

    .news-list-item-preview {
        height: 170px;
    }

    .news-list-item {
        margin-right: 32px;
        width: calc(100% / 4 - 24px);
    }

    .news-list-item:after {
        right: -17px;
    }

    .review-item-author-image {
        width: 120px;
        height: 120px;
    }

    .review-item-text {
        font-size: 20px;
    }

    .media-list-item {
        margin-right: 32px;
        width: calc(100% / 4 - 24px);
    }

    .media-list-item:after {
        right: -17px;
    }

    .project-list-item-preview {
        height: 170px;
    }

    .media-list-item.media-list-item_i {
        background-position-x: 60px;
    }

    .reviews-slider-wrapper.slider-wrapper .swiper-slide {
        width: calc(100% / 2 - 35px);
    }

    .page40x-right {
        padding-bottom: 0px;
    }


    .page-heading-back-text {
        font-size: 300px;
    }

    .page-heading.page-heading_s {
        padding-top: 110px;
        padding-bottom: 0px;
    }

    .digits-item {
        padding: 24px;
    }

    .about-section.about-section_digits {
        padding-bottom: 32px;
    }

    .header-line .wrap {
        padding: 14px 0px;
    }

    .doc-item {
        padding: 24px;
    }

    .about-section.about-section_docs {
        padding-bottom: 32px;
    }

    .partner-item img {
        max-width: 160px;
        max-height: 120px;
    }

    .about-contacts-item-title {
        font-size: 14px;
    }

    .about-contacts-item-value {
        font-size: 18px;
    }

    .about-contacts-l {
        padding: 32px;
    }

    .about-contacts-section {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    .about-contacts-item {
        margin-bottom: 24px;
    }

    .footer-address-value {
        padding-right: 160px;
    }

    .project-texts-l {
        font-size: 32px;
    }

    .project-text-section {
        margin-bottom: 48px;
    }

    .project-map {
        height: 300px;
    }

    .project-map-section {
        margin-bottom: 48px;
    }

    .project-share-section {
        padding-top: 32px;
        margin-bottom: 68px;
    }

    .project-reviews-section {
        margin-bottom: 48px;
    }

    .project-share-section {}

    .project-next-content {
        padding: 32px;
    }

    .projects-list.projects-list-biglist .project-list-item {
        margin-bottom: 64px;
    }

    .project-list-item {
        margin-right: 48px;
        width: calc(100% / 3 - 32px);
    }

    .project-list-item:nth-child(3n-2):before {
        bottom: -33px;
    }

    .project-list-item:after {
        right: -25px;
    }

    .project-list-item .project-list-item-arrow {
        width: 21px;
        height: 21px;
    }

    .mainmenu-nav a {
        font-size: 72px;
    }

    .mainmenu-wrap {
        height: 66%;
        top: 0;
    }

    .mainmenu-nav {
        padding-left: 150px;
    }




































}


@media only screen and (max-width: 1279px) {
    .section.section-mp-slider {
        height: 770px;
    }

    .navigation-menu {
        width: 100%;
        height: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .nav-socials {
        display: none;
    }

    .nav-logo {
        height: 100%;
        width: 52px;
    }

    .nav-burger {
        height: 100%;
        min-height: unset;
        width: 34px;
        padding-right: 48px;
    }

    .header-line.header-line_white {
        /* z-index: 23; */
        /* position: fixed; */
    }

    .header-title {
        display: none;
    }

    .header-lang {
        color: #2d2d2d;
    }

    .header-line {
        display: none;
    }

    .page-wrapper {
        padding-left: 0px;
    }

    .mp-slider-content {
        width: 850px;
    }

    .mp-slider-content h1 {
        width: unset;
    }

    .mp-slider-content-sub {
        width: 100%;
    }

    .stories-item {
        width: 160px;
    }

    .stories-item-preview {
        width: 160px;
        height: 160px;
        margin-bottom: 10px;
    }

    .stories-item-title {
        font-size: 14px;
    }

    .stories-slider-box {
        width: 790px;
    }

    .section.section-stories {
        padding: 32px 0 48px;
    }

    .stories-slider-arrows-prev {
        top: -40px;
        left: -40px;
    }

    .stories-slider-arrows-next {
        top: -40px;
        right: -40px;
    }

    .news-list-item {
        width: calc(100% / 2 - 24px);
        margin-bottom: 64px;
        margin-right: 48px;
    }

    .wrap {
        padding: 0 32px;
    }

    .news-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .news-list-item:nth-child(2n+2):after {
        display: none;
    }

    .news-list-item:nth-child(odd):before {
        content: ' ';
        display: block;
        width: 100vw;
        height: 2px;
        position: absolute;
        bottom: -33px;
        background: #e5e5e3;
    }

    .news-list-item-preview {
        height: 306px;
    }

    .news-list-item-title {
        font-size: 18px;
    }

    .news-list-item:after {
        right: -25px;
    }

    .news-list {
        overflow: hidden;
    }

    .news-list {
        margin-bottom: 0px;
    }

    .section-button {
        border: navajowhite;
        padding: 0;
    }

    .media-list-item {
        width: calc(100% / 2 - 16px);
        padding: 32px;
    }

    .media-list-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .media-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .media-list-item:nth-child(2n+2):after {
        display: none;
    }

    .media-list-item:nth-child(odd):before {
        content: ' ';
        display: block;
        width: 100vw;
        height: 2px;
        position: absolute;
        bottom: -33px;
        background: #e5e5e3;
        left: 0;
    }

    .section.section-media .media-list-item {
        margin-bottom: 54px;
    }

    .media-list {
        overflow: hidden;
    }

    .media-list-item-title {
        font-size: 20px;
    }

    .media-list-item-preview {
        width: 240px;
        height: 240px;
    }

    .media-list-item-date {
        font-size: 38px;
    }

    .media-list-item_i-title {
        font-size: 64px;
        line-height: .6;
    }

    .media-list-item_i-meta {
        font-size: 20px;
    }

    .media-list-item.media-list-item_i {
        background-position-x: 200px;
    }

    .section.section-projects .project-list-item:nth-child(3) {
        display: none;
    }

    .project-list-item {
        margin-right: 48px;
        width: calc(100% / 2 - 24px);
    }

    .project-list-item:nth-child(4n+4) {
        margin-right: 48px;
    }

    .project-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .project-list-item:nth-child(2n+2):after {
        display: none;
    }

    .project-list-item .project-list-item-preview {
        height: 226px;
    }

    .project-list-item .project-list-item-title {
        font-size: 32px;
    }

    .project-list-item:nth-child(3n-2):before {
        width: 100vw;
    }

    .projects-list {
        overflow: hidden;
        padding-bottom: 48px;
        margin-bottom: 20px;
    }

    .footer-address-value {
        padding-right: 0px;
    }

    .footer-left {
        padding-right: 32px;
    }

    .footer-right {
        padding-left: 32px;
    }

    .footer {
        padding: 24px 0;
    }

    .footer-warn {
        width: 100%;
    }

    .footer-up-arrow {
        top: 24px;
    }

    .btn {
        padding: 17px 85px;
    }

    .section-button {
        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;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .section-button .btn {
        width: 100%;
    }

    .mainmenu-wrapper {
        width: 502px;
        left: unset;
        right: 0;
        top: 0;
        padding: 0;
        padding: 52px 0 48px 32px;
    }

    .mainmenu-wrap {
        height: 100%;
        max-height: 100%;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        padding-bottom: 100px;
        padding-top: 32px;
        padding-right: 32px;
    }

    .mainmenu-nav {
        padding: 0;
        width: 100%;
        margin-bottom: 48px;
        padding-bottom: 48px;
        border-bottom: 2px solid #e5e5e3;
    }

    .mainmenu-info {
        width: 100%;
        padding: 0px;
    }

    .mainmenu-nav a {
        font-size: 64px;
        margin-bottom: 20px;
    }

    .mainmenu-infoboxes {
        width: 100%;
    }

    .mainmenu-wrapper:before {
        display: none;
    }

    .mainmenu-wrapper:after {
        display: none;
    }

    .mainmenu-wrap::-webkit-scrollbar {
        width: 8px;
        background-color: var(--colorMainWhite);
    }

    .mainmenu-wrap::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #0B0B0C;
    }


    .mainmenu-nav a:before {
        -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
                transform: translateX(0px);
    }

    .wrap.wrap_40x {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .page40x-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .page40x-left {
        width: 100%;
        border-right: 0px;
        border-bottom: 2px solid #e5e5e2;
        line-height: 1;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .page40x-right {
        width: 100%;
        padding: 0;
    }

    .digits-item-value {
        font-size: 96px;
    }

    .digits-item-text {
        font-size: 28px;
    }

    .digits-item {
        padding: 32px;
        width: calc(100% / 2 - 10px);
        gap: 100px;
    }

    .digits-item:nth-child(4n+4) {
        margin-right: 20px;
    }

    .digits-item:nth-child(2n+2) {
        margin-right: 0;
    }

    .text-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .text-section-l {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .text-section-r {
        width: 100%;
    }

    .text-section-title {
        position: relative;
        top: 0;
    }

    .doc-item-title {
        font-size: 32px;
    }

    .doc-item-date {
        font-size: 38px;
    }

    .doc-item:nth-child(3n+3) {
        margin-right: 20px;
    }

    .doc-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .doc-item {
        padding: 32px;
        width: calc(100% / 2 - 10px);
    }

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

    .about-contacts-section-title {
        margin-bottom: 16px;
    }

    .about-contacts-item-value {
        width: 70%;
    }

    .page-title-box.page-title-box_article h1 {
        font-size: 52px;
    }

    .back {
        /* display: none; */
        top: 0;
        padding: 22px 0;
        border-bottom: 2px solid #e5e5e2;
        margin-bottom: 37px;
    }

    .article-content-wrapper {
        width: 100%;
    }

    .other-section .media-list-item {
        margin-bottom: 64px;
    }

    .page-title-box {
        padding-top: 52px;
    }

    .page-title-box h1 {
        width: 100%;
    }

    .page-two-sides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .page-two-sides-l {
        padding: 0;
        border: 0;
        width: 100%;
        margin-bottom: 32px;
        border-bottom: 2px solid #e5e5e2;
        padding-bottom: 32px;
    }

    .project-list-item:nth-child(3n-2):before {
        width: 100vw;
    }

    .page-two-sides-r {
        padding: 0;
        width: 100%;
    }

    .project-texts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .project-texts-l {
        width: 100%;
        padding: 0;
        margin-bottom: 32px;
    }

    .project-texts-r {
        padding: 0;
        width: 100%;
    }

    .project-main-section {
        margin-bottom: 48px;
    }

    .project-next-content {
        /* gap: 100px; */
    }

    .project-next-image {
        min-height: 338px;
        height: 338px;
    }

    .project-next-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .wrap {
        overflow: hidden;
    }

    .project-list-item:nth-child(3n+3) {
        margin-right: 48px;
    }

    .projects-list.projects-list-biglist .project-list-item {
        margin-right: 48px;
    }

    .project-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .project-list-item {
        width: calc(100% / 2 - 24px);
        margin-right: 48px;
    }

    .project-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .projects-list.projects-list-biglist .project-list-item:nth-child(2n+2) {
        margin-right: 0px;
    }

    .projects-list.projects-list-biglist .project-list-item:nth-child(3n+3):after {
        display: block;
    }

    .project-list-item:nth-child(odd):before {
        display: block !important;
        content: ' ';
        width: 100vw;
        height: 2px;
        background: #e5e5e3;
        position: absolute;
        bottom: -33px;
        left: 0;
    }

    .page-heading.page-heading_textpage h1 {
        font-size: 72px;
    }

    .projet-image {
        margin-bottom: 32px;
    }

    .stories-item-pp {
        width: 250px;
        height: 450px;
    }

    .stories-item-logo {
        width: 40px;
        height: 40px;
        top: 24px;
    }

    .stories-item-logo img {
        width: 9px;
    }

    .stories-item-progressbar {
        top: 10px;
    }

    .navigation-menu:after {
        width: 100%;
        height: 1px;
        bottom: 0px;
        top: unset;
    }
}


@media only screen and (max-width: 1023px) {
    .section.section-mp-slider {
        height: 1025px;
    }

    .mp-slider-content {
        width: 100%;
        padding: 0 32px;
    }

    .main-slider-bullets.slider-bullets {
        bottom: 64px;
    }

    .main-slider-arrows.slider-arrows {
        right: 32px;
    }

    .section.section-stories .wrap {
        width: 100%;
        padding: 0;
    }

    .stories-slider-arrows.slider-arrows {
        display: none;
    }

    .stories-slider-box {
        width: 100%;
    }

    .news-list-item-preview {
        height: 220px;
    }

    .media-list-item-title {
        font-size: 18px;
    }

    .media-list-item-date {
        font-size: 32px;
    }

    .project-list-item .project-list-item-preview {
        height: 170px;
    }

    .project-list-item .project-list-item-title {
        font-size: 24px;
    }

    .footer-left {
        width: 100%;
        padding: 0;
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-bottom: 2px solid #e5e5e3;
    }

    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer:after {
        display: none;
    }

    .footer-left .footer-section-bottom {
        display: none;
    }

    .footer-left .footer-section-top {
        margin-bottom: 0px;
    }

    .footer-up-arrow {
        display: none;
    }

    .footer-right {
        width: 100%;
        padding: 0;
    }

    .footer-menus-item:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-menus-item .hide-dsk {
        display: none;
    }

    .footer-right .footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-right .footer-warn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }

    .footer-section-top {}

    .footer-right .footer-section-top {
        margin-bottom: 0;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 2px solid #e5e5e3;
    }

    .digits-item-value {
        font-size: 80px;
    }

    .digits-item {
        padding: 24px;
    }

    .digits-item-text {
        font-size: 24px;
    }

    .about-section.about-section_digits {
        padding-bottom: 20px;
    }

    .doc-item {
        padding: 24px;
        width: 100%;
        margin-right: 0px;
    }

    .doc-item:nth-child(3n+3) {
        margin-right: 0px;
    }

    .about-section.about-section_docs {
        padding-bottom: 20px;
    }

    .about-section.about-section_text {
        padding-bottom: 40px;
    }

    .partners-slider-wrapper.slider-wrapper .swiper-slide {
        width: 50%;
    }

    .about-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .about-contacts-l {
        padding: 24px;
        width: 100%;
    }

    .about-contacts-r {
        width: 100%;
    }

    .reviews-list .review-item {
        width: 100%;
        margin-right: 0px;
    }

    .reviews-list .review-item-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

    .reviews-list .review-item-author-image {
        margin-bottom: 0;
    }

    .project-next-title {
        font-size: 48px;
    }

    .page-heading.page-heading_textpage h1 {
        font-size: 52px;
    }

    .page-heading.page-heading_textpage {
        padding-top: 90px;
        padding-bottom: 40px;
        margin-bottom: 0px;
    }

    .stories-item-pp {
        width: 420px;
        height: 750px;
    }






}

@media only screen and (max-width: 767px) {
    .mp-slider-content {
        padding: 0 12px;
    }

    .mp-slider-content h1 {
        font-size: 42px;
    }

    .mp-slider-content-sub {
        font-size: 16px;
    }

    .section.section-mp-slider {
        height: 650px;
    }

    .main-slider-bullets.slider-bullets {
        display: none;
    }

    .main-slider-arrows.slider-arrows {
        display: none;
    }

    .stories-slider-box .swiper-slide {
        width: 110px;
    }

    .stories-item {
        width: 100px;
    }

    .stories-item-preview {
        width: 100px;
        height: 100px;
        border: 2px solid #ccc;
    }

    .stories-item-title {
        font-size: 10px;
    }

    .stories-slider-wrapper.slider-wrapper .swiper {
        padding: 0 12px;
    }

    .wrap {
        padding: 0 12px;
    }

    .section-title {
        padding: 16px 0;
        margin-bottom: 16px;
        font-size: 38px;
        text-align: left;
    }

    .review-item-text {
        font-size: 18px;
    }

    .review-item-author-name {
        font-size: 22px;
    }

    .review-item-author-image {
        width: 96px;
        height: 96px;
    }

    .reviews-slider-wrapper.slider-wrapper .swiper-slide {
        width: 270px;
    }

    .section.section-media .media-list-item {
        width: 100%;
        padding: 16px;
        height: auto;
        margin-right: 12px !important;
        height: 100%;
    }

    .media-list-item-preview {
        width: 140px;
        height: 140px;
    }

    .media-list-item_i-title {
        font-size: 28px;
    }

    .media-list-item_i-meta {
        font-size: 14px;
    }

    .media-list-item_i-meta svg {
        width: 9px;
        height: 9px;
    }

    .project-list-item {
        width: 100%;
    }

    .project-list-item .project-list-item-preview {
        height: 130px;
    }

    .project-list-item .project-list-item-title {
        font-size: 22px;
        width: 90%;
        padding: 11px 0;
        margin-top: -44px;
    }

    .project-list-item-introtext {
        font-size: 14px;
    }

    .news-list-item {
        width: 100%;
        margin: 0 !important;
    }


    .news-list-item-title {
        font-size: 16px;
    }

    .btn {
        font-size: 12px;
    }

    .footer-address-value {
        font-size: 14px;
    }

    .footer {
        border-width: 1px;
    }

    .footer-address-link {
        font-size: 12px;
    }

    .footer-address-link img {
        width: 12px;
    }

    .footer-menus-item a {
        font-size: 14px;
    }

    .footer-menus-item:nth-child(2) {
        display: none;
    }

    .footer-menus-item span {
        font-size: 14px;
    }

    .footer-menus {
        gap: 60px;
    }

    .footer-right .footer-links {
        font-size: 12px;
    }

    .footer-warn {
        font-size: 12px;
    }

    .footer-copyrs {
        font-size: 12px;
    }

    .news-list {
        display: unset;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
             -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
                transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
    }

    .review-item:after {
        right: -17px;
    }

    .section.section-reviews {
        padding: 24px 0;
    }

    .reviews-slider-arrows.slider-arrows {
        display: none;
    }

    .hide-mob {
        display: none;
    }

    .news-list-item:nth-child(odd):before {
        display: none;
    }

    .news-list-item:after {
        display: none;
    }

    .news-slider-wrapper.slider-wrapper {
        position: relative;
        /* width: calc(100% + 24px); */
        /* left: -12px; */
        margin-bottom: 24px;
    }

    .swiper.news-slider-swiper {
        /* padding-left: 12px; */
    }

    .news-list-item-preview {
        height: 165px;
    }


    .news-m-slider-wrapper.slider-wrapper .swiper-slide {
        width: 270px;
    }

    .news-m-slider-wrapper.slider-wrapper {
        padding-bottom: 24px;
        margin-bottom: 24px;
        /* border-bottom: 2px solid #e5e5e3; */
        width: calc(100% + 24px);
        left: -12px;
        position: relative;
        /* padding-left: 12px; */
        /* padding-right: 12px; */
    }

    .section-button {
        padding: 0 12px;
    }

    .news-m-slider-wrapper.slider-wrapper .swiper {
        padding-left: 12px;
        padding-right: 12px;
    }

    .media-m-slider-wrapper.slider-wrapper .swiper-slide {
        width: 212px;
        height: 270px;
    }

    .media-list-item:nth-child(odd):before {
        display: none;
    }

    .media-list-item:after {
        display: none;
    }

    .media-list-item-title {
        font-size: 14px;
    }

    .media-list-item-date {
        font-size: 22px;
    }

    .media-m-slider-wrapper.slider-wrapper .swiper {
        padding-left: 12px;
        padding-right: 12px;
    }

    .section.section-media {
        padding: 24px 0;
    }

    .projects-m-slider-wrapper.slider-wrapper .swiper-slide {
        width: 270px;
    }

    .project-list-item:nth-child(odd):before {
        display: none;
    }

    .project-list-item:after {
        display: none;
    }

    .projects-m-slider-wrapper.slider-wrapper {
        margin-bottom: 0px;
        padding-bottom: 32px;
        width: calc(100% + 12px);
        left: -12px;
        position: relative;
    }

    .section-button {
        border-top: 1px solid #e5e5e3;
        padding-top: 24px;
    }

    .projects-m-slider-wrapper.slider-wrapper .swiper {
        padding-left: 12px;
        /* padding-right: 12px; */
    }

    .page40x-left {
        font-size: 200px;
    }

    .page40x-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .page40x-text {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .page40x-button {
        padding-left: 12px;
    }

    .page-heading h1 {
        font-size: 64px;
    }

    .page-heading-subtext {
        font-size: 16px;
    }

    .digits-item-value {
        font-size: 72px;
    }

    .digits-item {
        padding: 16px;
        gap: 44px;
        margin-right: 8px;
        margin-bottom: 8px;
        width: calc(100% / 2 - 4px);
    }

    .digits-item-text {
        font-size: 16px;
    }

    .text-section-text-big {
        font-size: 18px;
    }

    .css-content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .text-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .section-title .title-count {
        font-size: 48px;
    }

    .doc-item-title {
        font-size: 22px;
    }

    .doc-item-date {
        font-size: 22px;
    }

    .doc-item-icon {
        width: 24px;
        height: 24px;
    }

    .doc-item {
        padding: 16px;
        margin-bottom: 8px;
    }

    .partners-slider-wrapper.slider-wrapper .swiper-slide {
        height: 160px;
    }

    .partner-item img {
        max-width: 100px;
        max-height: 90px;
    }

    .about-contacts-section-title {
        font-size: 22px;
    }

    .about-contacts-item-title {
        font-size: 12px;
    }

    .about-contacts-item-value {
        width: 100%;
    }

    .media-list.media-list-biglist .media-list-item {
        margin-right: 0 !important;
        width: 100%;
        padding: 16px;
        margin-bottom: 48px;
        position: relative;
    }

    .page-heading-back-text {
        font-size: 150px;
        height: 111px;
    }

    .page-heading {
        padding-top: 84px;
        padding-bottom: 32px;
        margin-bottom: 18px;
    }

    .media-list.media-list-biglist .media-list-item-title {
        font-size: 18px;
    }

    .media-list-item-date {
        font-size: 34px;
    }

    .media-list.media-list-biglist .media-list-item:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -24px;
        left: 0;
        background: #e5e5e2;
        top: unset;
        right: unset;
    }

    .page-title-box.page-title-box_article .page-title-date {
        font-size: 24px;
    }

    .back a {
        font-size: 16px;
    }

    .back {
        padding: 17px 0;
        margin-bottom: 23px;
    }

    .page-title-box.page-title-box_article h1 {
        font-size: 28px;
        letter-spacing: -0.56px;
    }

    .page-title-box {
        margin-bottom: 24px;
    }

    .article-mainimage .video-play {
        width: 48px;
        height: 48px;
    }

    .introtext {
        font-size: 18px;
    }

    .css-content blockquote {
        font-size: 20px;
        padding-left: 21px;
        margin: 24px 0;
    }

    .news-slide-caption {
        font-size: 14px;
    }

    .share-box {
        margin-top: 34px;
    }

    .article-content-wrapper {
        margin-bottom: 31px;
    }

    .other-section .media-list-item {
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
        padding: 16px;
    }


    .other-section .media-list .media-list-item-title {
        font-size: 18px;
    }

    .project-slider-section {
        padding-top: 24px;
        margin-bottom: 32px;
    }

    .back a {
        font-size: 13px;
    }

    .news-list.news-list-biglisting .news-list-item {
        margin-bottom: 48px !important;
    }

    .news-list.news-list-biglisting .news-list-item:after {
        content: ' ';
        display: block;
        width: 100%;
        top: unset;
        bottom: -21px;
        left: 0;
        right: unset;
        height: 1px;
    }

    .page-title-box h1 {
        font-size: 28px;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%;
        /* 25.2px */
        letter-spacing: -0.56px;
    }

    .page-title-date {
        font-size: 24px;
    }

    .page-two-sides-l {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .other-section .news-list-item {
        margin-bottom: 48px !important;
    }

    .other-section .news-list-item:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 1px;
        top: unset;
        bottom: -15px;
        left: 0;
    }

    .page-title-box.page-title-box_project {
        margin-bottom: 0px;
    }

    .projet-image {
        min-height: 230px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 230px;
        margin-bottom: 24px;
    }

    .projet-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* object-position: center; */
    }

    .project-texts-l {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .blockquote-author-name {
        font-size: 22px;
    }

    .blockquote-author-func {
        font-size: 12px;
    }

    body {
        font-size: 14px;
        line-height: 1.5;
    }

    .text-section-title {
        font-size: 22px;
    }

    .reviews-list .review-item {
        padding: 24px;
    }

    .reviews-list .review-item-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .reviews-list .review-item-author-image {
        margin-bottom: 16px;
    }

    .project-next-title {
        font-size: 28px;
    }

    .project-next-subtitle {
        font-size: 12px;
    }

    .project-next-date {
        font-size: 32px;
    }

    .project-next-image {
        min-height: 238px;
        height: 238px;
    }

    .projects-list.projects-list-biglist .project-list-item {
        padding-right: 0px !important;
        margin-right: 0px;
    }

    .page-heading.page-heading_textpage h1 {
        font-size: 38px;
    }

    .news-m-slider-wrapper.slider-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .media-m-slider-wrapper.slider-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .projects-m-slider-wrapper.slider-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-burger {
        padding-right: 19px;
    }

    .mainmenu-wrapper {
        width: 100%;
        padding: 52px 0 48px 12px;
    }

    .mainmenu-nav a {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .mainmenu-nav a:before {
        width: 6px;
        height: 6px;
        top: 7px;
    }

    .mainmenu-nav a:hover .mm-href-inner {
        -webkit-transform: translateX(16px);
            -ms-transform: translateX(16px);
                transform: translateX(16px);
    }

    .mainmenu-nav {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #e5e5e3;
    }

    .navigation-menu:after {
        width: 100%;
        height: 1px;
        bottom: 0px;
        top: unset;
    }

    .mainmenu-infobox {
        margin-bottom: 24px;
    }

    .mainmenu-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .section-title {
        border-width: 1px;
    }

    .review-item:after {
        width: 1px;
    }

    .footer-left {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-width: 1px;
    }

    .footer-right .footer-section-top {
        border-width: 1px;
    }

    .sidebar {
        width: 100%;
    }

    .sidebar-content {
        padding: 24px 12px;
    }

    .pp__close {
        top: 20px;
        right: 20px;
    }

    .sb-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .form-row {
        margin-bottom: 27px;
    }

    .form-bottom.form-bottom_i {
        padding: 0 12px;
        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-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .form-button-text {
        margin-top: 32px;
        font-size: 14px;
    }

.projects-m-slider-wrapper.slider-wrapper .project-list-item {
    height: 100%;
}
.footer-address {
    padding-right: 32px;
}
.footer-menus-item .hide-dsk {
    display: flex;
}
}