/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 1.4em;
    margin: 0.67em 0;
	line-height: 45px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-major: #a44e29;
    --color-gray: #d8d8d8;
    --color-90: #3e3e3f;
    --color-60: #8b8b8c;
    --color-40: #b2b2b2;
    --color-30: #c5c5c5;
    --color-20: #d8d8d9;
    --color-10: #ececec;
    --color-5: #f5f5f5;
    --color-3: #f9f9f9;
}
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
::after,
::before {
    box-sizing: inherit;
}
body {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-90);
    background-color: var(--color-5);
    display: flex;
    flex-direction: column;
    -webkit-tap-highlight-color: transparent;
}
body.lock {
    overflow: hidden;
}
input,
textarea {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    -moz-transition: 0.3s;
    transition: 0.3s;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
}
input::placeholder,
textarea::placeholder {
    transition: 0.3s;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}
input,
textarea {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    -moz-transition: 0.3s;
    transition: 0.3s;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
}
input::placeholder,
textarea::placeholder {
    transition: 0.3s;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}
button {
    background-color: transparent;
    border-width: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
b {
    font-weight: 700;
}
a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
a:hover {
    color: var(--color-40);
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
body,
html {
    height: 100%;
}
main {
    flex: 1 1 auto;
}
footer {
    flex-shrink: 0;
}
.iresponsive {
    position: relative;
}
.iresponsive img,
.iresponsive video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.iresponsive iframe {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon svg {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    fill: inherit;
}
.icon svg path {
	fill: #fff;
}
.container {
    width: 100%;
    padding: 0 32px;
    margin: 0 auto;
}
.title {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    margin: 0;
    text-transform: capitalize;
}
.subtitle {
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin: 0;
    text-transform: capitalize;
}
.link {
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    margin: 0;
    color: var(--color-major);
}
.link:hover {
    color: var(--color-90);
}
.btn {
    cursor: pointer;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: var(--color-5);
    transition: 0.3s;
    padding: 18px;
    padding-bottom: 17px;
    background-color: var(--color-major);
    border-radius: 48px;
}
.btn:hover {
    color: var(--color-white);
    background-color: var(--color-60);
}
.btn--white {
    border-radius: 32px;
    background-color: var(--color-white);
    color: var(--color-90);
}
.text p {
    margin: 0 0 22px 0;
}
.text p:last-child {
    margin: 0;
}
.text ul li {
    padding: 0 0 0 11px;
    position: relative;
}
.text ul li::before {
    position: absolute;
    content: "-";
    left: 0;
    top: 0;
}
.social ul {
    display: flex;
    align-items: center;
    margin: -5px -20px;
}
.social ul li {
    margin: 5px 20px;
    letter-spacing: 0.03em;
}
.navbar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-5);
    margin-top: 32px;
    padding: 30px 0;
    padding-bottom: 24px;
}
.navbar__content {
    display: flex;
    align-items: center;
}
.navbar__title {
    margin-right: 40px;
}
.navbar__list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navbar__list ul li {
    font-weight: 500;
    letter-spacing: 0.03em;
    color: var(--color-90);
    display: flex;
    align-items: center;
}
.navbar__list ul li::after {
    content: "/";
    color: inherit;
    margin: 0 5px;
}
.navbar__list ul li:last-child::after {
    display: none;
}
.navbar__list ul li.active {
    color: var(--color-40);
    pointer-events: none;
}
.navbar__list ul li a {
    color: inherit;
}
.navbar__list ul li a:hover {
    color: var(--color-40);
}
.iti {
    display: block;
}
.iti .iti__country-list {
    z-index: 5;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}
.not-found {
    margin: 150px 0;
    text-align: center;
    font-family: "Tenor Sans", sans-serif;
    font-size: 100px;
    line-height: 120%;
}
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}
.modal.active {
    opacity: 1;
    visibility: visible;
}
.modal.active .modal__content {
    opacity: 1;
    transform: translate(0, 0);
}
.modal__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal__body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px;
}
.modal__content {
    width: 100%;
    max-width: 768px;
    background: #fff;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translate(0, -100%);
    padding: 30px;
    padding-top: 55px;
}
.modal__close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 101;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.modal__close:hover svg {
    fill: var(--color-40);
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: 0 0;
}
.header {
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 0;
    left: 0;
    padding: 18px 0;
    color: var(--color-white);
    fill: var(--color-white);
    background-color: var(--color-90);
    transition: 0.3s;
}
.header.scrolled {
    padding: 10px 0;
}
.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__inner {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.header__logo {
    margin-right: 40px;
    display: block;
    text-decoration: none;
    height: 64px;
    width: 122px;
    transition: 0.3s;
}
.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header__navigation nav ul {
    display: flex;
    align-items: center;
    margin: -5px -20px;
}
.header__navigation nav ul li {
    margin: 5px 20px;
    font-weight: 500;
    letter-spacing: 0.03em;
    position: relative;
}
.header__navigation nav ul li.not-clicked > a {
    pointer-events: none;
}
.header__navigation nav ul li:hover span,
.header__navigation nav ul li:hover > a {
    color: var(--color-40);
}
.header__navigation nav ul li ul::after {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: transparent;
}
.header__navigation nav ul li ul li {
    margin: 0 32px 0 0;
}
.header__navigation nav ul li ul li:last-child {
    margin: 0;
}
.header__wrapper {
    display: flex;
    align-items: center;
}
.header__language {
    margin-right: 40px;
}
.header__menu-hidden {
    margin: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header__menu-hidden .header__language {
    display: block;
    margin: 0 0 42px 0;
}
.header__menu-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 16px;
}
.header__menu-close svg {
    fill: var(--color-white);
}
.header__menu-close:hover svg {
    fill: var(--color-major);
}
.header__burger {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.select-language {
    font-weight: 500;
    letter-spacing: 0.03em;
    position: relative;
}
.select-language__current {
    cursor: pointer;
    color: inherit;
    transition: 0.3s;
    display: flex;
    align-items: center;
}
.select-language__current::after {
    margin-left: 5px;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../img/sprite.svg#chevron-down);
    mask-image: url(../img/sprite.svg#chevron-down);
    -webkit-mask-repeat: round;
    mask-repeat: round;
    background: var(--color-white);
    transition: 0.3s;
}
.select-language__dropdown {
    z-index: 1;
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.select-language__dropdown::before {
    position: absolute;
    content: "";
    bottom: 100%;
    right: 0;
    width: 100%;
    height: 12px;
    background-color: transparent;
}
.select-language__dropdown ul {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: -5px -16px;
}
.select-language__dropdown ul li {
    margin: 5px 16px;
}
.select-language__dropdown-icon {
    margin-left: 32px;
    width: 20px;
    height: 20px;
}
.select-language__dropdown-icon svg {
    fill: inherit;
}
.footer {
    background-color: var(--color-90);
    color: var(--color-white);
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.footer__wrapper {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
}
.footer__logo {
    margin: 0 32px;
    display: block;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}
.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__inner {
    max-width: 1062px;
    width: 100%;
}
.footer__contacts {
    margin-right: 30px;
}
.footer__contacts ul {
    display: flex;
    justify-content: space-between;
    margin: -5px;
}
.footer__contacts ul li {
    margin: 5px;
    max-width: 331px;
    letter-spacing: 0.03em;
}
.footer__contacts ul li a {
    display: inline-flex;
    flex-direction: column;
}
.footer__contacts ul li a span {
    text-transform: none;
}
.footer__contacts ul li a[href^="mailto:"],
.footer__contacts ul li a[href^="tel:"] {
    white-space: nowrap;
}
.footer__contacts ul li a[href^="mailto:"] {
    text-transform: uppercase;
}
.footer__inner-wrapper {
    margin: 28px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__button {
    margin-left: 40px;
    max-width: 190px;
    width: 100%;
}
.footer__button .btn {
    width: 100%;
}
.first-screen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--color-white);
    position: relative;
}
.first-screen::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(48.26deg, rgba(0, 0, 0, 0.5) 13.18%, rgba(0, 0, 0, 0) 37.34%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.first-screen__wrapper {
    position: relative;
    min-height: 100vh;
    padding: 132px 0 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.first-screen__title {
    max-width: 524px;
    width: 100%;
}
.about-us {
    background-color: var(--color-5);
    position: relative;
}
.about-us::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 31.75rem;
    height: 100%;
    pointer-events: none;
    background-image: url(../img/svg/about-figure.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.05;
}
.about-us__wrapper {
    position: relative;
    padding: 132px 0 32px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.about-us__content {
    max-width: 594px;
    width: 100%;
    margin-right: 32px;
}
.about-us__title {
    max-width: 524px;
    width: 100%;
    color: var(--color-90);
    margin: 0 0 32px 0;
}
.about-us__link {
    flex-shrink: 0;
}
.services {
    background-color: var(--color-90);
    position: relative;
    z-index: 1;
}
.services__sliders {
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
}
.services__slider-thumbs {
    width: 50%;
}
.services__slider {
    width: 50%;
}
.services-thumbs-slider .swiper-wrapper {
    justify-content: flex-end;
}
.services-thumbs-slider__slide {
    height: auto;
    overflow: hidden;
}
.services-thumbs-slide {
    box-sizing: border-box;
    padding: 0 32px;
    cursor: pointer;
    transition: 0.3s;
}
.services-thumbs-slide:nth-child(1) {
    background-color: var(--color-90);
}
.services-thumbs-slide:nth-child(2) {
    background: rgba(255, 255, 255, 0.05);
}
.services-thumbs-slide:nth-child(3) {
    background: rgba(255, 255, 255, 0.1);
}
.services-thumbs-slide:nth-child(4) {
    background: rgba(255, 255, 255, 0.15);
}
.services-thumbs-slide.swiper-slide-thumb-active .services-thumbs-slide__body {
    display: block;
}
.services-thumbs-slide__header {
    padding: 16px 0;
    position: relative;
}
.services-thumbs-slide__header::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-white);
    opacity: 0;
    transition: 0.3s;
}
.services-thumbs-slide__title {
    color: var(--color-white);
    text-transform: none;
}
.services-thumbs-slide__body {
    display: none;
}
.services-thumbs-slide__text {
    color: var(--color-white);
    padding: 16px 0;
}
.services-thumbs-slide__link {
    margin: 16px 0 16px 0;
}
.services-thumbs-slide__link .link {
    color: var(--color-white);
}
.services-thumbs-slide__link .link:hover {
    color: var(--color-major);
}
.services-slide {
    position: relative;
    box-sizing: border-box;
}
.services-slide__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.services-slide__image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(62, 62, 63, 0.2), rgba(62, 62, 63, 0.2));
}
.services-slide__link {
    position: absolute;
    z-index: 2;
    bottom: 32px;
    right: 32px;
}
.services-slide__link .link {
    color: var(--color-white);
}
.services-slide__link .link:hover {
    color: var(--color-major);
}
.portfolio-slider {
    width: 100%;
    margin-top: 32px;
    position: relative;
}
.portfolio-slider__title {
    z-index: 2;
    position: absolute;
    left: 32px;
    bottom: 36px;
}
.portfolio-slide {
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
}
.portfolio-slide__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.portfolio-slide__image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.08deg, rgba(0, 0, 0, 0.55) 33.33%, rgba(0, 0, 0, 0) 40.77%), linear-gradient(360deg, rgba(0, 0, 0, 0.25) 21.49%, rgba(0, 0, 0, 0) 30.6%), linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.portfolio-slide__content {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px;
    padding-top: 68px;
    background-color: var(--color-5);
}
.portfolio-slide__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 276px;
}
.portfolio-slide__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--color-90);
    letter-spacing: 0.01em;
    max-width: 167px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.portfolio-slide__link {
    margin-left: 20px;
    flex-shrink: 0;
}
.portfolio-slide__arrows {
    z-index: 2;
    position: absolute;
    left: 32px;
    bottom: 184px;
    display: flex;
    align-items: center;
    width: 100%;
}
.portfolio-slide__arrows::after {
    position: relative;
    content: "";
    margin-left: 24px;
    height: 2px;
    width: 100%;
    background-color: var(--color-5);
}
.portfolio-slide__arrow {
    color: var(--color-white);
    cursor: pointer;
    transition: color 0.3s, opacity 0.3s;
    margin-right: 80px;
}
.portfolio-slide__arrow:hover {
    color: var(--color-major);
}
.portfolio-slide__arrow:last-child {
    margin: 0;
}
.portfolio-slide__arrow.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.press {
    position: relative;
    z-index: 1;
    background-color: var(--color-5);
}
.press__title {
    position: absolute;
    left: 32px;
    bottom: 36px;
    z-index: 2;
}
.press__slider {
    min-height: 100vh;
    padding: 132px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.press__slider .swiper-slide {
    display: block;
    transition: 0.3s;
    height: 181px;
}
.press__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.press__slider .swiper-slide:hover {
    opacity: 0.3;
}
.portfolio-section {
	position: relative;
	padding-top: 100px;
}
.portfolio {
/*     min-height: 100vh; */
/*     position: relative; */
	padding-top: 24px;
}
.portfolio__items {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}
.portfolio__item {
    margin: 16px;
    width: calc(25% - 32px);
}
.portfolio-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-top: 0.5px solid var(--color-90);
    padding-top: 12px;
}
.portfolio-item:hover .portfolio-item__title {
    color: var(--color-major);
}
.portfolio-item:hover .portfolio-item__image img {
    transform: scale(1.05);
}
.portfolio-item__title {
    margin: 0 0 16px 0;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.portfolio-item__image {
    margin-top: auto;
    width: 100%;
    overflow: hidden;
    padding: 0 0 72.31% 0;
}
.portfolio-item__image img {
    transition: 0.3s;
}
.project {
    background-color: var(--color-90);
    color: var(--color-white);
}
.project__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.project__content {
    width: 50%;
    padding-top: 124px;
    padding-bottom: 100px;
    padding-right: 32px;
}
.project__title {
    padding-top: 34px;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    margin: 0 0 32px 0;
}
.project__text {
    max-width: 571px;
    width: 100%;
}
.project__growth {
    margin: 32px 0 0 0;
}
.project__growth ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -16px;
}
.project__growth ul li {
    margin: 16px;
}
.project__growth + div {
    margin-top: 32px;
}
.project__slider {
    height: 100vh;
}
.project__slider .swiper-slide {
    box-sizing: border-box;
}
.project__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.team {
    overflow: hidden;
    background-color: var(--color-5);
    position: relative;
    z-index: 1;
}
.team__bar {
    position: absolute;
    z-index: 3;
    bottom: 32px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team__title {
    margin: 0 10px 0 0;
}
.team__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team__items {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team__items-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
	flex-wrap: wrap;
}
.team-item {
    display: inline-flex;
    align-items: center;
    color: var(--color-white);
    filter: drop-shadow(-4px 4px 10px rgba(36, 32, 32, 0.1));
    position: relative;
    transition: 0.5s;
}
.team-item__image {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    position: relative;
}
.team-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.team-item__image::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/svg/sprite/circle.svg);
    width: calc(100% + 64px);
    height: calc(100% + 64px);
    pointer-events: none;
    transition: 0.4s;
    filter: grayscale(1);
}
.team-item__hidden {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
}
.team-item__name {
    margin: 0 0 4px 0;
    font-family: "Tenor Sans", sans-serif;
    font-size: 20px;
    line-height: 23px;
}
.team-item__post {
    font-family: "Tenor Sans", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-40);
}
.team-item__info {
    border-top: 1px solid var(--color-20);
    margin: 25px 0 0 0;
    padding-top: 6px;
    font-weight: 500;
}
.question {
    background-color: var(--color-5);
    position: relative;
    z-index: 2;
}
.question::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 31.75rem;
    height: 100%;
    pointer-events: none;
    background-image: url(../img/svg/about-figure.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.05;
}
.question__wrapper {
    position: relative;
    padding: 132px 0 32px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.question__content {
    max-width: 563px;
    width: 100%;
}
.question__title {
    max-width: 447px;
    width: 100%;
    margin: 0 0 32px 0;
}
.question-form__input {
    margin: 0 0 16px 0;
}
.question-form__input:last-child {
    margin: 0;
}
.question-form__button {
    margin: 33px 0 0 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.input input {
    outline: 0;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: var(--color-90);
    background: var(--color-10);
    border-radius: 48px;
    padding: 24px 40px;
}
.input input::-moz-placeholder {
    color: var(--color-40);
}
.input input:-ms-input-placeholder {
    color: var(--color-40);
}
.input input::placeholder {
    color: var(--color-40);
}
.service {
    background-color: var(--color-5);
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 77px 0;
    overflow: hidden;
}
.service__section {
    margin-bottom: 56px;
}
.service__section:last-child {
    margin-bottom: 0;
}
.service-section {
    display: flex;
    align-items: center;
    width: calc(100% + 32px);
    margin-left: -32px;
}
.service-section__image {
    width: 54%;
    padding: 0 0 42% 0;
}
.service-section__content {
    margin-left: 56px;
    flex: 1;
    padding-top: 32px;
    border-top: 2px solid rgba(178, 178, 178, 0.4);
}
.service-section__title {
    margin: 0 0 32px 0;
}
.blog__wrapper {
    padding-top: 56px;
}
.blog__items {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}
.blog__item {
    width: calc(33.3333333333% - 32px);
    margin: 16px;
}
.blog-article {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.blog-article::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(172.32deg, rgba(0, 0, 0, 0.2) 46.34%, rgba(0, 0, 0, 0) 63.94%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.blog-article__content {
    position: relative;
    z-index: 1;
    min-height: 450px;
    padding-top: 100px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--color-white);
}
.blog-article__wrapper {
    display: flex;
    align-items: center;
    margin: 0 0 14px 0;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.blog-article__date {
    margin-right: 40px;
}
.blog-article__inner {
    display: flex;
    align-items: flex-end;
}
.blog-article__inner::after {
    position: relative;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color-5);
    pointer-events: none;
    flex: 1;
    margin-left: 40px;
    margin-bottom: 23px;
}
.blog-article__title {
    display: block;
    max-width: 778px;
}
.blog-item {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    border-top: 0.5px solid var(--color-90);
}
.blog-item:hover .blog-item__title {
    color: var(--color-major);
}
.blog-item:hover .blog-item__image img {
    transform: scale(1.05);
}
.blog-item__title {
    margin-bottom: auto;
    transition: 0.3s;
}
.blog-item__wrapper {
    margin: 16px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.03em;
    color: var(--color-90);
}
.blog-item__date {
    margin-right: 10px;
}
.blog-item__image {
    margin: 14px 0 0 0;
    width: 100%;
    padding: 0 0 70.72% 0;
    overflow: hidden;
}
.blog-item__image img {
    transition: 0.3s;
}
.article__content {
    padding-top: 56px;
    padding-bottom: 106px;
    max-width: 858px;
    width: 100%;
    margin-left: 111px;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.03em;
}
.article__content p {
    margin: 0 0 34px 0;
}
.article__content p:last-child {
    margin: 0;
}
.article__content img {
    margin: 48px 0 5px 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.article__content a {
    color: var(--color-major);
    border-bottom: 1px solid var(--color-major);
}
.article__content a:hover {
    color: var(--color-40);
    border-color: var(--color-40);
}
.article__content ol {
    margin: 34px 0;
    list-style: decimal;
    padding: 0 0 0 30px;
}
.article__content ol:first-child {
    margin-top: 0;
}
.article__content ol:last-child {
    margin-bottom: 0;
}
.article__bottom {
    border-top: 0.5px solid var(--color-90);
    padding-top: 16px;
    padding-bottom: 21px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.03em;
}
.article__tags {
    margin-right: 20px;
}
.article__social {
    display: flex;
    align-items: flex-start;
}
.article__social > b {
    display: block;
    margin-right: 64px;
}
.article__social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -21px;
}
.article__social ul li {
    transition: 0.3s;
    cursor: pointer;
    margin: 0 21px;
}
.article__social ul li:hover {
    color: var(--color-40);
}
.tags {
    display: flex;
    align-items: flex-start;
}
.tags > b {
    display: block;
    margin-right: 57px;
}
.tags ul {
    max-width: 484px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.tags ul li {
    margin: 0 8px;
}
.newsletter {
    padding: 40px 0;
}
.newsletter-form__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletter-form__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.03em;
    margin-right: 20px;
}
.newsletter-form__input {
    margin-left: auto;
    max-width: 635px;
    width: 100%;
}
.newsletter-form__input input {
    padding: 17px 40px;
}
.newsletter-form__button {
    position: relative;
    margin-left: 48px;
}
.similar-articles__wrapper {
    border-top: 0.5px solid var(--color-90);
    padding-top: 72px;
    padding-bottom: 48px;
}
.similar-articles__title {
    margin: 0 0 32px 0;
}
.similar-articles__slider .swiper-slide {
    height: auto;
    box-sizing: border-box;
}
@media (min-width: 576px) {
    .header__button {
        width: 190px;
    }
    .header__button .btn {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .team-item__hidden {
        border-radius: 100px;
        background-color: var(--color-90);
        height: 200px;
    }
    .team-item__content {
        margin-right: 44px;
        margin-left: 222px;
        max-width: 139px;
        width: 100%;
    }
    .service-section:nth-child(even) {
        margin-left: 0;
        margin-right: -32px;
        flex-direction: row-reverse;
    }
    .service-section:nth-child(even) .service-section__content {
        margin: 0 56px 0 0;
    }
}
@media (min-width: 992px) {
    .header.scrolled .header__logo {
        height: 55px;
        width: 110px;
    }
    .header.scrolled .select-language:hover .select-language__dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        top: 100%;
    }
    .header.scrolled .header__navigation nav ul li:hover ul {
        top: 100%;
    }
    .header.scrolled .header__navigation ul li ul::before {
        background: var(--color-white);
    }
    .header.dark {
        color: var(--color-90);
        fill: var(--color-90);
    }
    .header.dark .header__logo svg {
        fill: var(--color-major);
    }
    .header.dark .select-language__current::after {
        background: var(--color-90);
    }
    .header.dark .select-language__current:hover::after {
        background: var(--color-40);
    }
    .header.dark.scrolled {
        background-color: var(--color-5);
    }
    .header.dark .header__navigation ul li ul::before {
        background: var(--color-90);
    }
    .header.dark.light {
        color: var(--color-white);
        fill: var(--color-white);
    }
    .header.dark.light .header__logo svg {
        fill: var(--color-white);
    }
    .header.dark.light .select-language__current::after {
        background: var(--color-white);
    }
    .header.dark.light .select-language__current:hover::after {
        background: var(--color-40);
    }
    .header.dark.light.scrolled {
        background-color: var(--color-90);
    }
    .header.dark.light .header__navigation ul li ul::before {
        background: var(--color-white);
    }
    .header__navigation nav ul li:hover ul {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        top: calc(100% + 12px);
    }
    .header__navigation nav ul li ul {
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        width: 700px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .header__navigation nav ul li ul::before {
        content: "";
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        -webkit-mask-image: url(../img/sprite.svg#corner-down-right);
        mask-image: url(../img/sprite.svg#corner-down-right);
        -webkit-mask-repeat: round;
        mask-repeat: round;
        background: var(--color-white);
        margin-right: 32px;
        z-index: 2;
        transform: scale(-1, 1);
    }
    .header__menu-hidden {
        display: none;
    }
    .header__menu-close {
        display: none;
    }
    .header__burger {
        display: none;
    }
    .select-language:hover .select-language__current {
        color: var(--color-40);
    }
    .select-language:hover .select-language__current::after {
        background: var(--color-40);
        transform: rotate(-180deg);
    }
    .select-language:hover .select-language__dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        top: calc(100% + 12px);
    }
    .about-us__wrapper {
        min-height: 100vh;
    }
    .services-thumbs-slide.swiper-slide-thumb-active {
        height: calc(100% - 240px - 100px);
        padding-top: 24px;
    }
    .services-thumbs-slide.swiper-slide-thumb-active .services-thumbs-slide__header::before {
        width: 100%;
        opacity: 0.4;
    }
    .services-thumbs-slide__link {
        display: none;
    }
    .project__slider {
        width: calc(50% + 32px);
        margin-right: -32px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .team__wrapper {
        padding: 100px 0;
        height: 100vh;
    }
    .team__items-row-top {
        padding-left: 7%;
        padding-right: 3.5%;
    }
    .team__items-row-top .team__item:last-child {
        margin-top: -15px;
    }
    .team__items-row-center {
        padding-left: 22%;
        padding-right: 24%;
        margin-top: -14px;
    }
    .team__items-row-bottom {
        padding-top: 35px;
    }
    .team__items-row-bottom .team__item:first-child {
        margin-top: -155px;
    }
    /*.team__items-row-bottom .team__item:last-child {
        margin-top: -155px;
    }*/
    .team__item {
        transform: scale(0.5);
    }
    .team__item:hover {
        transform: scale(1);
    }
    .team__item:last-child .team-item__hidden {
        left: inherit;
        right: 0;
    }
    .team__item:last-child .team-item__hidden .team-item__content {
        margin-left: 44px;
        margin-right: 222px;
    }
    .team-item:hover {
        z-index: 2;
    }
    .team-item:hover .team-item__image::before {
        transform: translate(-50%, -50%) rotate(180deg);
        filter: grayscale(0);
    }
    .team-item:hover .team-item__hidden {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        padding: 0;
    }
    .team-item__hidden {
        position: absolute;
        left: 0;
        width: 422px;
        transform: scale(0.9);
        opacity: 0;
        visibility: hidden;
    }
    .question__wrapper {
        min-height: 100vh;
    }
}
@media (min-width: 1400px) {
    .article__content {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 60%;
    }
}
@media (max-width: 1199.98px) {
    .footer__contacts {
        margin-right: 0;
    }
    .portfolio__item {
        width: calc(33.3333333333% - 32px);
    }
    .article__content {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 991.98px) {
    .container {
        padding: 0 16px;
    }
    .title {
        font-size: 30px;
    }
    .link {
        font-size: 28px;
        line-height: 140%;
    }
    .navbar {
        margin-top: 16px;
        padding: 16px 0;
    }
    .modal__content {
        padding: 15px;
        padding-top: 45px;
    }
    .header {
        padding: 10px 0;
    }
    .header__inner {
        margin-right: 0;
    }
    .header__logo {
        height: 50px;
        width: 100px;
        margin-right: 10px;
    }
    .header__navigation nav ul {
        text-align: center;
        flex-direction: column;
        margin: 0;
    }
    .header__navigation nav ul li a {
        display: inline-block;
        padding: 16px 0;
    }
    .header__navigation nav ul li {
        font-size: 16px;
        flex-direction: column;
        margin: 0;
    }
    .header__navigation nav ul li.active ul {
        display: flex;
    }
    .header__navigation nav ul li ul {
        display: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .header__navigation nav ul li ul li {
        font-size: 14px;
        margin: 0;
    }
    .header__navigation nav ul li ul li a {
        padding: 8px 0;
    }
    .header__wrapper {
        margin-left: auto;
    }
    .header__wrapper .header__button .btn {
        padding: 15px 15px;
        font-size: 14px;
        line-height: 1;
    }
    .header__language {
        display: none;
    }
    .header__menu {
        visibility: hidden;
        z-index: 20;
        position: fixed;
        overflow-y: auto;
        height: 100vh;
        height: -webkit-fill-available;
        width: 100%;
        top: -100%;
        left: 0;
        transition: 0.3s;
        background-color: rgba(0, 0, 0, 0.9);
        color: var(--color-white);
        padding: 50px 0;
        padding-top: 96px;
    }
    .header__menu.active {
        visibility: visible;
        top: 0;
    }
    .header__burger {
        margin-left: 20px;
    }
    .select-language {
        font-size: 16px;
    }
    .select-language.active .select-language__current {
        color: var(--color-40);
    }
    .select-language.active .select-language__current::after {
        background: var(--color-40);
        transform: rotate(-180deg);
    }
    .select-language.active .select-language__dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        top: calc(100% + 12px);
    }
    .select-language__dropdown {
        right: -36px;
    }
    .select-language__dropdown ul {
        margin: -5px -8px;
    }
    .select-language__dropdown ul li {
        margin: 5px 8px;
    }
    .select-language__dropdown-icon {
        margin-left: 16px;
    }
    .footer__wrapper {
        align-items: stretch;
    }
    .footer__logo {
        margin: 0 16px 0 0;
    }
    .footer__inner {
        max-width: 700px;
    }
    .footer__contacts ul {
        flex-direction: column;
    }
    .first-screen__wrapper {
        height: -webkit-fill-available;
    }
    .about-us::before {
        width: 250px;
        height: 250px;
        top: inherit;
        bottom: 0;
    }
    .about-us__wrapper {
        padding: 32px 0;
    }
    .about-us__title {
        margin: 0 0 16px 0;
    }
    .services__sliders {
        flex-direction: column;
        height: -webkit-fill-available;
    }
    .services__slider-thumbs {
        width: 100%;
        height: 100vh;
        padding-top: 75px;
    }
    .services__slider {
        display: none;
    }
    .services-thumbs-slider .swiper-wrapper {
        justify-content: flex-start;
    }
    .services-thumbs-slider__slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .services-thumbs-slide {
        padding: 0 16px;
    }
    .services-thumbs-slide.swiper-slide-thumb-active {
        height: calc(100% - 180px);
        justify-content: flex-start;
    }
    .services-thumbs-slide__text {
        padding: 0;
    }
    .services-slide__link {
        bottom: 16px;
        right: 16px;
    }
    .portfolio-slider__title {
        left: 16px;
        bottom: 84px;
    }
    .portfolio-slide {
        height: -webkit-fill-available;
    }
    .portfolio-slide__content {
        padding: 60px 16px 16px 16px;
        height: 132px;
    }
    .portfolio-slide__wrapper {
        margin-left: 0;
    }
    .portfolio-slide__title {
        max-width: 500px;
    }
    .portfolio-slide__arrows {
        left: 16px;
    }
    .portfolio-slide__arrow {
        margin-right: 32px;
    }
    .press__title {
        left: 16px;
        bottom: 32px;
    }
    .press__slider {
        height: -webkit-fill-available;
    }
    .portfolio {
        padding-top: 86px;
    }
    .portfolio__items {
        margin: -8px;
    }
    .portfolio__item {
        margin: 8px;
        width: calc(33.3333333333% - 16px);
    }
    .project__wrapper {
        flex-direction: column-reverse;
    }
    .project__content {
        padding: 32px 0;
        width: 100%;
    }
    .project__slider {
        height: 75vh;
        margin: 0 -16px;
        width: calc(100% + 32px);
    }
    .team__wrapper {
        min-height: 100vh;
        padding-top: 32px;
        padding-bottom: 132px;
    }
    .team__items-row {
        justify-content: center;
        flex-wrap: wrap;
        margin: -5px;
        padding: 0 0 10px 0;
    }
    .team__items-row:last-child {
        padding: 0;
    }
    .team__item {
        margin: 5px;
        width: calc(50% - 10px);
    }
    .team-item__image {
        width: 150px;
        height: 150px;
    }
    .team-item__image::before {
        display: none;
    }
    .team-item__hidden {
        margin-left: -150px;
        height: 150px;
        width: calc(100% + 150px);
        overflow: hidden;
    }
    .team-item__content {
        margin-left: 160px;
    }
    .team-item__name {
        font-size: 16px;
        line-height: 140%;
    }
    .team-item__post {
        font-size: 16px;
        line-height: 140%;
    }
    .question::before {
        display: none;
    }
    .question__wrapper {
        padding: 32px 0;
    }
    .service {
        padding: 50px 0;
    }
    .blog__items {
        margin: -8px;
    }
    .blog__item {
        margin: 8px;
        width: calc(33.3333333333% - 16px);
    }
    .article__content {
        font-size: 18px;
        line-height: 140%;
    }
    .article__content p {
        margin: 0 0 24px 0;
    }
    .article__content ol {
        margin: 24px 0;
    }
    .article__bottom {
        font-size: 18px;
        line-height: 140%;
        flex-direction: column;
    }
    .article__tags {
        margin: 0 0 16px 0;
    }
    .article__social > b {
        margin-right: 32px;
    }
    .tags > b {
        margin-right: 32px;
    }
    .tags ul {
        max-width: 100%;
    }
    .newsletter {
        padding: 30px 0;
    }
    .newsletter-form__content {
        flex-direction: column;
        align-items: flex-start;
    }
    .newsletter-form__title {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .newsletter-form__input {
        max-width: 100%;
    }
    .newsletter-form__button {
        margin: 16px 0 0 auto;
    }
    .similar-articles {
        padding-top: 16px;
    }
    .similar-articles__wrapper {
        padding-top: 56px;
        padding-bottom: 32px;
    }
}
@media (max-width: 991.98px) and (max-width: 349.98px) {
    .header__wrapper .header__button {
        display: none;
    }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
    .select-language.active .select-language__dropdown {
        top: calc(100% + 10px);
    }
}
@media (max-width: 767.98px) {
    .first-screen__wrapper {
        min-height: 41vh;
    }
    .social ul {
        margin: -8px;
    }
    .social ul li {
        margin: 8px;
    }
    .header__burger {
        margin-left: 16px;
    }
    .footer__inner {
        max-width: 400px;
    }
    .footer__inner-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__button {
        margin: 20px 0 0 0;
    }
    .about-us__wrapper {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .about-us__content {
        margin: 0 0 16px 0;
    }
    .portfolio__item {
        width: calc(50% - 16px);
    }
    .team__items-row {
        margin: -8px -5px;
        padding: 0 0 16px 0;
    }
    .team__item {
        margin: 8px 5px;
    }
    .team-item {
        flex-direction: column;
        text-align: center;
    }
    .team-item__image {
        width: 100px;
        height: 100px;
        margin: 0 0 10px 0;
    }
    .team-item__hidden {
        margin: 0;
        height: auto;
        width: 100%;
    }
    .team-item__content {
        color: var(--color-90);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .team-item__info {
        margin: 10px 0 0 0;
        padding-top: 5px;
    }
    .service-section {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }
    .service-section__image {
        width: calc(100% + 32px);
        margin: 0 -16px;
        padding: 0 0 81% 0;
    }
    .service-section__content {
        padding-top: 16px;
        margin: 32px 0 0 0;
        width: 100%;
    }
    .service-section__title {
        margin: 0 0 16px 0;
    }
    .blog__item {
        width: calc(50% - 16px);
    }
}
@media (max-width: 575.98px) {
    body {
        font-size: 16px;
    }
    .subtitle {
        font-size: 18px;
    }
    .link {
        font-size: 22px;
        line-height: 120%;
    }
    .navbar {
        padding: 10px 0;
    }
    .navbar__content {
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar__title {
        margin: 0 0 10px 0;
    }
    .not-found {
        font-size: 50px;
    }
    .header__logo {
        height: 45px;
        width: 90px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer__wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer__logo {
        margin: 0 0 20px 0;
    }
    .footer__contacts ul {
        align-items: center;
    }
    .footer__inner-wrapper {
        align-items: center;
    }
    .portfolio-slider__title {
        bottom: 124px;
    }
    .portfolio-slide__content {
        padding-top: 40px;
        height: 165px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .portfolio-slide__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .portfolio-slide__title {
        font-size: 18px;
    }
    .portfolio-slide__link {
        margin: 16px 0 0 0;
    }
    .portfolio-slide__link .link {
        line-height: 110%;
    }
    .portfolio-slide__arrows::after {
        margin-left: 16px;
    }
    .portfolio__items {
        margin: 0;
    }
    .portfolio__item {
        margin: 0 0 32px 0;
        width: 100%;
    }
    .portfolio__item:last-child {
        margin: 0;
    }
    .project__title {
        padding-top: 16px;
        margin: 0 0 16px 0;
    }
    .project__growth ul {
        margin: -8px;
    }
    .project__growth ul li {
        margin: 8px;
    }
    .team__bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .team__title {
        margin: 0 0 10px 0;
    }
    .question__title {
        max-width: 300px;
    }
    .input input {
        font-size: 14px;
        padding: 12px 20px;
    }
    .service {
        padding: 32px 0;
    }
    .blog__wrapper {
        padding-top: 100px;
    }
    .blog__items {
        margin: 0;
    }
    .blog__item {
        margin: 0 0 32px 0;
        width: 100%;
    }
    .blog__item:last-child {
        margin: 0;
    }
    .blog-article__date {
        margin-right: 32px;
    }
    .blog-article__inner::after {
        display: none;
    }
    .article__content {
        padding: 32px 0;
        font-size: 16px;
    }
    .article__content p {
        margin: 0 0 20px 0;
    }
    .article__content img {
        margin: 16px 0 0 0;
    }
    .article__content ol {
        margin: 20px 0;
    }
    .article__bottom {
        font-size: 16px;
        padding: 16px 0;
    }
    .article__social {
        flex-direction: column;
    }
    .article__social > b {
        margin: 0 0 10px 0;
    }
    .article__social ul {
        margin: -5px;
    }
    .article__social ul li {
        margin: 5px;
    }
    .tags {
        flex-direction: column;
    }
    .tags > b {
        margin: 0 0 10px 0;
    }
    .tags ul {
        margin: -5px;
    }
    .tags ul li {
        margin: 5px;
    }
    .newsletter {
        padding: 24px 0;
    }
    .newsletter-form__title {
        font-size: 16px;
    }
    .similar-articles__wrapper {
        padding: 32px 0;
    }
    .similar-articles__title {
        margin: 0 0 16px 0;
    }
}
@media (max-width: 349.98px) {
    .header__burger {
        margin-left: 8px;
    }
}
@media (min-width: 992px) and (max-width: 991.98px) {
    .select-language:hover .select-language__dropdown {
        top: calc(100% + 10px);
    }
}

/* INVESTMENT PAGE */

.first-screen__logo img {
	max-width: 413px;
}

.first-screen__invest-wrapper {
	justify-content: center;
    padding: 100px 0 0 0;	
    align-items: center;
}

.first-screen__invest-wrapper .first-screen__title {
    max-width: 980px;
    text-align: center;
    text-transform: inherit;
    margin-bottom: 39px;
}

.first-screen__separator {
	max-width: 563px;
	width: 100%;
	margin: 45px 0 34px 0;
	height: 1px;
	background-color: #fff;
}

.first-screen__btn a {
	width: 155px;
}

.first-screen__btn a button {
	color: #fff;
}

.why-us {
	padding-top: 116px;
	padding-bottom: 133px;
	background-color: var(--color-5);
    position: relative;
}

.page-template-invest-template section .container {
	max-width: 1400px;
	padding: 0;
}

.page-template-invest-template section h2 {
	font-family: "Tenor Sans", sans-serif;
	font-size: 40px;
	text-transform: inherit;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

.page-template-invest-template section.dark-theme h2 {
	color: #ffffff;
}

.why-us__wrapper {
	display: grid;
    grid-template-columns: 5fr 7fr;
    align-items: center;
}

.why-us__text-left {
	margin-right: 35px;
}

.why-us__title {
	text-transform: inherit;
}

.why-us__separator {
	margin: 35px 0;
	height: 1px;
	background-color: #000;
}

.why-us__text {
	font-size: 16px;
	line-height: 24.78px;
	margin-bottom: 40px;
}

.why-us__list-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 35px;
}

.why-us__items ul li {
	font-size: 16px;
	line-height: 27.32px;
	position: relative;
	padding-left: 23px;
}

.why-us__items ul li:not(:last-child) {
	margin-bottom: 20px;
}

.why-us__items ul li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	background-image: url(/wp-content/uploads/2023/11/arrow-list.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 15px;
	height: 10px;
}

.why-us__image-right {
	position: relative;
	z-index: 10;
}

.why-us__image-right:before {
	content: '';
	position: absolute;
	top: 58px;
	left: 58px;
	background-color: #A44E29;
	width: 802px;
	height: 799px;
	z-index: -1;
}

.advantages-numbers {
	background-color: #fff;
	padding: 69px 0 125px 0;
	position: relative;
}

.advantages-numbers__wrapper {
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 36px;
}

.advantages-numbers__title {
	font-family: "Tenor Sans", sans-serif;
	font-size: 40px;
	line-height: 112.32px;
}

.advantages-numbers__separator {
	width: 100%;
	height: 1px;
	background-color: #A44E29;
	margin: 8px 0 33px 0;
}

.advantages-numbers__text {
	font-family: "Tenor Sans", sans-serif;
	font-size: 16px;
	line-height: 24.44px;
}

.invest-time {
	padding-top: 144px;
	padding-bottom: 102px;
	background-color: #F5F5F5;
	position: relative;
}

.invest-time__title {
	margin: 0 auto;
	font-size: 40px;
	text-transform: inherit;
	text-align: center;
	max-width: 900px;
}

.invest-time__separator {
	width: 563px;
	height: 1px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 95px;
}

.invest-time__wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
    grid-gap: 35px;
}

.invest-time__item {
	background: #FFF;
	box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.12), 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	padding: 34px 28px 28px 29px;
}

.invest-time__icon {
	height: 60px;
}

.invest-time__icon img {
	width: 60px;
	height: 60px;
}

.invest-time__item-separator {
	height: 1px;
	background-color: #A44E29;
	margin-top: 25px;
	margin-bottom: 20px;
}

.invest-time__item-text {
	font-family: "Tenor Sans", sans-serif;
	font-size: 16px;
}

.project-invest {
	position: relative;
	padding-top: 72px;
	padding-bottom: 125px;
	background-color: #3E3E3F;
}

.project-invest__title {
	text-align: center;
}

.project-invest__separator-section {
	width: 563px;
	margin: 0 auto;
	height: 1px;
	background-color: #fff;
	margin-top: 35px;
	margin-bottom: 95px;
}

.project-invest__wrapper {
	display: grid;
	grid-template-columns: 7fr 5fr;
	grid-gap: 30px;
	background-color: #fff;
}

.project-invest__wrapper:not(:last-child) {
	margin-bottom: 40px;
}

.project-invest__wrapper.reverse {
	grid-template-columns: 5fr 7fr;
	grid-gap: 35px;
}

.project-invest__left {
	padding: 45px 0 56px 35px;
}

.project-invest__wrapper.reverse .project-invest__left {
	padding: 0;
}

.project-invest__wrapper.reverse .project-invest__left img {
	width: 100%;
    height: 681px;
    object-fit: cover;
	display: block;
	margin-right: auto;
}

.project-invest__wrapper.reverse .project-invest__right {
	padding: 45px 235px 56px 0;
}

.project-invest__item-title {
	font-family: "Tenor Sans", sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	line-height: normal;
}

.project-invest__item-separator {
	max-width: 563px;
	height: 1px;
	background-color: #000;
	margin: 35px 0;
}

.project-invest__item-list ul li {
	position: relative;
	font-size: 16px;
	padding-left: 41px;
}

.project-invest__item-list ul li:not(:last-child) {
	margin-bottom: 25px;
}

.project-invest__item-list ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left:0;
	background-image: url(/wp-content/uploads/2023/11/check_ring_round.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.project-invest__item-btn {
	margin-top: 49px;
}

.project-invest__item-btn a {
	width: 155px;
	background-color: #fff;
	border: 1px solid #A44E29;
}

.project-invest__item-btn a button {
    color: #000;
}

.project-invest__item-btn a:hover {
    background-color: #8b8b8c;
    border: 1px solid #8b8b8c;
}

.project-invest__item-btn a:hover button {
    color: #fff;
}

.project-invest__right img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    display: block;
    margin-left: auto;
}

.advantages-invest {
	position: relative;
	padding-top: 104px;
	padding-bottom: 100px;
}

.advantages-invest__wrapper {
	display: grid;
	grid-template-columns: 7fr 5fr;
	grid-gap: 36px;
	align-items: flex-end;
}

.advantages-invest__separator {
	max-width: 563px;
	height: 1px;
	background-color: #000;
	margin: 35px 0;
}

.advantages-invest__text {
	font-size: 16px;
	margin-bottom: 54px;
}

.advantages-invest__list-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 24px;
}

.advantages-invest__list ul li {
	font-size: 16px;
	line-height: 27.32px;
    position: relative;
    padding-left: 27px;
}

.advantages-invest__list ul li:before {
	content: '';
    position: absolute;
    top: 9px;
    left: 0;
    background-image: url(/wp-content/uploads/2023/11/arrow-list.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
}

.advantages-invest__list ul li:not(:last-child) {
	margin-bottom: 20px;
}

.advantages-invest__btn {
	margin-top: 54px;
}

.advantages-invest__btn a {
	width: 202px;
}

.advantages-invest__btn a button {
	color: #fff;
}

.advantages-invest__left {
	position: relative;
	z-index: 15;
}

.advantages-invest__left:before {
	content: '';
	position: absolute;
	left: -72px;
	top: 68px;
	width: 802px;
	height: 799px;
	background-color: #A44E29;
	z-index: -1;
}

.contact-form-section {
    position: relative;
    padding-bottom: 41px;
}

.contact-form-section:after {
    content: '';
    position: absolute;
    right: 0;
    top: -130px;
    background-image: url(/wp-content/uploads/2023/11/logo-bg-section.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 551px;
    height: 689px;
}

.contact-form__wrapper {
	margin-top: 308px;
}

.contact-form__wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.contact-form__left {
    max-width: 563px;
}

.contact-form__separator {
    max-width: 563px;
    height: 1px;
    background-color: #000;
    margin: 35px 0;
}

#wpcf7-f1037-o1 .btn {
    width: 140px;
}

/* SOHO HOUSE PAGE */

.page-template-soho-project-template section .container {
    max-width: 1400px;
    padding: 0;
}

.hero-project__title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 40px;
    text-transform: inherit;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 0;
}

.page-template-soho-project-template section h2 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 40px;
    text-transform: inherit;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

.hero-project {
    position: relative;
    padding: 100px 0px 0 0;
    background: #F5F5F5;
}

.hero-project__wrapper {
    display: grid;
    grid-template-columns: 683px 1fr;
    grid-gap: 35px;
    padding-top: 111px;
}

.project-slider-product {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.hero-project-slider .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 683px;
    height: 100%;
    object-fit: cover;
}

.project-slider-product .swiper-slide img {
    max-height: 524px;
    min-height: 524px;
}

.project-slider-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
}

.project-slider-thumbs .swiper-slide {
  width: 29.95%;
  height: 100%;
}

.project-slider-thumbs .swiper-slide img {
    width: 204px;
    height: 134px;
}

.hero-project__info-wrapper {
    max-width: 561px;
}

.project__info-title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 36px;
    text-transform: inherit;
    font-weight: 400;
    line-height: 135%;
    margin: 0;
    padding: 0;
}

.project__info-title span {
    margin-left: 48px;
}

.project__info-separator {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 70px;
}

.project__info-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.project__info-item {
    width: 100%;
    min-height: 110px;
    background-color: #fff;
    padding: 23px 20px 17px 20px;
}

.info-item__title {
    font-size: 16px;
    margin-bottom: 10px;
}

.info-item__text {
    font-weight: 600;
}

.project__info-proterty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 34px 36px 47px;
    background-color: #3E3E3F;
    margin-top: 10px;
}

.info-proterty__title {
    color: #fff;
    font-size: 16px;
}

.information-project {
    padding-top: 74px;
    padding-bottom: 130px;
    background-color: #F5F5F5;
}

.information__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 37px;
}

.information__project_separator {
    max-width: 563px;
    height: 1px;
    background-color: #000;
    margin-top: 12px;
    margin-bottom: 36px;
}

.info__desc_title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.info__desc_text {
    font-size: 16px;
    line-height: normal;
}

.information__project_desc {
    margin-bottom: 50px;
}

.info__spec_title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.info__spec_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 41px;
    column-gap: 35px;
}

.info__spec_item {
    padding-left: 26px;
}

.info__spec_item-title {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info__spec_item-title:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -25px;
    background-image: url('/wp-content/uploads/2023/11/arrow-list.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 10px;
}

.information-project__image {
    position: relative;
    z-index: 10;
}

.information-project__image img {
    margin-top: 60px;
    width: 100%;
    object-fit: cover;
}

.information-project__image:before {
    content: '';
    position: absolute;
    top: 113px;
    left: 58px;
    width: 689px;
    height: 687px;
    background-color: #A44E29;
    z-index: -1;
}

.project-advantages {
    background-color: #fff;
    padding-top: 75px;
    padding-bottom: 75px;
}

.project-advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 35px;
}

.project-advantages__item-title {
    font-size: 24px;
}

.project-advantages__item-separator {
    width: 100%;
    height: 1px;
    background-color: #A44E29;
    margin: 30px 0;
}

.project-advantages__item-text {
    width: 91%;
    font-size: 20px;
    line-height: normal;
}

.conditions {
    padding-top: 100px;
    padding-bottom: 158px;
}

.conditions__wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 43px;
}

.conditions__wrapper_col:nth-child(2) {
    max-width: 608px;
    padding-top: 72px;
}

.conditions__separator {
    max-width: 563px;
    height: 1px;
    background-color: #000;
    margin-top: 12px;
    margin-bottom: 36px;
}

.conditions__desc {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 30px;
}

.conditions__list ul li {
    font-size: 16px;
    position: relative;
    padding-left: 57px;
}

.conditions__list ul li:not(:last-child) {
    margin-bottom: 30px;
}

.conditions__list ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 21px;
    background-image: url(/wp-content/uploads/2023/11/check_ring_round.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.conditions__image {
    position: relative;
    z-index: 10;
}

.conditions__image:before {
    content: '';
    position: absolute;
    top: 53px;
    left: -58px;
    width: 689px;
    height: 687px;
    background-color: #A44E29;
    z-index: -1;
}

.scheme-section {
    padding-top: 100px;
    padding-bottom: 0px;
}

.scheme-section__title {
    font-size: 32px;
    font-weight: normal;
}

.scheme-section__separator {
    max-width: 563px;
    background-color: #000;
    height: 1px;
    margin-top: 12px;
}

.scheme-section__wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 122px;
    padding-top: 91px;
}

.scheme-section__btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 46px;
}

.scheme-floor__item {
    font-size: 17px;
    color: #1F1F1F;
    font-weight: 500;
    padding: 16px 28px;
    border-radius: 28px;
    border: 1px solid #A44E29;
    transition: .3s;
}

.scheme-floor__item.active {
    background-color: #A44E29;
    color: #fff;
}

.scheme-floor__item:not(:last-child) {
    margin-bottom: 30px;
}

.scheme-floor__item:hover {
    /*color: var(--color-white);
    background-color: var(--color-60);*/
}

.scheme-floor__wrapper {
    display: none;
}

.scheme-floor__wrapper img {
    max-width: 920px;
    object-fit: cover;
}

.scheme-floor__wrapper.active {
    display: block;
    animation: scaleFadeIn .5s linear normal forwards;
}

@keyframes scaleFadeIn {
    from { 
        opacity: 0; 
        transform: scale(.96) 
    } to { 
        opacity: 1; 
        transform: scale(1) 
    }
}

.page-template-soho-project-template .contact-form__wrapper {
    margin-top: 244px;
}

.page-template-soho-project-template .contact-form-section:after {
    
}

.grecaptcha-badge {
	display: none !important;
}

@media (max-width:1540px) {
	.page-template-invest-template section .container {
		padding: 0 32px;
	}

    .page-template-soho-project-template section .container {
        padding: 0 32px;
    }

	.project-invest__right img {
		height: 100%;
	}

	.project-invest__wrapper.reverse .project-invest__right {
		padding: 45px 150px 56px 0;
	}

	.project-invest__wrapper.reverse .project-invest__left img {
		height: 100%;
	}

    .why-us__image-right:before {
        top: 38px;
        left: 38px;
    }

    .advantages-invest__left:before {
        left: -28px;
        top: 48px;
    }

    .information-project__image:before {
        left: 38px;
    }

    .page-id-1214 .information-project__image:before {
        top: 94px;
        left: 30px;
        width: 650px;
        height: 647px;
    }

    .page-id-1214 .conditions__image:before {
        top: 36px;
        left: -35px;
        width: 682px;
        height: 679px;
    }

}

@media (max-width:1420px) {
    .why-us__image-right:before {
        content: none;
    }
    .advantages-invest__left:before {
        content: none;
    }

    .information-project__image:before {
        content: none;
    }

    .conditions__image:before {
        content: none;
    }
}

@media (min-width:992px) and (max-width:1337px) {
    .why-us__wrapper {
        grid-template-columns: repeat(2,1fr);
    }

    .why-us__image-right img {
        width: 100%;
    }

    .advantages-invest__wrapper {
        grid-template-columns: repeat(2,1fr);
    }

    .advantages-invest__left img {
        width: 100%;
        height: 688px;
        object-fit: cover;
    }

    .contact-form-section {
        overflow: hidden;
    }

    .contact-form-section:after {
        right: -140px;
        top: 170px;
    }

    .scheme-floor__wrapper img {
        width: 100%;
    }

    .project__info-title {
        font-size: 30px;
    }

    .project__info-title span {
        margin-left: 0;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .project-slider-product .swiper-slide img {
        max-height: 425px;
    }

    .project-slider-thumbs .swiper-slide img {
        width: 135px;
        height: 115px;
    }

    .hero-project__wrapper {
        grid-template-columns: 460px 1fr;
    }

    .information-project__image {
        height: 100%;
    }

    .information-project__image img {
        height: 100%;
    }

    .project-advantages__item-title {
        font-size: 22px;
    }

    .project-advantages__item-text {
        width: 100%;
        font-size: 18px;
    }

    .conditions__image {
        height: 100%;
    }

    .conditions__image img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991.98px) {
	.page-template-invest-template section .container {
		padding: 0 16px;
	}

	.advantages-numbers__wrapper {
		grid-template-columns: 100%;
	}

	.why-us__wrapper {
	    grid-template-columns: 100%;
	}

	.why-us__image-right img {
		width: 100%;
	}

	.why-us__image-right:before {
		content: none;
	}

    .advantages-invest__wrapper {
        grid-template-columns: 100%;
    }

    .hero-project__wrapper {
        grid-template-columns: 420px 1fr;
    }

    .project-advantages__wrapper {
        grid-template-columns: 100%;
    }

    .scheme-floor__wrapper img {
        width: 100%;
    }

    .contact-form-section:after {
        top: 142px;
        width: 405px;
        height: 508px;
    }

    .conditions__image {
        height: 100%;
    }

    .conditions__image img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .first-screen {
        display: none;
    }
    #pb_remote_app {
        display: none;
    }
    .invest-time__wrapper {
        grid-template-columns: 100%;
    }

    .invest-time__separator, .project-invest__separator-section {
        width: 50%;
    }

    .advantages-invest__left img {
        width: 100%;
    }

    .first-screen__logo img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .page-template-invest-template section h2 {
        font-size: 24px;
    }

    .why-us {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .why-us__text {
        font-size: 16px;
        line-height: 24.78px;
    }

    .why-us__image-right {
        margin-top: 35px;
    }

    .why-us__items ul li {
        font-size: 16px;
    }

    .why-us__items ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .why-us__list-title {
        font-size: 18px;
    }

    .advantages-numbers {
        padding: 65px 0 65px 0;
    }

    .advantages-numbers__title {
        font-size: 65px;
    }

    .advantages-numbers__text {
        font-size: 20px;
        line-height: 25.44px;
    }

    .invest-time {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .invest-time__separator {
        margin-bottom: 65px;
    }

    .invest-time__item-text {
        font-size: 16px;
        line-height: 22px;
    }

    .project-invest {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .project-invest__separator-section {
        margin-bottom: 65px;
    }

    .project-invest__wrapper {
        grid-template-columns: 100%;
    }

    .project-invest__left {
        padding: 35px 15px 0px 15px;
    }

    .project-invest__item-title {
        font-size: 24px;
    }

    .project-invest__item-separator {
        margin: 25px 0;
    }

    .project-invest__item-list ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .project-invest__item-list ul li {
        font-size: 16px;
        line-height: 24px;
        padding-left: 35px;
    }

    .project-invest__wrapper.reverse {
        grid-template-columns: 100%;
    }

    .project-invest__wrapper.reverse .project-invest__right {
        order: -1;
    }

    .project-invest__wrapper.reverse .project-invest__right {
        padding: 35px 15px 0px 15px;
    }

    .advantages-invest {
        padding-top: 65px;
    }

    .advantages-invest__right {
        order: -1;
    }

    .advantages-invest__text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 35px;
    }

    .advantages-invest__list-title {
        font-size: 18px;
        line-height: 24px;
    }

    .advantages-invest__list ul li {
        font-size: 16px;
    }

    .advantages-invest__list ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .contact-form-section:after {
        content: none;
    }

    .contact-form__wrapper {
        grid-template-columns: 100%;
        margin-top: 65px;
    }

    .conditions__wrapper {
        grid-template-columns: 100%;
    }

    .conditions__image img {
        width: 100%;
    }

    .scheme-section__wrapper {
        grid-template-columns: 100%;
        grid-gap: 35px;
    }

    .scheme-floor__wrapper img {
        width: 100%;
    }

    .hero-project__wrapper {
        grid-template-columns: 100%;
        padding-top: 0;
    }

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

    .project-slider-product .swiper-slide img {
        max-height: 375px;
        min-height: 375px;
    }

    .project__info-title {
        font-size: 22px;
    }

    .project__info-title span {
        margin-left: 0;
    }

    .project__info-separator {
        margin-bottom: 30px;
    }

    .project__info-items {
        grid-template-columns: 100%;
    }

    .project__info-item {
        min-height: auto;
    }

    .project__info-proterty {
        padding: 20px;
    }

    .information__wrapper {
        grid-template-columns: 100%;
    }

    .info__spec_items {
        grid-template-columns: 100%;
        row-gap: 25px;
    }

    .information-project__image img {
        margin-top: 0;
    }

    .info__desc_title {
        line-height: normal;
    }

    .info__spec_item-title {
        margin-bottom: 10px;
    }

    .information-project {
        padding-bottom: 75px;
    }

    .project-advantages__item-title {
        font-size: 20px;
    }

    .project-advantages__item-separator {
        margin: 20px 0;
    }

    .project-advantages__item-text {
        width: 100%;
        font-size: 16px;
    }

    .conditions {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .conditions__wrapper_col:nth-child(2) {
        padding-top: 0;
    }

    .conditions__list ul li:before {
        left: 0;
    }

    .conditions__list ul li {
        padding-left: 35px;
    }

    .conditions__list ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .scheme-section {
        padding-top: 0;
        padding-bottom: 75px;
    }

    .scheme-section__wrapper {
        padding-top: 0;
    }

    .scheme-section__btns {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
    }

    .scheme-floor__item:not(:last-child) {
        margin-bottom: 0;
    }

    .page-template-soho-project-template section h2 {
        font-size: 24px;
    }

    .page-template-soho-project-template .contact-form__wrapper {
        margin-top: 0;
    }
}









@media screen and (max-width: 960px) {
    body .first-screen {
        display: block;
        margin-top: 125px;
    }
body div#pb_remote_app {
    display: block;
	margin-top: 60px;
}
	.header__menu.active .header__menu-close.icon:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/08/close-svg.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
}
	.header__menu.active .header__menu-close.icon:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/08/close-svg.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
}
body .services-thumbs-slide.swiper-slide-thumb-active {
    height: auto;
    padding-bottom: 20px;
}
body .services__sliders {
    height: auto;
    min-height: auto;
}
body .services__slider-thumbs {
    height: auto;
    padding-bottom: 50px;
}
body .portfolio-slider {
    margin-top: 0;
}

body .portfolio-slide {
    height: auto;
    min-height: 75vh;
}
	body .press__slider {
    height: auto;
    min-height: auto;
}
	body .services-thumbs-slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
}
	}