@font-face {
font-family: "Legan";
src: local("Legan"), url("../fonts/Legan.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}

:root {
--container-big: 1780px;
--container-small: 1370px;
--container-padding: 0 16px;
--content-color: #26d171;
}
.title {
font-size: 160px;
font-weight: normal;
font-family: "Legan", sans-serif;
}
.desc {
font-family: "Inter", sans-serif;
font-weight: 100;
font-size: 32px;
}
.title,
.desc {
color: black;
text-align: center;
padding: 0 10px;
}
.container-big,
.container-small {
margin: 0 auto;
padding: var(--container-padding);
}
.container-big {
max-width: var(--container-big);
}
.container-small {
max-width: var(--container-small);
}
.none {
display: none;
}
body {
font-family: "Inter", sans-serif;
font-weight: 400;
color: black;
font-size: 18px;
z-index: 100;
margin: 0;
text-rendering: optimizeLegibility;
}
.header {
position: fixed;
z-index: 1000;
}
.logo,
.menu__btn,
.request,
.contact {
z-index: 1000;
}
.logo {
position: fixed;
top: 30px;
left: 30px;
width: 200px;
height: 75px;
}
.logo svg {
fill: black;
}
.preloader {
position: fixed;
background-color: #fff;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 10000;
transition: 2s;
}
.loaded .preloader {
opacity: 0;
visibility: hidden;
}
.menu__btn {
position: fixed;
left: 30px;
top: calc(50% - 12.5px);
width: 55px;
height: 25px;
cursor: pointer;
}
.menu__btn span {
position: absolute;
width: 100%;
height: 2.20px;
background-color: black;
transition: 0.4s ease-in-out;
}
.menu__btn span:nth-child(1) {
top: 1%;
}
.menu__btn span:nth-child(2) {
top: 50%;
background-color: var(--content-color);
}
.menu__btn span:nth-child(3) {
top: 100%;
}
.menu__btn.active span:nth-child(1),
.menu__btn.active span:nth-child(3) {
top: 50%;
}
.menu__btn.active span:nth-child(1) {
transform: rotate(45deg);
}
.menu__btn.active span:nth-child(3) {
transform: rotate(-45deg);
}
.menu__btn.active span:nth-child(2) {
opacity: 0;
visibility: hidden;
}
.menu-phone {
display: none;
}
.menu__column.menu-phone-top {
margin-top: 30px;
margin-bottom: 15px;
}
.menu-phone-bot {
margin-bottom: 0;
}
.menu-phone a,
.menu-phone button {
font-weight: 500;
font-size: 20px;
}
.about__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 75px;
}
.about__title {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}
.about__text {
    line-height: 1.48;
    font-weight: 300;
    font-size: 19px;
}
.navigation-right {
position: fixed;
top: 50%;
transform: translateY(-50%);
right: 30px;
width: 100px;
height: 100px;
z-index: 100;
overflow: hidden;
}
.navigation-right li {
position: absolute;
background-color: #000000;
width: 100%;
right: 0;
height: 3.15px;
transition: 0.77s;
transform: translateX(40%);
}
.navigation-right li:nth-child(1) {
top: 0;
}
.navigation-right li:nth-child(2) {
top: 26%;
}
.navigation-right li:nth-child(3) {
top: 50%;
}
.navigation-right li:nth-child(4) {
top: 75%;
}
.navigation-right li.active {
transform: translateX(0%);
background-color: var(--content-color);
}
.navigation-link {
position: absolute;
width: 100%;
height: 3px;
}
.request {
position: fixed;
top: 97px;
right: 230px;
}
.request,
.contact {
overflow: hidden;
}
.contact {
position: fixed;
top: 97px;
right: 30px;
}
.request button::after,
.contact a::after {
content: attr(data-hover);
position: absolute;
display: block;
top: 0;
right: 0;
transform: translateY(-100%);
font-weight: 500;
font-size: 17.5px;
transition: transform 0.75s cubic-bezier(0.5, 0, 0.2, 1);
transition: transform 0.75s cubic-bezier(0.5, 0, 0.2, 1),
-webkit-transform 0.5s cubic-bezier(0.5, 0, 0.2, 1);
}
.contact a::after {
color: var(--content-color);
}
.request button,
.contact a {
display: inline-block;
transition: transform 0.75s cubic-bezier(0.5, 0, 0.2, 1);
transition: transform 0.75s cubic-bezier(0.5, 0, 0.2, 1),
-webkit-transform 0.5s cubic-bezier(0.5, 0, 0.2, 1);
}
.contact a {
color: #000;
}
.request button:hover:after,
.contact a:hover::after {
transform: translateY(-100%);
}
/*.request button:hover,*/
/*.contact a:hover {*/
/*transform: translateY(150%);*/
/*}*/
.panel__wrapper {
position: relative;
min-height: 100vh;
overflow: hidden;
}

.projects__block {
width: 100%;
height: 100vh;
background-image: url("../images/technical/background.webp");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
user-select: none;
}
.project__panel,
.panel__content {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: black;
background-image: url("../images/technical/background.webp");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
user-select: none;
}
.panel__nav {
margin-bottom: 70px;
}
.panel__rows {
display: flex;
align-items: center;
justify-content: center;
}
.panel__column {
font-size: 20px;
font-weight: 100;
}
.panel__lines {
width: 150px;
height: 2px;
margin: 0 16px;
display: flex;
}
.panel__line01 {
width: 50%;
background-color: var(--content-color);
height: 2px;
}
.panel__line02 {
width: 50%;
background-color: #393838;
height: 2px;
}
.project__block .panel__text {
max-width: 1197px;
padding: 60px;
}
.panel__text .project__title,
.panel__text .project__desc {
padding: unset;
}
.panel__text,
.panel__link {
z-index: 10;
}
.panel__desc {
max-width: 750px;
margin: 0 auto;
margin-top: 30px;
text-align: center;
}
.panel__link {
position: absolute;
bottom: 40px;
left: calc(50% - 22px);
width: 44px;
height: 44px;
transition: 0.45s;
}
.panel__link:hover {
transform: rotate(90deg);
}
.panel__link::after,
.panel__link::before {
content: "";
background-color: black;
position: absolute;
}
.panel__link::after {
width: 100%;
height: 1px;
top: 50%;
left: 0;
}
.panel__link::before {
height: 100%;
width: 1px;
top: 0;
left: 50%;
}
.panel__image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
z-index: 1;
}
.panel__info {
position: absolute;
bottom: 5%;
left: 30px;
z-index: 10;
color: black;
border: 1px solid var(--content-color);
padding: 15px;
font-weight: 500;
}
.panel__name {
position: relative;
}
.panel__name::after {
content: "|";
position: absolute;
right: -20px;
top: 0;
}
.panel__year {
margin-left: 30px;
}
.wrapper__image {
--clip-position: -100%;
--clip-width: 35vw;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
display: block;
transform: translate(-50%, -50%);
user-select: none;
object-fit: cover;
clip-path: polygon(
calc(var(--clip-position) - var(--clip-width) / 2) 0%,
calc(var(--clip-position) + var(--clip-width) / 2) 0%,
calc(var(--clip-position) + var(--clip-width) / 2) 100%,
calc(var(--clip-position) - var(--clip-width) / 2) 100%
);
}
.succes__alert,
.modal__window {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.9);
z-index: 9999;
display: flex;
justify-content: flex-end;
align-items: center;
opacity: 0;
visibility: hidden;
transition: 0.6s;
}
.modal__container {
background-color: #fff;
width: 700px;
height: 100vh;
padding: 50px 40px 50px;
position: relative;
transition: 0.6s;
overflow-x: hidden;
overflow-y: auto;
transform: translateX(200%);
}
.succes__alert.active,
.modal__window.active {
opacity: 1;
visibility: visible;
}
.succes__alert .modal__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.succes__btn {
    align-self: start;
}
.succes__alert.active .modal__container,
.modal__window.active .modal__container {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.modal__name {
font-size: 48px;
letter-spacing: -0.06em;
line-height: 73px;
font-weight: 200;
}
.modal__desk {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 200;
}
.modal__form {
margin-top: 40px;
}
.modal__input {
position: relative;
margin-bottom: 50px;
}
.modal__input input {
border-bottom: 1px solid #000000;
height: 70px;
width: 100%;
outline: none;
}
.modal__input input:focus + label,
.modal__input input:valid + label,
.modal__input input:hover + label {
bottom: 90%;
font-size: 15px;
}
.modal__input input {
    color: black;
}
.modal__input input,
.modal__input label {
font-weight: 200;
font-size: 28px;
}
.modal__input label {
position: absolute;
bottom: 20%;
left: 0;
color: #646363;
transition: 0.44s;
}
.modal__input input.error {
    border-bottom: 1px solid red !important;
}
.modal__input label .error{
    display: none !important;
}
.input__wrapper {
margin-bottom: 20px;
border-bottom: 1px solid #000000;
padding-bottom: 20px;
}
.input__file {
opacity: 0;
visibility: hidden;
position: absolute;
}
.input__file-icon-wrapper {
height: 22.5px;
width: 22.5px;
margin-left: 15px;
object-fit: contain;
}
.input__file-button-text {
line-height: 1;
margin-top: 1px;
}
.input__file-button {
width: 100%;
max-width: 340px;
height: 30px;
color: #646363;
font-size: 24px;
font-weight: 200;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
border-radius: 3px;
cursor: pointer;
}
.field__wrapper {
width: 100%;
position: relative;
margin: 15px 0;
text-align: center;
}
.field__file {
opacity: 0;
visibility: hidden;
position: absolute;
}
.modal__checkbox {
font-weight: 200;
font-size: 17px;
position: relative;
left: -17px;
}
.real-chekbox {
    opacity: 0;
}
.custom-checkbox {
display: inline-block;
width: 20px;
height: 20px;
background-color: #fff;
border: 1px solid black;
vertical-align: sub;
margin-right: 5px;
position: relative;
}
.custom-checkbox::before {
content: "";
display: inline-block;
width: 11px;
height: 11px;
background-image: url("../images/technical/checkbox.svg");
background-size: cover;
background-repeat: no-repeat;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: 0.2s;
opacity: 0;
}
.real-chekbox:checked + .custom-checkbox::before {
opacity: 1;
}
.succes__btn,
.modal__btn {
font-weight: 300;
letter-spacing: -0.04em;
font-size: 24px;
margin-top: 60px;
position: relative;
}
.succes__btn::after,
.modal__btn::after {
content: "";
background-image: url("../images/technical/Arrow-r.svg");
background-size: contain;
background-repeat: no-repeat;
width: 60px;
height: 10px;
position: absolute;
top: calc(50% - 5px);
right: -73px;
font-size: 22px;
transform: translateX(0px);
}
.succes__btn,
.succes__btn::after,
.close-btn,
.modal__btn,
.modal__btn::after {
transition: 0.6s;
}
.succes__btn:hover,
.modal__btn:hover {
color: #393838;
}
.succes__btn:hover::after,
.modal__btn:hover::after {
transform: translateX(20px);
}
.close-btn {
position: absolute;
top: 30px;
right: 30px;
width: 35px;
height: 35px;
cursor: pointer;
}
.close-btn:hover {
transform: rotate(90deg);
}
.close-btn span {
position: absolute;
width: 100%;
height: 1.5px;
background-color: #000000;
}
.close-btn span {
top: 50%;
}
.close-btn span:first-child {
transform: rotate(45deg);
}
.close-btn span:last-child {
transform: rotate(-45deg);
}
.menu__container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url("../images/technical/background.webp");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
width: 100%;
height: 100vh;
z-index: 500;
justify-content: center;
align-items: center;
display: none;
opacity: 0;
visibility: hidden;
transition: 0.6s;
}
.menu__container.visible {
opacity: 1;
visibility: visible;
}
.menu__container.active {
display: flex;
}
.menu__row {
display: flex;
}
.menu__column {
padding: 0 0px;
border-right: 1px solid black;
width: calc(100vw / 6);
height: 100vh;
overflow: hidden;
position: relative;
}
.menu__column:hover img {
opacity: 1;
visibility: visible;
}
.menu__column:hover .menu__link {
color: #fff;
}
.menu__column img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
opacity: 0;
visibility: hidden;
transition: 1s ease-in-out;
filter: brightness(50%);
}
.menu__link {
color: black;
font-size: 25px;
font-weight: 300;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: 0.65s ease-in-out;
}
.menu__column:first-of-type {
border-left: 1px solid black;
}
.service__title {
color: #fff;
font-size: 128px;
}
.service__desc {
    font-size: 20px;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 300;
}
.header.active {
color: #fff;
}
.header.usage {
color: black;
}
.header.usage .request {
color: black;
}
.header.usage .logo svg path {
fill: black !important;
}
.header.usage .menu__btn span {
background-color: black !important;
}
.header.active .logo svg path {
fill: #000;
}
.header.active .menu__btn span {
background-color: #fff;
}

.header .img-home {
   display: block;
}
.header.active  .img-home {
    display: none;
}

.header .img-hometwo {
    display: none;
}
.header.active  .img-hometwo {
    display: block;
}

.header.header.active .menu__btn span:nth-child(2) {
background-color: var(--content-color);
}
.panel__link.active::after,
.panel__link.active::before {
background-color: #fff;
}
.panel__pages {
position: absolute;
bottom: 5%;
width: 100%;
display: flex;
justify-content: center;
}
.panel__page {
margin-left: 70px;
color: black;
font-size: 20px;
position: relative;
padding-left: 22px;
}
.panel__page:first-child {
margin-left: 0;
}
.panel__page::before {
content: "|";
position: absolute;
left: 0;
top: 0;
}
.project__filters-wrapper {
position: absolute;
left: calc(100vw / 6);
top: 50%;
transform: translateY(-50%);
}
.project__filters li:first-child {
margin-top: 0;
}
.project__filters li {
margin-top: 45px;
}
.project__filter {
font-size: 20px;
position: relative;
padding-left: 60px;
display: inline-block;
overflow: hidden;
color: #000000;
}
.project__filter::after {
content: "";
position: absolute;
top: 52%;
left: 0;
width: 45px;
height: 1px;
background-color: black;
transform: translateX(-100%);
transition: 0.7s;
}
.project__filter.active::after {
transform: translateX(0);
}
.projects-slider {
position: fixed;
top: 12%;
z-index: 500;
height: 100vh;
width: 100vw;
}
.projects-slide {
padding-top: calc(80vh / 10.8);
padding-bottom: calc(80vh / 10.8);
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.projects-slide__content {
position: relative;
display: block;
overflow: hidden;
}
.projects-slide__content img {
position: absolute;
object-fit: cover;
object-position: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
visibility: hidden;
transition: 0.7s;
}
.projects-slide__content:hover img {
opacity: 1;
visibility: visible;
}
.projects-slide__content:hover .projects-slide__name,
.projects-slide__content:hover .projects-slide__desc {
color: #fff;
}
.projects-slide__name,
.projects-slide__desc {
color: black;
font-weight: 300;
transition: 0.45s;
}
.projects__wrapper {
transition: 1.5s;
}
.projects__wrapper.hide {
opacity: 0;
visibility: hidden;
}
.projects-slide__name {
font-size: calc(80vh / 10.8);
padding-top: 10px;
}
.projects-slide__desc {
font-size: 13px;
padding-bottom: 20px;
}
.project__title {
font-size: 64px;
color: #fff;
max-width: 1197px;
text-align: left;
}
.project__link.panel__link {
top: 50%;
right: 30px;
left: unset;
}
.project__desc {
text-align: left;
color: #fff;
font-size: 64px;
font-family: "Legan", sans-serif;
margin-top: 38px;
}
.project__image {
filter: brightness(70%);
filter: contrast(-85%);
}
.project__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project__info {
/*max-width: 1197px;*/
    max-width: 1497px;
width: 100%;
position: absolute;
bottom: 5%;
z-index: 2;
color: #fff;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 60px;
}
.service__panel {
position: relative;
}
.section {
transition: 0.6s;
}
.section.none {
display: none;
}
.section.hide {
opacity: 0;
visibility: hidden;
}
.project__back {
color: #fff;
position: relative;
width: unset;
height: unset;
display: inline-block;
margin-bottom: 30px;
}
.project__back::before {
content: "";
position: absolute;
top: calc(50% - 4px);
left: -55px;
background-image: url("../images/technical/Arrow-l.svg");
background-size: cover;
background-repeat: no-repeat;
width: 45px;
height: 8px;
}
.project__wrapper {
max-width: 1197px;
margin: 0 auto;
padding-top: 150px;
}
.project__sub {
margin-bottom: 50px;
padding-left: 16px;
}
.project__describing {
display: flex;
justify-content: space-between;
padding: 0 16px 200px 16px;
}
.project__build {
font-weight: 200;
font-size: 48px;
max-width: 628px;
}
.project__list {
font-weight: 200;
font-size: 25px;
line-height: 133.02%;
letter-spacing: 0.02em;
max-width: 600px;
margin-left: 70px;
position: relative;
top: 150px;
padding-bottom: 150px;
}
.project-slider {
overflow: hidden;
position: relative;
text-align: center;
justify-content: center;
align-items: center;
}
.project-slide img {
border-radius: 20px;
width: 100%;
height: 100%;
object-fit: cover;
max-height: 500px;
}
.project__form {
padding: 250px 0;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-weight: 200;
font-size: 48px;
}
.project__input {
max-width: 495px;
text-align: center;
}
.project__input,
.project__input::placeholder {
color: black;
font-weight: 200;
}
.project__input:focus {
border-bottom: 1px solid #393838;
}
.project__input:first-of-type {
opacity: 0.75;
}
.project__input:first-of-type:focus,
.project__input:last-of-type:focus {
opacity: 1;
}
.project__input:last-of-type,
.project__btn {
opacity: 0.5;
}
.project__btn {
color: #393838;
font-weight: 200;
}
.project-next {
max-width: 1197px;
margin: auto;
text-align: left;
margin-bottom: 37px;
padding: 0 30px;
}
.project-next__name {
font-size: 24px;
font-weight: 200;
color: #7d7d7d;
position: relative;
overflow: hidden;
display: inline-block;
}
.project-next__name::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #6e6d6d;
transform: translateX(-100%);
transition: 0.6s;
}
.project-next__name:hover::after {
transform: translate(0);
}
.project-next__image,
.project-next__image img {
width: 100%;
height: auto;
object-fit: cover;
transition: 1s;
}
.project-next__image img {
    max-height: 300px;
    overflow: hidden;
}
.project-next__image img {
transform: matrix(0.8, 0, 0, 0.8, 0.8, 0.6);
}
.project-next__image.active img {
transform: matrix(1, 0, 0, 1, 1, 1);
}
.swiper-button-prev:after,
.swiper-button-next:after {
color: black;
background-color: #fff;
border-radius: 100%;
padding: 20px;
font-size: 32px;
position: absolute;
opacity: 0;
transition: 0.6s;
}
.swiper-button-prev:after {
content: "\21BC" !important;
left: 12.5%;
}
.swiper-button-next:after {
content: "\21C0" !important;
right: 12.5%;
}
.project-slider:hover .swiper-button-prev:after,
.project-slider:hover .swiper-button-next:after {
opacity: 1;
}
.news__content {
display: flex;
padding: 0 16px;
}
.news__card {
position: relative;
max-width: 640px;
max-height: 640px;
flex-basis: 90%;
}
.news__card:last-of-type {
/*margin-left: 40px;*/
}
.news__text {
border-radius: 0 0 20px 20px;
position: absolute;
bottom: 0;
display: flex;
justify-content: space-between;
width: 100%;
background: rgba(0, 0, 0, 0.61);
color: #fff;
padding: 40px 20px;
display: flex;
}
.news__title {
font-family: "Legan";
font-size: 28px;
}
.news__date {
font-weight: 300;
}
.news__image {
max-width: 640px;
max-height: 640px;
}
.news__image img {
border-radius: 20px;
width: 100%;
height: 100%;
object-fit: cover;
}
.news-card {
padding: 200px 0;
max-width: 1400px;
margin: auto;
}
.news-all {
padding-left: 50px;
color: black;
position: relative;
left: 30px;
font-weight: 300;
}
.news-all::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 40px;
height: 1px;
background-color: black;
}
.news-card__container {
display: flex;
justify-content: space-between;
padding: 30px;
}
.news-card__image,
.news-card__text {
flex-basis: 50%;
}
.news-card__text {
margin-left: 46px;
}
.news-card__image img {
max-width: 855px;
max-height: 635px;
overflow: hidden;
width: 100%;
height: 100%;
object-fit: cover;
}
.news-card__text {
font-weight: 200;
}
.news-card__name {
font-weight: 200;
font-size: 48px;
}
.news-card__date {
font-size: 20px;
color: #646363;
margin: 26px 0 62px 0;
}
.news-card__desc {
font-size: 24px;
}
.other-news {
padding: 100px 0;
}
.other-news__title {
font-size: 48px;
text-align: center;
font-weight: 300;
margin-bottom: 108px;
}
.management {
background-image: url("../images/technical/background.webp");
background-size: cover;
width: 100%;
height: 100vh;
padding-top: 60px;
}
.management-slider {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 600px;
width: 100%;
height: 500px;
z-index: 150;
}
.management__title {
font-family: "Legan";
font-size: 64px;
text-align: center;
letter-spacing: 0.03em;
}
.management-slider.swiper-container {
height: 470px;
perspective: 1200px;
overflow: hidden;
}
.management-slide {
height: 100%;
transition: 1s;
position: relative;
width: 50%;
transition-property: transform;
transition-duration: 0ms;
transform: translate3d(0px, 0px, -360px) rotateX(0deg) rotateY(0deg);
z-index: 0;
bottom: -50px;
}
.management__content {
background: #d9d9d9;
height: 100%;
text-align: center;
}
.management-slide.swiper-slide-active {
transform: translate3d(0px, 0px, -1440px) rotateX(0deg) rotateY(0deg);
}
.management__image {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
-webkit-transition: 1s;
transition: 1s;
}
.management__image img {
max-width: 100%;
}
.management__desk {
padding: 30px;
}
.management__name {
font-weight: 300;
font-size: 25px;
}
.management__post {
letter-spacing: 0.03em;
font-weight: 300;
font-size: 16px;
color: #525252;
margin-top: 10px;
}
.management-button-prev,
.management-button-next {
position: absolute;
background-size: cover;
width: 92px;
height: 14px;
background-repeat: no-repeat;
cursor: pointer;
top: 0%;
}
.management-button-prev {
background-image: url("../images/management/arrow-left.svg");
left: 40%;
}
.management-button-next {
background-image: url("../images/management/arrow-right.svg");
right: 40%;
}

.management-button-prev2,
.management-button-next2 {
    position: absolute;
    background-size: cover;
    width: 85px;
    height: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 0%;
}
.management-button-prev2 {
    background-image: url("../images/management/arrow-left.svg");
    left: 40%;
}
.management-button-next2 {
    background-image: url("../images/management/arrow-right.svg");
    right: 40%;
}

.vacancy-slider {
overflow: hidden;
position: relative;
text-align: center;
padding: 0 40px;
margin-top: 60px;
}

.news-slider{
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 40px;
    margin-top: 250px;
}

.documents-slider{
    max-height: 600px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.document_mobile{
    margin-top: 60px;
    text-align: center;
}

.document_mobile_img{
    max-height: 600px;
}

.team-height{
   max-height: 370px;
}

.vacancy-slide {
height: 100%;
background-color: #d9d9d9;
padding: 12px;
}
.vacancy__post {
color: #ffffff;
font-size: 32px;
letter-spacing: 0.03em;
background-color: rgba(0, 0, 0, 0.34);
height: 400px;
display: flex;
align-items: center;
justify-content: center;
}
.vacancy__city {
position: absolute;
left: 50%;
bottom: 40px;
transform: translate(-50%, -50%);
font-size: 20px;
}
.vacancy__btn {
font-weight: 300;
font-size: 21px;
letter-spacing: 0.03em;
border: 1px solid black;
padding: 18px;
margin-top: 40px;
position: relative;
z-index: 10;
overflow: hidden;
transition: 0.6s;
}
.vacancy__btn::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: black;
z-index: -1;
transform: translateX(-110%);
transition: 0.6s;
}
.vacancy__btn:hover:after {
transform: translateX(0%);
}
.vacancy__btn:hover {
color: #fff;
}
.advantages__panel {
background-image: url("../images/advantages/advantages-bg.webp");
background-repeat: no-repeat;
background-size: cover;
}
.advantages__image {
max-width: 1200px;
max-height: 450px;
margin-right: 70px;
}
.advantages__image img {
object-fit: cover;
pointer-events: none;
width: 100%;
height: auto;
overflow: hidden;
}
.advantages__title {
font-size: 96px;
margin: 50px 0;
}
.advantages__title span {
font-size: 64px;
}
.contacts__container {
display: flex;
align-items: center;
max-width: 1470px;
padding: 0 16px;
margin: auto;
margin-top: 100px;
}
.contacts__text {
max-width: 600px;
display: flex;
flex-direction: column;
}
.contacts__column {
max-width: 600px;
}
.contacts__name {
font-weight: 300;
font-size: 32px;
position: relative;
width: 100%;
}
.contacts__name::after {
content: "";
position: absolute;
bottom: -10px;
left: -10px;
background-image: url("../images/contacts/bg-name.svg");
background-size: contain;
background-repeat: no-repeat;
width: 100%;
height: 10px;
}
.contacts__name {
margin: 50px 0 25px 0;
}
.contacts__list li,
.contacts__list li a {
font-weight: 200;
font-size: 24px;
color: #000000;
}
.service__wrap {
color: #fff;
}
.service__name {
font-weight: 300;
font-size: 24px;
margin-bottom: 60px;
position: absolute;
}
.service__wrap-one .service__name:nth-child(1) {
top: 10px;
left: -2%;
}
.service__wrap-one .service__name:nth-child(2) {
top: 140px;
}
.service__wrap-one .service__name:nth-child(3) {
top: 295px;
}
.service__wrap-one .service__name {
left: 10px;
}
.service__wrap-two .service__name {
right: 5%;
}
.service__wrap-two .service__name:nth-child(1) {
top: 10px;
right: 6%;
}
.service__wrap-two .service__name:nth-child(2) {
top: 150px;
}
.service__wrap-two .service__name:nth-child(3) {
top: 310px;
right: 6%;
}
.service__text {
display: flex;
max-width: 1100px;
width: 100%;
margin: 0 auto;
justify-content: space-between;
position: absolute;
top: 50%;
}


.clients__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 260px);
    justify-content: center;
    align-items: center;
    grid-gap: 40px; /* Safari 10-11 */
    gap: 40px;
}
.clients__item {
    text-align: center;
    max-width: 260px;
}

@media screen and (max-width: 1240px) {
.menu__column {
width: calc(117vw / 6);
}
.title {
font-size: 128px;
}
.close-btn {
top: 50px;
}
.navigation-right li:nth-child(4) {
top: 74%;
}
.service__title.title {
font-size: 90px;
}
.panel__page {
margin-left: 15px;
font-size: 18px;
padding-left: 10px;
}
.project__title.title {
font-size: 48px;
}
.project__tabs {
left: 60px;
position: relative;
}
.projects-slide {
padding-top: calc(210vh / 10.8);
padding-bottom: calc(120vh / 10.8);
}
.projects-slide__name {
font-size: calc(70vh / 10.8);
padding: 0;
}
.vacancy__post {
height: 300px;
}
.advantages__image {
max-width: 930px;
}
.service__name {
font-size: 22px;
}
.service__wrap-one .service__name:nth-child(1) {
left: 1.1%;
}
.service__wrap-one .service__name:nth-child(2) {
top: 130px;
left: 4%;
}
.service__wrap-one .service__name:nth-child(3) {
top: 267px;
left: 3.5%;
}
.service__wrap-two .service__name:nth-child(1) {
right: 10%;
}
.service__wrap-two .service__name:nth-child(2) {
top: 145px;
right: 8%;
}
.service__wrap-two .service__name:nth-child(3) {
top: 278px;
right: 10%;
}
.test-project a {
    font-size: 40px !important;
}
.about__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 105px;
    margin-top: 100px;
}
.about__text {
    line-height: 1;
    font-size: 18px;
}
}

@media screen and (max-width: 1023px) {
.menu__container.active {
display: block;
right: unset;
bottom: unset;
width: 100%;
height: 100vh;
overflow-y: auto;
overflow-x: hidden;
}
.menu__row {
position: unset;
width: 100%;
margin-top: 130px;
}
.title {
font-size: 118px;
}
.navigation-right,
.request,
.contact {
display: none;
}
.menu__btn {
top: 75px;
right: 30px;
left: unset;
}
.panel__info {
display: none;
}
.menu__row {
flex-direction: column;
align-items: center;
text-align: center;
justify-content: center;
}
.menu__column {
width: 100%;
height: unset;
margin-bottom: 40px;
}
.menu__column,
.menu__column:first-of-type {
border: unset;
}
.menu__link {
font-size: 28px;
}
.menu-phone {
display: inline-block;
}
.service__title.title {
font-size: 68px;
}
.news-card {
padding: 125px 0;
}
.news-card__container {
flex-direction: column;
align-items: center;
justify-content: center;
}
.news-card__image,
.news-card__text {
margin-left: 0;
}
.news-all,
.news-card__text {
margin-top: 40px;
max-width: 863px;
}
.project__describing {
flex-direction: column;
justify-content: center;
}
.project__list {
top: 40px;
margin-left: 0;
max-width: unset;
padding-bottom: 0;
}
.project__tabs-mobile {
display: block;
}
.project__tabs-pc {
display: none;
}
.project__panel {
display: block;
height: 100vh;
overflow-y: auto;
}
.project__filters-wrapper {
max-width: 100%;
background: rgba(0, 0, 0, 0.9);
width: 100%;
position: fixed;
bottom: 0;
left: 0;
top: auto;
overflow-x: auto;
transform: none;
z-index: 500;
white-space: nowrap;
}
.project__filters {
display: flex;
}
.projects-slide__content {
z-index: 50;
transform: translateX(-50%);
left: 50%;
height: auto;
width: calc(100vw - 50px);
margin-left: auto;
margin-right: auto;
}
.project__filters li {
padding: 25px 0;
margin-right: 30px;
margin-top: unset;
}
.project__filters li:first-child {
margin-left: 25px;
}
.project__filters li:last-child {
padding-right: 25px;
}
.project__filter {
font-size: 16px;
color: #646363;
padding-left: 0;
}
.project__tabs {
left: unset;
padding: 0 30px;
margin: 150px 0 100px 0;
}
.project__filter.active {
color: #fff;
}
.project__filter::after {
content: unset;
}
.projects-slide {
padding-top: unset;
padding-bottom: unset;
}
.projects-slide {
display: block;
padding-top: 0;
padding-bottom: 0;
height: auto;
max-height: none;
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
}
.projects-slide__content {
max-width: 100%;
min-height: auto;
display: block;
text-align: center;
width: 100%;
opacity: 1;
padding-top: 25px;
margin-bottom: 25px;
}
.projects-slide__content img {
min-height: auto;
max-height: none;
opacity: 1;
visibility: visible;
margin-bottom: 15px;
position: static;
height: auto;
}
.projects-slide__content:hover .projects-slide__name,
.projects-slide__content:hover .projects-slide__desc {
color: black;
}
.management-button-next {
right: 35%;
}
.management-button-prev {
left: 35%;
}
.contacts__text {
flex-direction: row;
max-width: unset;
}
.contacts__column:last-of-type {
margin-left: 40px;
}
.contacts__image {
display: none;
}
.advantages__image {
display: none;
}
.service__text {
padding: 0 20px;
justify-content: space-evenly;
}
.service__text,
.service__name {
position: static;
}
.test-projects {
    flex-direction: column !important;
    text-align: center;
}
.test-project {
    margin-top: 20px;
}
.clients__wrapper {
    grid-template-columns: repeat(3, 230px);
    grid-gap: 20px;
    gap: 20px;
}
.about__title {
    margin-bottom: 10px;
}
.about__wrapper {
    padding: 0 20px;
}
}

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

    .news-slider {
        margin-top: 100px;
    }
.logo {
width: 175px;
}
.menu__btn {
top: 63px;
}
.title {
font-size: 90px;
}
.desc {
font-size: 30px;
}

    .project__block .project__fonts{
        font-size: 30px !important;

    }

.service__title.title {
font-size: 59px;
}
.news__card:last-of-type {
margin-left: 20px;
}
.news__image img {
height: 400px;
}
.project__block .panel__text {
padding: 16px;
}
.project__title.title {
font-size: 42px;
}
.project__back {
font-size: 15px;
left: 44px;
}
.project__back::before {
width: 35px;
left: -42px;
}
.project__describing {
padding: 0 16px 150px 16px;
}
.project__build {
font-size: 43px;
}
.project__list {
font-size: 22px;
}
.project-next__name {
font-size: 20px;
}
.modal__container {
width: 100%;
padding: 25px;
}
.contacts__text {
flex-direction: column;
}
.contacts__column:last-of-type {
margin-left: 0;
}
.panel__page {
    padding-left: 7px;
    margin-left: 10px;
}
.clients__wrapper {
    grid-template-columns: repeat(3, 170px);
}
.about__wrapper {
    margin-top: 65px;
}
.about__title {
    font-size: 34px;
}
.about__text {
    font-size: 17px;
}
.service__desc {
    font-size: 16px !important;
}
.service__info {
    padding: 0 10px 50px;
}
}


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

    .header__galery{
        font-size: 30px !important;
    }

.modal__name {
    line-height: unset;
}
.panel__link {
bottom: 150px;
}
.panel__nav {
display: none;
}
.logo {
width: 159px;
top: 10px;
left: 10px;
}
.menu__btn {
top: 43px;
right: 10px;
}
.title {
font-size: 51px;
}
.desc {
font-size: 22px;
}

    .project__block .project__fonts{
        font-size: 22px !important;
        text-align: center;
    }

.panel__pages {
flex-direction: column;
text-align: center;
}
.panel__page {
margin-left: 0;
padding: 0;
margin-bottom: 10px;
}
.panel__page::before {
content: unset;
}
.service__title.title {
font-size: 55px;
}
.news__content {
flex-direction: column;
}
.news__card:last-of-type {
margin-left: 0;
margin-top: 10px;
}
.news__image img {
height: 100%;
}
.news__text {
padding: 15px 15px;
flex-direction: column;
justify-content: center;
text-align: center;
}
.news-card__name {
font-size: 35px;
}
.news-card__desc {
font-size: 20px;
}
.news-card__date {
margin: 20px 0;
}
.news-card__container {
padding: 10px;
}
.news-card__text {
margin-top: 25px;
}
.panel__text,
.project__title.title,
.project__desc {
text-align: center;
}
.project__title.title {
font-size: 30px;
}
.project__link.panel__link {
bottom: 70px;
left: calc(50% - 22px);
top: unset;
}
.project__describing {
padding: 0 8px 100px 8px;
}
.project__info {
font-size: 15px;
padding: 0 5px;
}
.project__sub {
margin-bottom: 15px;
}
.project__back {
left: unset;
}
.project__build {
font-size: 30px;
}
.project__list {
top: 20px;
font-size: 20px;
}
.project__form {
font-size: 30px;
}
.project__input {
max-width: 315px;
}
.project__sub {
padding-left: 8px;
}
.project-next {
text-align: center;
padding: unset;
}
.project-next__name {
font-size: 18px;
}
.projects-slide__name {
font-size: calc(50vh / 10.8);
padding: 0;
}
.vacancy__post {
font-size: 25px;
}
.modal__name {
font-size: 30px;
}
.close-btn {
top: 10px;
right: 10px;
width: 25px;
}
.modal__btn {
font-size: 20px;
margin-top: 30px;
}
.modal__input {
margin-bottom: 30px;
}
label {
font-size: 13px;
}
.modal__input input {
font-size: 22px;
}
.management-button-next,
.management-button-prev {
top: 50%;
z-index: 1000;
width: 50px;
height: 8px;
}
.management-button-next {
right: 2%;
}
.management-button-prev {
left: 2%;
}
.news-all {
left: 10px;
font-size: 17px;
padding-left: 45px;
}
.news-all::before {
width: 35px;
top: 49%;
}
.management {
padding-top: 125px;
}
.management__title {
font-size: 42px;
}
.contacts__container {
margin-top: 40px;
}
.contacts__name {
margin: 20px 0;
font-size: 26px;
}
.contacts__list li,
.contacts__list li a {
font-size: 20px;
}
.modal__form {
margin-top: 20px;
}
.modal__input input,
.modal__input label {
font-size: 24px;
}
.service__title.title {
    font-size: 33px;
}
.service__info {
    padding: 0 0px 50px;
}
.service__desc {
    line-height: .9;
}
.service__text {
padding: 0 20px;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
}
.service__name {
margin-bottom: 20px;
}
.test-projects {
    text-align: center;
}
.test-project:nth-child(1) {
    margin-right: 0 !important;
}
.test-project a {
    font-size: 34px !important;
}
.clients__wrapper {
    grid-template-columns: repeat(2, 115px);
}
.about__wrapper {
    margin-top: 100px;
    padding: 0 10px;
}
.about__title {
    font-size: 28px;
    margin-bottom: 5px;
}
.about__text {
    font-size: 16px;
    line-height: .97;
}
}











.test-projects {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.test-project:nth-child(1) {
    margin-right: 60px;
}
.test-project a {
    font-size: 48px;
    font-weight: 200;
    color: #000000;
}
.test-project {
    position: relative;
    overflow: hidden;
}
.test-project::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border: 1px solid #000000;
    transform: translateX(-100%);
    transition: .6s;
}
.test-project:hover::after {
    transform: translateX(0);
}

.logo-bg{
    border-radius: 10px 10px 10px 10px;
    padding: 10px !important;
    background-color: rgba(255, 255, 255, 0.5);
}

.logo-bg2{
    border-radius: 10px 0px 0px 10px;
    padding: 14.5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.logo-bg3{
    border-radius: 0px 10px 10px 0px;
    padding: 14.5px;
    background-color: rgba(255, 255, 255, 0.5);
}

/*.contact a:hover{*/
/*    color: #000 !important;*/
/*}*/

.icon-position{
    margin-left: 5px;
    position: fixed;
    left: 33px;
    top: calc(50% - 72.5px);
    width: 55px;
    height: 25px;
    cursor: pointer;
}

.icon-position2{
    margin-left: 5px;
    position: fixed;
    left: 33px;
    top: calc(55% - 1.5px);
    width: 55px;
    height: 25px;
    cursor: pointer;
}

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

    .fonts_left{
        background-color: initial !important;
    }

    .icon-position{
        display: none;
    }

    .icon-position2{
        display: none;
    }
}

.header-font{
    font-weight: 300;
}

.font-news{
    margin-top: 20px;
    font-size: 30px;
}

.d-none{
    display: none;
}

.d-block{
    display: block;
}

.about__wrapper2 {
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 50px;
}

@media (min-width: 1170px) and (max-width: 1370px) {
    .vacancy-slider{
        margin-top: 0;
    }
}

.color-header .modal-btn{
    color: #000 !important;
}

.margin-info{
    top: 57px;
}


/*Правки от 28.05.2024*/

.container__slider{
    margin-top: 280px;
}

.container__slider__two{
    margin-left: 100px;
    margin-right: 100px;
}

@media (max-width: 1023px){
    .container__slider{
        margin-top: 200px;
    }

    .container__slider__two{
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1399px){
    .container__slider{
        margin-top: 100px;
    }

    .margin_news{
        margin-top: 150px;
    }

    /*.logo-bg888{*/
    /*    border-radius: 10px 10px 10px 10px;*/
    /*    padding: 10px !important;*/
    /*    background-color: rgba(255, 255, 255, 0.5);*/
    /*    margin-left: 5px;*/
    /*    position: fixed;*/
    /*    left: 22px;*/
    /*    top: calc(39% - 1.5px);*/
    /*    width: 63px;*/
    /*    height: 160px;*/
    /*    cursor: pointer;*/
    /*}*/

    /*.container__slider__two{*/
    /*    margin-left: 0;*/
    /*    margin-right: 0;*/
    /*}*/
}

.project__form__padding{
    padding: 50px 0;
}

/*@media (max-width: 500px){*/
/*    .margin__project{*/
/*        margin-bottom: -250px;*/
/*    }*/
/*}*/

.margin__project{
    margin-bottom: -300px;
}

.margin__endsection{
    margin-top: 130px;
}

/*.logo-bg888{*/
/*    border-radius: 10px 10px 10px 10px;*/
/*    padding: 10px !important;*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*    margin-left: 5px;*/
/*    position: fixed;*/
/*    left: 22px;*/
/*    top: calc(42% - 1.5px);*/
/*    width: 63px;*/
/*    height: 160px;*/
/*    cursor: pointer;*/
/*}*/

.news-slider .swiper-button-next:after, .news-slider .swiper-button-prev:after {
    margin-top: 220px;
}

.project__block .project__fonts{
    font-size: 25px;
    text-align: center;
}

.header__galery{
    font-size: 48px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

@media (min-width: 1400px){
    .margin_news{
        margin-top: 150px;
    }
}

.fonts_left{
    border-radius: 10px 10px 10px 10px;
    padding: 10px !important;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    left: 28px;
    top: calc(50% - 72.5px);
    width: 62px;
    height: 155px;
    cursor: pointer;
}
