

/* Start:/local/templates/spectr/style.css?177200310675643*/
* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'WixMadeforDisplay';
    src: url('/local/templates/spectr/font/WixMadeforDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Для variable font */
    font-style: normal;
    font-display: swap; /* Оптимизация загрузки */
}

html, body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px; /* ширина вертикального скроллбара */
    height: 2px;
}

::-webkit-scrollbar-track {
    background: #111111; /* цвет фона трека скроллбара */
}

::-webkit-scrollbar-thumb {
    background: #ffffff; /* цвет ползунка скроллбара */
    border-radius: 5px; /* скругление углов */
}

::-webkit-scrollbar-thumb:hover {
    background: #cccccc; /* цвет ползунка скроллбара при наведении */
}

body {
    font-family: "WixMadeforDisplay", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    background: #000;
    scroll-behavior: auto;
}

svg, path, circle {
    transition: all 0.5s ease;
}

a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    transition: color 0.5s ease;
}

a:hover {
    color: #347486;
}

img {
    max-width: 100%;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    font-family: inherit;
    color: inherit;
}

h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
}


h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: normal;
}

h3 {
    line-height: normal;
}

.hidden {
    display: none !important;
}

.no-scroll {
    overflow: hidden !important;
}

.text-danger {
    color: red;
    display: block;
    margin-top: 10px;
}

.text-success {
    color: lawngreen;
    display: block;
    margin-top: 10px;
}

.btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    transition: all 0.3s;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
}

.btn:hover {
    color: #5c5c5c;
}

.btn.focus {
    color: #347486;
}

.btn__circle {
    width: 57px;
    height: 57px;
    border: 1.5px solid #fff;
    border-radius: 100%;
    position: relative;
    transition: border 0.5s ease;
}

.btn:hover .btn__circle {
    border: 1.5px solid #5c5c5c;
}

.btn.focus .btn__circle {
    border: 1.5px solid #347486;
}

.btn__circle:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
    height: 8px;
    right: -15px;
    background-image: url(/local/templates/spectr/./img/btn-arrow-default.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.5s ease;
}

.btn:hover .btn__circle:before {
    background-image: url(/local/templates/spectr/./img/btn-arrow-hover.svg)
}

.btn.focus .btn__circle:before {
    background-image: url(/local/templates/spectr/./img/btn-arrow-focus.svg)
}


.container {
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
}

.header-other {
    box-sizing: border-box;
    padding: 10px 100px 10px 100px;
    transition: transform 0.5s ease-out;
    z-index: 55;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 55;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    /*padding: 10px 100px 10px 100px;*/
    padding: 10px 0;
    transition: transform 0.5s ease-out;
}

.header-banner {
    position: sticky;
    left: 0;
    top: 90px;
    z-index: 44;
    width: 100%;
    height: 0;
}

.header-banner.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header-banner.is-fixed .header__row {
    padding: 5px;
    border-radius: 2px;
    background: rgb(93 93 93 / 70%);
    backdrop-filter: blur(23.2000007629px);
}

.header-banner .header__action {
    display: flex;
}

.close-menu {
    position: absolute;
    right: 25px;
    top: 25px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header.alt {
    transition: opacity 2.5s ease;
    transition-delay: 0.75s;
}

.header.fixed {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    animation: reveal-header 0.35s ease;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1000;
}

@keyframes reveal-header {
    0% {
        top: -4em;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}


/*.header.fixed  .header__logo {*/
/*    max-width: 150px;*/
/*}*/

.header {
    padding: 15px 0;
    box-sizing: border-box;
}

.header__logo {
    max-width: 170px;
    width: 100%;
}

.header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__menu #vertical-multilevel-menu {
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.header__menu #vertical-multilevel-menu li {
    width: auto;
}

.header__menu #vertical-multilevel-menu li a {
    font-size: 14px;
}

.header__logo {
    max-width: 130px;
    width: 100%;
}

.header__logo a svg {
    max-width: 100%;
    height: auto;
}

.header__action {
    align-items: center;
    gap: 40px;
    display: flex;
}

.header-absolute .header__logo {
    display: none;
}

.header.fixed .header__action {
    display: flex;
}

.header-absolute.fixed .header__logo {
    display: block;
}

.header-absolute .header__menu {
    width: 100%;
}

.header-absolute .header__menu #vertical-multilevel-menu {
    justify-content: space-between;
}

.header.fixed .header__menu {
    /*display: none;*/
}

.header__navbar {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    transition: color 0.5s ease;
}

.header__navbar:hover {
    color: #5c5c5c;
}

.header__navbar.focus {
    color: #347486;
}

.header__burger {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 29px;
    height: 21px;
}

.header__burger-line {
    border: 1px solid #fff;
    width: 29px;
    transition: all 0.5s ease;
    position: relative;
}

.header__navbar:hover .header__burger-line {
    border-color: #5c5c5c;
}

.header__navbar.focus .header__burger-line {
    border-color: #347486;
}

.header__burger.active .header__burger-line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.header__burger.active .header__burger-line:nth-child(2) {
    opacity: 0;
}

.header__burger.active .header__burger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.nav {
    position: fixed;
    top: 0;
    right: -500px;
    width: 490px;
    background: #000000;
    z-index: 9999;
    height: 100vh;
    transition: .5s ease;
    box-sizing: border-box;
    padding: 10% 100px 10px 50px;
    opacity: 0;
}


.nav.show {
    right: 0;
    opacity: 1;
}

.nav__container {
    overflow-y: auto;
    height: 100%;
}

.nav__container::-webkit-scrollbar {
    display: none;
}

#vertical-multilevel-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#vertical-multilevel-menu li {
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding-left: 30px;
    display: none;
}

.sub-menu li {
    margin-top: 20px;
}

.menu-arrow {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.menu-arrow.rotate {
    transform: rotate(180deg);
}

.open-search {
    display: flex;
    align-items: center;
}

.banner {
    position: relative;
    padding-top: 330px;
    padding-bottom: 225px;
    box-sizing: border-box;
    /*background-image: url(/local/templates/spectr/./img/banner-bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}

.banner__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(91, 91, 91, 0.7);
}

.banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.banner__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.banner__title h1 {
    margin-bottom: 15px;
}

.banner__title p {
    font-style: italic;
    font-weight: 250;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.services__list {
    display: flex;
    flex-wrap: wrap;
}

.services__item {
    width: 33.333%;
    position: relative;
    overflow: hidden;
    height: 408px;
    display: flex;
    box-sizing: border-box;
    padding: 100px 100px 30px 100px;
    border: 1px solid #f5f5f5;
}

.services__item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.services__item:nth-child(-n+2) {
    width: 50%;
    border-bottom: none;
}

.services__item:first-child {
    border-right: none;
    border-left: none;
}

.services__item:nth-child(2) {
    border-right: none;
}

.services__item:nth-child(3) {
    border-right: none;
    border-left: none;
}

.services__item:nth-child(4) {
    border-right: none;
}

.services__item:nth-child(5) {
    border-right: none;
}

.services__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

.services__overlay {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: background 0.5s ease;
}

.services__item:hover .services__overlay {
    background: rgba(52, 116, 134, 0.8);
}

.services__desc {
    position: relative;
    z-index: 3;
    max-width: 392px;
    width: 100%;
}

.services__desc h3 {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 15px;
}

.services__desc p {
    font-weight: 500;
}

.form-block input {
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 10px;
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

.form-block input::placeholder {
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.input-block {
    margin-bottom: 25px;
}

.textarea-block {
    margin-top: 10px;
}

.form-block textarea {
    outline: none;
    background: none;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    height: 165px;
    width: 100%;
}

.form-block textarea::placeholder {
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.input-submit {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.about {
    padding: 100px 0;
    box-sizing: border-box;
    background: #464646;
    position: relative;
}

.about img {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 25%;
    height: 65%;
    object-fit: cover;
}

.about__row {
    display: flex;
    gap: 90px;
    align-items: center;
}

.about__form {
    max-width: 535px;
    width: 100%;
    background: #000;
    box-sizing: border-box;
    padding: 60px;
}

.about__form h3 {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.about__desc {
    max-width: 608px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.about__desc h2 {
    margin-bottom: 20px;
    font-size: 48px;
}

.about__desc p {
    margin-bottom: 30px;
}

.footer {
    padding-top: 110px;
    box-sizing: border-box;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.footer__info {
    max-width: 225px;
    width: 100%;
}

.footer__logo {
    max-width: 170px;
}

.footer__contacts {
    margin-top: 35px;
}

.footer__contacts p {
    font-weight: 300;
    margin-bottom: 27px;
}

.footer__contacts p a {
    font-weight: 300;
}

.footer-link-email a {
    text-decoration: underline;
}

.footer__menu {
    max-width: 329px;
    width: 100%;
}

.footer__menu h3 {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #5c5c5c;
    margin-bottom: 30px;
}

.footer__navs {
    display: flex;
    gap: 22px;
    justify-content: space-between;
}

.footer__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
    flex: auto;
}

.footer__form {
    max-width: 535px;
    width: 100%;
    border: 1px solid #5c5c5c;
    box-sizing: border-box;
    padding: 40px 50px;
}

.footer__form h3 {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.footer__copyright {
    margin-top: 90px;
}

.footer__copyright p {
    font-weight: 300;
}

.banner-slider {
    margin-top: 140px;
}

.banner-slider__slide {
    height: calc(100vh - 140px) !important;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
}

.banner-slider__overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.banner-slider__slide-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner-slider__text {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.light-architecture {
    background: #000;
    padding: 100px 0;
}

.light-architecture__row {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.light-architecture__img {
    font-style: italic;
    font-weight: 800;
    font-size: 300px;
    letter-spacing: -0.25em;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
}

.light-architecture__nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.light-architecture__nav a {
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    display: inline-block;
}

.light-architecture__nav a:hover {
    color: #5c5c5c;
}

.nav-left {
    align-items: flex-end;
    text-align: right;
}

.nav-left a:nth-child(2) {
    margin-right: 20px;
}

.nav-left a:nth-child(3) {
    margin-right: 40px;
}

.nav-right {
    align-items: flex-start;
    text-align: left;
}

.nav-right a:nth-child(1) {
    margin-left: 40px;
}

.nav-right a:nth-child(2) {
    margin-left: 20px;
}

.bx-breadcrumb {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 300;
    font-size: 16px;
    flex-wrap: wrap;
}

.header-page {
    box-sizing: border-box;
    padding-top: 160px;
    padding-bottom: 55px;
    background: #464646;
}

.header-page .bx-breadcrumb {
    margin-bottom: 35px;
}

.about-desc {
    padding-top: 60px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.about-desc__text {
    font-weight: 300;
    color: inherit;
}

.about-desc__text ul {
    box-sizing: border-box;
    padding-left: 20px;
}

.about-desc__text ul li {
    margin-top: 10px;
}

.about-desc__text p:first-child {
    margin-top: 0;
}

.about-desc__text p {
    margin-top: 30px;
}

.about-desc__img {
    height: 638px;
    width: 100%;
    margin-bottom: 40px;
}

.about-desc__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps {
    padding: 90px 0;
}

.steps__title {
    margin-bottom: 30px;
}

.steps__title h2 {
    font-size: 48px;
}

.steps__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.steps__item {
    width: calc(25% - 30px);
}

.steps__item-number {
    width: 157px;
    height: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 32px;
    position: relative;
}

.steps__item-number span {
    position: relative;
    z-index: 2;
    display: block;
    margin-left: 15px;
}

.steps__item-number:before {
    content: '';
    background-image: url(/local/templates/spectr/./img/step-before.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 99%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steps__item-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
}

.steps__item-desc {
    font-weight: 300;
}

.two-projects {
    padding-bottom: 80px;
}

.two-projects__title {
    margin-bottom: 30px;
}

.two-projects__title h2 {
    font-size: 48px;
    text-transform: uppercase;
}

.two-projects__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.two-projects__item {
    width: calc(33.33% - 27px);
}

.two-projects__item-img {
    height: 270px;
    overflow: hidden;
    margin-bottom: 25px;
    filter: grayscale(1);
    opacity: 60%;
    transition: 0.7s;
}

.two-projects__item-img:hover {
    filter: none;
}

.two-projects__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-projects__item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-right: 10px;
}

.two-projects__item-name {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.wrapper-slider {
    margin: 0 auto;
    position: relative;
}

.agree {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    font-size: 12px;
    justify-content: center;
}

.architecture-detail-desc {
    position: relative;
}

.architecture-detail-desc__text {
    max-width: 980px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 115px;
    position: relative;
    z-index: 2;
}

.architecture-detail-desc__text p {
    margin-bottom: 30px;
    font-weight: 300;
}

.architecture-detail-desc__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 473px;
}

.architecture-detail-desc__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.architecture-detail-projects {
    padding: 100px 0;
}

.architecture-detail-projects__title {
    text-align: center;
    margin-bottom: 40px;
}

.architecture-detail-projects__title h2 {
    text-transform: uppercase;
}

.architecture-detail-projects__item {
    padding-bottom: 60px;
    margin-bottom: 60px;
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #CCCCCC;
    align-items: flex-end;
}

.architecture-detail-projects__item:nth-child(even) {
    flex-direction: row-reverse;
}

.architecture-detail-projects__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.architecture-detail-projects__item-img {
    max-width: 646px;
    width: 100%;
    height: 413px;
    position: relative;
}

.architecture-detail-projects__item-number {
    border-radius: 100%;
    position: absolute;
    right: 30px;
    top: 30px;
    background: #464646;
    width: 84px;
    height: 84px;
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.architecture-detail-projects__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.architecture-detail-projects__item-info {
    flex: 1;
}

.architecture-detail-projects__item-info h3 {
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.architecture-detail-projects__item-info p {
    font-weight: 300;
}

.architecture-detail-projects__item-info .btn {
    margin-top: 30px;
}

.architecture-detail-other {
    padding-top: 100px;
}

.architecture-detail-other__title {
    text-align: center;
    margin-bottom: 35px;
}

.architecture-detail-other__title h2 {
    font-size: 48px;
    text-transform: uppercase;
}

.architecture-slider__slide {
    box-sizing: border-box;
    padding: 0 20px;
}

.architecture-slider__slide a {
    display: block;
    height: 413px;
    position: relative;
    overflow: hidden;
}

.architecture-slider__slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.architecture-slider__slide a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 246px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #464646;
    font-weight: 400;
    font-size: 24px;
}

.products {
    padding-top: 225px;
    padding-bottom: 100px;
}

.products__title {
    margin-bottom: 40px;
}

.products__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.products__item {
    width: calc(50% - 20px);
    display: flex;
    position: relative;
    height: 413px;
    box-sizing: border-box;
    padding: 30px 50px;
    flex-direction: column;
    justify-content: flex-end;
}

.products__item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.products__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.products__item:hover .products__item-img img {
    transform: scale(1.1);
}

.products__item-name {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 32px;
}

.products-projects__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.products-projects__item {
    width: calc(50% - 20px);
    position: relative;
}

.products-projects__item-img {
    height: 413px;
    overflow: hidden;
}

.products-projects__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-projects__item-name {
    margin-top: 35px;
    margin-bottom: 10px;
}

.products-projects__item-name h3 {
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
}

.products-projects__item-desc {
    font-weight: 300;
}

.vacancies {
    padding-top: 60px;
    padding-bottom: 90px;
}

.vacancies__list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.vacancies__item {
    width: calc(50% - 20px);
    box-sizing: border-box;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    border: 1px solid #787878;
}

.vacancies__item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vacancies__item-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    box-sizing: border-box;
    background: #5C5C5C;
    padding: 0 35px;
    font-weight: 300;
}

.vacancies__item-desc h3 {
    margin-bottom: 55px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.vacancies__item-desc p {
    font-weight: 400;
    margin-bottom: 10px;
}

.vacancies__item-desc p strong {
    font-size: 20px;
}

.vacancies__item-desc ul {
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.vacancies__item-desc li {
    color: #ABABAB;
    margin-bottom: 5px;
}

.vacancies__item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.vacancies__item-conditions p {
    display: flex;
    gap: 10px;
    color: #9B9B9B;
    font-weight: 300;
    margin-bottom: 10px;
}

.vacancies__item-conditions p:last-child {
    margin-bottom: 0;
}

.contacts {
    padding-top: 80px;
    padding-bottom: 100px;
}

.contacts__row {
    display: flex;
    gap: 30px;
}

.contacts__item {
    flex: 1;
}

.contacts__item p {
    margin-bottom: 15px;
    font-weight: 300;
    color: inherit;
}

.contacts__item p strong {
    font-size: 24px;
    font-weight: 300;
    color: inherit;
}

.contacts__item .email a {
    text-decoration: underline;
}

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

.contacts__map {
    margin-top: 40px;
    height: 485px;
}

.contacts__map iframe {
    width: 100%;
    height: 100%;
    border: none !important;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
    background: #5c5c5c7d;
}

.modal__window {
    max-width: 535px;
    width: 100%;
    background: #000;
    box-sizing: border-box;
    padding: 60px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-modal {
    position: absolute;
    right: 30px;
    top: 30px;
    background: none;
    outline: none;
    cursor: pointer;
    width: 21px;
    height: 21px;
    transition: all 0.5s;
}

.close-modal:hover path {
    fill: #5c5c5c;
}

.close-modal.focus path {
    fill: #347486;
}

.modal__window h3 {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

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

.projects__filter {
    margin-bottom: 60px;
}

.smart-filter-parameters-box-title {
    display: none;
}

.row-filter-buttons {
    display: none;
}

.smart-filter-input-group-checkbox-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.smart-filter-checkbox-text {
    font-family: "Poppins", sans-serif;
    border: 1px solid #787878;
    padding: 0 20px;
    box-sizing: border-box;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    font-size: 16px;
    text-wrap: nowrap;
}

.smart-filter-checkbox-text:hover {
    border: 1px solid #fff;
}

.form-check-input {
    display: none;
}

.form-check-input:checked ~ .smart-filter-checkbox-text {
    background: #464646;
    border: 1px solid #464646;
}

.header-single {
    padding-top: 180px;
}

.header-single h1 {
    margin-top: 40px;
}

.projects-desc .about-desc__img {
    height: 450px;
}

.projects-gallery {
    margin-top: 60px;
}

.projects-other {
    padding: 100px 0;
}

.projects-gallery__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.projects-gallery__item {
    width: calc(25% - 30px);
    height: 211px;
    overflow: hidden;
    /*filter: grayscale(1);*/
    /*opacity: 60%;*/
}

.projects-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.projects-gallery__item video {
    width: 100%;
    height: 100%;
}

.projects-gallery__item:hover img {
    transform: scale(1.1);
}

.radio-tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.smart-filter-param-text {
    font-family: "Poppins", sans-serif;
    border: 1px solid #787878;
    padding: 0 20px;
    box-sizing: border-box;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    font-size: 16px;
    text-wrap: nowrap;
}

.smart-filter-param-text:hover {
    border: 1px solid #fff;
}

.smart-filter-input-checkbox input {
    display: none;
}

.smart-filter-input-checkbox input:checked ~ .smart-filter-param-text {
    background: #464646;
    border: 1px solid #464646;
}


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

.news__filter {
    margin-bottom: 60px;
}

.news__filter .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.news__filter .smart-filter-parameters-box:first-child {
    flex: 1;
}

.news__filter .smart-filter-parameters-box:last-child {
    max-width: 415px;
    width: 100%;
}

.news__filter .smart-filter-dropdown-block {
    padding: 0;
    height: 45px !important;
    box-sizing: border-box;
    background: none;
    border: 1px solid #787878 !important;
    border-radius: 0 !important;
}

.news__filter .smart-filter-dropdown-text {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.news__filter .smart-filter-input-group-dropdown {
    display: flex;
    align-items: center;
    height: 100% !important;
    border: none;
    border-radius: 0;
}

.news__filter .smart-filter-dropdown-arrow {
    width: 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    background-image: url(/local/templates/spectr/img/select-arrow.svg);
}

.popup-window {
    width: 413px !important;
    box-sizing: border-box;
    padding: 0;
    margin-left: 1px;
}

.smart-filter-dropdown-popup ul li:first-child {
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.smart-filter-dropdown-popup ul li {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    background: #262626;
    color: #ABABAB !important;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
    border-bottom: none;
}


.smart-filter-dropdown-popup ul li label {
    box-sizing: border-box;
    padding: 10px 20px;
    color: #ABABAB;
}

.smart-filter-dropdown-popup ul li label.selected, .smart-filter-dropdown-popup ul li label:hover {
    background: none;
    color: #347486;
}

.news__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.news__item {
    display: flex;
    gap: 40px;
}

.news__item-img {
    max-width: 617px;
    height: 413px;
    width: 5000px; /*Фикс*/
}

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

.news__item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    font-weight: 300;
}

.news__item-date {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
}

.news__item-content h3 {
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news-other {
    padding: 100px 0;
}

.news-other .two-projects__title {
    text-align: left;
}

.row.row-filter-buttons {
    display: none !important;
}

.products-projects__item-date {
    margin-top: 30px;
    font-weight: 300;
    font-size: 14px;
}

.news-other .products-projects__item-name {
    margin-top: 20px;
}

.products-projects__item-link {
    margin-top: 40px;
}

.header-page__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header-page__other {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-page__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.header-page__tag {
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #787878;
    padding: 0 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    text-align: center;
}

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

.projects-desc {
    padding-top: 40px;
}

.social-life .products-projects__item-name {
    margin-top: 20px;
}

.social-life .news__filter .smart-filter-parameters-box:last-child {
    max-width: 100%;
    width: 100%;
}

.smart-filter-title {
    display: none;
}

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

.directions {
    padding-top: 225px;
    padding-bottom: 100px;
}

.directions__title {
    margin-bottom: 50px;
}

.directions__title h1 {
    margin-top: 35px;
}

.directions__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.directions__item {
    width: calc(50% - 20px);
    position: relative;
}


.directions__item-img {
    height: 285px;
    overflow: hidden;
}

.directions__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.directions__item-img:hover img {
    transform: scale(1.1);
}

.directions__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 30px;
}

.directions__name span {
    display: block;
    width: 88px;
    height: 88px;
}

.directions__name h3 {
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    flex: 1;
}

.error-404 {
    padding-top: 200px;
    padding-bottom: 155px;
}

.error-404__svg svg {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.error-404__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 100px;
}

.input-block-search {
    position: relative;
}

.input-search,
.search-suggest {
    font-family: "Poppins", sans-serif;
    border: 1px solid #787878;
    width: 100%;
    height: 45px;
    background: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: inherit;
    box-sizing: border-box;
    padding-left: 50px;
}

.input-search::placeholder,
.search-suggest::placeholder {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: inherit;
}

.input-submit-search {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.search-page .title {
    margin-top: 40px;
    margin-bottom: 25px;
}

.search-page .title h3 {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
}

.search-result-item {
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    box-sizing: border-box;
    border: 1px solid #787878;
    padding: 30px;
    margin-bottom: 20px;
}

.search-result-item a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
}

.search-result-item a b {
    background: #347486;
    display: inline-block;
    padding: 0 2px;
    box-sizing: border-box;
}

.search-result-item a:hover b {
    color: #fff;
}

.search-item-result-path {
    margin-top: 25px;
}

.search-item-result-path a {
    display: none;
}

.search-item-result-path a:last-child {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
}

.search-item-result-path a:hover path {
    fill: #347486;
}

.search-item-result-path a:hover {
    color: #347486;
}

.search-popup-row {
    color: #000;
}

.search-popup-el-cnt {
    display: none;
}

.search-popup-row-active {
    color: #000;
}

.achievement-figures {
    padding: 85px 0;
}

.achievement-figures__list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.achievement-figures__item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.achievement-figures__item-number {
    font-weight: 800;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    color: inherit;
    margin-bottom: 5px;
}

.achievement-figures__item-number span {
    font-size: 16px;
    font-weight: 500;
}

.achievement-figures__item-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #9a9a9a;
}

.architecture-light-banner {
    background-image: url(/local/templates/spectr/./img/architecture-light-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 120px;
}

.architecture-light-quote {
    padding: 40px 0;
}

.architecture-light-quote__text {
    max-width: 835px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: inherit;
}

.architecture-light-quote__text p {
    margin-bottom: 13px;
}

.architecture-light-quote__text p:last-child {
    margin-bottom: 0;
}

.architecture-light-quote__text span {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: inherit;
}

.architecture-light__grid {
    display: flex;
    flex-wrap: wrap;
}

.architecture-light__item {
    position: relative;
    height: 408px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    display: flex;
    align-items: flex-end;
}

.architecture-light__item:nth-child(1) {
    width: 25%;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.architecture-light__item:nth-child(3) {
    width: 25%;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.architecture-light__item:nth-child(2) {
    width: 25%;
    border-bottom: none;
}

.architecture-light__item:nth-child(4) {
    width: 25%;
    border-right: none;
    border-bottom: none;
}

.architecture-light__item:nth-child(5) {
    width: 35%;
    border-left: none;
}

.architecture-light__item:nth-child(6) {
    width: 25%;
}

.architecture-light__item:nth-child(7) {
    width: 40%;
    border-left: none;
    border-right: none;
}

.architecture-light__item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.architecture-light__item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.architecture-light__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.architecture-light__item-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: background 0.5s ease;
    opacity: 0;
}

.architecture-light__item:hover .architecture-light__item-overlay {
    background: rgba(52, 116, 134, 0.8);
    opacity: 1;
}

.architecture-light__item-desc {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 100px;
    padding-bottom: 80px;
}

.architecture-light__item-desc h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
}

.architecture-light-additionally {
    background: #0f0f0f;
    padding-bottom: 75px;
}

.architecture-light-additionally__menu {
    background: #000;
    box-sizing: border-box;
    padding: 50px 0;
    position: relative;
    transition: all 0.3s ease;
}

.architecture-light-additionally__menu.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1;
}

.architecture-light-additionally__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.architecture-light-additionally__menu ul li a {
    font-weight: 500;
    font-size: 24px;
    color: #989898;
    transition: all 0.3s;
}

.architecture-light-additionally__menu ul li a:hover {
    color: #fff;
}

.architecture-light-additionally__menu ul li a.active {
    color: #fff;
}

.architecture-light-additionally__list {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-top: 65px;
}

.architecture-light-additionally__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.architecture-light-additionally__item:nth-child(even) {
    flex-direction: row-reverse;
}

.architecture-light-additionally__item-desc {
    max-width: 640px;
    width: 100%;
}

.architecture-light-additionally__item-desc h3 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.architecture-light-additionally__item-desc p {
    margin-bottom: 12px;
    font-weight: 250;
    font-size: 16px;
    line-height: 24px;
    color: #ababab;
}

.architecture-light-additionally__item-text {
    max-width: 612px;
    width: 100%;
}

.architecture-light-additionally__item-img {
    border-radius: 10px;
    max-width: 637px;
    width: 100%;
    min-height: 368px;
    overflow: hidden;
    position: relative;
}

.architecture-light-additionally__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.architecture-light-additionally__item-img img:hover{
    filter: unset;
}

.architecture-light-additionally__item-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    z-index: 2;
    opacity: .6;
    transition: all 0.3s ease;
}

.architecture-light-additionally__item-img:hover:before{
    opacity: 0;
}

.engineering-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 110px 0;
    filter: grayscale(1);
}

.engineering-services {
    padding-top: 90px;
}

.engineering-services .architecture-light-additionally__list {
    margin-top: 0;
}

.engineering-services .architecture-light-additionally__item {
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
    align-items: inherit;
    gap: 0;
}

.engineering-services .architecture-light-additionally__item-desc {
    width: 100%;
    box-sizing: border-box;
    max-width: 710px;
    background: #1b1b1b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}

.engineering-services .architecture-light-additionally__item-desc h3 {
    margin-bottom: 20px;
}

.engineering-services .architecture-light-additionally__item-desc ul,
.engineering-services .architecture-light-additionally__item-desc ol {
    box-sizing: border-box;
    padding-left: 20px;
}

.engineering-services .architecture-light-additionally__item-desc li {
    color: #ababab;
    margin-bottom: 5px;
}

.engineering-services .architecture-light-additionally__item-img {
    border-radius: 0;
    max-width: 609px;
    min-height: 368px;
    /*opacity: 30%;*/
    position: relative;
}

.engineering-services .architecture-light-additionally__item-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    z-index: 2;
    opacity: .6;
    transition: all 0.3s ease;
}

.engineering-services .architecture-light-additionally__item-img:hover:before {
    opacity: 0;
}

.engineering-services.no-filter .architecture-light-additionally__item-img {
    filter: grayscale(0);
    opacity: 1;
}

.engineering-services.no-filter .architecture-light-additionally__item-img:before {
    opacity: 0;
}

.design-documentation-banner {
    background-image: url(/local/templates/spectr/./img/proect-smeta-doc.png);
}

.electrical-installation-banner {
    background-image: url(/local/templates/spectr/./img/electrical-installation-banner.png);
}

.equipment-banner {
    background-image: url(/local/templates/spectr/./img/equipment-banner.png);
}

.about-banner {
    background-image: url(/local/templates/spectr/./img/about-banner.png);
}

.vacancies-banner {
    background-image: url(/local/templates/spectr/./img/vacancies-banner.png);
}

.projects-banner {
    background-image: url(/local/templates/spectr/./img/portfolio-bg.png);
}

.smart-filter-input-group-dropdown {
    border: none !important;
    background: #262626;
    max-width: 411px;
    width: 100%;
    height: 52px;
}

.smart-filter-dropdown-text {
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: #262626;
    display: flex;
    align-items: center;
    color: #ABABAB;
    font-size: 20px;
}

.smart-filter-dropdown-block {
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: #262626;
}

.smart-filter-dropdown-arrow {
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/local/templates/spectr/./img/arrow-filter.svg);
}

.popup-window {
    width: 411px !important;
}

.about-desc__tags {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.about-desc__tag {
    background: #262626;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 7px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #ABABAB;
}

.about-desc__info {
    margin-bottom: 25px;
}

.about-desc__info p {
    margin-bottom: 10px;
    margin-top: 0;
    color: inherit;
}

.about-desc__info p span {
    color: inherit;
}

.about-desc__text li {
    color: inherit;
}

@media (max-width: 1440px) {

    .header-absolute,
    .header-other {
        padding: 10px 0;
    }

    .header__row {
        margin: 0 auto;
    }

    .nav {
        padding: 10% 60px 10px 50px;
    }
}

@media (max-width: 1312px) {
    .container {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .services__item {
        padding: 30px 30px;
    }

    .header-absolute,
    .header-other {
        /*padding: 15px 15px 0 15px;*/
        padding: 15px 0;
    }

    .header__logo {
        max-width: 150px;
    }

    .nav {
        padding: 10% 30px 10px 30px;
    }

    .header__menu #vertical-multilevel-menu {
        display: none;
    }

    .other-header .header__action {
        display: flex;
    }

    .header-absolute .header__action {
        display: flex;
    }

    .header-absolute .header__logo {
        display: block;
    }

    .banner {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .architecture-light__item-desc {
        padding-left: 50px;
    }
}

@media (max-width: 1024px) {
    .services__item {
        width: 50%;
    }

    .services__item:first-child {
        width: 100%;
    }

    .services__item:nth-child(2) {
        width: 50%;
        border-right: 1px solid #F5F5F5;
    }

    .services__item:nth-child(3) {
        border-bottom: none;
    }

    .about__row {
        gap: 25px;
        flex-direction: column-reverse;
    }

    .about__desc {
        max-width: 100%;
    }

    .footer__form {
        padding: 30px;
    }

    .footer__row {
        gap: 30px;
    }

    .footer__navs {
        gap: 10px;
    }

    .nav {
        padding: 10% 15px 10px 15px;
    }

    .steps__item {
        width: calc(50% - 20px);
    }

    .about img {
        display: none;
    }

    .architecture-detail-desc__img {
        width: 40%;
        height: 275px;
    }

    .architecture-detail-desc__text {
        padding-top: 225px;
    }

    .architecture-detail-projects__item {
        flex-direction: column;
    }

    .architecture-detail-projects__item:nth-child(even) {
        flex-direction: column;
    }

    .architecture-detail-projects__item-img {
        max-width: 100%;
    }

    .architecture-slider__slide {
        box-sizing: border-box;
        padding: 0 10px;
    }

    .light-architecture__nav a {
        font-size: 30px;
    }

    .light-architecture__img {
        font-size: 200px;
    }

    .vacancies__list {
        flex-direction: column;
    }

    .vacancies__item {
        width: 100%;
    }

    .news__item {
        flex-direction: column;
        align-items: center;
    }

    .news__item-img {
        max-width: 100%;
    }

    .projects-gallery__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .projects-gallery__item {
        width: 100%;
    }

    .projects-gallery__item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
    }

    .projects-gallery__item:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .projects-gallery__item:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
    }


    .achievement-figures__list {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 20px;
    }

    .achievement-figures__item {
        min-width: 300px;
        white-space: normal;
        gap: 30px;
    }

    .achievement-figures__info {
        flex: 1;
    }

    .achievement-figures__item-img {
        width: 60px;
    }

    .architecture-light__item-desc {
        padding-left: 20px;
    }

    .architecture-light-additionally__menu ul {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 834px) {
    .about__form {
        padding: 30px;
    }

    .footer__row {
        flex-direction: column;
    }

    .footer__menu {
        max-width: 100%;
    }

    .footer__info {
        max-width: 100%;
        width: 100%;
    }

    .footer__form {
        max-width: 100%;
    }

    .nav {
        padding: 15% 15px 10px 15px;
    }

    .about-desc__img {
        height: 350px;
    }

    .two-projects__item {
        width: 100%;
    }

    .two-projects__item-img {
        height: 300px;
    }

    .light-architecture__nav a {
        font-size: 20px;
    }

    .light-architecture__img {
        font-size: 200px;
    }

    .contacts__row {
        flex-direction: column;
    }

    .products__list {
        gap: 10px;
    }

    .products__item {
        width: 100%;
        padding: 20px;
        height: 300px;
    }

    .products-projects__item {
        width: 100%;
    }

    .modal__window {
        padding: 30px;
    }

    .radio-tabs {
        display: flex;
        gap: 15px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .radio-tabs::-webkit-scrollbar {
        display: none;
    }

    .smart-filter-param-text {
        font-size: 14px;
    }

    .news__filter .row {
        flex-direction: column;
    }

    .smart-filter-input-group-checkbox-list {
        gap: 15px;
    }

    .smart-filter-input-group-checkbox-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        font-size: 14px;
    }

    .smart-filter-input-group-checkbox-list::-webkit-scrollbar {
        display: none;
    }

    .directions__item {
        width: 100%;
        position: relative;
    }

    .achievement-figures__item {
        white-space: normal;
        flex-direction: column;
    }

    .achievement-figures__item-number {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .achievement-figures__item-text {
        font-size: 16px;
        line-height: 24px;
    }

    .achievement-figures__info {
        flex: none;
    }

    .architecture-light__item {
        width: 100% !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: none !important;
        border-top: 1px solid #f5f5f5 !important;
        height: 325px;
        align-items: center;
    }

    .architecture-light__item-desc {
        padding-bottom: 0;
    }

    .architecture-light__item:last-child {
        border-bottom: 1px solid #f5f5f5 !important;
    }

    .architecture-light-additionally__menu {
        padding: 20px 0;
    }

    .architecture-light-additionally__menu ul {
        gap: 15px;
    }

    .architecture-light-additionally__menu ul li a {
        font-size: 14px;
    }

    .architecture-light-additionally__list {
        gap: 35px;
    }

    .architecture-light-additionally__item {
        flex-direction: column-reverse;
    }

    .architecture-light-additionally__item {
        gap: 20px;
    }

    .architecture-light-additionally__item-desc {
        max-width: 100%;
    }

    .architecture-light-additionally__item-desc br {
        display: none;
    }

    .architecture-light-additionally__item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .architecture-light-additionally__item-desc h3 {
        font-size: 16px;
    }

    .architecture-light-additionally__item-desc p {
        font-size: 15px;
    }

    .achievement-figures__item {
        min-width: 220px;
    }

    .achievement-figures__item:nth-child(1),
    .achievement-figures__item:nth-child(3),
    .achievement-figures__item:nth-child(4) {
        min-width: 150px;
    }
}

@media (max-width: 480px) {

    h2 {
        font-size: 24px !important;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 26px;
    }

    .btn {
        font-size: 14px;
    }

    .btn__circle {
        width: 39px;
        height: 39px;
    }

    .btn__circle:before {
        width: 34px;
        height: 8px;
    }

    .header__logo {
        max-width: 105px;
    }

    /*.header.fixed  .header__logo {*/
    /*    max-width: 105px;*/
    /*}*/
    .header__action {
        gap: 20px;
    }

    .header__navbar {
        font-weight: 400;
        font-size: 16px;
    }

    .open-search svg {
        width: 18px;
        height: auto;
    }

    .header__burger {
        width: 19px;
        height: 16px;
        gap: 6px;
    }

    .header__burger-line {
        width: 19px;
    }

    .nav {
        width: 100%;
        padding: 20% 15px 20px 15px;
    }

    #vertical-multilevel-menu {
        gap: 25px;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .header__burger.active .header__burger-line:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .header__burger.active .header__burger-line:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    #vertical-multilevel-menu li {
        font-size: 14px;
    }

    .services__item {
        width: 100%;
        height: 324px;
    }

    .services__desc h3 {
        margin-top: 20px;
    }

    .services__item:nth-child(1) {
        width: 100%;
        border-right: none;
        border-left: none;
    }

    .services__item:nth-child(2) {
        width: 100%;
        border-right: none;
        border-left: none;
    }

    .services__item:nth-child(3) {
        border-right: none;
        border-left: none;
    }

    .services__item:nth-child(4) {
        border-right: none;
        border-left: none;
    }

    .services__item:nth-child(5) {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }

    .about {
        padding: 40px 0;
    }

    .about__desc h2 {
        font-size: 24px;
    }

    .footer {
        padding-top: 40px;
    }

    .about__form {
        padding: 30px 15px;
    }

    .about__form h3 {
        font-size: 20px;
    }

    .footer__form {
        padding: 30px 15px;
    }

    .footer__form h3 {
        font-size: 20px;
    }

    .form-block input {
        padding-left: 15px;
        font-size: 14px;
    }

    .form-block input::placeholder {
        font-size: 14px;
    }

    .form-block textarea {
        padding: 15px;
        font-size: 14px;
    }

    .form-block textarea::placeholder {
        font-size: 14px;
    }

    .header-page {
        box-sizing: border-box;
        padding-top: 120px;
        padding-bottom: 20px;
        background: #464646;
    }

    .about-desc {
        padding-top: 40px;
    }

    .about-desc__img {
        height: 227px;
        margin-bottom: 20px;
    }

    .steps {
        padding: 40px 0;
    }

    .steps__title {
        margin-bottom: 15px;
    }

    .steps__list {
        gap: 20px;
    }

    .steps__item-number {
        width: 90px;
        height: 95px;
        font-size: 16px;
        font-weight: 400;
    }

    .steps__item-number span {
        margin-left: 5px;
    }

    .steps__item-title {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .steps__item-desc {
        font-size: 12px;
    }

    .two-projects {
        padding-bottom: 40px;
    }

    .two-projects__title {
        margin-bottom: 15px;
    }

    .two-projects__list {
        gap: 30px;
    }

    .two-projects__item-img {
        height: 188px;
    }

    .two-projects__item-bottom {
        flex-direction: column;
        padding-right: 0;
        gap: 15px;
        align-items: flex-start;
    }

    .two-projects__item-name {
        font-size: 24px;
    }

    .architecture-detail-desc__img {
        width: 240px;
        height: 180px;
    }

    .architecture-detail-desc__text {
        padding-top: 150px;
    }

    .architecture-detail-projects {
        padding: 40px 0;
    }

    .architecture-detail-projects__item-img {
        height: 185px;
    }

    .architecture-detail-projects__title {
        margin-bottom: 15px;
    }

    .architecture-detail-projects__item-info h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .architecture-detail-projects__item {
        gap: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .architecture-detail-other {
        padding-top: 40px;
    }

    .architecture-slider__slide {
        padding: 0 5px;
    }

    .architecture-slider__slide a {
        height: 290px;
    }

    .architecture-slider__slide a span {
        font-size: 16px;
        width: 175px;
        height: 55px;
    }

    .bx-breadcrumb {
        gap: 5px;
        font-weight: 300;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .light-architecture {
        padding-top: 40px;
        padding-bottom: 130px;
        position: relative;
    }

    .light-architecture__row {
        flex-direction: column;
        gap: 15px;
    }

    .nav-left a:nth-child(2),
    .nav-left a:nth-child(3) {
        margin-right: 0;
    }

    .nav-right a:nth-child(1),
    .nav-right a:nth-child(2) {
        margin-left: 0;
    }

    .nav-left {
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .nav-right {
        width: 100%;
    }

    .light-architecture__nav a {
        font-size: 20px;
        border-bottom: 1px solid #5D5D5D;
        display: inline-block;
    }

    .light-architecture__img {
        font-size: 180px;
        line-height: 180px;
        position: absolute;
        bottom: 0;
        right: 15px;
    }

    .banner-slider {
        margin-top: 105px;
    }

    .banner-slider__slide {
        height: calc(100vh - 105px) !important;
    }

    .architecture-detail-projects__item-number {
        width: 47px;
        height: 47px;
        font-size: 16px;
        top: 20px;
        right: 20px;
    }

    .contacts__row {
        gap: 25px;
    }

    .contacts {
        padding: 40px 0;
    }

    .contacts__item p {
        margin-bottom: 10px;
    }

    .contacts__item p strong {
        font-size: 18px;
    }

    .contacts__map {
        height: 170px;
    }

    .vacancies {
        padding: 40px 0;
    }

    .vacancies__item {
        padding: 15px;
    }

    .vacancies__item-tag {
        height: 35px;
    }

    .vacancies__item-desc h3 {
        font-size: 16px;
    }

    .vacancies__item-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .products__item {
        height: 188px;
    }

    .products__item-name {
        font-size: 20px;
    }

    .products {
        padding-top: 125px;
        padding-bottom: 40px;
    }

    .steps__item {
        width: calc(50% - 10px);
    }

    .products-projects__item-img {
        height: 188px;
    }

    .products-projects__item-name h3 {
        font-size: 24px;
    }

    .products-projects__item-name {
        margin-top: 20px;
    }

    .footer__logo {
        max-width: 105px;
    }

    .vacancies__list {
        gap: 20px;
    }

    .modal__window {
        padding: 30px 15px;
        max-width: 320px;
    }

    .modal__window h3 {
        font-size: 20px;
    }

    .close-modal {
        right: 10px;
        top: 10px;
        width: 15px;
        height: 15px;
    }

    .close-modal svg {
        width: 100%;
        height: auto;
    }

    .popup-window {
        width: 92% !important;
        margin-left: 5px;
    }

    .news__filter .row {
        gap: 15px;
    }

    .news__filter {
        margin-bottom: 30px;
    }

    .news__item {
        gap: 15px;
    }

    .news__item-img {
        height: 188px;
    }

    .news__item-date {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .news__item-content h3 {
        font-size: 24px;
    }

    .news__list {
        gap: 30px;
    }

    .news__filter .smart-filter-dropdown-text {
        font-size: 14px;
    }

    .smart-filter-dropdown-popup ul li label {
        font-size: 14px;
    }

    .news .news__filter .row {
        display: block;
    }

    .news__filter .smart-filter-parameters-box:last-child {
        margin-top: 15px;
    }

    .smart-filter-checkbox-text {
        font-size: 14px;
    }

    .projects__filter {
        margin-bottom: 30px;
    }

    .header-single {
        padding-top: 100px;
    }

    .header-single h1 {
        margin-top: 20px;
    }

    .projects-desc .about-desc__img {
        height: 137px;
    }

    .projects-gallery__item {
        height: 113px;
    }

    .projects-gallery__item:nth-child(1) {
        height: 245px;
    }

    .projects-other {
        padding-top: 40px;
    }

    .header-page__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .header-page__other {
        width: 100%;
        justify-content: space-between;
    }

    .news-other {
        padding-top: 40px;
    }

    .products-projects__item-link {
        margin-top: 25px;
    }

    .directions {
        padding-top: 125px;
        padding-bottom: 40px;
    }

    .error-404 {
        padding-top: 125px;
        padding-bottom: 40px;
    }

    .directions__item-img {
        height: 140px;
    }

    .directions__name h3 {
        font-size: 24px;
    }

    .directions__name span {
        width: 47px;
        height: 47px;
    }

    .error-404__content {
        gap: 10px;
        margin-top: 30px;
    }

    .error-404__content h1 {
        font-size: 20px;
    }

    .search-result-item {
        padding: 20px;
        font-size: 14px;
        line-height: 157%;
    }

    .search-item-result-path a:last-child {
        font-size: 12px;
    }

    .banner {
        padding-top: 140px;
        padding-bottom: 120px;
    }

    .banner__title p {
        font-size: 15px;
        line-height: 22px;
        font-style: normal;
    }

    .architecture-light-additionally__item-img {
        height: 212px;
    }

    .architecture-light-quote__text {
        font-style: inherit;
    }

    .engineering-services .architecture-light-additionally__item-img {
        height: 212px;
    }

    .engineering-services {
        padding-top: 40px;
    }

    .architecture-light-quote__text {
        font-size: 15px;
        line-height: 25px;
    }

    .popup-window {
        width: 100% !important;
        margin-left: 0 !important;
        left: 0 !important;
        box-sizing: border-box;
        padding: 0 15px;
        background: none;
    }

    .smart-filter-input-group-dropdown {
        max-width: 100%;
    }
}


.cookie_notice {
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    background: #fff;
    margin: 0 auto;
    animation: toggle_opacity 0.2s;
    border-radius: 5px;
    box-shadow: 0px 20px 35px 0 #ffffff1f;
    background-color: #000;
    border-radius: 20px;
    box-sizing: border-box;
    color: #f5f7fa;
    display: none;
    padding: 20px;
    width: 282px;
}

.cookie-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 24px;
    margin-bottom: 10px;
}

.cookie-text-b {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

#cookie_close {
    width: 100%;
    text-align: center;
    font-size: 1em;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 0;
}

#cookie_close:hover {
    background: #fff;
    color: #000;
}

.footer__navs {
    margin-bottom: 20px;
}

.footer_license {
    font-size: 14px;
}

.about-desc__text b {
    font-weight: 600;
}

/*доработка шапки*/
.header__phone {
    display: flex;
    gap: 4px;
}

.header__phone a {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: inherit;
}

.header__phone a:hover {
    color: #347486;
}

.header__phone:before {
    content: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0455 4.77344C15.0725 4.66946 15.1396 4.58042 15.2321 4.52579C15.3246 4.47116 15.435 4.4554 15.5391 4.48195C16.9773 4.85656 18.2896 5.60815 19.3405 6.65918C20.3913 7.71021 21.1427 9.0226 21.517 10.4609C21.5446 10.5649 21.5299 10.6756 21.476 10.7687C21.4221 10.8618 21.3335 10.9297 21.2296 10.9576C21.1966 10.9669 21.1624 10.9717 21.1281 10.9718C21.0382 10.9715 20.951 10.9414 20.8801 10.8863C20.8091 10.8312 20.7585 10.7541 20.736 10.6671C20.3971 9.36827 19.7181 8.18325 18.769 7.23409C17.8198 6.28492 16.6348 5.60593 15.3359 5.26703C15.2322 5.23979 15.1434 5.1726 15.0889 5.08012C15.0345 4.98765 15.0189 4.87739 15.0455 4.77344ZM14.5234 8.51703C16.0469 8.92633 17.0737 9.95312 17.483 11.4766C17.5054 11.5635 17.5561 11.6406 17.627 11.6958C17.698 11.7509 17.7852 11.781 17.875 11.7812C17.9094 11.7812 17.9435 11.7764 17.9766 11.767C18.0805 11.7392 18.1691 11.6712 18.223 11.5781C18.2768 11.485 18.2916 11.3744 18.264 11.2704C17.7765 9.44226 16.5527 8.22351 14.7266 7.73195C14.6251 7.71233 14.5199 7.73213 14.4325 7.78733C14.3451 7.84253 14.282 7.92898 14.2562 8.02905C14.2303 8.12913 14.2435 8.23532 14.2932 8.32598C14.3428 8.41665 14.4252 8.48497 14.5234 8.51703ZM22.3377 18.5433C22.1691 19.8219 21.5406 20.9954 20.5698 21.8443C19.599 22.6933 18.3522 23.1597 17.0625 23.1562C9.22189 23.1562 2.84376 16.7781 2.84376 8.9375C2.84109 7.64835 3.30779 6.4023 4.15669 5.4321C5.00559 4.46191 6.17864 3.8339 7.45673 3.66539C7.71857 3.63356 7.98367 3.68753 8.21222 3.8192C8.44077 3.95087 8.62043 4.15314 8.72423 4.39562L10.8672 9.18328C10.9473 9.36892 10.98 9.57158 10.9622 9.77299C10.9445 9.9744 10.8769 10.1682 10.7656 10.337C10.7565 10.3502 10.7474 10.3634 10.7372 10.3756L8.58407 12.936C8.55029 12.9921 8.53093 13.0557 8.52774 13.1211C8.52455 13.1865 8.53763 13.2517 8.56579 13.3108C9.36204 14.9409 11.0693 16.6349 12.7187 17.4312C12.7782 17.4588 12.8437 17.4713 12.9092 17.4676C12.9748 17.4639 13.0384 17.444 13.0945 17.4098L15.6203 15.2648L15.6589 15.2354C15.8279 15.1237 16.0221 15.056 16.2239 15.0382C16.4257 15.0205 16.6288 15.0534 16.8147 15.1338L21.6105 17.2829C21.8505 17.3873 22.0506 17.5663 22.181 17.7933C22.3114 18.0203 22.3653 18.2833 22.3346 18.5433H22.3377ZM21.2865 18.0233L16.4887 15.8742C16.4304 15.8497 16.3671 15.8395 16.3041 15.8442C16.2411 15.849 16.1801 15.8687 16.1261 15.9016L13.6094 18.0466L13.5718 18.0751C13.3968 18.1919 13.1946 18.2615 12.9847 18.2769C12.7749 18.2924 12.5646 18.2533 12.3744 18.1634C10.5463 17.2809 8.72728 15.4741 7.8447 13.6673C7.75393 13.4785 7.71335 13.2695 7.72687 13.0605C7.74039 12.8514 7.80755 12.6494 7.92189 12.4739C7.93103 12.4597 7.94118 12.4475 7.95134 12.4343L10.1034 9.87492C10.1357 9.82007 10.1546 9.7584 10.1587 9.69489C10.1627 9.63138 10.1518 9.56781 10.1268 9.50929L7.97978 4.72164C7.94952 4.64742 7.89799 4.58381 7.83167 4.53881C7.76534 4.49381 7.68719 4.46943 7.60704 4.46875C7.59081 4.46777 7.57453 4.46777 7.55829 4.46875C6.4759 4.61217 5.48279 5.1449 4.76464 5.96735C4.04649 6.78979 3.65248 7.84565 3.65626 8.9375C3.65626 16.3292 9.67079 22.3437 17.0625 22.3437C18.1544 22.3475 19.2102 21.9535 20.0327 21.2354C20.8551 20.5172 21.3878 19.5241 21.5313 18.4417C21.5406 18.3546 21.5215 18.2667 21.4769 18.1913C21.4322 18.1159 21.3644 18.057 21.2834 18.0233H21.2865Z' fill='%239A9A9A' /%3E%3C/svg%3E");

}

/* контейнер */
.header__theme_switch {
    display: flex;
    align-items: center;
}

/* кнопка-переключатель */
.theme-switch {
    width: 75px;
    height: 30px;
    background: #e0e0e0;
    border-radius: 30px;
    border: none;
    padding: 3px;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

/* бегунок */
.theme-switch__icon {
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    transform: translateX(45px);
    transition: transform 0.3s, background 0.3s;
}

/* 🌙 тёмная тема */
body.light-theme .theme-switch {
    background: rgba(0, 0, 0, 0.4);
}

body.light-theme .theme-switch__icon {
    background: #e0e0e0;
    transform: translateX(0);
}

/* иконки через псевдоэлементы */
.theme-switch__icon::before {
    content: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9395 8.40921L12.3991 8.60596C12.4811 8.41441 12.4357 8.19209 12.2852 8.04802C12.1347 7.90394 11.9106 7.8683 11.7228 7.95858L11.9395 8.40921ZM6.44824 11.9785L6.44822 12.4785L6.44824 12.4785L6.44824 11.9785ZM0.5 6.17386L-2.58345e-07 6.17386L-2.58346e-07 6.17389L0.5 6.17386ZM5.18652 0.50003L5.58426 0.803028C5.71087 0.636831 5.72079 0.409431 5.60914 0.232835C5.49749 0.0562388 5.28781 -0.0323168 5.08337 0.0107861L5.18652 0.50003ZM4.11719 3.65726L3.61719 3.65726L3.61719 3.65729L4.11719 3.65726ZM9.54492 8.95316L9.54492 9.45316L9.54493 9.45316L9.54492 8.95316ZM11.9395 8.40921L11.4798 8.21246C10.6606 10.1262 8.72013 11.4785 6.44824 11.4785L6.44824 11.9785L6.44824 12.4785C9.12335 12.4785 11.4237 10.8848 12.3991 8.60596L11.9395 8.40921ZM6.44824 11.9785L6.44826 11.4785C3.42752 11.4784 1.00018 9.09232 1 6.17383L0.5 6.17386L-2.58346e-07 6.17389C0.000218928 9.6675 2.89838 12.4784 6.44822 12.4785L6.44824 11.9785ZM0.5 6.17386L1 6.17386C1 3.6396 2.82877 1.50813 5.28967 0.989274L5.18652 0.50003L5.08337 0.0107861C2.18579 0.621706 -1.20243e-07 3.14083 -2.58345e-07 6.17386L0.5 6.17386ZM5.18652 0.50003L4.78879 0.197032C4.05381 1.16181 3.61719 2.36006 3.61719 3.65726L4.11719 3.65726L4.61719 3.65726C4.61719 2.58859 4.97603 1.60142 5.58426 0.803028L5.18652 0.50003ZM4.11719 3.65726L3.61719 3.65729C3.61741 6.86992 6.28312 9.45316 9.54492 9.45316L9.54492 8.95316L9.54492 8.45316C6.81208 8.45316 4.61737 6.29459 4.61719 3.65722L4.11719 3.65726ZM9.54492 8.95316L9.54493 9.45316C10.4817 9.45315 11.3678 9.23881 12.1561 8.85984L11.9395 8.40921L11.7228 7.95858C11.0662 8.27428 10.3278 8.45315 9.54492 8.45316L9.54492 8.95316Z' fill='white' /%3E%3C/svg%3E");
    font-size: 14px;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.light-theme .theme-switch__icon::before {
    content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.01831C7.27789 9.01826 7.98771 8.80178 8.39746 8.3894C8.80788 7.9763 9.01758 7.26546 9.01758 5.99976C9.01756 4.73443 8.80768 4.02421 8.39746 3.61108C7.98772 3.19866 7.27796 2.98223 6 2.98218C4.7219 2.98218 4.01949 3.19855 3.61328 3.61011C3.2046 4.02427 2.99517 4.73629 2.98145 6.00464C2.96781 7.26738 3.17878 7.97638 3.59082 8.38843C4.00425 8.80158 4.72194 9.01831 6 9.01831Z' stroke='white' stroke-width='0.821192' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M6 9.01831C7.27789 9.01826 7.98771 8.80178 8.39746 8.3894C8.80788 7.9763 9.01758 7.26546 9.01758 5.99976C9.01756 4.73443 8.80768 4.02421 8.39746 3.61108C7.98772 3.19866 7.27796 2.98223 6 2.98218C4.7219 2.98218 4.01949 3.19855 3.61328 3.61011C3.2046 4.02427 2.99517 4.73629 2.98145 6.00464C2.96781 7.26738 3.17878 7.97638 3.59082 8.38843C4.00425 8.80158 4.72194 9.01831 6 9.01831Z' stroke='black' stroke-width='0.821192' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M6 0.428467V1.28561' stroke='white' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M6 0.428467V1.28561' stroke='black' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M6 10.7144V11.5715' stroke='white' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M6 10.7144V11.5715' stroke='black' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M11.5713 6L10.7141 6' stroke='white' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M11.5713 6L10.7141 6' stroke='black' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M1.28613 6L0.42899 6' stroke='white' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M1.28613 6L0.42899 6' stroke='black' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M1.71387 1.71436L2.31996 2.32045' stroke='white' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M1.71387 1.71436L2.31996 2.32045' stroke='black' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M1.71387 10.4631L2.31996 9.85704' stroke='white' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M1.71387 10.4631L2.31996 9.85704' stroke='black' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M10.4629 1.71436L9.8568 2.32045' stroke='white' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M10.4629 1.71436L9.8568 2.32045' stroke='black' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M10.4629 10.4631L9.8568 9.85704' stroke='white' stroke-width='0.821192' stroke-linecap='round' /%3E%3Cpath d='M10.4629 10.4631L9.8568 9.85704' stroke='black' stroke-width='0.821192' stroke-linecap='round' /%3E%3C/svg%3E");
}


.mob_menu {
    display: none;
}

@media (max-width: 1312px) {
    .mob_menu {
        display: flex;
    }
}

@media (max-width: 820px) {
    .header__phone {
        display: none;
    }

    .header-banner__logo svg {
        width: 180px;
    }

    .header__action {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .header-banner {
        top: 45px;
    }

    .header-banner__logo svg {
        max-width: 105px;
    }

    .theme-switch{
        width: 60px;
        height: 25px;
    }

    .theme-switch__icon{
        width: 20px;
        height: 20px;
        transform: translateX(35px);
    }
}

/* ===== ЛОАДЕР ===== */
.theme-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #bfc3c8; /* нейтральный серо-тёплый */
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.35s ease;
}

/* скрыто */
.theme-loader.is-hidden {
    opacity: 0;
}

/* логотип */
.theme-loader__logo {
    width: 220px;
    animation: logo-pulse 1.2s ease-in-out infinite;
}

/* SVG под тему */
body.light-theme .theme-loader {
    background: #d1d5db;
}

body:not(.light-theme) .theme-loader {
    background: #9ca3af;
}

/* svg цвет */
.theme-loader svg path {
    fill: #1975AE;
    transition: fill .3s;
}

body:not(.light-theme) .theme-loader svg path {
    fill: #111;
}

/* анимация */
@keyframes logo-pulse {
    0% {
        transform: scale(0.98);
        opacity: .7;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.98);
        opacity: .7;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.engineering-banner .banner__bg{
    mix-blend-mode: multiply;
    opacity: 0.9;
}
/* End */


/* Start:/local/templates/spectr/components/bitrix/menu/home-menu/style.css?17695163421197*/
.header__menu {
    position: relative;
    z-index: 99;
}

.header__menu .home-item a{
    padding: 15px 20px;
}

.header__menu .have-children:hover,
.header__menu .home-item a:hover {
    background: #000;
}

.header__menu .have-children a {
    display: flex;
}

.header__menu .have-children > a:after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00003 11C7.87216 11 7.74416 10.9512 7.64653 10.8535L2.64653 5.85353C2.45116 5.65816 2.45116 5.34178 2.64653 5.14653C2.84191 4.95128 3.15828 4.95116 3.35353 5.14653L8.00003 9.79303L12.6465 5.14653C12.8419 4.95116 13.1583 4.95116 13.3535 5.14653C13.5488 5.34191 13.5489 5.65828 13.3535 5.85353L8.35353 10.8535C8.25591 10.9512 8.12791 11 8.00003 11Z' fill='white'/%3E%3C/svg%3E");
    position: absolute;
    right: 4px;
}

.sub-menu{
    position: absolute;
}

.header__menu .have-children:hover .sub-menu{
    display: block;
    background-color: #000;
    transition: 0.5s;
}

.header__menu .sub-menu{
    padding: 0;
    width: max-content;
}

.header__menu .sub-menu li {
    margin-top: unset;
}
/* End */


/* Start:/local/templates/spectr/theme-light.css?17720125044981*/
body.light-theme {
  background: #f0f8ff;
  color: #111111;
  /*.services__list{
    .services__img{
      display: none;
      &.light_img{
          display: block;
      }
    }
  }*/
}
.architecture-light__item{
  background-color: #4c4c4c;
}
body.light-theme .architecture-light__item{
  background-color: #9ddfff;
}
.architecture-light__item-img img{
  mix-blend-mode: multiply;
  opacity: 0.9;
}
body.light-theme .services__img{
  background-color: #9ddfff;
}
.services__img{
  background-color: #3d3d3d;
}
.services__img img{
  mix-blend-mode: multiply;
  opacity: 0.9;
}
body.light-theme .services__img img{
  mix-blend-mode: multiply;
  opacity: 0.9;
}
body.light-theme .header__burger-line {
  border-color: #111111;
}
body.light-theme .achievement-figures__item-text{
  color: black;
}
body.light-theme .header__logo svg path,
body.light-theme .header-banner__logo svg path,
body.light-theme .footer__logo svg path {
  fill: #1975AE;
}
body.light-theme .open-search svg path {
  fill: #111111;
}
body.light-theme .header__menu .have-children:hover {
  background: rgba(25, 117, 174, 0.2);
  backdrop-filter: blur(23.2000007629px);
}
body.light-theme .header__menu .have-children:hover .sub-menu {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(23.2000007629px);
}
body.light-theme .header__menu .have-children > a:after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00003 11C7.87216 11 7.74416 10.9512 7.64653 10.8535L2.64653 5.85353C2.45116 5.65816 2.45116 5.34178 2.64653 5.14653C2.84191 4.95128 3.15828 4.95116 3.35353 5.14653L8.00003 9.79303L12.6465 5.14653C12.8419 4.95116 13.1583 4.95116 13.3535 5.14653C13.5488 5.34191 13.5489 5.65828 13.3535 5.85353L8.35353 10.8535C8.25591 10.9512 8.12791 11 8.00003 11Z' fill='black'/%3E%3C/svg%3E");
}
body.light-theme .header__menu .home-item a:hover {
  background: rgba(25, 117, 174, 0.2);
}
body.light-theme .nav {
  background: rgba(201, 201, 201, 0.95);
  backdrop-filter: blur(23.2000007629px);
}
body.light-theme .nav button svg line {
  stroke: #111111;
}
body.light-theme .footer__form input {
  border-bottom: 1px solid #111111;
}
body.light-theme .footer__form input::placeholder {
  color: #111111;
}
body.light-theme .footer__form textarea {
  border: 1px solid #111111;
}
body.light-theme .footer__form textarea::placeholder {
  color: #111111;
}
body.light-theme .footer__form .btn__circle {
  border-color: #111111;
}
body.light-theme .services__list .services__item h3 {
  color: white;
}

body.light-theme .engineering-banner{
  background: #9ddfff;
  filter: grayscale(0);
}

body.light-theme .achievement-figures__item-number{
  color: #1975AE;
}
body.light-theme .header.fixed {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(23.2000007629px);
}
body.light-theme .engineering-banner h1{
  color: white;
  position: relative !important;
}

.engineering-banner h1{
  position: relative;
}

body.light-theme .smart-filter-dropdown-text{
  background-color: #1975AE;
  color: white;
}

body.light-theme .about-desc__tag{
  background-color: #1975AE;
  color: white;
}

body.light-theme .smart-filter-dropdown-popup ul li label{
  background-color: #1975AE;
  color: white;
}

body.light-theme .other-banner h1 {
  color: white;
}
body.light-theme .other-banner{
  background-color: #9ddfff;
  filter: grayscale(0);
}

body.light-theme .other-banner__title{
  z-index: 99;
  position: relative;
}
body.light-theme .other-banner img{
  mix-blend-mode: multiply;
  opacity: 0.9 !important;
}
body.light-theme .about-desc__text {
  color: #000;
}
body.light-theme .header-banner.is-fixed .header__row {
  background: rgba(255, 255, 255, 0.7);
}
body.light-theme .input-submit-search svg path {
  fill: #111111;
}
body.light-theme .btn {
  color: #5c5c5c;
}
body.light-theme .btn .btn__circle {
  border: 1.5px solid #5c5c5c;
}
body.light-theme .btn .btn__circle:before {
  background-image: url(/local/templates/spectr/./img/btn-arrow-hover.svg);
}
body.light-theme .engineering-services .architecture-light-additionally__item-img:before {
  opacity: 0;
}
body.light-theme .architecture-light-additionally,
body.light-theme .engineering-services .architecture-light-additionally__item-desc {
  background: transparent;
}
body.light-theme .architecture-light-additionally__item-desc p,
body.light-theme .architecture-light-additionally__item-desc h3 {
  color: #111111;
}
body.light-theme .two-projects__item-img {
  filter: none;
  opacity: 100%;
}
body.light-theme .architecture-light-additionally__menu {
  background: rgba(25, 117, 174, 0.2);
  backdrop-filter: blur(23.2000007629px);
}
body.light-theme .architecture-light-additionally__menu ul li a {
  color: #111111;
}
body.light-theme .architecture-light-additionally__menu ul li a.active {
  color: #fff;
}
body.light-theme .architecture-light-additionally__item-img:before {
  opacity: 0;
}

/*# sourceMappingURL=theme-light.css.map */

/* End */
/* /local/templates/spectr/style.css?177200310675643 */
/* /local/templates/spectr/components/bitrix/menu/home-menu/style.css?17695163421197 */
/* /local/templates/spectr/theme-light.css?17720125044981 */
