@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: 0;
}
a:active,
a:focus {
    outline: 0;
}
aside,
footer,
header,
nav {
    display: block;
}
body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Black.woff2) format("woff2"), url(../fonts/Roboto-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-ExtraBold.woff2) format("woff2"), url(../fonts/Roboto-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-ExtraLight.woff2) format("woff2"), url(../fonts/Roboto-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-SemiBold.woff2) format("woff2"), url(../fonts/Roboto-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Thin.woff2) format("woff2"), url(../fonts/Roboto-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
h1 {
    font-weight: 300;
    font-size: 52px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
    background: 0 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 14.5px 24px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.dropdown__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    background: rgba(21, 21, 21, 0.8);
    padding: 20px;
    min-width: 340px;
    margin-top: 20px;
}
.dropdown__arrow {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.dropdown__arrow img {
    display: block;
}
.article,
.section {
    padding: 60px 0;
}
.address,
.mail,
.phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fefefe;
}
.block-header {
    text-align: center;
    margin-bottom: 40px;
}
.block-header.left {
    text-align: left;
}
.block-header:has(p) h2,
.block-header:has(p) h3 {
    margin-bottom: 20px;
}
.block-header h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
}
.block-header h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
}
.block-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #d0cedb;
}
.block-header p + p {
    margin-top: 12px;
}

.swiper-slide[data-video], a[data-video]{
    cursor: pointer;
}
.lg-video-poster{
    display: none !important;
}
.swiper-slide[data-video]::before, a[data-video]::before {
    content: "▸";
    display: block;
    font-size: 50px;
    line-height: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    border: 2px solid #fefefe;
    transition: all 300ms ease;
    z-index: 2;
}

.swiper-slide[data-video]:hover::before, .swiper-slide a[data-video]:hover::before{
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
}

.lg-sub-html {
    display: none;
}
.lg-video-play-button {
    border-radius: 0;
    background: 0 0;
    border: 2px solid #fefefe;
    opacity: 0.9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
    max-width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lg-video-play-button::after {
    content: "▸";
    display: block;
    font-size: 50px;
    line-height: 0.5;
    -webkit-transform: translate(2.5px, -2.5px);
    -ms-transform: translate(2.5px, -2.5px);
    transform: translate(2.5px, -2.5px);
}
.lg-video-play-button svg {
    display: none;
}
.lg-video-cont .plyr {
    height: 100%;
}
.lg-video-cont .plyr__control,
.lg-video-cont .plyr__controls {
    z-index: 10;
}
.swiper-slide:has(svg) > svg {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.swiper-slide:has(svg) > svg rect {
  stroke-dasharray: 0, 0;
  stroke-width: 3;
  transition: 0.35s linear;
  fill: none;
  transition: 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.swiper-slide:has(svg):hover rect {
  stroke: rgb(255, 255, 255);
}
/* .swiper-slide:has(svg).swiper-slide-thumb-active  svg rect {
  stroke: rgb(255, 255, 255);
} */
.swiper-slide:has(svg).active svg rect {
  stroke: rgb(255, 255, 255);
}
.btn:has(svg) {
    position: relative;
    border: none;
}
.btn:has(svg) svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn:has(svg) svg rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    -webkit-transition: 0.35s linear;
    transition: 0.35s linear;
    stroke-dasharray: 214, 48;
}
.btn:has(svg):hover svg rect {
    stroke-dasharray: 0, 310;
    -webkit-transition: 0.35s linear;
    transition: 0.35s linear;
}
.btn-fixed {
    position: fixed;
    bottom: 120px;
    right: 40px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.btn-fixed img{
    position: relative;
    z-index: 2;
}
.btn-fixed button {
    padding: 18px 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
}

.btn-fixed button.active{
    background: #fff;
    border-radius: 50%;
}
.btn-fixed button.active::before{
    display: none;
}
.btn-fixed button:before {
    content: '';
    inset: 0px;
    position: absolute;
    background: center / contain no-repeat url('../img/svgicons/bg-polygons/3.svg');
}

.btn-fixed__links {
    display: none;
}
.btn-fixed__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 12px;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 18px 16px;
    border-radius: 50%;
    aspect-ratio: 1/1;
}
.btn-fixed__links a svg, .btn-fixed__links a svg rect{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    padding: 10px;
    width: 40px;
    height: 40px;
    background: #1c1c1c;
    border: 2px solid #151515;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
    display: none;
}
.swiper-slide {
    height: auto;
}
.swiper-button-prev {
    -webkit-transform: translate(-200%, 0) rotate(90deg);
    -ms-transform: translate(-200%, 0) rotate(90deg);
    transform: translate(-200%, 0) rotate(90deg);
}
.swiper-button-next {
    -webkit-transform: translate(200%, 0) rotate(270deg);
    -ms-transform: translate(200%, 0) rotate(270deg);
    transform: translate(200%, 0) rotate(270deg);
}
.swiper-pagination {
    position: static;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 0;
    margin: 0 !important;
    padding: 0;
    display: block;
    opacity: 1;
    background: 0 0;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.plyr {
    z-index: 10;
}
:root {
    --plyr-color-main: #151515;
}
.plyr__control--overlaid {
    border-radius: 0;
    background: 0 0;
    border: 2px solid #fefefe;
}
.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-file-remove {
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    line-height: 1;
}
.custom-file-remove:hover {
    color: red;
}
.custom-file-remove.active {
    display: block;
}
.custom-file-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 12.5px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-file-button:hover {
    opacity: 1;
}
.custom-file-button input {
    display: none;
}
.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 0 38px;
    cursor: pointer;
    margin-top: 12px;
}
.checkbox p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #d0cedb;
    line-height: 1.5;
}
.checkbox p a {
    color: inherit;
    font-size: inherit;
}
.checkbox:hover p::before {
    opacity: 1;
}
.checkbox p::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 3px;
    z-index: 1;
    background: 0 0;
    border: 2px solid #fefefe;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.checkbox p::after {
    content: "";
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 3px;
    top: 3px;
    width: 15px;
    height: 15px;
}
.checkbox input[type="radio"].custom-checkbox + p::after,
.checkbox input[type="radio"].custom-checkbox + p::before {
    border-radius: 50%;
}
.checkbox a {
    text-decoration: underline;
    color: rgba(11, 5, 4, 0.5490196078);
}
.custom-checkbox {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    left: -1000000000000px;
}
.custom-checkbox:checked + p::after {
    opacity: 1;
    width: 12px;
    height: 9px;
    background: center/contain no-repeat url(../img/svgicons/form/checkbox.svg);
    left: 5.5px;
    top: 10px;
    border-radius: 2px;
}
.custom-checkbox:checked + p::before {
    opacity: 1;
}
.dialogbox {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
}
.dialogbox__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
    width: 100%;
}
.dialogbox__window {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    width: 100%;
    max-width: 600px;
    max-height: 85%;
    background: #151515;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}
.dialogbox__close {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
    background: center/contain no-repeat url(../img/svgicons/close.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dialogbox__close:hover {
    opacity: 1;
}
.dialogbox__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}
.dialogbox .block-header {
    margin-bottom: 30px;
}
.dialogbox .block-header h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
    margin-bottom: 12px;
}
.dialogbox form {
    display: block;
}
.dialogbox label:not(.custom-file-button):not(.checkbox) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 2px solid #1c1c1c;
    padding: 0 16px;
    gap: 10px;
}
.dialogbox label:not(.custom-file-button):not(.checkbox) img {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dialogbox label:not(.custom-file-button):not(.checkbox) input {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #9996a9;
    background: 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
}
.dialogbox label:not(.custom-file-button):not(.checkbox) input:-webkit-autofill,
.dialogbox label:not(.custom-file-button):not(.checkbox) input:-webkit-autofill:active,
.dialogbox label:not(.custom-file-button):not(.checkbox) input:-webkit-autofill:focus,
.dialogbox label:not(.custom-file-button):not(.checkbox) input:-webkit-autofill:hover {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.dialogbox label:not(.custom-file-button):not(.checkbox):has(input:focus) img {
    opacity: 1;
}
.dialogbox .btn {
    max-width: 100%;
    width: 100%;
}
.intro-block {
    position: relative;
    padding-top: 100px;
    aspect-ratio: 14.4/2.52;
}
.intro-block h1 {
    margin-bottom: 0;
}
.intro-block > picture,
.intro-block > picture > img,
.intro-block > video {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
}
.intro-block::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}
.intro-block .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.breadcrumbs__separator {
    width: 16px;
    height: 2px;
    background: #fefefe;
}
.breadcrumbs a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
}
.breadcrumbs p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #9996a9;
}
.projects .swiper{
    will-change: transform
}
.projects-block h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
}
.projects-block p {
    font-size: 16px;
}
.projects-block .projects-gallery__gallery {
    -ms-grid-rows: 240px;
    grid-template-rows: 240px;
    margin-bottom: 0;
}
.price-mistake-block .price-mistake__figuries img:last-child {
    bottom: 20px;
    right: 40%;
}
.lg-sub-html {
    display: none;
}
@-webkit-keyframes header {
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes header {
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 20px;
}
.header::after {
    content: "";
    inset: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.active {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-animation: header 1.2s ease 0.4s forwards;
    animation: header 1.2s ease 0.4s forwards;
}
.header.active::after {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(21, 21, 21, 0.8);
}
.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    z-index: 4;
    gap: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__logo {
    position: relative;
    position: relative;
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    height: 52px;
    display: block;
    overflow: hidden;
}
.header__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.header__nav a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fefefe;
    max-height: 18px;
    overflow: hidden;
    position: relative;
}
.header__nav a span {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
}
.header__nav a::after {
    content: attr(data-title);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fefefe;
    display: block;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
}
.header__nav a:hover span,
.header__nav a:hover::after {
    -webkit-transform: translate(0, calc(-100% - 10px));
    -ms-transform: translate(0, calc(-100% - 10px));
    transform: translate(0, calc(-100% - 10px));
}
.header__burger {
    display: none;
}
.header .btn img {
    display: none;
}
.intro {
    position: relative;
    height: 100vh;
    padding-top: 100px;
}
.intro > img,
.intro > picture,
.intro > picture > video {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
}
.intro::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}
.intro .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.projects__nav {
    position: relative;
    margin-bottom: 40px;
}
.projects__nav .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.projects__nav .swiper-slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
}
.projects__nav .swiper-slide img{
    width: 40px;
    height: 41px;
    object-fit: contain;
}
.projects__project {
    position: relative;
    display: none;
}
.projects__project.active{
    display: block;
}


.projects-swiper .block-header {
    margin-bottom: 20px;
}
    .projects-swiper__next,
    .projects-swiper__prev{
        display: none;
    }
.projects__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1c1c1c;
    padding: 40px;
    gap: 30px;
    min-height: 423px;
}
.projects__item:not(:last-child) {
    margin-bottom: 40px;
}
.projects__item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.projects__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.projects-table {
    display: block;
    background: #151515;
    padding: 21.5px 20px;
}
.projects-table tbody {
    display: block;
}
.projects-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.projects-table tbody tr:not(:last-child) {
    margin-bottom: 13.5px;
}
.projects-table tbody tr td:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
}
.projects-table tbody tr td:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #1c1c1c;
    height: 1px;
}
.projects-table tbody tr td:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #d0cedb;
}
.projects__gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    max-width: 430px;
}
.projects__gallery .btn {
    max-width: 100%;
}
.projects-gallery__gallery {
    height: 240px;
    margin-bottom: 12px;
}
.projects-gallery__gallery a {
    display: block;
    position: relative;
}
.projects-gallery__gallery a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.projects-gallery__gallery a:first-child {
    -ms-grid-column-span: 3;
    grid-column: span 3;
}
.projects-gallery__gallery .swiper-button-next,
.projects-gallery__gallery .swiper-button-prev {
    background: 0 0;
    border: none;
}
.projects-gallery__gallery .swiper-button-next img,
.projects-gallery__gallery .swiper-button-prev img {
    display: block;
    width: 13px;
    height: 6px;
    position: static;
}
.projects-gallery__gallery .swiper-button-prev {
    -webkit-transform: translate(0, 0) rotate(90deg);
    -ms-transform: translate(0, 0) rotate(90deg);
    transform: translate(0, 0) rotate(90deg);
}
.projects-gallery__gallery .swiper-button-next {
    -webkit-transform: translate(0, 0) rotate(-90deg);
    -ms-transform: translate(0, 0) rotate(-90deg);
    transform: translate(0, 0) rotate(-90deg);
}
.projects-gallery__thumbs {
    position: relative;
    margin-bottom: 12px;
}
.projects-gallery__thumbs img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.projects__hidden {
    display: none;
    padding-bottom: 40px;
}
.projects__hidden + .btn {
    margin: 0 auto;
}
.idea {
    position: relative;
    background: #1c1c1c;
}
.no-webp .idea::before {
    background: url(../img/idea/bg.png);
}
.idea::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
}
.idea__swiper {
    position: relative;
    padding: 5% 0;
}
.idea .swiper-slide {
    aspect-ratio: 8/4.4;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 8px solid #1c1c1c;
}
.idea .swiper-slide::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.idea .swiper-slide .plyr,
.idea .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.idea .swiper-slide.swiper-slide-active {
    scale: 1.18;
    z-index: 2;
}
.idea .swiper-slide.swiper-slide-active::after {
    opacity: 0;
}
.idea .swiper-button-prev {
    left: 25%;
    -webkit-transform: translate(0, 0) rotate(90deg);
    -ms-transform: translate(0, 0) rotate(90deg);
    transform: translate(0, 0) rotate(90deg);
}
.idea .swiper-button-next {
    right: 25%;
    left: auto;
    -webkit-transform: translate(0, 0) rotate(270deg);
    -ms-transform: translate(0, 0) rotate(270deg);
    transform: translate(0, 0) rotate(270deg);
}
.idea .swiper-pagination {
    display: none;
}
.makets__nav {
    position: relative;
    margin-bottom: 40px;
}
.makets__nav .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
}
.makets__makets {
    position: relative;
    background: #1c1c1c;
}
.no-webp .makets__makets::before {
    background: url(../img/idea/bg.png);
}
.makets__makets::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 150vh;
}
.makets__makets::after {
    content: "";
    bottom: -50vh;
    left: 0;
    right: 0;
    height: 100vh;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1c1c1c));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #1c1c1c 100%);
}
.makets__maket {
    position: relative;
    display: none;
}
.makets__maket > img {
    position: absolute;
    width: 100%;
    aspect-ratio: 14.4/3.5;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}
.makets__maket.active {
    display: block;
}
.makets-swiper .swiper-slide {
    padding: 10px;
    background: #1c1c1c;
    height: auto;
    aspect-ratio: 1/1;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.makets-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #fff;
}
.makets-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.makets__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.makets__img {
    margin-left: auto;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 555px;
}
.makets__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.makets__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50vw;
    padding-top: 140px;
}
.makets__text {
    margin-bottom: 20px;
}
.makets__text h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
    padding: 20px 40px;
    background: #151515;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 40px;
}
.makets__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.makets__counter {
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fefefe;
}
.makets .makets-swiper__next,
.makets .makets-swiper__prev {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0;
}
.makets .makets-swiper__prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.makets .makets-swiper__next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.garant {
    position: relative;
}
.garant::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65%;
    background: #1c1c1c;
}
.garant__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.garant .block-header {
    margin-bottom: 80px;
}
.garant__item {
    padding: 48px 20px 20px;
    position: relative;
    background: #1a1a1a;
}
.garant__item h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
}
.garant__item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #d0cedb;
}
.garant__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #1c1c1c;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #151515;
}
.garant-with-bg {
    position: relative;
}
.no-webp .garant-with-bg::before {
    background: url(../img/idea/bg.png);
}
.garant-with-bg::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
}
.garant-with-bg::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, #1c1c1c));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #1c1c1c 30%);
}
.companies {
    background: #151515;
    position: relative;
    z-index: 10;
}
.companies__slider {
    position: relative;
}
.companies__slider .swiper-slide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
.companies__slider .swiper-pagination {
    display: none;
}
.companies__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 2px solid transparent;
}
.companies:not(:first-child) {
    border-color: #fefefe;
}
.services {
    background: #1c1c1c;
    position: relative;
}
.no-webp .services::before {
    background: url(../img/idea/bg.png);
}
.services::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 60%;
}
.services::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, #1c1c1c));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #1c1c1c 40%);
    z-index: 2;
}
.services__slider {
    position: relative;
}
.services__slider .swiper-slide {
    position: relative;
    color: #fefefe;
}
.services__slider .swiper-slide h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.services__slider .swiper-slide p:not(:last-child) {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
    color: #d0cedb;
    word-wrap: break-word;
}
.services__slider .swiper-slide p:last-child {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
}
.services__slider .swiper-pagination {
    display: none;
}
.services__img {
    width: 100%;
    aspect-ratio: 1/1;
    background: #151515;
    margin-bottom: 20px;
}
.services__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.services__img.padding-x {
    padding: 0 20px;
}
.price-mistake {
    padding-top: 60px;
    position: relative;
}
.price-mistake .block-header {
    margin-bottom: 12px;
}
.price-mistake .block-header h2 {
    font-size: 40px;
    margin-bottom: 12px;
}
.price-mistake .swiper-wrapper {
    height: auto;
    margin-bottom: 28px;
}
.price-mistake__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}
.price-mistake__swiper {
    padding-bottom: 60px;
}
.price-mistake__img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
    aspect-ratio: 3.4/5.25;
}
.price-mistake__img img {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.price-mistake__img::before {
    content: "";
    width: 346px;
    height: 346px;
    aspect-ratio: 1/1;
    top: -25px;
    position: absolute;
    left: -50px;
    background: center/contain no-repeat url(../img/svgicons/bg-polygons/1.svg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.price-mistake blockquote p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #d0cedb;
    border-left: 2px solid #fefefe;
    padding-left: 12px;
    margin-bottom: 28px;
}
.price-mistake blockquote cite span {
    display: block;
    font-style: normal;
}
.price-mistake blockquote cite span:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
    margin-bottom: 8px;
}
.price-mistake blockquote cite span:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #d0cedb;
}
.price-mistake__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.price-mistake .price-mistake__next,
.price-mistake .price-mistake__prev {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0;
}
.price-mistake .price-mistake__prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.price-mistake .price-mistake__next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.price-mistake__figuries {
    position: absolute;
    inset: 0;
}
.price-mistake__figuries img {
    position: absolute;
}
.price-mistake__figuries img:last-child {
    right: 200px;
    bottom: 100px;
    width: 50px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.price-mistake__figuries img:first-child {
    right: -100px;
    bottom: 50px;
    width: 300px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.advantages {
    position: relative;
}
.advantages > img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
}
.advantages::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
}
.advantages__row {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    justify-content: center;
}
.advantages__item {
    flex: 0 0 300px;
    padding: 20px;
}
.advantages__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
}
.advantages__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 80px;
    margin: 0 auto 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #fefefe;
}
.reviews__swiper {
    position: relative;
}
.reviews .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1c1c1c;
}
.reviews .swiper-slide h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
    margin-bottom: 8px;
}
.reviews .swiper-slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #d0cedb;
}
.reviews .swiper-slide p:not(:last-child) {
    margin-bottom: 8px;
}
.reviews .swiper-pagination {
    display: none;
}
.reviews__img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    max-width: 260px;
    width: 100%;
    aspect-ratio: 2.6/3.7;
}
.reviews__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviews__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 280px);
    flex: 1 1 calc(100% - 280px);
}
.team {
    position: relative;
}
.no-webp .team::before {
    background: url(../img/idea/bg.png);
}
.team::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 60%;
}
.team::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, #1c1c1c));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #1c1c1c 40%);
    z-index: 2;
}
.team__swiper {
    position: relative;
}
.team .swiper-slide h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
    margin-bottom: 8px;
}
.team .swiper-slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #d0cedb;
}
.team__img {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 2.6/4;
    margin-bottom: 40px;
}
.team__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.technologies__nav {
    position: relative;
    margin-bottom: 40px;
}
.technologies__nav .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.technologies__nav .swiper-slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
}
.technologies__technology {
    position: relative;
    display: none;
}
.technologies__technology.active {
    display: block;
}
.technologies-swiper .swiper-slide:has(.technologies__footer) {
    background: #1c1c1c;
    padding: 40px;
}
.technologies-swiper .swiper-slide:has(.technologies__footer) .technologies__item {
    background: 0 0;
    padding: 0;
    margin-bottom: 30px;
}
.technologies__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1c1c1c;
    padding: 40px;
    gap: 30px;
}
.technologies__item h2,
.technologies__item h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
    margin-bottom: 20px;
}
.technologies__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #d0cedb;
    margin-bottom: 20px;
}
.technologies__item:not(:last-child) {
    margin-bottom: 40px;
}
.technologies__item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.technologies__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.technologies__img {
    width: 430px;
    min-height: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    aspect-ratio: 4.3/2.4;
    position: relative;
}
.technologies__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.technologies__footer h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
    margin-bottom: 20px;
}
.technologies__footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #d0cedb;
}
.technologies .technologies-img-swiper__next,
.technologies .technologies-img-swiper__prev {
    background: 0 0;
    border: none;
}
.technologies .technologies-img-swiper__next img,
.technologies .technologies-img-swiper__prev img {
    display: block;
    width: 13px;
    height: 6px;
    position: static;
}
.technologies .technologies-img-swiper__prev {
    -webkit-transform: translate(0, 0) rotate(90deg);
    -ms-transform: translate(0, 0) rotate(90deg);
    transform: translate(0, 0) rotate(90deg);
}
.technologies .technologies-img-swiper__next {
    -webkit-transform: translate(0, 0) rotate(-90deg);
    -ms-transform: translate(0, 0) rotate(-90deg);
    transform: translate(0, 0) rotate(-90deg);
}
.map {
    position: relative;
    padding: 70px 0;
}
.map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-filter: grayscale(1) invert(100%) brightness(1.5);
    filter: grayscale(1) invert(100%) brightness(1.5);
}
.map iframe.mobile {
    display: none;
}
.map__info {
    padding: 40px;
    background: #151515;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.map__info h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
    margin-bottom: 20px;
}
.map__ceo {
    margin-bottom: 4px;
}
.map__ceo p:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #d0cedb;
}
.map__ceo p:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fefefe;
}
.map__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.map .phone {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #1c1c1c;
}
.map .address {
    margin-bottom: 8px;
}
.map-page {
    padding: 0;
}
.map-page iframe {
    display: block;
    position: static;
    height: auto;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.map-page h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
}
.map-page .map__info {
    padding: 60px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 555px;
    flex: 0 0 555px;
    width: 555px;
    max-width: 100%;
}
.map-page .map__info .phone {
    border: none;
    padding-bottom: 0;
}
.map-page .map__info .block-header {
    margin-bottom: 30px;
}
.map-page .map__info .block-header h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fefefe;
    margin-bottom: 12px;
}
.map-page .map__info form {
    display: block;
    margin-top: 40px;
}
.map-page .map__info label:not(.custom-file-button):not(.checkbox) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 2px solid #1c1c1c;
    padding: 0 16px;
    gap: 10px;
}
.map-page .map__info label:not(.custom-file-button):not(.checkbox) img {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.map-page .map__info label:not(.custom-file-button):not(.checkbox) input {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #9996a9;
    background: 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
}
.map-page .map__info label:not(.custom-file-button):not(.checkbox) input:-webkit-autofill,
.map-page .map__info label:not(.custom-file-button):not(.checkbox) input:-webkit-autofill:active,
.map-page .map__info label:not(.custom-file-button):not(.checkbox) input:-webkit-autofill:focus,
.map-page .map__info label:not(.custom-file-button):not(.checkbox) input:-webkit-autofill:hover {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.map-page .map__info label:not(.custom-file-button):not(.checkbox):has(input:focus) img {
    opacity: 1;
}
.map-page .map__info .btn {
    max-width: 100%;
    width: 100%;
}
.footer {
    background: #151515;
}
.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 14px 0;
    z-index: 4;
    gap: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer__logo {
    position: relative;
    position: relative;
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    height: 52px;
    display: block;
    overflow: hidden;
}
.footer__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.footer__nav a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fefefe;
}
.footer__dropdown {
    top: 0;
    bottom: 0;
}
.footer .btn img {
    display: none;
}
body {
    font-family: Roboto;
    margin: 0;
    color: #fefefe;
}
.wrapper {
    min-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
}
.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #151515;
    z-index: 2;
}
.container {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1204px;
}
@media only screen and (max-width: 992px) {
    .header__nav a {
  
    max-height: 32px;
    
}

    .container {
        padding: 0 12px;
    }
    h1 {
        font-size: 36px;
    }
    .btn {
        max-width: 100%;
        font-size: 14px;
    }
    .article,
    .section {
        padding: 40px 0;
    }
    .block-header {
        margin-bottom: 20px;
    }
    .block-header h2 {
        font-size: 36px;
        line-height: 120%;
    }
    .block-header h3 {
        font-size: 20px;
        line-height: 120%;
    }
    .block-header p {
        font-size: 14px;
    }
    .projects-nav-swiper {
        margin: 0 40px;
    }
    .swiper-button-prev {
        -webkit-transform: translate(-12px, 0) rotate(90deg);
        -ms-transform: translate(-12px, 0) rotate(90deg);
        transform: translate(-12px, 0) rotate(90deg);
    }
    .swiper-button-next {
        -webkit-transform: translate(12px, 0) rotate(-90deg);
        -ms-transform: translate(12px, 0) rotate(-90deg);
        transform: translate(12px, 0) rotate(-90deg);
    }
    .companies__next,
    .companies__prev,
    .idea__next,
    .idea__prev,
    .projects-swiper__next,
    .projects-swiper__prev,
    .reviews__next,
    .reviews__prev,
    .services__next,
    .services__prev {
        display: none;
    }
    .swiper-pagination {
        margin-top: 20px;
    }
    .footer,
    .header {
        padding: 10px 0;
    }
    .footer:has(.burger-active)::after,
    .header:has(.burger-active)::after {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background: rgba(21, 21, 21, 0.8);
    }
    .footer.active,
    .header.active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-animation: none;
        animation: none;
    }
    .footer__row,
    .header__row {
        padding: 0;
        gap: 40px;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }
    .footer__logo,
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 160px;
        height: 42px;
    }
    .footer__logo img,
    .header__logo img {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .footer__burger,
    .header__burger {
        display: block;
        position: relative;
        padding: 13px 16px;
        width: 45px;
        height: 45px;
        z-index: 4;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer__burger span,
    .header__burger span {
        position: absolute;
        left: 10px;
        right: 10px;
        height: 2px;
        top: 21px;
        background: #fefefe;
    }
    .footer__burger::after,
    .footer__burger::before,
    .header__burger::after,
    .header__burger::before {
        content: "";
        position: absolute;
        height: 2px;
        left: 10px;
        right: 10px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        z-index: 5;
        background: #fefefe;
    }
    .footer__burger::before,
    .header__burger::before {
        top: 13px;
    }
    .footer__burger::after,
    .header__burger::after {
        bottom: 13px;
    }
    .header__burger.burger-active span{
        opacity: 0;
    }
    .header__burger.burger-active:after{
        rotate: 45deg;
        bottom: 24px;
    }
    .header__burger.burger-active:before{
        rotate: -45deg;
        top: 20px;
    }
    .footer__nav,
    .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: 60px;
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        max-width: 100%;
        -webkit-transform: translate(0, -120%);
        -ms-transform: translate(0, -120%);
        transform: translate(0, -120%);
        gap: 20px;
        width: 100%;
        font-size: 18px;
        background: rgba(21, 21, 21, 0.8);
        padding: 60px 30px 0;
        z-index: 0;
        overflow-y: auto;
        border-radius: 0;
        -webkit-transition: opacity 0.4s ease-in 0.3s, -webkit-transform 0.3s ease 0s;
        transition: opacity 0.4s ease-in 0.3s, -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, opacity 0.4s ease-in 0.3s;
        transition: transform 0.3s ease 0s, opacity 0.4s ease-in 0.3s, -webkit-transform 0.3s ease 0s;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    .footer__nav.burger-active,
    .header__nav.burger-active {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        z-index: 0;
    }
    .footer__nav .header__dropdown > a,
    .footer__nav > a,
    .footer__nav > a::after,
    .header__nav .header__dropdown > a,
    .header__nav > a,
    .header__nav > a::after {
        font-weight: 400;
        font-size: 28px;
        line-height: 120%;
        text-transform: uppercase;
        text-align: center;
        color: #fefefe;
        max-height: 30px;
    }

    .footer .btn,
    .header .btn {
        border: none;
        padding: 0;
        margin-left: auto;
    }
    .footer .btn p,
    .header .btn p {
        display: none;
    }
    .footer .btn svg,
    .header .btn svg {
        display: none;
    }
    .footer .btn img,
    .header .btn img {
        display: block;
    }
    .header__dropdown {
        width: 100%;
    }
    .dropdown {
        flex-wrap: wrap;
        gap: 10px;
    }
    .dropdown__menu {
        position: static;
        flex: 1 1 100%;
        text-align: center;

    }
    .dropdown__container {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        background: transparent;
    }
    .dropdown__arrow img {
        height: 9px;
    }
    .intro {
        height: 100vh;
    }
    .intro h1 {
        text-align: center;
    }
    .projects__nav .swiper-slide {
        padding: 12px;
    }
    .projects__nav .swiper-slide p {
        font-size: 14px;
    }
    .projects__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }
    .projects__item .block-header h2 {
        font-size: 20px;
        line-height: 120%;
    }
    .projects .projects-table tbody tr {
        gap: 8px;
    }
    .projects .projects-table tbody tr td:first-child {
        font-size: 14px;
        line-height: 120%;
    }
    .projects .projects-table tbody tr td:last-child {
        font-size: 14px;
        line-height: 140%;
    }
    .projects__gallery {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
    }
    .idea::after {
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, #1c1c1c));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #1c1c1c 60%);
        z-index: 2;
    }
    .idea__swiper {
        position: relative;
        z-index: 3;
        padding: 0 12px;
    }
    .idea .swiper-slide {
        border: none;
    }
    .idea .swiper-slide.swiper-slide-active {
        scale: 1;
    }
    .idea .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .makets {
        padding-bottom: 0;
    }
    .makets-nav-swiper {
        margin: 0 50px;
    }
    .makets-nav-swiper .swiper-slide {
        padding: 36px 12px;
    }
    .makets__row {
        gap: 20px;
    }
    .makets__makets::after {
        display: none;
    }
    .makets__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .makets__maket {
        padding: 40px 0 20px;
    }
    .makets__maket > img {
        aspect-ratio: auto;
        max-height: 100%;
        height: 100%;
    }
    .makets__img {
        aspect-ratio: 3.66/2.44;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .makets__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0 12px;
    }
    .makets__text h2 {
        padding: 12px 20px;
        margin: 0 auto 20px;
        font-size: 28px;
        line-height: 120%;
    }
    .makets__counter {
        font-size: 14px;
    }
    .garant__row {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 8px;
    }
    .garant__img {
        width: 80px;
        height: 80px;
    }
    .garant__item {
        padding: 48px 12px 26px;
    }
    .garant__item h3 {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 4px;
    }
    .garant__item p {
        font-size: 12px;
        color: #d0cedb;
    }
    .companies .swiper-slide {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .companies .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .companies__company {
        border: none;
        aspect-ratio: auto;
        padding: 20px 18px;
    }
    .companies__company img{
        width: 100%;
        height: 100px;
        object-fit: contain;
    }
    .companies__company img[data-src="img/svgicons/companies/1.svg"]{
        max-width: 80%;
    }
    .companies__company:not(:first-child) {
        border: none;
    }
    .services__img {
        margin-bottom: 12px;
    }
    .services .swiper-slide h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .services .swiper-slide p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 12px;
    }
    .services .swiper-slide p:last-child {
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        text-transform: uppercase;
        color: #fefefe;
        margin-bottom: 0;
    }
    .services .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .price-mistake {
        padding-top: 40px;
    }
    .price-mistake__img {
        display: none;
    }
    .price-mistake .block-header h2 {
        font-weight: 400;
        font-size: 28px;
        line-height: 120%;
        text-transform: uppercase;
        text-align: center;
        color: #fefefe;
    }
    .price-mistake .block-header p {
        text-align: center;
    }
    .price-mistake blockquote p {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #d0cedb;
    }
    .price-mistake blockquote cite {
        text-align: center;
    }
    .price-mistake blockquote cite span:first-child {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .price-mistake blockquote cite span:last-child {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .price-mistake__figuries img:last-child {
        right: auto;
        left: 20px;
        bottom: 120px;
    }
    .price-mistake__footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .advantages__row {
        
        gap: 0 8px;
    }
    .advantages__item {
        flex: 0 1 calc(50% - 4px);
        padding: 12px;
    }
    .advantages__item p {
        font-size: 14px;
        line-height: 120%;
    }
    .reviews .swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
    .reviews .swiper-slide h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .reviews .swiper-slide p {
        font-size: 14px;
    }
    .reviews .swiper-slide p:not(:last-child) {
        margin-bottom: 4px;
    }
    .reviews .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .reviews__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .reviews__img {
        margin: 0 auto;
    }
    .team__swiper {
        padding-bottom: 80px;
    }
    .team__img {
        margin-bottom: 12px;
    }
    .team h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .team p {
        font-size: 14px;
    }
    .team .team__next {
        top: auto;
        bottom: 0;
        right: 50%;
        -webkit-transform: translate(calc(-50% + 75px), 0) rotate(-90deg);
        -ms-transform: translate(calc(-50% + 75px), 0) rotate(-90deg);
        transform: translate(calc(-50% + 75px), 0) rotate(-90deg);
    }
    .team .team__prev {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(calc(-50% - 40px), 0) rotate(90deg);
        -ms-transform: translate(calc(-50% - 40px), 0) rotate(90deg);
        transform: translate(calc(-50% - 40px), 0) rotate(90deg);
    }
    .technologies-nav-swiper {
        margin: 0 50px;
    }
    .technologies-nav-swiper .swiper-slide {
        padding: 36px 12px;
    }
    .technologies__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .technologies__item h3 {
        font-size: 20px;
        line-height: 120%;
    }
    .technologies__item p {
        font-size: 14px;
    }
    .technologies__img {
        min-height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .map {
        aspect-ratio: 3.9/4.6;
    }
    .map__info {
        max-width: 100%;
        padding: 20px;
    }
    .map__info h2 {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 20px;
    }
    .map__ceo {
        margin-bottom: 4px;
    }
    .map__ceo p:first-child {
        font-size: 12px;
        line-height: 140%;
    }
    .map__ceo p:last-child {
        font-size: 14px;
    }
    .map iframe.pc {
        display: none;
    }
    .map iframe.mobile {
        display: block;
    }
    .address,
    .mail,
    .phone {
        font-size: 14px;
    }
    .dialogbox__window {
        padding: 20px;
    }
    .dialogbox .block-header {
        margin-bottom: 20px;
    }
    .dialogbox .block-header h2 {
        padding-right: 20px;
        font-size: 20px;
    }
    .dialogbox label:not(.custom-file-button):not(.checkbox) input {
        font-size: 14px;
    }
    .checkbox p {
        padding-top: 5px;
        font-size: 12px;
        line-height: 140%;
    }
    .map__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .map__row .map__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-bottom: 0;
    }
    .map__row iframe {
        aspect-ratio: 1/1;
    }
    .map-page .map__info .block-header h2 {
        font-size: 20px;
        line-height: 120%;
    }
    .map-page .map__info .block-header p {
        font-size: 14px;
    }
    .intro-block {
        padding-bottom: 20px;
    }
    .intro-block .container {
        gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .intro-block .container h1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
    }
    .breadcrumbs a,
    .breadcrumbs p {
        font-size: 14px;
    }
}

@media only screen and (max-width:576px) {
    .price-mistake__figuries img:last-child{
        bottom: 88px;
        width: 44px;
    }
}
.webp .idea::before {
    background: url(../img/idea/bg.webp);
}
.webp .makets__makets::before {
    background: url(../img/idea/bg.webp);
}
.webp .garant-with-bg::before {
    background: url(../img/idea/bg.webp);
}
.webp .services::before {
    background: url(../img/idea/bg.webp);
}
.webp .team::before {
    background: url(../img/idea/bg.webp);
}
.ajax_form span.error_phone.error {
    position: absolute;
    top: 41px;
}

 